summaryrefslogtreecommitdiff
path: root/auth/credentials/credentials_ntlm.c
Commit message (Expand)AuthorAgeFilesLines
* auth:creds: Add obtained arg to cli_credentials_set_kerberos_state()Andreas Schneider2021-04-281-1/+1
* auth:creds: Rename CRED_USE_KERBEROS valuesAndreas Schneider2020-11-031-1/+1
* smbdes: convert E_P24() and SMBOWFencrypt to use gnutlsIsaac Boukris2019-12-101-9/+22
* lib/crypto: move gnutls error wrapper to own subsystemAndrew Bartlett2019-06-271-1/+1
* auth:creds: Use gnutls_error_to_ntstatus() in credentials_ntlmAndreas Schneider2019-06-241-8/+3
* auth:creds: Use GnuTLS MD5 in ntlm credsAndreas Schneider2019-05-211-7/+32
* 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