Sweden-Number/dlls/advapi32
Hans Leidekker 49f7f6c208 Stub implementations for AdjustTokenGroups, AreAllAccessesGranted,
CreatePrivateObjectSecurity, CreateProcessAsUser{A,W},
DestroyPrivateObjectSecurity, DuplicateToken{,Ex},
EnumDependentServices{A,W}, GetEffectiveRightsFromAcl{A,W},
ConvertStringSecurityDescriptorToSecurityDescriptorA. Implementations
for BuildExplicitAccessWithName{A,W},
BuildTrusteeWithObjectsAndName{A,W},
BuildTrusteeWithObjectsAndSid{A,W}.
Correct prototype for InitializeAcl, RtlCopySid and RtlGetAce.
Use the CallWin32ToNt macro only with functions that return an
NTSTATUS.
2004-12-21 16:16:10 +00:00
..
tests Fix missing imports on NT4. 2004-12-06 20:38:24 +00:00
.cvsignore .spec.c files are no longer used for 32-bit dlls. 2004-03-24 03:36:44 +00:00
Makefile.in Implement MD{4,5}Init MD{4,5}Update and MD{4,5}Final. 2004-10-06 18:53:29 +00:00
advapi.c Minor documentation addition. 2004-12-14 15:27:05 +00:00
advapi32.spec Stub implementations for AdjustTokenGroups, AreAllAccessesGranted, 2004-12-21 16:16:10 +00:00
crypt.c Respect the sDescription parameter in CryptSignHash and 2004-12-21 14:34:18 +00:00
crypt.h Implement SystemFunction006(). 2004-10-04 20:42:05 +00:00
crypt_des.c Implement SystemFunction006(). 2004-10-04 20:42:05 +00:00
crypt_lmhash.c Implement SystemFunction006(). 2004-10-04 20:42:05 +00:00
crypt_md4.c Remove unneeded headers to reduce unneeded rebuilds. 2004-12-15 10:54:44 +00:00
crypt_md5.c Remove unneeded headers to reduce unneeded rebuilds. 2004-12-15 10:54:44 +00:00
crypt_sha.c Remove unneeded headers to reduce unneeded rebuilds. 2004-12-15 10:54:44 +00:00
eventlog.c Added some more API docs. 2004-07-12 23:32:10 +00:00
registry.c Const correctness fixes. 2004-11-30 21:38:57 +00:00
security.c Stub implementations for AdjustTokenGroups, AreAllAccessesGranted, 2004-12-21 16:16:10 +00:00
service.c In OpenSCManagerW() allow lpDatabaseName to be an empty string. 2004-12-21 16:05:28 +00:00