add crypto bits.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19446 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -67,8 +67,16 @@ typedef struct {
|
|||||||
OM_uint32 status;
|
OM_uint32 status;
|
||||||
#define STATUS_OPEN 1
|
#define STATUS_OPEN 1
|
||||||
#define STATUS_CLIENT 2
|
#define STATUS_CLIENT 2
|
||||||
|
#define STATUS_SESSIONKEY 4
|
||||||
char *username;
|
char *username;
|
||||||
char *password;
|
char *password;
|
||||||
|
krb5_data sessionkey;
|
||||||
|
|
||||||
|
struct {
|
||||||
|
uint32_t send_seq;
|
||||||
|
uint32_t recv_seq;
|
||||||
|
RC4_KEY key;
|
||||||
|
} crypto;
|
||||||
} *ntlm_ctx;
|
} *ntlm_ctx;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
Reference in New Issue
Block a user