]> sourceware.org Git - newlib-cygwin.git/commit
* autoload.cc (GetSecurityInfo): Remove.
authorCorinna Vinschen <corinna@vinschen.de>
Thu, 28 Apr 2011 07:27:51 +0000 (07:27 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Thu, 28 Apr 2011 07:27:51 +0000 (07:27 +0000)
commitf97612978a32fd1015242f3e10072f40e6a510e5
tree6cc1e5deec82cef18c47611cf5273c0ffecb0f9f
parentaa83f124e4260c1dd4d618da65433a6dac064ce1
* autoload.cc (GetSecurityInfo): Remove.
* ntdll.h (RtlConvertToAutoInheritSecurityObject): Declare.
(RtlDeleteSecurityObject): Declare.
(RtlGetControlSecurityDescriptor): Declare.
(RtlLengthSecurityDescriptor): Declare.
* security.cc (file_mapping): New global variable.
(get_file_sd): Rewrite.  Clean up code.  Get rid of GetSecurityInfo
call.
(alloc_sd): Call RtlSetControlSecurityDescriptor to set
SE_DACL_PROTECTED flag.
(check_file_access): Remove mapping.  Use file_mapping instead.
(check_registry_access): Rename mapping to reg_mapping.
* wincap.cc: Througout, drop use_get_sec_info_on_dirs,
* wincap.h (struct wincaps): Drop use_get_sec_info_on_dirs.
winsup/cygwin/ChangeLog
winsup/cygwin/autoload.cc
winsup/cygwin/ntdll.h
winsup/cygwin/security.cc
winsup/cygwin/wincap.cc
winsup/cygwin/wincap.h
This page took 0.031073 seconds and 5 git commands to generate.