diff options
author | Andrew Bartlett <abartlet@samba.org> | 2005-07-22 04:06:28 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:29:55 -0500 |
commit | 176c0d1b771d0e81167a12eb81eddb40732b074a (patch) | |
tree | 9f8c8d960449339b4b9e170229aee4beb2c046a8 /source4/libcli/composite/sesssetup.c | |
parent | fe6eeeb60177c0b55366bcfb69be3acf8a95fb3b (diff) | |
download | samba-176c0d1b771d0e81167a12eb81eddb40732b074a.tar.gz samba-176c0d1b771d0e81167a12eb81eddb40732b074a.tar.bz2 samba-176c0d1b771d0e81167a12eb81eddb40732b074a.zip |
r8699: removed invalid comment
(This used to be commit f5910ceef5e1ec3fe40b4589e919fe502593b582)
Diffstat (limited to 'source4/libcli/composite/sesssetup.c')
-rw-r--r-- | source4/libcli/composite/sesssetup.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/libcli/composite/sesssetup.c b/source4/libcli/composite/sesssetup.c index 2a75fb4e20..43e07993cb 100644 --- a/source4/libcli/composite/sesssetup.c +++ b/source4/libcli/composite/sesssetup.c @@ -169,12 +169,10 @@ static struct smbcli_request *session_setup_nt1(struct composite_context *c, } else if (session->transport->negotiate.sec_mode & NEGOTIATE_SECURITY_CHALLENGE_RESPONSE) { DATA_BLOB session_key; - /* TODO: NTLMv2 in the client session setup */ if (lp_client_ntlmv2_auth()) { DATA_BLOB names_blob = NTLMv2_generate_names_blob(state, lp_netbios_name(), lp_workgroup()); DATA_BLOB lmv2_response, ntlmv2_response, lmv2_session_key; - /* TODO - test with various domain cases, and without domain */ if (!SMBNTLMv2encrypt_hash(state, state->setup.nt1.in.user, state->setup.nt1.in.domain, nt_hash->hash, &session->transport->negotiate.secblob, |