[ros-diffs] [cwittich] 18486: * added a lot of stack-size information to *.def files

cwittich at svn.reactos.com cwittich at svn.reactos.com
Sat Oct 15 23:17:57 CEST 2005


* 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 at 12
 LsaFreeReturnBuffer at 4
 LsaCallAuthenticationPackage at 28
-;@AcceptSecurityContext
-;@AcquireCredentialsHandleA
-;@AcquireCredentialsHandleW
+;AcceptSecurityContext at 36
+;AcquireCredentialsHandleA at 36
+;AcquireCredentialsHandleW at 36
 ;@AddCredentialsA
 ;@AddCredentialsW
 ;@AddSecurityPackageA
 ;@AddSecurityPackageW
-;@ApplyControlToken
-;@CompleteAuthToken
+;ApplyControlTokenA at 8
+;ApplyControlTokenW at 8
+;CompleteAuthToken at 8
 ;@CredMarshalTargetInfo
 ;@CredUnmarshalTargetInfo
-;@DecryptMessage
-;@DeleteSecurityContext
+;DecryptMessage at 16
+;DeleteSecurityContext at 4
 ;@DeleteSecurityPackageA
 ;@DeleteSecurityPackageW
-;@EncryptMessage
-;@EnumerateSecurityPackagesA at 8
+;EncryptMessage at 16
+EnumerateSecurityPackagesA at 8
 EnumerateSecurityPackagesW at 8
 ;@ExportSecurityContext
 FreeContextBuffer at 4
-;@FreeCredentialsHandle
+;FreeCredentialsHandle at 4
 GetComputerObjectNameA at 12
 GetComputerObjectNameW at 12
 ;GetSecurityUserInfo
 GetUserNameExA at 12
 GetUserNameExW at 12
-;@ImpersonateSecurityContext
+;ImpersonateSecurityContext at 4
 ;@ImportSecurityContextA
 ;@ImportSecurityContextW
 ;@InitSecurityInterfaceA
 ;@InitSecurityInterfaceW
-;@InitializeSecurityContextA
-;@InitializeSecurityContextW
+;InitializeSecurityContextA at 48
+;InitializeSecurityContextW at 48
 LsaEnumerateLogonSessions at 8
 LsaGetLogonSessionData at 8
 LsaRegisterPolicyChangeNotification at 8
 LsaUnregisterPolicyChangeNotification at 8
-;@MakeSignature
-;@QueryContextAttributesA
-;@QueryContextAttributesW
-;@QueryCredentialsAttributesA
-;@QueryCredentialsAttributesW
+;MakeSignature at 16
+;QueryContextAttributesA at 12
+;QueryContextAttributesW at 12
+;QueryCredentialsAttributesA at 12
+;QueryCredentialsAttributesW at 12
 ;@QuerySecurityContextToken
 ;@QuerySecurityPackageInfoA
 ;@QuerySecurityPackageInfoW
-;@RevertSecurityContext
+;RevertSecurityContext at 4
 ;@SaslAcceptSecurityContext
 ;@SaslEnumerateProfilesA
 ;@SaslEnumerateProfilesW
@@ -72,7 +73,7 @@
 ;SecpTranslateNameEx
 ;@SetContextAttributesA
 ;@SetContextAttributesW
-;@TranslateNameA
-;@TranslateNameW
+;TranslateNameA at 20
+;TranslateNameW at 20
 ;UnsealMessage
-;@VerifySignature
+;VerifySignature at 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 at 12=SECUR32.LsaLookupAuthenticationPackage
 LsaFreeReturnBuffer at 4=SECUR32.LsaFreeReturnBuffer
 LsaCallAuthenticationPackage at 28=SECUR32.LsaCallAuthenticationPackage
-;@AcceptSecurityContext=SECUR32.AcceptSecurityContext
-;@AcquireCredentialsHandleA=SECUR32.AcquireCredentialsHandleA
-;@AcquireCredentialsHandleW=SECUR32.AcquireCredentialsHandleW
+;AcceptSecurityContext at 36=SECUR32.AcceptSecurityContext
+;AcquireCredentialsHandleA at 36=SECUR32.AcquireCredentialsHandleA
+;AcquireCredentialsHandleW at 36=SECUR32.AcquireCredentialsHandleW
 ;@AddCredentialsA=SECUR32.AddCredentialsA
 ;@AddCredentialsW=SECUR32.AddCredentialsW
 ;@AddSecurityPackageA=SECUR32.AddSecurityPackageA
 ;@AddSecurityPackageW=SECUR32.AddSecurityPackageW
-;@ApplyControlToken=SECUR32.ApplyControlToken
-;@CompleteAuthToken=SECUR32.CompleteAuthToken
+;ApplyControlTokenA at 8=SECUR32.ApplyControlTokenA
+;ApplyControlTokenW at 8=SECUR32.ApplyControlTokenW
+;CompleteAuthToken at 8=SECUR32.CompleteAuthToken
 ;@CredMarshalTargetInfo=SECUR32.CredMarshalTargetInfo
 ;@CredUnmarshalTargetInfo=SECUR32.CredUnmarshalTargetInfo
