diff options
author | Stefan Metzmacher <metze@samba.org> | 2009-05-01 15:03:33 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2009-05-01 15:46:08 +0200 |
commit | 5604e8d614c938876b0a8cbc6f8c38262588f961 (patch) | |
tree | 59294a2f1e05de08c765da3fee70b8564d65d7de /source4/libcli/raw | |
parent | b97a591e2cb57d0a9cbe7d3aa6fdaa5de689a39d (diff) | |
download | samba-5604e8d614c938876b0a8cbc6f8c38262588f961.tar.gz samba-5604e8d614c938876b0a8cbc6f8c38262588f961.tar.bz2 samba-5604e8d614c938876b0a8cbc6f8c38262588f961.zip |
s4:libcli: remember operating system and lan manager strings from session setup
metze
Diffstat (limited to 'source4/libcli/raw')
-rw-r--r-- | source4/libcli/raw/libcliraw.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/libcli/raw/libcliraw.h b/source4/libcli/raw/libcliraw.h index a9fcdab9cc..37e158a465 100644 --- a/source4/libcli/raw/libcliraw.h +++ b/source4/libcli/raw/libcliraw.h @@ -196,6 +196,9 @@ struct smbcli_session { uint_t ntlmv2_auth:1; uint_t plaintext_auth:1; } options; + + const char *os; + const char *lanman; }; /* |