This is the mail archive of the cygwin-patches@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Patch]: chown etc


On Apr 19 13:10, Pierre A. Humblet wrote:
> 2004-04-19  Pierre Humblet <pierre.humblet@ieee.org>
> 
> 	* 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 (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.

Applied with some formatting changes in fhandler.h and the ChangeLog.

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Co-Project Leader          mailto:cygwin@cygwin.com
Red Hat, Inc.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]