-;@DecryptMessage=SECUR32.DecryptMessage
-;@DeleteSecurityContext=SECUR32.DeleteSecurityContext
+;DecryptMessage at 16=SECUR32.DecryptMessage
+;DeleteSecurityContext at 4=SECUR32.DeleteSecurityContext
 ;@DeleteSecurityPackageA=SECUR32.DeleteSecurityPackageA
 ;@DeleteSecurityPackageW=SECUR32.DeleteSecurityPackageW
-;@EncryptMessage=SECUR32.EncryptMessage
-;EnumerateSecurityPackagesA at 8=SECUR32.EnumerateSecurityPackagesA
+;EncryptMessage at 16=SECUR32.EncryptMessage
+EnumerateSecurityPackagesA at 8=SECUR32.EnumerateSecurityPackagesA
 EnumerateSecurityPackagesW at 8=SECUR32.EnumerateSecurityPackagesW
 ;@ExportSecurityContext=SECUR32.ExportSecurityContext
 FreeContextBuffer at 4=SECUR32.FreeContextBuffer
-;@FreeCredentialsHandle=SECUR32.FreeCredentialsHandle
+;FreeCredentialsHandle at 4=SECUR32.FreeCredentialsHandle
 GetComputerObjectNameA at 12=SECUR32.GetComputerObjectNameA
 GetComputerObjectNameW at 12=SECUR32.GetComputerObjectNameW
 ;GetSecurityUserInfo=SECUR32.GetSecurityUserInfo
 GetUserNameExA at 12=SECUR32.GetUserNameExA
 GetUserNameExW at 12=SECUR32.GetUserNameExW
-;@ImpersonateSecurityContext=SECUR32.ImpersonateSecurityContext
+;ImpersonateSecurityContext at 4=SECUR32.ImpersonateSecurityContext
 ;@ImportSecurityContextA=SECUR32.ImportSecurityContextA
 ;@ImportSecurityContextW=SECUR32.ImportSecurityContextW
 ;@InitSecurityInterfaceA=SECUR32.InitSecurityInterfaceA
 ;@InitSecurityInterfaceW=SECUR32.InitSecurityInterfaceW
-;@InitializeSecurityContextA=SECUR32.InitializeSecurityContextA
-;@InitializeSecurityContextW=SECUR32.InitializeSecurityContextW
+;InitializeSecurityContextA at 48=SECUR32.InitializeSecurityContextA
+;InitializeSecurityContextW at 48=SECUR32.InitializeSecurityContextW
 LsaEnumerateLogonSessions at 8=SECUR32.LsaEnumerateLogonSessions
 LsaGetLogonSessionData at 8=SECUR32.LsaGetLogonSessionData
 
LsaRegisterPolicyChangeNotification at 8=SECUR32.LsaRegisterPolicyChangeNot
ification
 
LsaUnregisterPolicyChangeNotification at 8=SECUR32.LsaUnregisterPolicyChang
eNotification
-;@MakeSignature=SECUR32.MakeSignature
-;@QueryContextAttributesA=SECUR32.QueryContextAttributesA
-;@QueryContextAttributesW=SECUR32.QueryContextAttributesW
-;@QueryCredentialsAttributesA=SECUR32.QueryCredentialsAttributesA
-;@QueryCredentialsAttributesW=SECUR32.QueryCredentialsAttributesW
+;MakeSignature at 16=SECUR32.MakeSignature
+;QueryContextAttributesA at 12=SECUR32.QueryContextAttributesA
+;QueryContextAttributesW at 12=SECUR32.QueryContextAttributesW
+;QueryCredentialsAttributesA at 12=SECUR32.QueryCredentialsAttributesA
+;QueryCredentialsAttributesW at 12=SECUR32.QueryCredentialsAttributesW
 ;@QuerySecurityContextToken=SECUR32.QuerySecurityContextToken
 ;@QuerySecurityPackageInfoA=SECUR32.QuerySecurityPackageInfoA
 ;@QuerySecurityPackageInfoW=SECUR32.QuerySecurityPackageInfoW
-;@RevertSecurityContext=SECUR32.RevertSecurityContext
+;RevertSecurityContext at 4=SECUR32.RevertSecurityContext
 ;@SaslAcceptSecurityContext=SECUR32.SaslAcceptSecurityContext
 ;@SaslEnumerateProfilesA=SECUR32.SaslEnumerateProfilesA
 ;@SaslEnumerateProfilesW=SECUR32.SaslEnumerateProfilesW
@@ -72,7 +73,7 @@
 ;SecpTranslateNameEx=SECUR32.SecpTranslateNameEx
 ;@SetContextAttributesA=SECUR32.SetContextAttributesA
 ;@SetContextAttributesW=SECUR32.SetContextAttributesW
-;@TranslateNameA=SECUR32.TranslateNameA
-;@TranslateNameW=SECUR32.TranslateNameW
+;TranslateNameA at 20=SECUR32.TranslateNameA
+;TranslateNameW at 20=SECUR32.TranslateNameW
 ;UnsealMessage=SECUR32.UnsealMessage
-;@VerifySignature=SECUR32.VerifySignature
+;VerifySignature at 16=SECUR32.VerifySignature
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20051015/fbd1fbb7/attachment.html


More information about the Ros-diffs mailing list