summaryrefslogtreecommitdiff
path: root/libcli
Commit message (Expand)AuthorAgeFilesLines
* libcli:auth Check NTSTATUS from netlogon_creds_aes_{en,de}crypt()Andrew Bartlett2019-08-211-23/+53
* libcli:auth Return NTSTATUS from netlogon_creds_aes_decrypt()Andrew Bartlett2019-08-212-8/+11
* libcli:auth: Use GnuTLS AES128 CFB for netlogon_creds_aes_decrypt()Andreas Schneider2019-08-211-1/+40
* libcli:auth: Return NTSTATUS for netlogon_creds_aes_encrypt()Andreas Schneider2019-08-212-8/+11
* libcli:auth: Use GnuTLS AES128 CFB for netlogon_creds_aes_encrypt()Andreas Schneider2019-08-211-0/+36
* libcli:auth: Use netlogon_creds_aes_encrypt() in netlogon_creds_step_crypt()Andreas Schneider2019-08-211-5/+2
* Revert "libcli:auth: Use generate_secret_buffer() for netlogon challenge"Andreas Schneider2019-08-141-2/+1
* libcli:auth: Use generate_secret_buffer() for netlogon challengeAndreas Schneider2019-08-121-1/+2
* libcli:smb: Use generate_nonce_buffer() for AES-CCM and AES-GCM nonceAndreas Schneider2019-08-121-2/+2
* libcli:smb: Add forward declaration for gnutls_hmac_hd_tAndreas Schneider2019-08-101-3/+3
* s4:lib/http: move to the toplevelRalph Boehme2019-08-078-0/+2312
* libcli/smb: send SMB2_NETNAME_NEGOTIATE_CONTEXT_IDStefan Metzmacher2019-08-011-0/+17
* libcli/smb: add new COMPRESSION and NETNAME negotiate context idsStefan Metzmacher2019-08-011-0/+2
* libcli:auth: Use samba_gnutls_arcfour_confounded_md5() in decode_wkssvc_join_...Andreas Schneider2019-07-261-47/+24
* libcli:auth: Use samba_gnutls_arcfour_confounded_md5() in encode_wkssvc_join_...Andreas Schneider2019-07-261-46/+23
* libcli:auth: Add test for (encode|decode)_wkssvc_join_password_bufferAndreas Schneider2019-07-261-0/+129
* libcli:auth: Return WERROR for encode_wkssvc_join_password_buffer()Andreas Schneider2019-07-262-10/+18
* libcli:auth: Add test for encode_rc4_passwd_buffer()Andreas Schneider2019-07-261-0/+31
* libcli:auth: Add encode_rc4_passwd_buffer()Andreas Schneider2019-07-262-0/+49
* libcli:auth: Pass samr_CryptPasswordEx to decode_rc4_passwd_buffer()Andreas Schneider2019-07-263-8/+9
* libcli:auth: Rename encode_or_decode_arc4_passwd_buffer()Andreas Schneider2019-07-263-8/+6
* libcli:auth: Use samba_gnutls_arcfour_confounded_md5() for rc4 passwd bufferAndreas Schneider2019-07-261-30/+9
* libcli:auth: Add test for decoding an RC4 password bufferAndreas Schneider2019-07-262-0/+186
* libcli:auth: Return NTSTATUS for encode_or_decode_arc4_passwd_buffer()Andreas Schneider2019-07-262-3/+10
* libcls/nbt: clang: Fix 'initialization value is never read'Noel Power2019-07-241-1/+1
* libcli/smb: clang: Fix Value stored to 'next_offset' is never readNoel Power2019-07-241-1/+0
* pysecurity: use unsigned int, not int to approximate uint32_tDouglas Bagnall2019-07-221-4/+4
* libcli/pysecurity: use pytalloc_get_name to avoid NULL derefDouglas Bagnall2019-07-221-2/+2
* libcli/smb: clang: Fix ' 2nd function call argument is an uninitialized value'Noel Power2019-07-161-1/+1
* libcli/smb: clang: Fix 'Dereference of null pointer'Noel Power2019-07-161-2/+2
* libcli/smb: clang: Fix 'Array access results in a null pointer deref'Noel Power2019-07-161-2/+2
* libcli/smb: clang: Fix 'array access results in a null pointer deref'Noel Power2019-07-161-1/+2
* libcli/cldap: clang: Fix 'Dereference of null pointer'Noel Power2019-07-161-0/+4
* libcls/netlogon: clang: Fix 'initialization value is never read'Noel Power2019-07-161-2/+6
* libcl/smb: clang: Fix 'Value stored to 'next_offset' is never read'Noel Power2019-07-111-1/+0
* libcli/smb: clang: Fix 'value stored to 'p' is never read'Noel Power2019-07-111-2/+0
* libcli: Update all consumers of strtoul_err(), strtoull_err() to new APISwen Schillig2019-06-301-3/+3
* libcli:auth: Return NTSTATUS for netlogon_creds_arcfour_crypt()Andreas Schneider2019-06-274-28/+88
* libcli:auth: Return NTSTATUS for netlogon_creds_crypt_samlogon_logon()Andreas Schneider2019-06-271-13/+11
* libcli:auth: Return NTSTATUS for netlogon_creds_decrypt_samlogon_logon()Andreas Schneider2019-06-272-6/+8
* libcli:auth: Return NTSTATUS for netlogon_creds_encrypt_samlogon_logon()Andreas Schneider2019-06-273-12/+24
* libcli:auth: Return NTSTATUS for netlogon_creds_server_step_check()Andreas Schneider2019-06-271-15/+17
* libcli:auth: Return NTSTATUS for netlogon_creds_decrypt_samlogon_validation()Andreas Schneider2019-06-273-12/+22
* libcli:auth: Return NTSTATUS for netlogon_creds_encrypt_samlogon_validation()Andreas Schneider2019-06-272-6/+8
* libcli:auth: Use GnuTLS RC4 for netlogon credentialsAndreas Schneider2019-06-271-4/+17
* lib/crypto: Use GnuTLS RC4 for samba_gnutls_arcfour_confounded_md5()Andrew Bartlett2019-06-271-2/+4
* liblic/drsupai: use samba_gnutls_arcfour_confounded_md5() wrapperAndrew Bartlett2019-06-271-65/+30
* libcli/drsuapi: Correct comment in drsuapi_decrypt_attribute_value()Andrew Bartlett2019-06-271-1/+1
* libcli/drsuapi: Add expected value unit tests for drsuapi_{en,de}crypt_attrib...Andrew Bartlett2019-06-272-0/+534
* libcli/drsuapi: Add const to *in parameters to drsuapi_{en,de}crypt_attribute...Andrew Bartlett2019-06-271-2/+2