index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libcli
/
auth
/
credentials.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-30
libcli/auth: Call correct function to get HMAC output length
Joseph Sutton
1
-1
/
+1
2023-11-30
libcli/auth: Use correct enumeration constant
Joseph Sutton
1
-1
/
+1
2023-08-08
libcli/auth: Fix code spelling
Joseph Sutton
1
-1
/
+1
2023-06-30
Remove rudundent check and fallback for AES CFB8 as we now require GnuTLS 3.6.13
Andrew Bartlett
1
-24
/
+0
2022-06-09
lib/util: Change function to mem_equal_const_time()
Joseph Sutton
1
-2
/
+2
2022-06-09
auth: Use constant-time memcmp when comparing sensitive buffers
Joseph Sutton
1
-2
/
+2
2020-09-18
CVE-2020-1472(ZeroLogon): libcli/auth: reject weak client challenges in netlo...
Stefan Metzmacher
1
-1
/
+16
2020-09-18
CVE-2020-1472(ZeroLogon): libcli/auth: add netlogon_creds_is_random_challenge...
Stefan Metzmacher
1
-1
/
+22
2020-09-18
CVE-2020-1472(ZeroLogon): libcli/auth: add netlogon_creds_random_challenge()
Stefan Metzmacher
1
-0
/
+6
2019-12-10
smbdes: convert des_crypt112_16 to use gnutls
Isaac Boukris
1
-8
/
+30
2019-12-10
smbdes: convert des_crypt112 to use gnutls
Isaac Boukris
1
-1
/
+7
2019-12-10
smbdes: convert des_crypt128() to use gnutls
Isaac Boukris
1
-1
/
+5
2019-12-10
netlogon_creds_des_encrypt/decrypt_LMKey: use gnutls and return NTSTATUS
Isaac Boukris
1
-9
/
+27
2019-11-14
libcli:auth Check return code of netlogon_creds_aes_encrypt()
Andrew Bartlett
1
-1
/
+7
2019-11-14
libcli:auth: Check return code of netlogon_creds_step_crypt()
Andreas Schneider
1
-7
/
+29
2019-11-14
libcli:auth: Check return code of netlogon_creds_step()
Andreas Schneider
1
-3
/
+17
2019-11-14
libcli:auth: Return NTSTATUS for netlogon_creds_client_authenticator()
Andreas Schneider
1
-2
/
+5
2019-11-14
libcli:auth: Check return status of netlogon_creds_first_step()
Andreas Schneider
1
-5
/
+19
2019-11-14
libcli:auth: Check return status of netlogon_creds_init_64bit()
Andreas Schneider
1
-7
/
+22
2019-11-14
libcli:auth: Check return value of netlogon_creds_init_128bit()
Andreas Schneider
1
-4
/
+10
2019-08-21
libcli:auth Check NTSTATUS from netlogon_creds_aes_{en,de}crypt()
Andrew Bartlett
1
-23
/
+53
2019-08-21
libcli:auth Return NTSTATUS from netlogon_creds_aes_decrypt()
Andrew Bartlett
1
-7
/
+8
2019-08-21
libcli:auth: Use GnuTLS AES128 CFB for netlogon_creds_aes_decrypt()
Andreas Schneider
1
-1
/
+40
2019-08-21
libcli:auth: Return NTSTATUS for netlogon_creds_aes_encrypt()
Andreas Schneider
1
-7
/
+8
2019-08-21
libcli:auth: Use GnuTLS AES128 CFB for netlogon_creds_aes_encrypt()
Andreas Schneider
1
-0
/
+36
2019-08-21
libcli:auth: Use netlogon_creds_aes_encrypt() in netlogon_creds_step_crypt()
Andreas Schneider
1
-5
/
+2
2019-06-27
libcli:auth: Return NTSTATUS for netlogon_creds_arcfour_crypt()
Andreas Schneider
1
-16
/
+47
2019-06-27
libcli:auth: Return NTSTATUS for netlogon_creds_crypt_samlogon_logon()
Andreas Schneider
1
-13
/
+11
2019-06-27
libcli:auth: Return NTSTATUS for netlogon_creds_decrypt_samlogon_logon()
Andreas Schneider
1
-3
/
+5
2019-06-27
libcli:auth: Return NTSTATUS for netlogon_creds_encrypt_samlogon_logon()
Andreas Schneider
1
-3
/
+5
2019-06-27
libcli:auth: Return NTSTATUS for netlogon_creds_server_step_check()
Andreas Schneider
1
-15
/
+17
2019-06-27
libcli:auth: Return NTSTATUS for netlogon_creds_decrypt_samlogon_validation()
Andreas Schneider
1
-3
/
+5
2019-06-27
libcli:auth: Return NTSTATUS for netlogon_creds_encrypt_samlogon_validation()
Andreas Schneider
1
-3
/
+5
2019-06-27
libcli:auth: Use GnuTLS RC4 for netlogon credentials
Andreas Schneider
1
-4
/
+17
2019-06-27
lib/crypto: move gnutls error wrapper to own subsystem
Andrew Bartlett
1
-1
/
+1
2019-06-24
libcli:auth: Use gnutls_error_to_ntstatus() in credentials
Andreas Schneider
1
-11
/
+9
2019-05-21
libcli:auth: Add return codes for netlogon_creds_init_128bit()
Andreas Schneider
1
-9
/
+23
2019-05-21
libcli:auth: Use GnuTLS MD5 and HMAC MD5 in netlogon_creds_init_128bit
Andreas Schneider
1
-11
/
+36
2019-04-30
libcli:auth: Add return code for netlogon_creds_init_hmac_sha256()
Andreas Schneider
1
-15
/
+29
2019-04-30
libcli:auth: Use GnuTLS SHA256 HMAC for credentials
Andreas Schneider
1
-10
/
+29
2019-02-27
libcli:auth: Avoid explicit ZERO_STRUCT
Andreas Schneider
1
-3
/
+1
2018-12-20
libcli:auth: Use C99 initializers or ZERO_ARRAY instead of ZERO_STRUCT
Andreas Schneider
1
-9
/
+6
2017-09-16
libcli: Apply some const
Volker Lendecke
1
-2
/
+3
2017-01-03
libcli: Use "all_zero" where appropriate
Volker Lendecke
1
-19
/
+14
2015-03-20
libcli/auth: add some const to netlogon_creds_server_{init,step_check}()
Stefan Metzmacher
1
-2
/
+2
2014-04-02
libcli/auth: s/encrypt/do_encrypt
Stefan Metzmacher
1
-6
/
+6
2013-12-24
libcli/auth: try to use the current timestamp creds->sequence
Stefan Metzmacher
1
-0
/
+22
2013-12-24
libcli/auth: remove bogus comment regarding replay attacks
Stefan Metzmacher
1
-2
/
+0
2013-12-24
libcli/auth: set the return_authenticator->timestamp = 0
Stefan Metzmacher
1
-1
/
+1
2013-08-05
libcli/auth: add netlogon_creds_shallow_copy_logon()
Stefan Metzmacher
1
-0
/
+73
[next]