CVSROOT:        /cvs/src
Module name:    src
Changes by:     [EMAIL PROTECTED]       2005-02-28 13:11:51

Modified files:
        winsup/cygwin  : ChangeLog fhandler.h fhandler_socket.cc net.cc 
                         wincap.cc wincap.h 

Log message:
        * fhandler.h (class fhandler_socket): Declare new method
        set_socketpair_eids.
        * fhandler_socket.cc (fhandler_socket::set_socketpair_eids): New method.
        (fhandler_socket::dup): Duplicate sec_pipe if necessary.
        (fhandler_socket::listen): Only create sec_pipe if named pipes are
        available. Initialized sec_peer_pid to 0 as on Linux.
        (fhandler_socket::connect): Only run eid credential transaction if
        named pipes are available.  Fake otherwise. Initialized sec_peer_pid
        to 0 as on Linux.
        (fhandler_socket::accept): Ditto.
        (fhandler_socket::close): Move closing sec_pipe handle from here...
        (fhandler_socket::~fhandler_socket): ... to here.
        * net.cc (socketpair): Set eid credentials by calling
        fhandler_socket::set_socketpair_eids() on both socket ends.
        * wincap.h (wincaps::has_named_pipes): New element.
        * wincap.cc: Implement above element throughout.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.2740&r2=1.2741
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler.h.diff?cvsroot=src&r1=1.228&r2=1.229
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_socket.cc.diff?cvsroot=src&r1=1.149&r2=1.150
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/net.cc.diff?cvsroot=src&r1=1.178&r2=1.179
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/wincap.cc.diff?cvsroot=src&r1=1.35&r2=1.36
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/wincap.h.diff?cvsroot=src&r1=1.27&r2=1.28

Reply via email to