summaryrefslogtreecommitdiff
path: root/libcli/auth
AgeCommit message (Expand)AuthorFilesLines
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
2019-11-14libcli:auth: Check return code of netlogon_creds_client_authenticator()Andreas Schneider1-15/+41
2019-11-14libcli:auth: Return NTSTATUS for netlogon_creds_client_authenticator()Andreas Schneider2-4/+8
2019-11-14libcli:auth: Check return status of netlogon_creds_first_step()Andreas Schneider1-5/+19
2019-11-14libcli:auth: Check return status of netlogon_creds_init_64bit()Andreas Schneider1-7/+22
2019-11-14libcli:auth: Check return value of netlogon_creds_init_128bit()Andreas Schneider1-4/+10
2019-11-14libcli:auth: Check return code of SMBOWFencrypt_ntv2()Andreas Schneider2-5/+33
2019-11-14libcli:auth: Return NTSTATUS for SMBOWFencrypt_ntv2()Andreas Schneider2-14/+19
2019-11-14libcli:auth: Check return codes of SMBsesskeygen_ntv2()Andreas Schneider2-4/+28
2019-11-14libcli:auth: Return NTSTATUS for SMBOWFencrypt_ntv2()Andreas Schneider2-10/+19
2019-10-07libcli/auth: add gnutls test for aes-128-cfb8 cipher bugGünther Deschner2-0/+248
2019-10-07libcli/auth: add test for gensec_schannel codeGünther Deschner2-0/+313
2019-09-20libcli/auth: add netlogon_creds_cli_LogonGetDomainInfo()Stefan Metzmacher2-1/+297
2019-08-27libcli/auth: clang: Fix 'Value stored to 'status' is never read'Noel Power1-1/+1
2019-08-21libcli:auth Check NTSTATUS from netlogon_creds_aes_{en,de}crypt()Andrew Bartlett1-23/+53
2019-08-21libcli:auth Return NTSTATUS from netlogon_creds_aes_decrypt()Andrew Bartlett2-8/+11
2019-08-21libcli:auth: Use GnuTLS AES128 CFB for netlogon_creds_aes_decrypt()Andreas Schneider1-1/+40
2019-08-21libcli:auth: Return NTSTATUS for netlogon_creds_aes_encrypt()Andreas Schneider2-8/+11
2019-08-21libcli:auth: Use GnuTLS AES128 CFB for netlogon_creds_aes_encrypt()Andreas Schneider1-0/+36
2019-08-21libcli:auth: Use netlogon_creds_aes_encrypt() in netlogon_creds_step_crypt()Andreas Schneider1-5/+2
2019-08-14Revert "libcli:auth: Use generate_secret_buffer() for netlogon challenge"Andreas Schneider1-2/+1
2019-08-12libcli:auth: Use generate_secret_buffer() for netlogon challengeAndreas Schneider1-1/+2
2019-07-26libcli:auth: Use samba_gnutls_arcfour_confounded_md5() in decode_wkssvc_join_...Andreas Schneider1-47/+24
2019-07-26libcli:auth: Use samba_gnutls_arcfour_confounded_md5() in encode_wkssvc_join_...Andreas Schneider1-46/+23
2019-07-26libcli:auth: Add test for (encode|decode)_wkssvc_join_password_bufferAndreas Schneider1-0/+129
2019-07-26libcli:auth: Return WERROR for encode_wkssvc_join_password_buffer()Andreas Schneider2-10/+18
2019-07-26libcli:auth: Add test for encode_rc4_passwd_buffer()Andreas Schneider1-0/+31
2019-07-26libcli:auth: Add encode_rc4_passwd_buffer()Andreas Schneider2-0/+49
2019-07-26libcli:auth: Pass samr_CryptPasswordEx to decode_rc4_passwd_buffer()Andreas Schneider3-8/+9
2019-07-26libcli:auth: Rename encode_or_decode_arc4_passwd_buffer()Andreas Schneider3-8/+6
2019-07-26libcli:auth: Use samba_gnutls_arcfour_confounded_md5() for rc4 passwd bufferAndreas Schneider1-30/+9
2019-07-26libcli:auth: Add test for decoding an RC4 password bufferAndreas Schneider2-0/+186
2019-07-26libcli:auth: Return NTSTATUS for encode_or_decode_arc4_passwd_buffer()Andreas Schneider2-3/+10
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