mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
* added a lot of stack-size information to *.def files
* added one more stub to secur32 svn path=/trunk/; revision=18486
This commit is contained in:
parent
94d46bd214
commit
d991d613f5
3 changed files with 56 additions and 44 deletions
|
@ -7,52 +7,53 @@ LsaConnectUntrusted@4
|
|||
LsaLookupAuthenticationPackage@12
|
||||
LsaFreeReturnBuffer@4
|
||||
LsaCallAuthenticationPackage@28
|
||||
;@AcceptSecurityContext
|
||||
;@AcquireCredentialsHandleA
|
||||
;@AcquireCredentialsHandleW
|
||||
;AcceptSecurityContext@36
|
||||
;AcquireCredentialsHandleA@36
|
||||
;AcquireCredentialsHandleW@36
|
||||
;@AddCredentialsA
|
||||
;@AddCredentialsW
|
||||
;@AddSecurityPackageA
|
||||
;@AddSecurityPackageW
|
||||
;@ApplyControlToken
|
||||
;@CompleteAuthToken
|
||||
;ApplyControlTokenA@8
|
||||
;ApplyControlTokenW@8
|
||||
;CompleteAuthToken@8
|
||||
;@CredMarshalTargetInfo
|
||||
;@CredUnmarshalTargetInfo
|
||||
;@DecryptMessage
|
||||
;@DeleteSecurityContext
|
||||
;DecryptMessage@16
|
||||
;DeleteSecurityContext@4
|
||||
;@DeleteSecurityPackageA
|
||||
;@DeleteSecurityPackageW
|
||||
;@EncryptMessage
|
||||
;@EnumerateSecurityPackagesA@8
|
||||
;EncryptMessage@16
|
||||
EnumerateSecurityPackagesA@8
|
||||
EnumerateSecurityPackagesW@8
|
||||
;@ExportSecurityContext
|
||||
FreeContextBuffer@4
|
||||
;@FreeCredentialsHandle
|
||||
;FreeCredentialsHandle@4
|
||||
GetComputerObjectNameA@12
|
||||
GetComputerObjectNameW@12
|
||||
;GetSecurityUserInfo
|
||||
GetUserNameExA@12
|
||||
GetUserNameExW@12
|
||||
;@ImpersonateSecurityContext
|
||||
;ImpersonateSecurityContext@4
|
||||
;@ImportSecurityContextA
|
||||
;@ImportSecurityContextW
|
||||
;@InitSecurityInterfaceA
|
||||
;@InitSecurityInterfaceW
|
||||
;@InitializeSecurityContextA
|
||||
;@InitializeSecurityContextW
|
||||
;InitializeSecurityContextA@48
|
||||
;InitializeSecurityContextW@48
|
||||
LsaEnumerateLogonSessions@8
|
||||
LsaGetLogonSessionData@8
|
||||
LsaRegisterPolicyChangeNotification@8
|
||||
LsaUnregisterPolicyChangeNotification@8
|
||||
;@MakeSignature
|
||||
;@QueryContextAttributesA
|
||||
;@QueryContextAttributesW
|
||||
;@QueryCredentialsAttributesA
|
||||
;@QueryCredentialsAttributesW
|
||||
;MakeSignature@16
|
||||
;QueryContextAttributesA@12
|
||||
;QueryContextAttributesW@12
|
||||
;QueryCredentialsAttributesA@12
|
||||
;QueryCredentialsAttributesW@12
|
||||
;@QuerySecurityContextToken
|
||||
;@QuerySecurityPackageInfoA
|
||||
;@QuerySecurityPackageInfoW
|
||||
;@RevertSecurityContext
|
||||
;RevertSecurityContext@4
|
||||
;@SaslAcceptSecurityContext
|
||||
;@SaslEnumerateProfilesA
|
||||
;@SaslEnumerateProfilesW
|
||||
|
@ -72,7 +73,7 @@ LsaUnregisterPolicyChangeNotification@8
|
|||
;SecpTranslateNameEx
|
||||
;@SetContextAttributesA
|
||||
;@SetContextAttributesW
|
||||
;@TranslateNameA
|
||||
;@TranslateNameW
|
||||
;TranslateNameA@20
|
||||
;TranslateNameW@20
|
||||
;UnsealMessage
|
||||
;@VerifySignature
|
||||
;VerifySignature@16
|
||||
|
|
|
@ -23,6 +23,16 @@ EnumerateSecurityPackagesW (
|
|||
return ERROR_CALL_NOT_IMPLEMENTED;
|
||||
}
|
||||
|
||||
SECURITY_STATUS
|
||||
WINAPI
|
||||
EnumerateSecurityPackagesA(
|
||||
PULONG pulong,
|
||||
PSecPkgInfoA* psecpkginfoa
|
||||
)
|
||||
{
|
||||
DPRINT1("%s() not implemented!\n", __FUNCTION__);
|
||||
return ERROR_CALL_NOT_IMPLEMENTED;
|
||||
}
|
||||
|
||||
SECURITY_STATUS
|
||||
WINAPI
|
||||
|
|
|
@ -7,52 +7,53 @@ LsaConnectUntrusted@4=SECUR32.LsaConnectUntrusted
|
|||
LsaLookupAuthenticationPackage@12=SECUR32.LsaLookupAuthenticationPackage
|
||||
LsaFreeReturnBuffer@4=SECUR32.LsaFreeReturnBuffer
|
||||
LsaCallAuthenticationPackage@28=SECUR32.LsaCallAuthenticationPackage
|
||||
;@AcceptSecurityContext=SECUR32.AcceptSecurityContext
|
||||
;@AcquireCredentialsHandleA=SECUR32.AcquireCredentialsHandleA
|
||||
;@AcquireCredentialsHandleW=SECUR32.AcquireCredentialsHandleW
|
||||
;AcceptSecurityContext@36=SECUR32.AcceptSecurityContext
|
||||
;AcquireCredentialsHandleA@36=SECUR32.AcquireCredentialsHandleA
|
||||
;AcquireCredentialsHandleW@36=SECUR32.AcquireCredentialsHandleW
|
||||
;@AddCredentialsA=SECUR32.AddCredentialsA
|
||||
;@AddCredentialsW=SECUR32.AddCredentialsW
|
||||
;@AddSecurityPackageA=SECUR32.AddSecurityPackageA
|
||||
;@AddSecurityPackageW=SECUR32.AddSecurityPackageW
|
||||
;@ApplyControlToken=SECUR32.ApplyControlToken
|
||||
;@CompleteAuthToken=SECUR32.CompleteAuthToken
|
||||
;ApplyControlTokenA@8=SECUR32.ApplyControlTokenA
|
||||
;ApplyControlTokenW@8=SECUR32.ApplyControlTokenW
|
||||
;CompleteAuthToken@8=SECUR32.CompleteAuthToken
|
||||
;@CredMarshalTargetInfo=SECUR32.CredMarshalTargetInfo
|
||||
;@CredUnmarshalTargetInfo=SECUR32.CredUnmarshalTargetInfo
|
||||
;@DecryptMessage=SECUR32.DecryptMessage
|
||||
;@DeleteSecurityContext=SECUR32.DeleteSecurityContext
|
||||
;DecryptMessage@16=SECUR32.DecryptMessage
|
||||
;DeleteSecurityContext@4=SECUR32.DeleteSecurityContext
|
||||
;@DeleteSecurityPackageA=SECUR32.DeleteSecurityPackageA
|
||||
;@DeleteSecurityPackageW=SECUR32.DeleteSecurityPackageW
|
||||
;@EncryptMessage=SECUR32.EncryptMessage
|
||||
;EnumerateSecurityPackagesA@8=SECUR32.EnumerateSecurityPackagesA
|
||||
;EncryptMessage@16=SECUR32.EncryptMessage
|
||||
EnumerateSecurityPackagesA@8=SECUR32.EnumerateSecurityPackagesA
|
||||
EnumerateSecurityPackagesW@8=SECUR32.EnumerateSecurityPackagesW
|
||||
;@ExportSecurityContext=SECUR32.ExportSecurityContext
|
||||
FreeContextBuffer@4=SECUR32.FreeContextBuffer
|
||||
;@FreeCredentialsHandle=SECUR32.FreeCredentialsHandle
|
||||
;FreeCredentialsHandle@4=SECUR32.FreeCredentialsHandle
|
||||
GetComputerObjectNameA@12=SECUR32.GetComputerObjectNameA
|
||||
GetComputerObjectNameW@12=SECUR32.GetComputerObjectNameW
|
||||
;GetSecurityUserInfo=SECUR32.GetSecurityUserInfo
|
||||
GetUserNameExA@12=SECUR32.GetUserNameExA
|
||||
GetUserNameExW@12=SECUR32.GetUserNameExW
|
||||
;@ImpersonateSecurityContext=SECUR32.ImpersonateSecurityContext
|
||||
;ImpersonateSecurityContext@4=SECUR32.ImpersonateSecurityContext
|
||||
;@ImportSecurityContextA=SECUR32.ImportSecurityContextA
|
||||
;@ImportSecurityContextW=SECUR32.ImportSecurityContextW
|
||||
;@InitSecurityInterfaceA=SECUR32.InitSecurityInterfaceA
|
||||
;@InitSecurityInterfaceW=SECUR32.InitSecurityInterfaceW
|
||||
;@InitializeSecurityContextA=SECUR32.InitializeSecurityContextA
|
||||
;@InitializeSecurityContextW=SECUR32.InitializeSecurityContextW
|
||||
;InitializeSecurityContextA@48=SECUR32.InitializeSecurityContextA
|
||||
;InitializeSecurityContextW@48=SECUR32.InitializeSecurityContextW
|
||||
LsaEnumerateLogonSessions@8=SECUR32.LsaEnumerateLogonSessions
|
||||
LsaGetLogonSessionData@8=SECUR32.LsaGetLogonSessionData
|
||||
LsaRegisterPolicyChangeNotification@8=SECUR32.LsaRegisterPolicyChangeNotification
|
||||
LsaUnregisterPolicyChangeNotification@8=SECUR32.LsaUnregisterPolicyChangeNotification
|
||||
;@MakeSignature=SECUR32.MakeSignature
|
||||
;@QueryContextAttributesA=SECUR32.QueryContextAttributesA
|
||||
;@QueryContextAttributesW=SECUR32.QueryContextAttributesW
|
||||
;@QueryCredentialsAttributesA=SECUR32.QueryCredentialsAttributesA
|
||||
;@QueryCredentialsAttributesW=SECUR32.QueryCredentialsAttributesW
|
||||
;MakeSignature@16=SECUR32.MakeSignature
|
||||
;QueryContextAttributesA@12=SECUR32.QueryContextAttributesA
|
||||
;QueryContextAttributesW@12=SECUR32.QueryContextAttributesW
|
||||
;QueryCredentialsAttributesA@12=SECUR32.QueryCredentialsAttributesA
|
||||
;QueryCredentialsAttributesW@12=SECUR32.QueryCredentialsAttributesW
|
||||
;@QuerySecurityContextToken=SECUR32.QuerySecurityContextToken
|
||||
;@QuerySecurityPackageInfoA=SECUR32.QuerySecurityPackageInfoA
|
||||
;@QuerySecurityPackageInfoW=SECUR32.QuerySecurityPackageInfoW
|
||||
;@RevertSecurityContext=SECUR32.RevertSecurityContext
|
||||
;RevertSecurityContext@4=SECUR32.RevertSecurityContext
|
||||
;@SaslAcceptSecurityContext=SECUR32.SaslAcceptSecurityContext
|
||||
;@SaslEnumerateProfilesA=SECUR32.SaslEnumerateProfilesA
|
||||
;@SaslEnumerateProfilesW=SECUR32.SaslEnumerateProfilesW
|
||||
|
@ -72,7 +73,7 @@ LsaUnregisterPolicyChangeNotification@8=SECUR32.LsaUnregisterPolicyChangeNotific
|
|||
;SecpTranslateNameEx=SECUR32.SecpTranslateNameEx
|
||||
;@SetContextAttributesA=SECUR32.SetContextAttributesA
|
||||
;@SetContextAttributesW=SECUR32.SetContextAttributesW
|
||||
;@TranslateNameA=SECUR32.TranslateNameA
|
||||
;@TranslateNameW=SECUR32.TranslateNameW
|
||||
;TranslateNameA@20=SECUR32.TranslateNameA
|
||||
;TranslateNameW@20=SECUR32.TranslateNameW
|
||||
;UnsealMessage=SECUR32.UnsealMessage
|
||||
;@VerifySignature=SECUR32.VerifySignature
|
||||
;VerifySignature@16=SECUR32.VerifySignature
|
||||
|
|
Loading…
Reference in a new issue