wine-wine/dlls/advapi32
Zebediah Figura a67af66aea advapi32: Move string SID/SD conversion functions to sechost.
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-05-02 13:54:41 +02:00
..
tests advapi32: Reimplement EnumServicesStatusW() on top of EnumServicesStatusExW(). 2020-04-28 11:21:47 +02:00
Makefile.in advapi32: Move service functions into sechost. 2020-04-29 10:25:08 +02:00
advapi.c advapi32: Use WINEUSERNAME variable to implement GetUserNameA/W. 2020-04-16 22:10:04 +02:00
advapi32.spec advapi32: Move string SID/SD conversion functions to sechost. 2020-05-02 13:54:41 +02:00
advapi32_misc.h advapi32: Replace SERV_dup() with strdupAW(). 2020-04-28 11:21:40 +02:00
cred.c advapi32: Introduce ARRAY_SIZE macro. 2018-03-20 11:37:00 +01:00
crypt.c advapi32: Fix 3 comments about pdwReserved and dwFlags. 2020-03-18 19:37:21 +01:00
crypt.h advapi32: Use standard refcount in CRYPTPROV. 2020-03-17 16:00:07 +01:00
crypt_arc4.c
crypt_des.c
crypt_lmhash.c
eventlog.c advapi32: Replace SERV_dup() with strdupAW(). 2020-04-28 11:21:40 +02:00
lsa.c advapi32: Return the string SID if LookupAccountSid() fails. 2020-02-02 18:48:23 +01:00
registry.c advapi32: Move registry functions to kernelbase. 2019-06-25 13:22:17 +02:00
security.c advapi32: Move string SID/SD conversion functions to sechost. 2020-05-02 13:54:41 +02:00
service.c advapi32: Move service functions into sechost. 2020-04-29 10:25:08 +02:00
version.rc
wmi.c