CVSROOT:        /cvs/src
Module name:    src
Changes by:     [EMAIL PROTECTED]       2005-02-23 17:39:46

Modified files:
        winsup/cygwin  : ChangeLog cygwin.din fhandler.h 
                         fhandler_socket.cc net.cc 
        winsup/cygwin/include/asm: socket.h 
        winsup/cygwin/include/cygwin: socket.h version.h 

Log message:
        * cygwin.din (getpeereid): Export.
        * fhandler.h (class fhandler_socket): Add pipe and id members to
        exchange eid credentials for AF_LOCAL sockets.
        (eid_pipe_name): Declare new method.
        (getpeereid): Ditto.
        * fhandler_socket.cc (fhandler_socket::eid_pipe_name): New method.
        (fhandler_socket::fhandler_socket): Initialize sec_pipe.
        (fhandler_socket::connect): Exchange eid credentials with accepting
        socket process.
        (fhandler_socket::listen): Prepare eid credential transaction.
        (fhandler_socket::accept): Exchange eid credentials with connecting
        socket process.
        (fhandler_socket::close): Close eid credentials pipe if open.
        (fhandler_socket::getpeereid): New method.
        * net.cc (cygwin_getsockopt): Add SO_PEERCRED handling.
        (getpeereid): New function.
        * include/asm/socket.h (SO_PEERCRED): Define.
        * include/cygwin/socket.h (struct ucred): Define new type.
        * include/cygwin/version.h: Bump API minor version.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.2729&r2=1.2730
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/cygwin.din.diff?cvsroot=src&r1=1.127&r2=1.128
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler.h.diff?cvsroot=src&r1=1.226&r2=1.227
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_socket.cc.diff?cvsroot=src&r1=1.148&r2=1.149
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/net.cc.diff?cvsroot=src&r1=1.177&r2=1.178
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/include/asm/socket.h.diff?cvsroot=src&r1=1.4&r2=1.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/include/cygwin/socket.h.diff?cvsroot=src&r1=1.11&r2=1.12
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/include/cygwin/version.h.diff?cvsroot=src&r1=1.177&r2=1.178

Reply via email to