Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
17027a60
Commit
17027a60
authored
Nov 29, 2013
by
Jacek Caban
Committed by
Alexandre Julliard
Nov 29, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sspi.h: Added some missing declarations.
parent
fc73f472
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
0 deletions
+31
-0
sspi.h
include/sspi.h
+31
-0
No files found.
include/sspi.h
View file @
17027a60
...
...
@@ -204,6 +204,17 @@ typedef SECURITY_STATUS (SEC_ENTRY *QUERY_CREDENTIALS_ATTRIBUTES_FN_W)
(
PCredHandle
,
ULONG
,
PVOID
);
#define QUERY_CREDENTIALS_ATTRIBUTES_FN WINELIB_NAME_AW(QUERY_CREDENTIALS_ATTRIBUTES_FN_)
typedef
struct
_SEC_CHANNEL_BINDINGS
{
ULONG
dwInitiatorAddrType
;
ULONG
cbInitiatorLength
;
ULONG
dwInitiatorOffset
;
ULONG
dwAcceptorAddrType
;
ULONG
cbAcceptorLength
;
ULONG
dwAcceptorOffset
;
ULONG
cbApplicationDataLength
;
ULONG
dwApplicationDataOffset
;
}
SEC_CHANNEL_BINDINGS
,
*
PSEC_CHANNEL_BINDINGS
;
/* values for QueryCredentialsAttributes ulAttribute */
#define SECPKG_CRED_ATTR_NAMES 1
...
...
@@ -436,6 +447,20 @@ typedef SECURITY_STATUS (SEC_ENTRY *QUERY_CONTEXT_ATTRIBUTES_FN_W)(PCtxtHandle,
#define SECPKG_ATTR_ACCESS_TOKEN 18
#define SECPKG_ATTR_TARGET 19
#define SECPKG_ATTR_AUTHENTICATION_ID 20
#define SECPKG_ATTR_LOGOFF_TIME 21
#define SECPKG_ATTR_NEGO_KEYS 22
#define SECPKG_ATTR_PROMPTING_NEEDED 24
#define SECPKG_ATTR_UNIQUE_BINDINGS 25
#define SECPKG_ATTR_ENDPOINT_BINDINGS 26
#define SECPKG_ATTR_CLIENT_SPECIFIED_TARGET 27
#define SECPKG_ATTR_LAST_CLIENT_TOKEN_STATUS 30
#define SECPKG_ATTR_NEGO_PKG_INFO 31
#define SECPKG_ATTR_NEGO_STATUS 32
#define SECPKG_ATTR_CONTEXT_DELETED 33
#define SECPKG_ATTR_SUBJECT_SECURITY_ATTRIBUTES 128
#define SECPKG_ATTR_NEGO_INFO_FLAG_NO_KERBEROS 0x1
#define SECPKG_ATTR_NEGO_INFO_FLAG_NO_NTLM 0x2
/* types for QueryContextAttributes/SetContextAttributes */
...
...
@@ -641,6 +666,12 @@ typedef struct _SecPkgContext_Target
char
*
Target
;
}
SecPkgContext_Target
,
*
PSecPkgContext_Target
;
typedef
struct
_SecPkgContext_Bindings
{
ULONG
BindingsLength
;
SEC_CHANNEL_BINDINGS
*
Bindings
;
}
SecPkgContext_Bindings
,
*
PSecPkgContext_Bindings
;
SECURITY_STATUS
SEC_ENTRY
ImpersonateSecurityContext
(
PCtxtHandle
phContext
);
typedef
SECURITY_STATUS
(
SEC_ENTRY
*
IMPERSONATE_SECURITY_CONTEXT_FN
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment