* added a lot of stack-size information to *.def files
* added one more stub to secur32
Modified: trunk/reactos/lib/secur32/secur32.def
Modified: trunk/reactos/lib/secur32/sspi.c
Modified: trunk/reactos/lib/security/security.def
_____
Modified: trunk/reactos/lib/secur32/secur32.def
--- trunk/reactos/lib/secur32/secur32.def 2005-10-15 19:34:53 UTC
(rev 18485)
+++ trunk/reactos/lib/secur32/secur32.def 2005-10-15 21:17:52 UTC
(rev 18486)
@@ -7,52 +7,53 @@
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 @@
;SecpTranslateNameEx
;@SetContextAttributesA
;@SetContextAttributesW
-;@TranslateNameA
-;@TranslateNameW
+;TranslateNameA@20
+;TranslateNameW@20
;UnsealMessage
-;@VerifySignature
+;VerifySignature@16
_____
Modified: trunk/reactos/lib/secur32/sspi.c
--- trunk/reactos/lib/secur32/sspi.c 2005-10-15 19:34:53 UTC (rev
18485)
+++ trunk/reactos/lib/secur32/sspi.c 2005-10-15 21:17:52 UTC (rev
18486)
@@ -23,6 +23,16 @@
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
_____
Modified: trunk/reactos/lib/security/security.def
--- trunk/reactos/lib/security/security.def 2005-10-15 19:34:53 UTC
(rev 18485)
+++ trunk/reactos/lib/security/security.def 2005-10-15 21:17:52 UTC
(rev 18486)
@@ -7,52 +7,53 @@
LsaLookupAuthenticationPackage(a)12=SECUR32.LsaLookupAuthenticationPackage
LsaFreeReturnBuffer(a)4=SECUR32.LsaFreeReturnBuffer
LsaCallAuthenticationPackage(a)28=SECUR32.LsaCallAuthenticationPackage
-;(a)AcceptSecurityContext=SECUR32.AcceptSecurityContext
-;(a)AcquireCredentialsHandleA=SECUR32.AcquireCredentialsHandleA
-;(a)AcquireCredentialsHandleW=SECUR32.AcquireCredentialsHandleW
+;AcceptSecurityContext(a)36=SECUR32.AcceptSecurityContext
+;AcquireCredentialsHandleA(a)36=SECUR32.AcquireCredentialsHandleA
+;AcquireCredentialsHandleW(a)36=SECUR32.AcquireCredentialsHandleW
;(a)AddCredentialsA=SECUR32.AddCredentialsA
;(a)AddCredentialsW=SECUR32.AddCredentialsW
;(a)AddSecurityPackageA=SECUR32.AddSecurityPackageA
;(a)AddSecurityPackageW=SECUR32.AddSecurityPackageW
-;(a)ApplyControlToken=SECUR32.ApplyControlToken
-;(a)CompleteAuthToken=SECUR32.CompleteAuthToken
+;ApplyControlTokenA(a)8=SECUR32.ApplyControlTokenA
+;ApplyControlTokenW(a)8=SECUR32.ApplyControlTokenW
+;CompleteAuthToken(a)8=SECUR32.CompleteAuthToken
;(a)CredMarshalTargetInfo=SECUR32.CredMarshalTargetInfo
;(a)CredUnmarshalTargetInfo=SECUR32.CredUnmarshalTargetInfo
-;(a)DecryptMessage=SECUR32.DecryptMessage
-;(a)DeleteSecurityContext=SECUR32.DeleteSecurityContext
+;DecryptMessage(a)16=SECUR32.DecryptMessage
+;DeleteSecurityContext(a)4=SECUR32.DeleteSecurityContext
;(a)DeleteSecurityPackageA=SECUR32.DeleteSecurityPackageA
;(a)DeleteSecurityPackageW=SECUR32.DeleteSecurityPackageW
-;(a)EncryptMessage=SECUR32.EncryptMessage
-;EnumerateSecurityPackagesA(a)8=SECUR32.EnumerateSecurityPackagesA
+;EncryptMessage(a)16=SECUR32.EncryptMessage
+EnumerateSecurityPackagesA(a)8=SECUR32.EnumerateSecurityPackagesA
EnumerateSecurityPackagesW(a)8=SECUR32.EnumerateSecurityPackagesW
;(a)ExportSecurityContext=SECUR32.ExportSecurityContext
FreeContextBuffer(a)4=SECUR32.FreeContextBuffer
-;(a)FreeCredentialsHandle=SECUR32.FreeCredentialsHandle
+;FreeCredentialsHandle(a)4=SECUR32.FreeCredentialsHandle
GetComputerObjectNameA(a)12=SECUR32.GetComputerObjectNameA
GetComputerObjectNameW(a)12=SECUR32.GetComputerObjectNameW
;GetSecurityUserInfo=SECUR32.GetSecurityUserInfo
GetUserNameExA(a)12=SECUR32.GetUserNameExA
GetUserNameExW(a)12=SECUR32.GetUserNameExW
-;(a)ImpersonateSecurityContext=SECUR32.ImpersonateSecurityContext
+;ImpersonateSecurityContext(a)4=SECUR32.ImpersonateSecurityContext
;(a)ImportSecurityContextA=SECUR32.ImportSecurityContextA
;(a)ImportSecurityContextW=SECUR32.ImportSecurityContextW
;(a)InitSecurityInterfaceA=SECUR32.InitSecurityInterfaceA
;(a)InitSecurityInterfaceW=SECUR32.InitSecurityInterfaceW
-;(a)InitializeSecurityContextA=SECUR32.InitializeSecurityContextA
-;(a)InitializeSecurityContextW=SECUR32.InitializeSecurityContextW
+;InitializeSecurityContextA(a)48=SECUR32.InitializeSecurityContextA
+;InitializeSecurityContextW(a)48=SECUR32.InitializeSecurityContextW
LsaEnumerateLogonSessions(a)8=SECUR32.LsaEnumerateLogonSessions
LsaGetLogonSessionData(a)8=SECUR32.LsaGetLogonSessionData
LsaRegisterPolicyChangeNotification(a)8=SECUR32.LsaRegisterPolicyChangeNot
ification
LsaUnregisterPolicyChangeNotification(a)8=SECUR32.LsaUnregisterPolicyChang
eNotification
-;(a)MakeSignature=SECUR32.MakeSignature
-;(a)QueryContextAttributesA=SECUR32.QueryContextAttributesA
-;(a)QueryContextAttributesW=SECUR32.QueryContextAttributesW
-;(a)QueryCredentialsAttributesA=SECUR32.QueryCredentialsAttributesA
-;(a)QueryCredentialsAttributesW=SECUR32.QueryCredentialsAttributesW
+;MakeSignature(a)16=SECUR32.MakeSignature
+;QueryContextAttributesA(a)12=SECUR32.QueryContextAttributesA
+;QueryContextAttributesW(a)12=SECUR32.QueryContextAttributesW
+;QueryCredentialsAttributesA(a)12=SECUR32.QueryCredentialsAttributesA
+;QueryCredentialsAttributesW(a)12=SECUR32.QueryCredentialsAttributesW
;(a)QuerySecurityContextToken=SECUR32.QuerySecurityContextToken
;(a)QuerySecurityPackageInfoA=SECUR32.QuerySecurityPackageInfoA
;(a)QuerySecurityPackageInfoW=SECUR32.QuerySecurityPackageInfoW
-;(a)RevertSecurityContext=SECUR32.RevertSecurityContext
+;RevertSecurityContext(a)4=SECUR32.RevertSecurityContext
;(a)SaslAcceptSecurityContext=SECUR32.SaslAcceptSecurityContext
;(a)SaslEnumerateProfilesA=SECUR32.SaslEnumerateProfilesA
;(a)SaslEnumerateProfilesW=SECUR32.SaslEnumerateProfilesW
@@ -72,7 +73,7 @@
;SecpTranslateNameEx=SECUR32.SecpTranslateNameEx
;(a)SetContextAttributesA=SECUR32.SetContextAttributesA
;(a)SetContextAttributesW=SECUR32.SetContextAttributesW
-;(a)TranslateNameA=SECUR32.TranslateNameA
-;(a)TranslateNameW=SECUR32.TranslateNameW
+;TranslateNameA(a)20=SECUR32.TranslateNameA
+;TranslateNameW(a)20=SECUR32.TranslateNameW
;UnsealMessage=SECUR32.UnsealMessage
-;(a)VerifySignature=SECUR32.VerifySignature
+;VerifySignature(a)16=SECUR32.VerifySignature
Show replies by date