summaryrefslogtreecommitdiff
path: root/auth/credentials/credentials_ntlm.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-31auth: Call talloc_keep_secret() for sensitive memoryPavel Filipenský1-0/+1
2026-01-13auth/credentials: Zero memory in credentials_ntlm.cPavel Filipenský1-38/+34
2026-01-13auth: Fix typo "pass-though" -> "pass-through"Pavel Filipenský1-1/+1
2025-05-15auth: Reduce indentationVolker Lendecke1-78/+78
2023-08-14auth: Remove unnecessary castsJoseph Sutton1-2/+2
2023-08-08auth: Fix code spellingJoseph Sutton1-2/+2
2023-04-05auth: Add cli_credentials_is_password_nt_hash()Andreas Schneider1-0/+5
2023-04-05auth: Remove trailing white spaces in credentials_ntlm.cAndreas Schneider1-14/+14
2022-01-04auth/credentials: cli_credentials_set_ntlm_response() pass session_keysStefan Metzmacher1-7/+58
2021-04-28auth:creds: Add obtained arg to cli_credentials_set_kerberos_state()Andreas Schneider1-1/+1
2020-11-03auth:creds: Rename CRED_USE_KERBEROS valuesAndreas Schneider1-1/+1
2019-12-10smbdes: convert E_P24() and SMBOWFencrypt to use gnutlsIsaac Boukris1-9/+22
2019-06-27lib/crypto: move gnutls error wrapper to own subsystemAndrew Bartlett1-1/+1
2019-06-24auth:creds: Use gnutls_error_to_ntstatus() in credentials_ntlmAndreas Schneider1-8/+3
2019-05-21auth:creds: Use GnuTLS MD5 in ntlm credsAndreas Schneider1-7/+32
2018-01-08define DBGC_AUTH classkkplein1-0/+3
2016-12-20auth/credentials: add cli_credentials_set_password_will_be_nt_hash() and the ...Stefan Metzmacher1-0/+19
2016-12-09auth/credentials: clear all unused blobs in cli_credentials_get_ntlm_response()Stefan Metzmacher1-4/+12
2016-11-15auth/credentials: make cli_credentials_get_ntlm_response() more robustStefan Metzmacher1-73/+131
2016-04-12CVE-2016-2110: libcli/auth: pass server_timestamp to SMBNTLMv2encrypt_hash()Stefan Metzmacher1-1/+1
2016-04-12CVE-2016-2110: auth/credentials: pass server_timestamp to cli_credentials_get...Stefan Metzmacher1-1/+3
2016-04-12CVE-2016-2110: auth/credentials: clear the LMv2 key for NTLMv2 in cli_credent...Stefan Metzmacher1-0/+6
2015-03-12auth/credentials: add cli_credentials_set_old_utf16_password()Stefan Metzmacher1-0/+47
2015-03-12auth/credentials: add cli_credentials_[g|s]et_old_nt_hash()Stefan Metzmacher1-0/+17
2015-03-12auth/credentials: add a missing talloc check to cli_credentials_set_nt_hash()Stefan Metzmacher1-0/+3
2014-12-19auth/credentials: add cli_credentials_set_utf16_password()Stefan Metzmacher1-1/+54
2013-08-05auth/credentials: keep cli_credentials privateStefan Metzmacher1-0/+1
2013-06-19build: Build with system md5.h on OpenIndianaAndrew Bartlett1-1/+1
2011-12-28credentials: Always honour the return value of E_deshash()Andrew Bartlett1-4/+2
2011-10-11auth: move credentials layer to the top levelAndrew Bartlett1-0/+256