diff options
author | Günther Deschner <gd@samba.org> | 2009-08-31 20:21:40 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-09-16 18:00:03 +0200 |
commit | 44e44310d1871fe94728573fa162a454caba3d12 (patch) | |
tree | 3ccf836b9db26374a5bcea8c16b8253a61776a07 /source3/include | |
parent | 5ddde4e19dfb6a65d9b5b5cf11d5742e2b82e02b (diff) | |
download | samba-44e44310d1871fe94728573fa162a454caba3d12.tar.gz samba-44e44310d1871fe94728573fa162a454caba3d12.tar.bz2 samba-44e44310d1871fe94728573fa162a454caba3d12.zip |
s3-netlogon: support validation level 6 in netr_SamLogon calls.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 007ee9f223..4b80ef1cb0 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -5620,6 +5620,10 @@ NTSTATUS serverinfo_to_SamInfo3(struct auth_serversupplied_info *server_info, uint8_t *pipe_session_key, size_t pipe_session_key_len, struct netr_SamInfo3 *sam3); +NTSTATUS serverinfo_to_SamInfo6(struct auth_serversupplied_info *server_info, + uint8_t *pipe_session_key, + size_t pipe_session_key_len, + struct netr_SamInfo6 *sam6); void init_netr_CryptPassword(const char *pwd, unsigned char session_key[16], struct netr_CryptPassword *pwd_buf); |