summaryrefslogtreecommitdiffstats
path: root/src/gss_ntlmssp.h
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2014-08-04 16:33:17 -0400
committerSimo Sorce <simo@redhat.com>2014-08-07 12:44:46 -0400
commite212afb93ad332ae773a387ff66052b2ebdaa6d8 (patch)
tree95e39e9080ea81f8ee4fc4874866702965f090df /src/gss_ntlmssp.h
parentea3853bc1146299617e334592c0bbd25ad33376c (diff)
downloadgss-ntlmssp-e212afb93ad332ae773a387ff66052b2ebdaa6d8.tar.gz
gss-ntlmssp-e212afb93ad332ae773a387ff66052b2ebdaa6d8.tar.xz
gss-ntlmssp-e212afb93ad332ae773a387ff66052b2ebdaa6d8.zip
Move sec_req flags in the context handler
Diffstat (limited to 'src/gss_ntlmssp.h')
-rw-r--r--src/gss_ntlmssp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gss_ntlmssp.h b/src/gss_ntlmssp.h
index 7d45d41..08401b0 100644
--- a/src/gss_ntlmssp.h
+++ b/src/gss_ntlmssp.h
@@ -127,6 +127,8 @@ struct gssntlm_ctx {
NTLMSSP_STAGE_DONE
} stage;
+ uint8_t sec_req;
+
char *workstation;
struct ntlm_ctx *ntlm;