diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2011-04-28 07:27:51 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2011-04-28 07:27:51 +0000 |
commit | f97612978a32fd1015242f3e10072f40e6a510e5 (patch) | |
tree | 6cc1e5deec82cef18c47611cf5273c0ffecb0f9f /winsup/cygwin/autoload.cc | |
parent | aa83f124e4260c1dd4d618da65433a6dac064ce1 (diff) | |
download | newlib-f97612978a32fd1015242f3e10072f40e6a510e5.zip newlib-f97612978a32fd1015242f3e10072f40e6a510e5.tar.gz newlib-f97612978a32fd1015242f3e10072f40e6a510e5.tar.bz2 |
* 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.
Diffstat (limited to 'winsup/cygwin/autoload.cc')
-rw-r--r-- | winsup/cygwin/autoload.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/autoload.cc b/winsup/cygwin/autoload.cc index a469663..6935667 100644 --- a/winsup/cygwin/autoload.cc +++ b/winsup/cygwin/autoload.cc @@ -357,7 +357,6 @@ LoadDLLfunc (CryptAcquireContextW, 20, advapi32) LoadDLLfunc (CryptGenRandom, 12, advapi32) LoadDLLfunc (CryptReleaseContext, 8, advapi32) LoadDLLfunc (DeregisterEventSource, 4, advapi32) -LoadDLLfunc (GetSecurityInfo, 32, advapi32) LoadDLLfunc (LogonUserW, 24, advapi32) LoadDLLfunc (LookupAccountNameW, 28, advapi32) LoadDLLfunc (LookupAccountSidW, 28, advapi32) |