Changeset 21916 for trunk/src/secur32
- Timestamp:
- Dec 18, 2011, 10:28:22 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 deleted
- 6 edited
- 2 copied
-
. (modified) (2 props)
-
src/secur32/Makefile.kmk (copied) (copied from branches/gcc-kmk/src/secur32/Makefile.kmk )
-
src/secur32/initsecur32.cpp (deleted)
-
src/secur32/initterm.cpp (copied) (copied from branches/gcc-kmk/src/secur32/initterm.cpp )
-
src/secur32/makefile (deleted)
-
src/secur32/secur32.c (modified) (2 diffs)
-
src/secur32/secur32.def (modified) (3 diffs)
-
src/secur32/secur32_priv.h (modified) (1 diff)
-
src/secur32/thunks.c (modified) (1 diff)
-
src/secur32/util.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 1 bin 2 Makefile.inc 1 env.cmd 2 LocalConfig.kmk
-
-
Property svn:mergeinfo
set to
/branches/gcc-kmk merged eligible
- Property svn:ignore
-
trunk/src/secur32/secur32.c
r21364 r21916 17 17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 18 18 */ 19 19 20 #include <assert.h> 20 21 #include <stdarg.h> 22 #include <memory.h> 21 23 22 24 #include "ntstatus.h" … … 61 63 * Prototypes 62 64 */ 65 66 ULONG WIN32API LsaNtStatusToWinError(NTSTATUS Status); 63 67 64 68 /* Tries to load moduleName as a provider. If successful, enumerates what -
trunk/src/secur32/secur32.def
r21364 r21916 5 5 EXPORTS 6 6 7 AcceptSecurityContext = _AcceptSecurityContext@36@18 AcquireCredentialsHandleA = _AcquireCredentialsHandleA@36@29 AcquireCredentialsHandleW = _AcquireCredentialsHandleW@36@310 AddCredentialsA = _AddCredentialsA@32@411 AddCredentialsW = _AddCredentialsW@32@57 AcceptSecurityContext = "_AcceptSecurityContext@36" @1 8 AcquireCredentialsHandleA = "_AcquireCredentialsHandleA@36" @2 9 AcquireCredentialsHandleW = "_AcquireCredentialsHandleW@36" @3 10 AddCredentialsA = "_AddCredentialsA@32" @4 11 AddCredentialsW = "_AddCredentialsW@32" @5 12 12 ;AddCredentialsW = _AddSecurityPackageA @6 13 13 ;AddCredentialsW = _AddSecurityPackageW @7 14 ApplyControlToken = _ApplyControlToken@8@815 CompleteAuthToken = _CompleteAuthToken@8@916 DecryptMessage = _DecryptMessage@16@1017 DeleteSecurityContext = _DeleteSecurityContext@4@1114 ApplyControlToken = "_ApplyControlToken@8" @8 15 CompleteAuthToken = "_CompleteAuthToken@8" @9 16 DecryptMessage = "_DecryptMessage@16" @10 17 DeleteSecurityContext = "_DeleteSecurityContext@4" @11 18 18 ;DeleteSecurityContext = _DeleteSecurityPackageA @12 19 19 ;DeleteSecurityContext = _DeleteSecurityPackageW @13 20 EncryptMessage = _EncryptMessage@16@1421 EnumerateSecurityPackagesA = _EnumerateSecurityPackagesA@8@1522 EnumerateSecurityPackagesW = _EnumerateSecurityPackagesW@8@1623 ExportSecurityContext = _ExportSecurityContext@16@1724 FreeContextBuffer = _FreeContextBuffer@4@1825 FreeCredentialsHandle = _FreeCredentialsHandle@4@1926 GetComputerObjectNameA = _GetComputerObjectNameA@12@2027 GetComputerObjectNameW = _GetComputerObjectNameW@12@2120 EncryptMessage = "_EncryptMessage@16" @14 21 EnumerateSecurityPackagesA = "_EnumerateSecurityPackagesA@8" @15 22 EnumerateSecurityPackagesW = "_EnumerateSecurityPackagesW@8" @16 23 ExportSecurityContext = "_ExportSecurityContext@16" @17 24 FreeContextBuffer = "_FreeContextBuffer@4" @18 25 FreeCredentialsHandle = "_FreeCredentialsHandle@4" @19 26 GetComputerObjectNameA = "_GetComputerObjectNameA@12" @20 27 GetComputerObjectNameW = "_GetComputerObjectNameW@12" @21 28 28 ;GetComputerObjectNameW = _GetSecurityUserInfo @22 29 GetUserNameExA = _GetUserNameExA@12@2330 GetUserNameExW = _GetUserNameExW@12@2431 ImpersonateSecurityContext = _ImpersonateSecurityContext@4@2532 ImportSecurityContextA = _ImportSecurityContextA@16@2633 ImportSecurityContextW = _ImportSecurityContextW@16@2734 InitSecurityInterfaceA = _InitSecurityInterfaceA@0@2835 InitSecurityInterfaceW = _InitSecurityInterfaceW@0@2936 InitializeSecurityContextA = _InitializeSecurityContextA@48@3037 InitializeSecurityContextW = _InitializeSecurityContextW@48@3138 LsaCallAuthenticationPackage = _LsaCallAuthenticationPackage@28@3239 LsaConnectUntrusted = _LsaConnectUntrusted@4@3340 LsaDeregisterLogonProcess = _LsaDeregisterLogonProcess@4@3441 LsaEnumerateLogonSessions = _LsaEnumerateLogonSessions@8@3542 LsaFreeReturnBuffer = _LsaFreeReturnBuffer@4@3643 LsaGetLogonSessionData = _LsaGetLogonSessionData@8@3744 LsaLogonUser = _LsaLogonUser@56@3845 LsaLookupAuthenticationPackage = _LsaLookupAuthenticationPackage@12@3946 LsaRegisterLogonProcess = _LsaRegisterLogonProcess@12@4029 GetUserNameExA = "_GetUserNameExA@12" @23 30 GetUserNameExW = "_GetUserNameExW@12" @24 31 ImpersonateSecurityContext = "_ImpersonateSecurityContext@4" @25 32 ImportSecurityContextA = "_ImportSecurityContextA@16" @26 33 ImportSecurityContextW = "_ImportSecurityContextW@16" @27 34 InitSecurityInterfaceA = "_InitSecurityInterfaceA@0" @28 35 InitSecurityInterfaceW = "_InitSecurityInterfaceW@0" @29 36 InitializeSecurityContextA = "_InitializeSecurityContextA@48" @30 37 InitializeSecurityContextW = "_InitializeSecurityContextW@48" @31 38 LsaCallAuthenticationPackage = "_LsaCallAuthenticationPackage@28" @32 39 LsaConnectUntrusted = "_LsaConnectUntrusted@4" @33 40 LsaDeregisterLogonProcess = "_LsaDeregisterLogonProcess@4" @34 41 LsaEnumerateLogonSessions = "_LsaEnumerateLogonSessions@8" @35 42 LsaFreeReturnBuffer = "_LsaFreeReturnBuffer@4" @36 43 LsaGetLogonSessionData = "_LsaGetLogonSessionData@8" @37 44 LsaLogonUser = "_LsaLogonUser@56" @38 45 LsaLookupAuthenticationPackage = "_LsaLookupAuthenticationPackage@12" @39 46 LsaRegisterLogonProcess = "_LsaRegisterLogonProcess@12" @40 47 47 ;LsaRegisterLogonProcess = _LsaRegisterPolicyChangeNotification @41 48 48 ;LsaRegisterLogonProcess = _LsaUnregisterPolicyChangeNotification @42 49 MakeSignature = _MakeSignature@16@4350 QueryContextAttributesA = _QueryContextAttributesA@12@4451 QueryContextAttributesW = _QueryContextAttributesW@12@4552 QueryCredentialsAttributesA = _QueryCredentialsAttributesA@12@4653 QueryCredentialsAttributesW = _QueryCredentialsAttributesW@12@4754 QuerySecurityContextToken = _QuerySecurityContextToken@8@4855 QuerySecurityPackageInfoA = _QuerySecurityPackageInfoA@8@4956 QuerySecurityPackageInfoW = _QuerySecurityPackageInfoW@8@5057 RevertSecurityContext = _RevertSecurityContext@4@5149 MakeSignature = "_MakeSignature@16" @43 50 QueryContextAttributesA = "_QueryContextAttributesA@12" @44 51 QueryContextAttributesW = "_QueryContextAttributesW@12" @45 52 QueryCredentialsAttributesA = "_QueryCredentialsAttributesA@12" @46 53 QueryCredentialsAttributesW = "_QueryCredentialsAttributesW@12" @47 54 QuerySecurityContextToken = "_QuerySecurityContextToken@8" @48 55 QuerySecurityPackageInfoA = "_QuerySecurityPackageInfoA@8" @49 56 QuerySecurityPackageInfoW = "_QuerySecurityPackageInfoW@8" @50 57 RevertSecurityContext = "_RevertSecurityContext@4" @51 58 58 ;RevertSecurityContext = _SaslAcceptSecurityContext @52 59 59 ;RevertSecurityContext = _SaslEnumerateProfilesA @53 … … 65 65 ;RevertSecurityContext = _SaslInitializeSecurityContextA @59 66 66 ;RevertSecurityContext = _SaslInitializeSecurityContextW @60 67 SealMessage = _EncryptMessage@16@6167 SealMessage = "_EncryptMessage@16" @61 68 68 ;SealMessage = _SecCacheSspiPackages @62 69 69 ;SealMessage = _SecGetLocaleSpecificEncryptionRules @63 … … 71 71 ;SealMessage = _SecpTranslateName @65 72 72 ;SealMessage = _SecpTranslateNameEx @66 73 TranslateNameA = _TranslateNameA@20@6774 TranslateNameW = _TranslateNameW@20@6875 UnsealMessage = _DecryptMessage@16@6976 VerifySignature = _VerifySignature@16@7073 TranslateNameA = "_TranslateNameA@20" @67 74 TranslateNameW = "_TranslateNameW@20" @68 75 UnsealMessage = "_DecryptMessage@16" @69 76 VerifySignature = "_VerifySignature@16" @70 77 77 78 78 IMPORTS 79 79 80 80 CredFree = ADVAPI32.509 81 _CredReadW@16 = ADVAPI32.510 82 LsaNtStatusToWinError = ADVAPI32.223 83 _NetWkstaUserGetInfo@12 = NETAPI32.202 81 "_CredReadW@16" = ADVAPI32.510 82 "_NetWkstaUserGetInfo@12" = NETAPI32.202 84 83 -
trunk/src/secur32/secur32_priv.h
r21364 r21916 25 25 #include "wine/list.h" 26 26 27 #ifndef __EMX__ 27 28 typedef ULONG pid_t; 29 #endif 28 30 29 31 typedef struct _SecureProvider -
trunk/src/secur32/thunks.c
r21364 r21916 18 18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 19 19 */ 20 20 21 #include <stdarg.h> 22 #include <memory.h> 23 21 24 #include "windef.h" 22 25 #include "winbase.h" -
trunk/src/secur32/util.c
r21364 r21916 18 18 * This file contains various helper functions needed for NTLM and maybe others 19 19 */ 20 20 21 #include <stdarg.h> 21 22 #include <stdio.h> 23 #include <memory.h> 24 22 25 #include "windef.h" 23 26 #include "winbase.h"
Note:
See TracChangeset
for help on using the changeset viewer.
