wine/dlls/advapi32
Thomas Faber f9fae1b3f6 advapi32: Fix stack corruption in CredIsMarshaledCredentialW.
In its currrent implementation, cred_decode with input length 6 writes
6 bytes to the output buffer. This overflows the DWORD passed in
CredIsMarshaledCredentialW.
2014-03-31 12:39:03 +02:00
..
tests advapi32/test: Fix test failures on filesystems where compression is enabled. 2014-03-07 14:11:37 +01:00
advapi32_misc.h advapi32: Forward LogonUserA to LogonUserW. 2013-11-13 18:29:22 +01:00
advapi32.spec advapi32: Add a stub for EventProviderEnabled. 2014-02-17 11:32:39 +01:00
advapi.c advapi32: Use boolean return values in boolean functions. 2014-02-04 11:15:18 +01:00
cred.c advapi32: Fix stack corruption in CredIsMarshaledCredentialW. 2014-03-31 12:39:03 +02:00
crypt_arc4.c
crypt_des.c
crypt_lmhash.c
crypt_md4.c
crypt_md5.c
crypt_sha.c
crypt.c advapi32: PP_USE_HARDWARE_RNG is a parameter, not a flag. 2014-01-10 18:15:05 +01:00
crypt.h
eventlog.c advapi32: Add a stub for EventProviderEnabled. 2014-02-17 11:32:39 +01:00
lsa.c
Makefile.in configure: Rename substituted variables to a standard _CFLAGS and _LIBS format. 2014-01-30 14:51:33 +01:00
registry.c Assorted spelling fixes. 2014-02-10 15:47:29 +01:00
security.c advapi32: Use boolean return values in boolean functions. 2014-02-04 11:15:18 +01:00
service.c advapi32: Use boolean return values in boolean functions. 2014-02-04 11:15:18 +01:00
svcctl.idl makefiles: Add makedep pragmas for client and server idl files. 2013-11-05 20:38:18 +01:00
version.rc