summaryrefslogtreecommitdiff
path: root/libcli/auth
AgeCommit message (Expand)AuthorFilesLines
2023-11-30libcli/auth: Return more consistent status code on gnutls HMAC failureJoseph Sutton1-1/+1
2023-11-30libcli/auth: Call correct function to get HMAC output lengthJoseph Sutton1-1/+1
2023-11-30libcli/auth: Use correct enumeration constantJoseph Sutton1-1/+1
2023-08-21libcli/auth: Remove unnecessary castsJoseph Sutton2-3/+3
2023-08-08libcli:auth:sess_crypt_blob: ensure key has 7 bytesDouglas Bagnall1-0/+4
2023-08-08libcli/auth: Add missing newline to logging messageJoseph Sutton1-1/+1
2023-08-08libcli/auth: Fix code spellingJoseph Sutton1-1/+1
2023-06-30Remove rudundent check and fallback for AES CFB8 as we now require GnuTLS 3.6.13Andrew Bartlett2-28/+0
2023-05-16auth: Return status code if configuration prohibits NTLMJoseph Sutton2-0/+9
2023-04-27libcli:auth: Fix code spellingAndreas Schneider5-9/+9
2022-12-13CVE-2022-37966 libcli/auth: let netlogon_creds_cli_warn_options() about "kerb...Stefan Metzmacher1-0/+15
2022-12-13CVE-2022-38023 docs-xml/smbdotconf: change 'reject md5 servers' default to yesStefan Metzmacher1-2/+2
2022-12-13CVE-2022-38023 libcli/auth: add/use netlogon_creds_cli_warn_options()Stefan Metzmacher2-0/+68
2022-12-13CVE-2022-38023 libcli/auth: pass lp_ctx to netlogon_creds_cli_set_global_db()Stefan Metzmacher2-2/+3
2022-09-20s3:g_lock: add callback function to g_lock_lock_send()Stefan Metzmacher1-2/+4
2022-09-16libcli/auth/proto.h: remove unneeded path details.Douglas Bagnall2-5/+5
2022-09-12libcli:auth: Keep passwords from convert_string_talloc() secretJoseph Sutton1-0/+2
2022-07-28libcli:auth: Add test for decode_pwd_string_from_buffer514()Andreas Schneider1-0/+17
2022-07-28libcli:auth: Add decode_pwd_string_from_buffer514()Andreas Schneider2-0/+49
2022-07-28libcli:auth: Add test for extract_pwd_blob_from_buffer514()Andreas Schneider1-0/+17
2022-07-28libcli:auth: Add extract_pwd_blob_from_buffer514()Andreas Schneider2-0/+48
2022-07-28libcli:auth: Implment a common create_pw_buffer_from_blob()Andreas Schneider1-5/+38
2022-07-28libcli:auth: Use extract_pw_from_buffer() in decode_pw_buffer()Andreas Schneider1-20/+16
2022-07-28libcli:auth: Keep data of extract_pw_from_buffer() secretAndreas Schneider1-0/+1
2022-07-28libcli:auth: Add test for encode_pwd_buffer514_from_str()Andreas Schneider2-0/+137
2022-07-28libcli:auth: Add encode_pw_buffer_from_str()Andreas Schneider2-0/+41
2022-07-28libcli:auth: Implement a generic encode_pwd_buffer_from_str()Andreas Schneider1-18/+59
2022-07-28libcli:auth: Remove trailing spaces from proto.hAndreas Schneider1-21/+21
2022-06-09lib/util: Change function to mem_equal_const_time()Joseph Sutton3-13/+13
2022-06-09lib/util: Change function to data_blob_equal_const_time()Joseph Sutton1-3/+3
2022-06-09auth: Use constant-time memcmp when comparing sensitive buffersJoseph Sutton3-11/+11
2022-01-04libcli/auth: let NTLMv2_RESPONSE_verify_netlogon_creds ignore invalid netapp ...Stefan Metzmacher1-0/+63
2022-01-04libcli/auth: let NTLMv2_RESPONSE_verify_netlogon_creds ignore BUFFER_TOO_SMALLStefan Metzmacher1-5/+21
2021-12-02libcli:auth: Allow to connect to netlogon server offering only AESAndreas Schneider1-10/+38
2021-10-19netlogon_creds_cli: add netlogon_creds_cli_SendToSam_recv() and don't ignore ...Stefan Metzmacher2-4/+17
2021-08-03netlogon:schannel: If weak crypto is disabled, do not announce RC4 support.Andreas Schneider1-0/+12
2021-05-07Fix gcc11 compiler issue "-Werror=maybe-uninitialized"Günther Deschner1-1/+1
2021-04-06librpc: Remove the gensec dependency from library dcerpc-bindingVolker Lendecke1-1/+9
2020-09-18CVE-2020-1472(ZeroLogon): libcli/auth: reject weak client challenges in netlo...Stefan Metzmacher2-2/+17
2020-09-18CVE-2020-1472(ZeroLogon): libcli/auth: add netlogon_creds_is_random_challenge...Stefan Metzmacher2-1/+23
2020-09-18CVE-2020-1472(ZeroLogon): libcli/auth: make use of netlogon_creds_random_chal...Stefan Metzmacher1-2/+1
2020-09-18CVE-2020-1472(ZeroLogon): libcli/auth: add netlogon_creds_random_challenge()Stefan Metzmacher2-0/+8
2020-05-04CVE-2020-10704: lib util asn1: Add ASN.1 max tree depthGary Lockyer1-3/+3
2020-01-06auth: Avoid casts in ntlm_check.cVolker Lendecke1-16/+15
2020-01-06auth: Check for talloc failure in smb_sess_key_ntlmv2()Volker Lendecke1-0/+4
2020-01-06auth: Slightly simplify smb_pwd_check_ntlmv1()Volker Lendecke1-11/+13
2020-01-06auth: Check for talloc failure in smb_pwd_check_ntlmv1()Volker Lendecke1-0/+4
2020-01-06auth: Slightly simplify smb_pwd_check_ntlmv2()Volker Lendecke1-15/+17
2020-01-06auth: Check for talloc failure in smb_pwd_check_ntlmv2()Volker Lendecke1-0/+4
2019-12-10smbdes: remove old unused DES builtin-cryptoIsaac Boukris3-271/+0