summaryrefslogtreecommitdiff
path: root/libcli/auth/smbencrypt.c
Commit message (Expand)AuthorAgeFilesLines
* libcli:auth: Fix code spellingAndreas Schneider2023-04-271-1/+1
* libcli:auth: Keep passwords from convert_string_talloc() secretJoseph Sutton2022-09-121-0/+2
* libcli:auth: Add decode_pwd_string_from_buffer514()Andreas Schneider2022-07-281-0/+30
* libcli:auth: Add extract_pwd_blob_from_buffer514()Andreas Schneider2022-07-281-0/+30
* libcli:auth: Implment a common create_pw_buffer_from_blob()Andreas Schneider2022-07-281-5/+38
* libcli:auth: Use extract_pw_from_buffer() in decode_pw_buffer()Andreas Schneider2022-07-281-20/+16
* libcli:auth: Keep data of extract_pw_from_buffer() secretAndreas Schneider2022-07-281-0/+1
* libcli:auth: Add encode_pw_buffer_from_str()Andreas Schneider2022-07-281-0/+26
* libcli:auth: Implement a generic encode_pwd_buffer_from_str()Andreas Schneider2022-07-281-18/+59
* libcli/auth: let NTLMv2_RESPONSE_verify_netlogon_creds ignore invalid netapp ...Stefan Metzmacher2022-01-041-0/+63
* libcli/auth: let NTLMv2_RESPONSE_verify_netlogon_creds ignore BUFFER_TOO_SMALLStefan Metzmacher2022-01-041-5/+21
* Fix gcc11 compiler issue "-Werror=maybe-uninitialized"Günther Deschner2021-05-071-1/+1
* smbdes: convert E_P24() and SMBOWFencrypt to use gnutlsIsaac Boukris2019-12-101-9/+19
* smbdes: convert E_P16() to use gnutlsIsaac Boukris2019-12-101-1/+5
* SMBsesskeygen_lm_sess_key: use gnutls and return NTSTATUSIsaac Boukris2019-12-101-3/+12
* libcli:auth: Remove unused E_md5hash()Andreas Schneider2019-11-191-33/+0
* libcli:auth: Check return code of SMBOWFencrypt_ntv2()Andreas Schneider2019-11-141-2/+18
* libcli:auth: Return NTSTATUS for SMBOWFencrypt_ntv2()Andreas Schneider2019-11-141-10/+15
* libcli:auth: Check return codes of SMBsesskeygen_ntv2()Andreas Schneider2019-11-141-2/+13
* libcli:auth: Return NTSTATUS for SMBOWFencrypt_ntv2()Andreas Schneider2019-11-141-8/+16
* 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: Return WERROR for encode_wkssvc_join_password_buffer()Andreas Schneider2019-07-261-6/+14
* libcli:auth: Add encode_rc4_passwd_buffer()Andreas Schneider2019-07-261-0/+42
* libcli:auth: Pass samr_CryptPasswordEx to decode_rc4_passwd_buffer()Andreas Schneider2019-07-261-4/+4
* libcli:auth: Rename encode_or_decode_arc4_passwd_buffer()Andreas Schneider2019-07-261-2/+2
* libcli:auth: Use samba_gnutls_arcfour_confounded_md5() for rc4 passwd bufferAndreas Schneider2019-07-261-30/+9
* libcli:auth: Return NTSTATUS for encode_or_decode_arc4_passwd_buffer()Andreas Schneider2019-07-261-2/+8
* libcli:auth: Use gnutls_error_to_werror() in smbencryptAndreas Schneider2019-06-271-3/+4
* libcli:auth: Use 'bool ok' in ntv2_owf_gen()Andreas Schneider2019-05-211-5/+4
* libcli:auth: Use GnuTLS MD5 HMAC in SMBsesskeygen_ntv2()Andreas Schneider2019-05-211-6/+6
* libcli:auth: Use GnuTLS MD5 HMAC in SMBOWFencrypt_ntv2()Andreas Schneider2019-05-211-5/+21
* libcli:auth: Use GnuTLS MD5 HMAC in ntv2_owf_gen()Andreas Schneider2019-05-211-7/+29
* libcli:auth: Use GnuTLS MD5 in decode_wkssvc_join_password_buffer()Andreas Schneider2019-05-211-11/+36
* libcli:auth: Use GnuTLS MD5 in encode_or_decode_arc4_passwd_buffer()Andreas Schneider2019-05-211-3/+0
* libcli:auth: Use GnuTLS MD5 in encode_wkssvc_join_password_buffer()Andreas Schneider2019-05-211-6/+27
* libcli:auth: Use GnuTLS MD5 in encode_or_decode_arc4_passwd_buffer()Andreas Schneider2019-05-211-5/+24
* libcli:auth: Use GnuTLS MD5 for E_md5hash() in smbcryptAndreas Schneider2019-05-211-5/+25
* libcli/auth: add const to set_pw_in_buffer()Stefan Metzmacher2017-06-271-1/+1
* CVE-2016-2111: libcli/auth: add NTLMv2_RESPONSE_verify_netlogon_creds() helpe...Stefan Metzmacher2016-04-121-1/+133
* CVE-2016-2110: libcli/auth: pass server_timestamp to SMBNTLMv2encrypt_hash()Stefan Metzmacher2016-04-121-9/+27
* libcli/auth: use WERR_INVALID_PASSWORD instead of WERR_BAD_PASSWORDStefan Metzmacher2015-03-271-3/+3
* build: Build with system md5.h on OpenIndianaAndrew Bartlett2013-06-191-4/+4
* Remove useless bool "upper_case_domain" parameter from ntv2_owf_gen().Jeremy Allison2012-08-241-10/+1
* libcli/auth: add some const to SMBNTencrypt_hash() and SMBNTencrypt()Stefan Metzmacher2011-09-141-2/+2
* libcli/auth/smbencrypt: in E_deshash, use talloc_stackframe instead of "#if _...Michael Adam2011-05-121-8/+4
* Tidy up some missing checks for NULL in strlcpy.Jeremy Allison2011-05-041-1/+1
* Fix simple uses of safe_strcpy -> strlcpy. Easy ones where we just remove -1.Jeremy Allison2011-05-041-1/+1
* libcli: allow exclusion of netbios name in NTLMV2 blobChristian Ambach2011-04-141-5/+12
* s3: Use talloc_tos() in the S3 buildVolker Lendecke2011-04-131-1/+7