X-Git-Url: http://git.jankratochvil.net/?p=reactos.git;a=blobdiff_plain;f=lib%2Fadvapi32%2Fsec%2Fsid.c;fp=lib%2Fadvapi32%2Fsec%2Fsid.c;h=837326ef7fa8ae9ec63c9113282ba9757bd32b41;hp=5b31323e784dc8aa8b854695207b324a4e890733;hb=a3df8bf1429570e0bd6c6428f6ed80073578cf4b;hpb=7c0db166f81fbe8c8b913d7f26048e337d383605 diff --git a/lib/advapi32/sec/sid.c b/lib/advapi32/sec/sid.c index 5b31323..837326e 100644 --- a/lib/advapi32/sec/sid.c +++ b/lib/advapi32/sec/sid.c @@ -11,6 +11,9 @@ #include +/* + * @implemented + */ BOOL STDCALL AllocateLocallyUniqueId(PLUID Luid) { @@ -25,6 +28,10 @@ AllocateLocallyUniqueId(PLUID Luid) return(TRUE); } + +/* + * @implemented + */ BOOL STDCALL AllocateAndInitializeSid ( PSID_IDENTIFIER_AUTHORITY pIdentifierAuthority, @@ -62,6 +69,10 @@ AllocateAndInitializeSid ( return TRUE; } + +/* + * @implemented + */ BOOL STDCALL CopySid ( @@ -84,6 +95,10 @@ CopySid ( return TRUE; } + +/* + * @implemented + */ WINBOOL STDCALL EqualPrefixSid ( @@ -94,6 +109,9 @@ EqualPrefixSid ( return RtlEqualPrefixSid (pSid1, pSid2); } +/* + * @implemented + */ WINBOOL STDCALL EqualSid ( @@ -104,6 +122,10 @@ EqualSid ( return RtlEqualSid (pSid1, pSid2); } + +/* + * @implemented + */ PVOID STDCALL FreeSid ( @@ -113,6 +135,10 @@ FreeSid ( return RtlFreeSid (pSid); } + +/* + * @implemented + */ DWORD STDCALL GetLengthSid ( @@ -122,6 +148,10 @@ GetLengthSid ( return (DWORD)RtlLengthSid (pSid); } + +/* + * @implemented + */ PSID_IDENTIFIER_AUTHORITY STDCALL GetSidIdentifierAuthority ( @@ -131,6 +161,10 @@ GetSidIdentifierAuthority ( return RtlIdentifierAuthoritySid (pSid); } + +/* + * @implemented + */ DWORD STDCALL GetSidLengthRequired ( @@ -140,6 +174,10 @@ GetSidLengthRequired ( return (DWORD)RtlLengthRequiredSid (nSubAuthorityCount); } + +/* + * @implemented + */ PDWORD STDCALL GetSidSubAuthority ( @@ -150,6 +188,10 @@ GetSidSubAuthority ( return (PDWORD)RtlSubAuthoritySid (pSid, nSubAuthority); } + +/* + * @implemented + */ PUCHAR STDCALL GetSidSubAuthorityCount ( @@ -159,6 +201,10 @@ GetSidSubAuthorityCount ( return RtlSubAuthorityCountSid (pSid); } + +/* + * @implemented + */ WINBOOL STDCALL InitializeSid ( @@ -182,6 +228,9 @@ InitializeSid ( } +/* + * @implemented + */ WINBOOL STDCALL IsValidSid(PSID pSid) { @@ -189,6 +238,9 @@ IsValidSid(PSID pSid) } +/* + * @unimplemented + */ WINBOOL STDCALL LookupAccountNameA(LPCSTR lpSystemName, LPCSTR lpAccountName, @@ -202,6 +254,9 @@ LookupAccountNameA(LPCSTR lpSystemName, } +/* + * @unimplemented + */ WINBOOL STDCALL LookupAccountNameW(LPCWSTR lpSystemName, LPCWSTR lpAccountName, @@ -215,6 +270,9 @@ LookupAccountNameW(LPCWSTR lpSystemName, } +/* + * @unimplemented + */ WINBOOL STDCALL LookupAccountSidA(LPCSTR lpSystemName, PSID Sid, @@ -228,6 +286,9 @@ LookupAccountSidA(LPCSTR lpSystemName, } +/* + * @unimplemented + */ WINBOOL STDCALL LookupAccountSidW(LPCWSTR lpSystemName, PSID Sid,