summaryrefslogtreecommitdiff
path: root/libcli/auth
AgeCommit message (Expand)AuthorFilesLines
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
2019-12-10sess_crypt_blob can only crypt blobs whose size divides by 8Isaac Boukris1-3/+6
2019-12-10session: convert sess_crypt_blob to use gnutlsIsaac Boukris3-14/+39
2019-12-10smbdes: convert des_crypt112_16 to use gnutlsIsaac Boukris5-22/+69
2019-12-10smbdes: convert des_crypt112 to use gnutlsIsaac Boukris4-11/+32
2019-12-10smbdes: convert E_old_pw_hash to use gnutlsIsaac Boukris3-5/+13
2019-12-10smbdes: convert des_crypt128() to use gnutlsIsaac Boukris4-6/+18
2019-12-10smbdes: convert E_P24() and SMBOWFencrypt to use gnutlsIsaac Boukris5-21/+49
2019-12-10smbdes: remove D_P16() (not used)Isaac Boukris2-7/+0
2019-12-10smbdes: convert E_P16() to use gnutlsIsaac Boukris4-6/+19
2019-12-10smbdes: convert sam_rid_crypt() to use gnutlsIsaac Boukris3-6/+15
2019-12-10SMBsesskeygen_lm_sess_key: use gnutls and return NTSTATUSIsaac Boukris3-7/+18
2019-12-10netlogon_creds_des_encrypt/decrypt_LMKey: use gnutls and return NTSTATUSIsaac Boukris2-11/+31
2019-12-10smbdes: add des_crypt56_gnutls() using DES-CBC with zeroed IVIsaac Boukris4-1/+71
2019-12-10selftest: test sess_crypt_blobIsaac Boukris1-0/+29
2019-12-10selftest: test SMBsesskeygen_lm_sess_keyIsaac Boukris1-0/+23
2019-12-10selftest: test des_crypt112_16Isaac Boukris1-0/+26
2019-12-10selftest: test des_crypt112 and fix (unused) decryptionIsaac Boukris2-2/+31
2019-12-10selftest: test des_crypt128Isaac Boukris1-0/+20
2019-12-10selftest: test E_old_pw_hashIsaac Boukris1-0/+22
2019-12-10selftest: test E_P24 and SMBOWFencryptIsaac Boukris1-0/+44
2019-12-10selftest: test sam_rid_cryptIsaac Boukris1-0/+23
2019-12-10selftest: test E_P16Isaac Boukris1-0/+20
2019-12-10libcli/auth: test des_crypt56() and add test_gnutls to selftestIsaac Boukris2-0/+25
2019-12-10auth:tests: Only enable torture_gnutls_aes_128_cfb() on GnuTLS >= 3.6.11Andreas Schneider1-2/+2
2019-12-10auth:tests: Improve debug output of test_gnutlsAndreas Schneider1-2/+8
2019-11-22build: Do not build selftest binaries for builds without --enable-selftestAndrew Bartlett1-4/+4
2019-11-19libcli:auth: Remove unused E_md5hash()Andreas Schneider2-41/+0
2019-11-14lib: Fix an error path memleak in schannel_get_creds_state()Volker Lendecke1-0/+1
2019-11-14libcli:auth Check return code of netlogon_creds_aes_encrypt()Andrew Bartlett2-7/+21
2019-11-14libcli:auth: Check return code of netlogon_creds_step_crypt()Andreas Schneider1-7/+29
2019-11-14libcli:auth: Check return code of netlogon_creds_step()Andreas Schneider1-3/+17