CVSROOT:        /cvs/src
Module name:    src
Changes by:     [EMAIL PROTECTED]  2003-02-21 14:29:19

Modified files:
        winsup/cygwin  : ChangeLog autoload.cc dtable.cc fhandler.h 
                         fhandler_socket.cc net.cc path.cc sec_acl.cc 
                         security.cc security.h syscalls.cc 

Log message:
        * dtable.cc (dtable::build_fhandler_from_name): Set some fhandler
        data on sockets to evaluate AF_LOCAL sockets correctly.
        (dtable::build_fhandler): Set unit number on sockets.
        * fhandler.h (fhandler_socket): Add unit number.
        (fhandler_socket::get_unit): New method.
        * fhandler_socket.cc (fhandler_socket::fhandler_socket): Set unit
        number.
        (fhandler_socket::fstat): Reorganize to return more Linux-like
        values.
        * net.cc: include ctype.h.
        (fdsock): Set unit number when building fhandler.
        * path.cc (path_conv::check): Set device type to FH_SOCKET if file
        is a AF_UNIX socket.
        (get_devn): Evaluate unit for virtual socket devices.
        (win32_device_name): Set windows path for sockets to unix_path with
        just backslashes to keep the different names.
        * syscalls.cc (fstat64): Don't override st_ino, st_dev and st_rdev
        for sockets.
        (stat_worker): Ditto.
        
        From Pierre Humblet:
        
        * autoload.cc (AccessCheck): Add.
        (DuplicateToken): Add.
        * security.h (check_file_access): Declare.
        * syscalls.cc (access): Convert path to Windows, check existence
        and readonly attribute. Call check_file_access instead of acl_access.
        * security.cc (check_file_access): Create.
        * sec_acl (acl_access): Delete.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.1770&r2=1.1771
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/autoload.cc.diff?cvsroot=src&r1=1.62&r2=1.63
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/dtable.cc.diff?cvsroot=src&r1=1.109&r2=1.110
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler.h.diff?cvsroot=src&r1=1.154&r2=1.155
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_socket.cc.diff?cvsroot=src&r1=1.79&r2=1.80
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/net.cc.diff?cvsroot=src&r1=1.140&r2=1.141
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/path.cc.diff?cvsroot=src&r1=1.245&r2=1.246
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/sec_acl.cc.diff?cvsroot=src&r1=1.26&r2=1.27
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/security.cc.diff?cvsroot=src&r1=1.137&r2=1.138
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/security.h.diff?cvsroot=src&r1=1.40&r2=1.41
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/syscalls.cc.diff?cvsroot=src&r1=1.245&r2=1.246

Reply via email to