CVSROOT:        /cvs/src
Module name:    src
Changes by:     [EMAIL PROTECTED]       2004-04-20 15:51:25

Modified files:
        winsup/cygwin  : ChangeLog fhandler_disk_file.cc fhandler.cc 
                         fhandler.h syscalls.cc 

Log message:
        * fhandler_disk_file.cc (fhandler_base::open_fs): Change
        set_file_attribute call to indicate that NT security isn't used.
        (fhandler_disk_file::fchmod): Rearrange to isolate 9x related
        statements.
        Do not set FILE_ATTRIBUTE_SYSTEM.
        (fhandler_disk_file::fchown): Check noop case first.
        * fhandler.cc (fhandler_base::open9x): Remove ntsec related statements.
        (fhandler_base::set_name): Do not set namehash.
        * fhandler.h (fhandler_base::get_namehash): Compute and set namehash if
        needed.
        * syscalls.cc (access): Verify that fh is not NULL. Do not set PC_FULL.
        (chmod): Ditto.
        (chown_worker): Ditto.
        (stat_worker): Ditto. Verify if the path exists.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.2446&r2=1.2447
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_disk_file.cc.diff?cvsroot=src&r1=1.89&r2=1.90
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler.cc.diff?cvsroot=src&r1=1.189&r2=1.190
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler.h.diff?cvsroot=src&r1=1.205&r2=1.206
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/syscalls.cc.diff?cvsroot=src&r1=1.333&r2=1.334

Reply via email to