diff options
author | Stefan Metzmacher <metze@samba.org> | 2012-04-17 13:34:27 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-04-17 14:42:31 +0200 |
commit | 941a6a78519bd24064ee1919662529bfdd87d78d (patch) | |
tree | 99acd48852327fc38c46a039a1ec8ddbfa94a33b /source3/include | |
parent | cb3cde951859852daf830efdeaf8392cf7c89300 (diff) | |
download | samba-941a6a78519bd24064ee1919662529bfdd87d78d.tar.gz samba-941a6a78519bd24064ee1919662529bfdd87d78d.tar.xz samba-941a6a78519bd24064ee1919662529bfdd87d78d.zip |
s3:libsmb/ntlmssp: add ntlmssp_is_anonymous()
metze
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 035d87e3218..14fe730b401 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -998,6 +998,7 @@ void ntlmssp_want_feature_list(struct ntlmssp_state *ntlmssp_state, char *featur void ntlmssp_want_feature(struct ntlmssp_state *ntlmssp_state, uint32_t feature); NTSTATUS ntlmssp_update(struct ntlmssp_state *ntlmssp_state, const DATA_BLOB in, DATA_BLOB *out) ; +bool ntlmssp_is_anonymous(struct ntlmssp_state *ntlmssp_state); NTSTATUS ntlmssp_server_start(TALLOC_CTX *mem_ctx, bool is_standalone, const char *netbios_name, |