mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
- Fix some redefinitions
svn path=/trunk/; revision=37846
This commit is contained in:
parent
d085625992
commit
529ad41347
2 changed files with 4 additions and 47 deletions
|
@ -432,41 +432,4 @@ typedef NTSTATUS (NTAPI *SpLsaModeInitializeFn)(ULONG, PULONG,
|
|||
typedef NTSTATUS (WINAPI *SpUserModeInitializeFn)(ULONG, PULONG,
|
||||
PSECPKG_USER_FUNCTION_TABLE *, PULONG);
|
||||
|
||||
#define ISC_REQ_DELEGATE 1
|
||||
#define ISC_REQ_MUTUAL_AUTH 2
|
||||
#define ISC_REQ_REPLAY_DETECT 4
|
||||
#define ISC_REQ_SEQUENCE_DETECT 8
|
||||
#define ISC_REQ_CONFIDENTIALITY 16
|
||||
#define ISC_REQ_USE_SESSION_KEY 32
|
||||
#define ISC_REQ_PROMPT_FOR_CREDS 64
|
||||
#define ISC_REQ_USE_SUPPLIED_CREDS 128
|
||||
#define ISC_REQ_ALLOCATE_MEMORY 256
|
||||
#define ISC_REQ_USE_DCE_STYLE 512
|
||||
#define ISC_REQ_DATAGRAM 1024
|
||||
#define ISC_REQ_CONNECTION 2048
|
||||
#define ISC_REQ_EXTENDED_ERROR 16384
|
||||
#define ISC_REQ_STREAM 32768
|
||||
#define ISC_REQ_INTEGRITY 65536
|
||||
#define ISC_REQ_MANUAL_CRED_VALIDATION 524288
|
||||
#define ISC_REQ_HTTP 268435456
|
||||
|
||||
#define ISC_RET_EXTENDED_ERROR 16384
|
||||
|
||||
#define ASC_REQ_DELEGATE 1
|
||||
#define ASC_REQ_MUTUAL_AUTH 2
|
||||
#define ASC_REQ_REPLAY_DETECT 4
|
||||
#define ASC_REQ_SEQUENCE_DETECT 8
|
||||
#define ASC_REQ_CONFIDENTIALITY 16
|
||||
#define ASC_REQ_USE_SESSION_KEY 32
|
||||
#define ASC_REQ_ALLOCATE_MEMORY 256
|
||||
#define ASC_REQ_USE_DCE_STYLE 512
|
||||
#define ASC_REQ_DATAGRAM 1024
|
||||
#define ASC_REQ_CONNECTION 2048
|
||||
#define ASC_REQ_EXTENDED_ERROR 32768
|
||||
#define ASC_REQ_STREAM 65536
|
||||
#define ASC_REQ_INTEGRITY 131072
|
||||
|
||||
#define SECURITY_NATIVE_DREP 16
|
||||
#define SECURITY_NETWORK_DREP 0
|
||||
|
||||
#endif /* _NTSECPKG_H */
|
||||
|
|
|
@ -367,9 +367,10 @@ typedef SECURITY_STATUS (SEC_ENTRY *ACCEPT_SECURITY_CONTEXT_FN)(PCredHandle,
|
|||
#define ASC_RET_FRAGMENT_ONLY 0x00800000
|
||||
#define ASC_RET_NO_TOKEN 0x01000000
|
||||
|
||||
/* values for TargetDataRep */
|
||||
#define SECURITY_NATIVE_DREP 0x00000010
|
||||
#define SECURITY_NETWORK_DREP 0x00000000
|
||||
/*Vvalues for TargetDataRep */
|
||||
#define SECURITY_NATIVE_DREP 0x00000010
|
||||
#define SECURITY_NETWORK_DREP 0x00000000
|
||||
|
||||
|
||||
SECURITY_STATUS SEC_ENTRY CompleteAuthToken(PCtxtHandle phContext,
|
||||
PSecBufferDesc pToken);
|
||||
|
@ -421,13 +422,6 @@ 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_ISSUER_LIST 80
|
||||
#define SECPKG_ATTR_REMOTE_CRED 81
|
||||
#define SECPKG_ATTR_LOCAL_CRED 82
|
||||
#define SECPKG_ATTR_REMOTE_CERT_CONTEXT 83
|
||||
#define SECPKG_ATTR_LOCAL_CERT_CONTEXT 84
|
||||
#define SECPKG_ATTR_ISSUER_LIST_EX 89
|
||||
#define SECPKG_ATTR_CONNECTION_INFO 90
|
||||
|
||||
/* types for QueryContextAttributes/SetContextAttributes */
|
||||
|
||||
|
|
Loading…
Reference in a new issue