summaryrefslogtreecommitdiff
path: root/libcli/auth
Commit message (Expand)AuthorAgeFilesLines
* auth: Return status code if configuration prohibits NTLMJoseph Sutton2023-05-162-0/+9
* libcli:auth: Fix code spellingAndreas Schneider2023-04-275-9/+9
* CVE-2022-37966 libcli/auth: let netlogon_creds_cli_warn_options() about "kerb...Stefan Metzmacher2022-12-131-0/+15
* CVE-2022-38023 docs-xml/smbdotconf: change 'reject md5 servers' default to yesStefan Metzmacher2022-12-131-2/+2
* CVE-2022-38023 libcli/auth: add/use netlogon_creds_cli_warn_options()Stefan Metzmacher2022-12-132-0/+68
* CVE-2022-38023 libcli/auth: pass lp_ctx to netlogon_creds_cli_set_global_db()Stefan Metzmacher2022-12-132-2/+3
* s3:g_lock: add callback function to g_lock_lock_send()Stefan Metzmacher2022-09-201-2/+4
* libcli/auth/proto.h: remove unneeded path details.Douglas Bagnall2022-09-162-5/+5
* libcli:auth: Keep passwords from convert_string_talloc() secretJoseph Sutton2022-09-121-0/+2
* libcli:auth: Add test for decode_pwd_string_from_buffer514()Andreas Schneider2022-07-281-0/+17
* libcli:auth: Add decode_pwd_string_from_buffer514()Andreas Schneider2022-07-282-0/+49
* libcli:auth: Add test for extract_pwd_blob_from_buffer514()Andreas Schneider2022-07-281-0/+17
* libcli:auth: Add extract_pwd_blob_from_buffer514()Andreas Schneider2022-07-282-0/+48
* libcli:auth: Implment a common create_pw_buffer_from_blob()Andreas Schneider2022-07-281-5/+38
* libcli:auth: Use extract_pw_from_buffer() in decode_pw_buffer()Andreas Schneider2022-07-281-20/+16
* libcli:auth: Keep data of extract_pw_from_buffer() secretAndreas Schneider2022-07-281-0/+1
* libcli:auth: Add test for encode_pwd_buffer514_from_str()Andreas Schneider2022-07-282-0/+137
* libcli:auth: Add encode_pw_buffer_from_str()Andreas Schneider2022-07-282-0/+41
* libcli:auth: Implement a generic encode_pwd_buffer_from_str()Andreas Schneider2022-07-281-18/+59
* libcli:auth: Remove trailing spaces from proto.hAndreas Schneider2022-07-281-21/+21
* lib/util: Change function to mem_equal_const_time()Joseph Sutton2022-06-093-13/+13
* lib/util: Change function to data_blob_equal_const_time()Joseph Sutton2022-06-091-3/+3
* auth: Use constant-time memcmp when comparing sensitive buffersJoseph Sutton2022-06-093-11/+11
* libcli/auth: let NTLMv2_RESPONSE_verify_netlogon_creds ignore invalid netapp ...Stefan Metzmacher2022-01-041-0/+63
* libcli/auth: let NTLMv2_RESPONSE_verify_netlogon_creds ignore BUFFER_TOO_SMALLStefan Metzmacher2022-01-041-5/+21
* libcli:auth: Allow to connect to netlogon server offering only AESAndreas Schneider2021-12-021-10/+38
* netlogon_creds_cli: add netlogon_creds_cli_SendToSam_recv() and don't ignore ...Stefan Metzmacher2021-10-192-4/+17
* netlogon:schannel: If weak crypto is disabled, do not announce RC4 support.Andreas Schneider2021-08-031-0/+12
* Fix gcc11 compiler issue "-Werror=maybe-uninitialized"Günther Deschner2021-05-071-1/+1
* librpc: Remove the gensec dependency from library dcerpc-bindingVolker Lendecke2021-04-061-1/+9
* CVE-2020-1472(ZeroLogon): libcli/auth: reject weak client challenges in netlo...Stefan Metzmacher2020-09-182-2/+17
* CVE-2020-1472(ZeroLogon): libcli/auth: add netlogon_creds_is_random_challenge...Stefan Metzmacher2020-09-182-1/+23
* CVE-2020-1472(ZeroLogon): libcli/auth: make use of netlogon_creds_random_chal...Stefan Metzmacher2020-09-181-2/+1
* CVE-2020-1472(ZeroLogon): libcli/auth: add netlogon_creds_random_challenge()Stefan Metzmacher2020-09-182-0/+8
* CVE-2020-10704: lib util asn1: Add ASN.1 max tree depthGary Lockyer2020-05-041-3/+3
* auth: Avoid casts in ntlm_check.cVolker Lendecke2020-01-061-16/+15
* auth: Check for talloc failure in smb_sess_key_ntlmv2()Volker Lendecke2020-01-061-0/+4
* auth: Slightly simplify smb_pwd_check_ntlmv1()Volker Lendecke2020-01-061-11/+13
* auth: Check for talloc failure in smb_pwd_check_ntlmv1()Volker Lendecke2020-01-061-0/+4
* auth: Slightly simplify smb_pwd_check_ntlmv2()Volker Lendecke2020-01-061-15/+17
* auth: Check for talloc failure in smb_pwd_check_ntlmv2()Volker Lendecke2020-01-061-0/+4
* smbdes: remove old unused DES builtin-cryptoIsaac Boukris2019-12-103-271/+0
* sess_crypt_blob can only crypt blobs whose size divides by 8Isaac Boukris2019-12-101-3/+6
* session: convert sess_crypt_blob to use gnutlsIsaac Boukris2019-12-103-14/+39
* smbdes: convert des_crypt112_16 to use gnutlsIsaac Boukris2019-12-105-22/+69
* smbdes: convert des_crypt112 to use gnutlsIsaac Boukris2019-12-104-11/+32
* smbdes: convert E_old_pw_hash to use gnutlsIsaac Boukris2019-12-103-5/+13
* smbdes: convert des_crypt128() to use gnutlsIsaac Boukris2019-12-104-6/+18
* smbdes: convert E_P24() and SMBOWFencrypt to use gnutlsIsaac Boukris2019-12-105-21/+49
* smbdes: remove D_P16() (not used)Isaac Boukris2019-12-102-7/+0