diff options
author | Volker Lendecke <vl@samba.org> | 2012-06-11 13:12:30 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-06-12 10:48:15 +0200 |
commit | 3b63a6794a008b35cd7b5bc03bcc9e4f8d4124a4 (patch) | |
tree | d02e7e386ff25b5a3d13f7db2cebb2a7df32ebe1 /source3/include | |
parent | ae821929a0ec048da69084b71c53270eecdb3e6e (diff) | |
download | samba-3b63a6794a008b35cd7b5bc03bcc9e4f8d4124a4.tar.gz samba-3b63a6794a008b35cd7b5bc03bcc9e4f8d4124a4.tar.bz2 samba-3b63a6794a008b35cd7b5bc03bcc9e4f8d4124a4.zip |
S3: Add ntlmssp_set_password_hash
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index b265d7a2c1..d1d7131065 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -939,6 +939,8 @@ bool get_dc_name(const char *domain, struct ntlmssp_state; NTSTATUS ntlmssp_set_username(struct ntlmssp_state *ntlmssp_state, const char *user) ; NTSTATUS ntlmssp_set_password(struct ntlmssp_state *ntlmssp_state, const char *password) ; +NTSTATUS ntlmssp_set_password_hash(struct ntlmssp_state *ntlmssp_state, + const char *hash); NTSTATUS ntlmssp_set_domain(struct ntlmssp_state *ntlmssp_state, const char *domain) ; void ntlmssp_want_feature_list(struct ntlmssp_state *ntlmssp_state, char *feature_list); void ntlmssp_want_feature(struct ntlmssp_state *ntlmssp_state, uint32_t feature); |