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
/
ntlm_check.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-31
auth: Use secure variant data_blob_talloc_s() to zero sensitive data blobs
Pavel Filipenský
1
-16
/
+45
2026-03-31
auth: Call ZERO_ARRAY()/ZERO_STRUCT() for sensitive variables on stack
Pavel Filipenský
1
-0
/
+26
2026-01-13
auth: Fix typo "pass-though" -> "pass-through"
Pavel Filipenský
1
-2
/
+2
2026-01-13
libcli:auth: Fix trailing whitespaces in ntlm_check.c
Pavel Filipenský
1
-51
/
+51
2023-08-21
libcli/auth: Remove unnecessary casts
Joseph Sutton
1
-1
/
+1
2023-05-16
auth: Return status code if configuration prohibits NTLM
Joseph Sutton
1
-0
/
+8
2022-06-09
lib/util: Change function to mem_equal_const_time()
Joseph Sutton
1
-4
/
+4
2022-06-09
auth: Use constant-time memcmp when comparing sensitive buffers
Joseph Sutton
1
-4
/
+4
2020-01-06
auth: Avoid casts in ntlm_check.c
Volker Lendecke
1
-16
/
+15
2020-01-06
auth: Check for talloc failure in smb_sess_key_ntlmv2()
Volker Lendecke
1
-0
/
+4
2020-01-06
auth: Slightly simplify smb_pwd_check_ntlmv1()
Volker Lendecke
1
-11
/
+13
2020-01-06
auth: Check for talloc failure in smb_pwd_check_ntlmv1()
Volker Lendecke
1
-0
/
+4
2020-01-06
auth: Slightly simplify smb_pwd_check_ntlmv2()
Volker Lendecke
1
-15
/
+17
2020-01-06
auth: Check for talloc failure in smb_pwd_check_ntlmv2()
Volker Lendecke
1
-0
/
+4
2019-12-10
smbdes: convert E_P24() and SMBOWFencrypt to use gnutls
Isaac Boukris
1
-1
/
+5
2019-11-14
libcli:auth: Check return code of SMBOWFencrypt_ntv2()
Andreas Schneider
1
-3
/
+15
2019-11-14
libcli:auth: Check return codes of SMBsesskeygen_ntv2()
Andreas Schneider
1
-2
/
+15
2019-02-27
libcli:auth: Only use the required md4 header
Andreas Schneider
1
-1
/
+1
2018-08-14
CVE-2018-1139 libcli/auth: Do not allow ntlmv1 over SMB1 when it is disabled ...
Günther Deschner
1
-1
/
+1
2018-08-14
CVE-2018-1139 libcli/auth: fix debug messages in hash_password_check()
Günther Deschner
1
-4
/
+4
2017-07-04
param: Add new "disabled" value to "ntlm auth" to disable NTLM totally
Andrew Bartlett
1
-0
/
+6
2017-07-04
auth: Allow NTLMv1 if MSV1_0_ALLOW_MSVCHAPV2 is given and re-factor 'ntlm aut...
Andrew Bartlett
1
-2
/
+3
2017-01-03
libcli: Use "all_zero" where appropriate
Volker Lendecke
1
-3
/
+2
2014-04-14
Typo: s/preceeded/preceded/
Jelmer Vernooij
1
-3
/
+3
2012-08-24
Remove useless bool "upper_case_domain" parameter from ntv2_owf_gen().
Jeremy Allison
1
-2
/
+2
2012-08-24
Remove useless bool "upper_case_domain" parameter.
Jeremy Allison
1
-13
/
+2
2012-08-24
Move uppercasing the domain out of smb_pwd_check_ntlmv2()
Jeremy Allison
1
-9
/
+21
2011-03-29
Ensure convert_string_XXX is always called with a valid converted_size pointer.
Jeremy Allison
1
-1
/
+2
2011-03-24
charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...
Andrew Tridgell
1
-1
/
+1
2010-09-13
ntlm_check: Fix some nonempty blank lines
Volker Lendecke
1
-21
/
+21
2010-08-26
libcli/auth/ntlm_check.c - fix parameter indentation
Matthias Dieter Wallnöfer
1
-3
/
+3
2010-03-03
Fix typo in comments.
Karolin Seeger
1
-1
/
+1
2009-04-23
Fix a couple of warnings
Volker Lendecke
1
-1
/
+1
2009-04-20
libcli/auth: Don't pass back lm_sess_key as the same pointer as user_sess_key
Andrew Bartlett
1
-13
/
+7
2009-04-14
Rework Samba3 to use new libcli/auth code (partial)
Andrew Bartlett
1
-1
/
+0
2009-04-14
Move libcli/auth to the top level
Andrew Bartlett
1
-0
/
+603