summaryrefslogtreecommitdiff
path: root/libcli/auth/proto.h
Commit message (Expand)AuthorAgeFilesLines
* smbdes: remove old unused DES builtin-cryptoIsaac Boukris2019-12-101-1/+0
* session: convert sess_crypt_blob to use gnutlsIsaac Boukris2019-12-101-2/+2
* smbdes: convert des_crypt112_16 to use gnutlsIsaac Boukris2019-12-101-3/+6
* smbdes: convert des_crypt112 to use gnutlsIsaac Boukris2019-12-101-1/+2
* smbdes: convert E_old_pw_hash to use gnutlsIsaac Boukris2019-12-101-1/+1
* smbdes: convert des_crypt128() to use gnutlsIsaac Boukris2019-12-101-1/+1
* smbdes: convert E_P24() and SMBOWFencrypt to use gnutlsIsaac Boukris2019-12-101-5/+5
* smbdes: remove D_P16() (not used)Isaac Boukris2019-12-101-1/+0
* smbdes: convert E_P16() to use gnutlsIsaac Boukris2019-12-101-1/+1
* smbdes: convert sam_rid_crypt() to use gnutlsIsaac Boukris2019-12-101-1/+2
* SMBsesskeygen_lm_sess_key: use gnutls and return NTSTATUSIsaac Boukris2019-12-101-3/+3
* netlogon_creds_des_encrypt/decrypt_LMKey: use gnutls and return NTSTATUSIsaac Boukris2019-12-101-2/+4
* smbdes: add des_crypt56_gnutls() using DES-CBC with zeroed IVIsaac Boukris2019-12-101-0/+4
* libcli:auth: Remove unused E_md5hash()Andreas Schneider2019-11-191-8/+0
* libcli:auth: Return NTSTATUS for netlogon_creds_client_authenticator()Andreas Schneider2019-11-141-2/+3
* libcli:auth: Return NTSTATUS for SMBOWFencrypt_ntv2()Andreas Schneider2019-11-141-4/+4
* libcli:auth: Return NTSTATUS for SMBOWFencrypt_ntv2()Andreas Schneider2019-11-141-2/+3
* libcli:auth Return NTSTATUS from netlogon_creds_aes_decrypt()Andrew Bartlett2019-08-211-1/+3
* libcli:auth: Return NTSTATUS for netlogon_creds_aes_encrypt()Andreas Schneider2019-08-211-1/+3
* libcli:auth: Return WERROR for encode_wkssvc_join_password_buffer()Andreas Schneider2019-07-261-4/+4
* libcli:auth: Add encode_rc4_passwd_buffer()Andreas Schneider2019-07-261-0/+7
* libcli:auth: Pass samr_CryptPasswordEx to decode_rc4_passwd_buffer()Andreas Schneider2019-07-261-2/+2
* libcli:auth: Rename encode_or_decode_arc4_passwd_buffer()Andreas Schneider2019-07-261-2/+2
* libcli:auth: Return NTSTATUS for encode_or_decode_arc4_passwd_buffer()Andreas Schneider2019-07-261-1/+2
* libcli:auth: Return NTSTATUS for netlogon_creds_arcfour_crypt()Andreas Schneider2019-06-271-1/+3
* libcli:auth: Return NTSTATUS for netlogon_creds_decrypt_samlogon_logon()Andreas Schneider2019-06-271-3/+3
* libcli:auth: Return NTSTATUS for netlogon_creds_encrypt_samlogon_logon()Andreas Schneider2019-06-271-3/+3
* libcli:auth: Return NTSTATUS for netlogon_creds_decrypt_samlogon_validation()Andreas Schneider2019-06-271-3/+3
* libcli:auth: Return NTSTATUS for netlogon_creds_encrypt_samlogon_validation()Andreas Schneider2019-06-271-3/+3
* libcli/auth: Remove des_crypt64() from smbdesAndrew Bartlett2019-05-221-1/+0
* libcli: Apply some constVolker Lendecke2017-09-161-2/+3
* 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-0/+5
* CVE-2016-2110: libcli/auth: pass server_timestamp to SMBNTLMv2encrypt_hash()Stefan Metzmacher2016-04-121-0/+1
* libcli/auth: add forward declaration for struct wkssvc_PasswordBufferStefan Metzmacher2015-03-201-0/+1
* libcli/auth: add some const to netlogon_creds_server_{init,step_check}()Stefan Metzmacher2015-03-201-2/+2
* libcli/auth: add netlogon_creds_shallow_copy_logon()Stefan Metzmacher2013-08-051-0/+3
* libcli/auth: add netlogon_creds_[de|en]crypt_samlogon_logon()Stefan Metzmacher2013-08-051-0/+6
* libcli/auth: also set secure channel type in netlogon_creds_client_init().Günther Deschner2013-08-051-0/+1
* libcli/auth: add netlogon_creds_encrypt_samlogon_validation().Günther Deschner2012-12-151-0/+3
* libcli/auth: rename netlogon_creds_decrypt_samlogon() to netlogon_creds_decry...Günther Deschner2012-12-151-3/+3
* libcli/auth: add netlogon_creds_aes_{en|de}crypt routines.Günther Deschner2012-12-091-0/+2
* Remove useless bool "upper_case_domain" parameter from ntv2_owf_gen().Jeremy Allison2012-08-241-1/+0
* libcli/auth: add some const to SMBNTencrypt_hash() and SMBNTencrypt()Stefan Metzmacher2011-09-141-2/+2
* s3-dcerpc: avoid talloc_move on schannel creds in cli_rpc_pipe_open_schannel_...Günther Deschner2010-08-241-0/+2
* libcli/auth: add a const to des_crypt112_16()Stefan Metzmacher2010-03-051-1/+1
* Change uint_t to unsigned int in libcliMatt Kraai2010-02-021-1/+1
* Add previously generated header files now needed in merged build.Jeremy Allison2009-04-201-0/+201