summaryrefslogtreecommitdiff
path: root/libcli
AgeCommit message (Expand)AuthorFilesLines
2019-08-01libcli/smb: add new COMPRESSION and NETNAME negotiate context idsStefan Metzmacher1-0/+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-07-24libcls/nbt: clang: Fix 'initialization value is never read'Noel Power1-1/+1
2019-07-24libcli/smb: clang: Fix Value stored to 'next_offset' is never readNoel Power1-1/+0
2019-07-22pysecurity: use unsigned int, not int to approximate uint32_tDouglas Bagnall1-4/+4
2019-07-22libcli/pysecurity: use pytalloc_get_name to avoid NULL derefDouglas Bagnall1-2/+2
2019-07-16libcli/smb: clang: Fix ' 2nd function call argument is an uninitialized value'Noel Power1-1/+1
2019-07-16libcli/smb: clang: Fix 'Dereference of null pointer'Noel Power1-2/+2
2019-07-16libcli/smb: clang: Fix 'Array access results in a null pointer deref'Noel Power1-2/+2
2019-07-16libcli/smb: clang: Fix 'array access results in a null pointer deref'Noel Power1-1/+2
2019-07-16libcli/cldap: clang: Fix 'Dereference of null pointer'Noel Power1-0/+4
2019-07-16libcls/netlogon: clang: Fix 'initialization value is never read'Noel Power1-2/+6
2019-07-11libcl/smb: clang: Fix 'Value stored to 'next_offset' is never read'Noel Power1-1/+0
2019-07-11libcli/smb: clang: Fix 'value stored to 'p' is never read'Noel Power1-2/+0
2019-06-30libcli: Update all consumers of strtoul_err(), strtoull_err() to new APISwen Schillig1-3/+3
2019-06-27libcli:auth: Return NTSTATUS for netlogon_creds_arcfour_crypt()Andreas Schneider4-28/+88
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-27lib/crypto: Use GnuTLS RC4 for samba_gnutls_arcfour_confounded_md5()Andrew Bartlett1-2/+4
2019-06-27liblic/drsupai: use samba_gnutls_arcfour_confounded_md5() wrapperAndrew Bartlett1-65/+30
2019-06-27libcli/drsuapi: Correct comment in drsuapi_decrypt_attribute_value()Andrew Bartlett1-1/+1
2019-06-27libcli/drsuapi: Add expected value unit tests for drsuapi_{en,de}crypt_attrib...Andrew Bartlett2-0/+534
2019-06-27libcli/drsuapi: Add const to *in parameters to drsuapi_{en,de}crypt_attribute...Andrew Bartlett1-2/+2
2019-06-27libcli/drsuapi: Make drsuapi_decrypt_attribute_value() staticAndrew Bartlett2-13/+6
2019-06-27libcli:drsuapi: Use gnutls_error_to_werror() in repl_decryptAndreas Schneider1-6/+7
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 Bartlett9-108/+8
2019-06-24py3: Remove duplicated PyUnicode_Check() after the py3 compat macros were rem...Andrew Bartlett1-3/+3
2019-06-24py3: Remove PyStr_AsString() compatability macroAndrew Bartlett1-6/+6
2019-06-24py3: Remove PyStr_FromString() compatability macroAndrew Bartlett1-7/+7
2019-06-24py3: Remove PyStr_Check() compatability macroAndrew Bartlett1-3/+3
2019-06-24libcli:smb: Use gnutls_error_to_ntstatus() in smb_signingAndreas Schneider1-12/+7
2019-06-24libcli:auth: Use gnutls_error_to_ntstatus() in credentialsAndreas Schneider1-11/+9
2019-06-24libcli:smb: Use gnutls_error_to_ntstatus() in smbXcli_base.cAndreas Schneider1-9/+10
2019-06-24libcli:smb: Use gnutls_error_to_ntstatus() in smb2_signing_check_pdu()Andreas Schneider1-4/+4