summaryrefslogtreecommitdiff
path: root/libcli/auth
AgeCommit message (Expand)AuthorFilesLines
2024-10-30libcli/auth: split out netlogon_creds_CredentialState_extra_infoStefan Metzmacher2-5/+32
2024-10-30libcli/auth: pass client_sid to netlogon_creds_server_init()Stefan Metzmacher2-0/+8
2024-10-30libcli/auth: use netr_LogonGetCapabilities query_level=2 to verify the propos...Stefan Metzmacher1-7/+152
2024-10-30libcli/auth: use a LogonControl after a LogonGetCapabilities downgradeStefan Metzmacher1-2/+74
2024-10-30libcli/auth: if we require aes we don't need to require arcfour nor strong keyStefan Metzmacher1-3/+5
2024-10-30libcli/auth: don't allow any unexpected upgrades of negotiate_flagsStefan Metzmacher1-5/+7
2024-10-30libcli/auth: make use of netlogon_creds_cli_store_internal() in netlogon_cred...Stefan Metzmacher1-17/+2
2024-10-30libcli/auth: remove unused netlogon_creds_client_init_session_key()Stefan Metzmacher2-21/+0
2024-08-28libcli:auth: Remove unreachable code (CID 1272968)Joseph Sutton1-14/+7
2024-08-04libcli:auth: Fix code spellingJo Sutton1-1/+1
2024-07-17libcli/auth: fix debug level 100 valgrind warnings in SMBOWFencrypt_ntv2()Stefan Metzmacher1-5/+6
2024-05-14test: Align integer typesVolker Lendecke1-2/+2
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