CVE-2020-1472(ZeroLogon): libcli/auth: reject weak client challenges in netlogon_cred...
[samba.git] / libcli / auth / credentials.c
2020-09-18 Stefan MetzmacherCVE-2020-1472(ZeroLogon): libcli/auth: reject weak...
2020-09-18 Stefan MetzmacherCVE-2020-1472(ZeroLogon): libcli/auth: add netlogon_cre...
2020-09-18 Stefan MetzmacherCVE-2020-1472(ZeroLogon): libcli/auth: add netlogon_cre...
2019-06-27 Andreas Schneiderlibcli:auth: Return NTSTATUS for netlogon_creds_arcfour...
2019-06-27 Andreas Schneiderlibcli:auth: Return NTSTATUS for netlogon_creds_crypt_s...
2019-06-27 Andreas Schneiderlibcli:auth: Return NTSTATUS for netlogon_creds_decrypt...
2019-06-27 Andreas Schneiderlibcli:auth: Return NTSTATUS for netlogon_creds_encrypt...
2019-06-27 Andreas Schneiderlibcli:auth: Return NTSTATUS for netlogon_creds_server_...
2019-06-27 Andreas Schneiderlibcli:auth: Return NTSTATUS for netlogon_creds_decrypt...
2019-06-27 Andreas Schneiderlibcli:auth: Return NTSTATUS for netlogon_creds_encrypt...
2019-06-27 Andreas Schneiderlibcli:auth: Use GnuTLS RC4 for netlogon credentials
2019-06-27 Andrew Bartlettlib/crypto: move gnutls error wrapper to own subsystem
2019-06-24 Andreas Schneiderlibcli:auth: Use gnutls_error_to_ntstatus() in credentials
2019-05-21 Andreas Schneiderlibcli:auth: Add return codes for netlogon_creds_init_1...
2019-05-21 Andreas Schneiderlibcli:auth: Use GnuTLS MD5 and HMAC MD5 in netlogon_cr...
2019-04-30 Andreas Schneiderlibcli:auth: Add return code for netlogon_creds_init_hm...
2019-04-30 Andreas Schneiderlibcli:auth: Use GnuTLS SHA256 HMAC for credentials
2019-02-27 Andreas Schneiderlibcli:auth: Avoid explicit ZERO_STRUCT
2018-12-20 Andreas Schneiderlibcli:auth: Use C99 initializers or ZERO_ARRAY instead...
2017-09-16 Volker Lendeckelibcli: Apply some const
2017-01-03 Volker Lendeckelibcli: Use "all_zero" where appropriate
2015-03-20 Stefan Metzmacherlibcli/auth: add some const to netlogon_creds_server_...
2014-04-02 Stefan Metzmacherlibcli/auth: s/encrypt/do_encrypt
2013-12-24 Stefan Metzmacherlibcli/auth: try to use the current timestamp creds...
2013-12-24 Stefan Metzmacherlibcli/auth: remove bogus comment regarding replay...
2013-12-24 Stefan Metzmacherlibcli/auth: set the return_authenticator->timestamp = 0
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-08-05 Stefan Metzmacherlibcli/auth: add netlogon_creds_shallow_copy_logon()
2013-08-05 Stefan Metzmacherlibcli/auth: add netlogon_creds_[de|en]crypt_samlogon_l...
2013-08-05 Stefan Metzmacherlibcli/auth: fix shadowed declaration in netlogon_creds...
2013-08-05 Stefan Metzmacherlibcli/auth: make netlogon_creds_crypt_samlogon_validat...
2013-08-05 Günther Deschnerlibcli/auth: also set secure channel type in netlogon_c...
2013-06-19 Andrew Bartlettbuild: Build with system md5.h on OpenIndiana
2013-01-22 Andrew Bartlettlibcli/auth: fix void function cannot return value...
2012-12-15 Günther Deschnerlibcli/auth: add netlogon_creds_encrypt_samlogon_valida...
2012-12-15 Günther Deschnerlibcli/auth: rename netlogon_creds_decrypt_samlogon...
2012-12-09 Günther Deschnerlibcli/auth: support AES decryption in netlogon_creds_d...
2012-12-09 Günther Deschnerlibcli/auth: remove trailing whitespace.
2012-12-09 Günther Deschnerlibcli/auth: add netlogon_creds_aes_{en|de}crypt routines.
2012-07-17 Stefan Metzmacherlibcli/auth: add support for AES/HMAC-SHA256 schannel...
2010-08-24 Günther Deschners3-dcerpc: avoid talloc_move on schannel creds in cli_r...
2009-10-24 Stefan Metzmacherlibcli/auth: initialize creds in netlogon_creds_client_...
2009-08-27 Stefan Metzmacherlibcli/auth: add netlogon_creds_step_crypt() and netlog...
2009-08-27 Stefan Metzmacherlibcli/auth: remove some useless lines
2009-08-27 Stefan Metzmacherlibcli/auth: remember schannel type in netlogon_creds_s...
2009-04-20 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-04-20 Andrew BartlettMerge commit 'origin/master' into libcli-auth-merge...
2009-04-15 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-04-14 Andrew BartlettRework netlogon credentials for the top level
2009-04-14 Andrew Bartlettlibcli/auth Don't compile against un-needed Samba4...
2009-04-14 Andrew BartlettMove libcli/auth to the top level