CVSROOT:        /cvs/src
Module name:    src
Changes by:     [email protected]  2014-08-27 11:42:17

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

Log message:
        * fhandler.h (fhandler_pty_slave::fch_open_handles): Add bool parameter
        to declaration.
        * fhandler_tty.cc (fhandler_pty_slave::fch_open_handles): Add bool
        parameter "chown".  Only request WRITE_OWNER access when opening pty
        synchronization objects if "chown" is set.
        (fhandler_pty_slave::fchmod): Call fch_open_handles with new bool
        parameter set to false.
        (fhandler_pty_slave::fchown): Call fch_open_handles with new bool
        parameter set to true.
        * kernel32.cc (CreateFileMappingW): Fix default standard rights for
        file mappings from READ_CONTROL to STANDARD_RIGHTS_REQUIRED to allow
        changing the DACL (fixes "access denied" error in pinfo::set_acl).
        
        * fhandler_disk_file.cc (fhandler_base::fstat_helper): Change debug
        output to print mode bits in octal.
        * security.cc (alloc_sd): Ditto.
        (set_file_attribute): Ditto.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.6509&r2=1.6510
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler.h.diff?cvsroot=src&r1=1.506&r2=1.507
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_tty.cc.diff?cvsroot=src&r1=1.287&r2=1.288
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_disk_file.cc.diff?cvsroot=src&r1=1.400&r2=1.401
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/security.cc.diff?cvsroot=src&r1=1.269&r2=1.270

Reply via email to