summaryrefslogtreecommitdiff
path: root/auth/credentials/credentials_ntlm.c
Commit message (Expand)AuthorAgeFilesLines
* define DBGC_AUTH classkkplein2018-01-081-0/+3
* auth/credentials: add cli_credentials_set_password_will_be_nt_hash() and the ...Stefan Metzmacher2016-12-201-0/+19
* auth/credentials: clear all unused blobs in cli_credentials_get_ntlm_response()Stefan Metzmacher2016-12-091-4/+12
* auth/credentials: make cli_credentials_get_ntlm_response() more robustStefan Metzmacher2016-11-151-73/+131
* CVE-2016-2110: libcli/auth: pass server_timestamp to SMBNTLMv2encrypt_hash()Stefan Metzmacher2016-04-121-1/+1
* CVE-2016-2110: auth/credentials: pass server_timestamp to cli_credentials_get...Stefan Metzmacher2016-04-121-1/+3
* CVE-2016-2110: auth/credentials: clear the LMv2 key for NTLMv2 in cli_credent...Stefan Metzmacher2016-04-121-0/+6
* auth/credentials: add cli_credentials_set_old_utf16_password()Stefan Metzmacher2015-03-121-0/+47
* auth/credentials: add cli_credentials_[g|s]et_old_nt_hash()Stefan Metzmacher2015-03-121-0/+17
* auth/credentials: add a missing talloc check to cli_credentials_set_nt_hash()Stefan Metzmacher2015-03-121-0/+3
* auth/credentials: add cli_credentials_set_utf16_password()Stefan Metzmacher2014-12-191-1/+54
* auth/credentials: keep cli_credentials privateStefan Metzmacher2013-08-051-0/+1
* build: Build with system md5.h on OpenIndianaAndrew Bartlett2013-06-191-1/+1
* credentials: Always honour the return value of E_deshash()Andrew Bartlett2011-12-281-4/+2
* auth: move credentials layer to the top levelAndrew Bartlett2011-10-111-0/+256