summaryrefslogtreecommitdiff
path: root/libcli/auth
AgeCommit message (Expand)AuthorFilesLines
2019-06-27libcli:auth: Return NTSTATUS for netlogon_creds_arcfour_crypt()Andreas Schneider3-23/+64
2019-06-27libcli:auth: Return NTSTATUS for netlogon_creds_crypt_samlogon_logon()Andreas Schneider1-13/+11
2019-06-27libcli:auth: Return NTSTATUS for netlogon_creds_decrypt_samlogon_logon()Andreas Schneider2-6/+8
2019-06-27libcli:auth: Return NTSTATUS for netlogon_creds_encrypt_samlogon_logon()Andreas Schneider3-12/+24
2019-06-27libcli:auth: Return NTSTATUS for netlogon_creds_server_step_check()Andreas Schneider1-15/+17
2019-06-27libcli:auth: Return NTSTATUS for netlogon_creds_decrypt_samlogon_validation()Andreas Schneider3-12/+22
2019-06-27libcli:auth: Return NTSTATUS for netlogon_creds_encrypt_samlogon_validation()Andreas Schneider2-6/+8
2019-06-27libcli:auth: Use GnuTLS RC4 for netlogon credentialsAndreas Schneider1-4/+17
2019-06-27libcli:auth: Use gnutls_error_to_werror() in smbencryptAndreas Schneider1-3/+4
2019-06-27lib/crypto: move gnutls error wrapper to own subsystemAndrew Bartlett2-2/+2
2019-06-24libcli:auth: Use gnutls_error_to_ntstatus() in credentialsAndreas Schneider1-11/+9
2019-05-22libcli/auth: Remove des_crypt64() from smbdesAndrew Bartlett2-12/+0
2019-05-21libcli:auth: Add return codes for netlogon_creds_init_128bit()Andreas Schneider1-9/+23
2019-05-21libcli:auth: Use GnuTLS MD5 and HMAC MD5 in netlogon_creds_init_128bitAndreas Schneider1-11/+36
2019-05-21libcli:auth: Use 'bool ok' in ntv2_owf_gen()Andreas Schneider1-5/+4
2019-05-21libcli:auth: Use GnuTLS MD5 HMAC in SMBsesskeygen_ntv2()Andreas Schneider1-6/+6
2019-05-21libcli:auth: Use GnuTLS MD5 HMAC in SMBOWFencrypt_ntv2()Andreas Schneider1-5/+21
2019-05-21libcli:auth: Use GnuTLS MD5 HMAC in ntv2_owf_gen()Andreas Schneider1-7/+29
2019-05-21libcli:auth: Use GnuTLS MD5 in decode_wkssvc_join_password_buffer()Andreas Schneider1-11/+36
2019-05-21libcli:auth: Use GnuTLS MD5 in encode_or_decode_arc4_passwd_buffer()Andreas Schneider1-3/+0
2019-05-21libcli:auth: Use GnuTLS MD5 in encode_wkssvc_join_password_buffer()Andreas Schneider1-6/+27
2019-05-21libcli:auth: Use GnuTLS MD5 in encode_or_decode_arc4_passwd_buffer()Andreas Schneider1-5/+24
2019-05-21libcli:auth: Use GnuTLS MD5 for E_md5hash() in smbcryptAndreas Schneider1-5/+25
2019-04-30libcli:auth: Add return code for netlogon_creds_init_hmac_sha256()Andreas Schneider1-15/+29
2019-04-30libcli:auth: Use GnuTLS SHA256 HMAC for credentialsAndreas Schneider2-11/+30
2019-02-27libcli:auth: Remove unused header fileAndreas Schneider1-1/+0
2019-02-27libcli:auth: Only use the required md4 headerAndreas Schneider1-1/+1
2019-02-27libcli:auth: Only use the required md4 headerAndreas Schneider1-1/+1
2019-02-27libcli:auth: Avoid explicit ZERO_STRUCTAndreas Schneider1-3/+1
2019-02-03libcli: Solaris cc can't return void valuesVolker Lendecke1-2/+2
2018-12-20libcli:auth: Use C99 initializers or ZERO_ARRAY instead of ZERO_STRUCTAndreas Schneider1-9/+6
2018-08-24Fix uClibc build on 64bit platforms by including stdint.hBernd Kuhls1-0/+1
2018-08-14CVE-2018-1139 libcli/auth: Do not allow ntlmv1 over SMB1 when it is disabled ...Günther Deschner1-1/+1
2018-08-14CVE-2018-1139 libcli/auth: fix debug messages in hash_password_check()Günther Deschner1-4/+4
2018-08-14CVE-2018-1139 libcli/auth: Add initial tests for ntlm_password_check()Andrew Bartlett2-0/+426
2018-04-24dbwrap: Remove calls to loadparmVolker Lendecke2-2/+0
2018-04-24libcli: Call dbwrap_local_open with the correct tdb flagsVolker Lendecke1-2/+5
2018-04-24libcli: Call dbwrap_local_open with the correct hash sizeVolker Lendecke1-6/+13
2018-04-24libcli: Call dbwrap_local_open with the correct tdb_flagsVolker Lendecke1-2/+3
2018-04-24libcli: Call dbwrap_local_open with the correct hash sizeVolker Lendecke1-4/+13
2018-02-08lib: Make g_lock_unlock use TDB_DATAVolker Lendecke1-2/+3
2018-02-08lib: Make g_lock_lock_send use TDB_DATAVolker Lendecke1-2/+2
2017-09-25netlogon_creds_cli: Pass "capabilities" up from creds_cli_checkVolker Lendecke2-5/+15
2017-09-25netlogon_creds_cli: Protect netlogon_creds_cli_auth by _lckVolker Lendecke1-60/+2
2017-09-25netlogon_creds_cli: Protect netlogon_creds_cli_check by _lckVolker Lendecke1-63/+38
2017-09-25netlogon_creds_cli: Add netlogon_creds_cli_delete_lckVolker Lendecke2-0/+15
2017-09-25netlogon_creds_cli: Add netlogon_creds_cli_lckVolker Lendecke2-0/+163
2017-09-25rpc_client3: Avoid "cli_credentials" in cli_rpc_pipe_open_schannel_with_credsVolker Lendecke1-0/+1
2017-09-25netlogon_creds_cli: Create cli_credentials from netlogon creds ctxVolker Lendecke2-0/+36
2017-09-25netlogon_creds_cli: Factor out netlogon_creds_cli_delete_internalVolker Lendecke1-7/+10