summaryrefslogtreecommitdiff
path: root/libcli
Commit message (Expand)AuthorAgeFilesLines
* 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
* lib: Remove an unused variable from security_token_debug()Volker Lendecke2020-01-031-8/+0
* 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
* smbdes: convert E_P16() to use gnutlsIsaac Boukris2019-12-104-6/+19
* smbdes: convert sam_rid_crypt() to use gnutlsIsaac Boukris2019-12-105-16/+57
* SMBsesskeygen_lm_sess_key: use gnutls and return NTSTATUSIsaac Boukris2019-12-103-7/+18
* netlogon_creds_des_encrypt/decrypt_LMKey: use gnutls and return NTSTATUSIsaac Boukris2019-12-102-11/+31
* smbdes: add des_crypt56_gnutls() using DES-CBC with zeroed IVIsaac Boukris2019-12-104-1/+71
* selftest: test sess_crypt_blobIsaac Boukris2019-12-101-0/+29
* selftest: test SMBsesskeygen_lm_sess_keyIsaac Boukris2019-12-101-0/+23
* selftest: test des_crypt112_16Isaac Boukris2019-12-101-0/+26
* selftest: test des_crypt112 and fix (unused) decryptionIsaac Boukris2019-12-102-2/+31
* selftest: test des_crypt128Isaac Boukris2019-12-101-0/+20
* selftest: test E_old_pw_hashIsaac Boukris2019-12-101-0/+22
* selftest: test E_P24 and SMBOWFencryptIsaac Boukris2019-12-101-0/+44
* selftest: test sam_rid_cryptIsaac Boukris2019-12-101-0/+23
* selftest: test E_P16Isaac Boukris2019-12-101-0/+20
* libcli/auth: test des_crypt56() and add test_gnutls to selftestIsaac Boukris2019-12-102-0/+25
* auth:tests: Only enable torture_gnutls_aes_128_cfb() on GnuTLS >= 3.6.11Andreas Schneider2019-12-101-2/+2
* auth:tests: Improve debug output of test_gnutlsAndreas Schneider2019-12-101-2/+8
* build: libcli/http does not need samba3core, only gensecVolker Lendecke2019-12-081-1/+1
* build: Do not build selftest binaries for builds without --enable-selftestAndrew Bartlett2019-11-225-20/+19
* libcli:auth: Remove unused E_md5hash()Andreas Schneider2019-11-192-41/+0
* lib: Fix an error path memleak in schannel_get_creds_state()Volker Lendecke2019-11-141-0/+1
* libcli:auth Check return code of netlogon_creds_aes_encrypt()Andrew Bartlett2019-11-142-7/+21
* libcli:auth: Check return code of netlogon_creds_step_crypt()Andreas Schneider2019-11-141-7/+29
* libcli:auth: Check return code of netlogon_creds_step()Andreas Schneider2019-11-141-3/+17
* libcli:auth: Check return code of netlogon_creds_client_authenticator()Andreas Schneider2019-11-141-15/+41
* libcli:auth: Return NTSTATUS for netlogon_creds_client_authenticator()Andreas Schneider2019-11-142-4/+8
* libcli:auth: Check return status of netlogon_creds_first_step()Andreas Schneider2019-11-141-5/+19
* libcli:auth: Check return status of netlogon_creds_init_64bit()Andreas Schneider2019-11-141-7/+22
* libcli:auth: Check return value of netlogon_creds_init_128bit()Andreas Schneider2019-11-141-4/+10
* libcli:auth: Check return code of SMBOWFencrypt_ntv2()Andreas Schneider2019-11-142-5/+33
* libcli:auth: Return NTSTATUS for SMBOWFencrypt_ntv2()Andreas Schneider2019-11-142-14/+19
* libcli:auth: Check return codes of SMBsesskeygen_ntv2()Andreas Schneider2019-11-142-4/+28
* libcli:auth: Return NTSTATUS for SMBOWFencrypt_ntv2()Andreas Schneider2019-11-142-10/+19
* libcli:smb: Do not use gnutls_aead_cipher_encryptv2() with GnuTLS 3.6.10Andreas Schneider2019-11-041-2/+6