45 lines
929 B
Modula-2
45 lines
929 B
Modula-2
LIBRARY LONSIW95
|
|
|
|
EXPORTS
|
|
|
|
DllEntry
|
|
|
|
;
|
|
; lsa stuff
|
|
;
|
|
|
|
IISLogon32Initialize
|
|
IISLogonNetUserA
|
|
IISLogonNetUserW
|
|
IISNetUserCookieA
|
|
IISLogonDigestUserA
|
|
|
|
;
|
|
; Security
|
|
;
|
|
|
|
IISGetDefaultDomainName
|
|
AcceptSecurityContext
|
|
AcquireCredentialsHandleA
|
|
CompleteAuthToken
|
|
DeleteSecurityContext
|
|
EnumerateSecurityPackagesA
|
|
ImpersonateSecurityContext
|
|
InitializeSecurityContextA
|
|
FreeContextBuffer
|
|
FreeCredentialsHandle
|
|
QueryContextAttributesA
|
|
QuerySecurityContextToken
|
|
QuerySecurityPackageInfoA
|
|
RevertSecurityContext
|
|
|
|
;
|
|
; kernel32
|
|
;
|
|
|
|
FakeInterlockedExchangeAdd
|
|
FakeInterlockedCompareExchange
|
|
FakeInterlockedIncrement
|
|
FakeInterlockedDecrement
|
|
|