CVSROOT:        /cvs/src
Module name:    src
Branch:         dontuse-21
Changes by:     [EMAIL PROTECTED]       2003-03-11 23:30:35

Modified files:
        winsup/cygwin  : ChangeLog fhandler_socket.cc 

Log message:
        * fhandler_socket.cc (fhandler_socket::dup): Don't call fhandler_base::dup()
        but call DuplicateHandle directly instead to have control over socket
        inheritence.
        * fhandler_socket.cc (fhandler_socket::dup): On NT systems avoid using WinSock2
        socket duplication methods.  Add comment.
        * fhandler_socket.cc (fhandler_socket::fixup_after_fork): Set io_handle to
        INVALID_SOCKET in case of failure.
        (fhandler_socket::dup): Return 0 if the io_handle is valid.
        * sec_acl.cc (setacl): Don't handle DELETE flag specially.
        * security.cc (alloc_sd): Ditto.
        * winver.rc: Change Copyright hint to include 2003.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&only_with_tag=dontuse-21&r1=1.1806&r2=1.1806.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_socket.cc.diff?cvsroot=src&only_with_tag=dontuse-21&r1=1.86&r2=1.86.2.1

Reply via email to