summaryrefslogtreecommitdiff
path: root/libcli/auth/ntlm_check.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-31auth: Use secure variant data_blob_talloc_s() to zero sensitive data blobsPavel Filipenský1-16/+45
2026-03-31auth: Call ZERO_ARRAY()/ZERO_STRUCT() for sensitive variables on stackPavel Filipenský1-0/+26
2026-01-13auth: Fix typo "pass-though" -> "pass-through"Pavel Filipenský1-2/+2
2026-01-13libcli:auth: Fix trailing whitespaces in ntlm_check.cPavel Filipenský1-51/+51
2023-08-21libcli/auth: Remove unnecessary castsJoseph Sutton1-1/+1
2023-05-16auth: Return status code if configuration prohibits NTLMJoseph Sutton1-0/+8
2022-06-09lib/util: Change function to mem_equal_const_time()Joseph Sutton1-4/+4
2022-06-09auth: Use constant-time memcmp when comparing sensitive buffersJoseph Sutton1-4/+4
2020-01-06auth: Avoid casts in ntlm_check.cVolker Lendecke1-16/+15
2020-01-06auth: Check for talloc failure in smb_sess_key_ntlmv2()Volker Lendecke1-0/+4
2020-01-06auth: Slightly simplify smb_pwd_check_ntlmv1()Volker Lendecke1-11/+13
2020-01-06auth: Check for talloc failure in smb_pwd_check_ntlmv1()Volker Lendecke1-0/+4
2020-01-06auth: Slightly simplify smb_pwd_check_ntlmv2()Volker Lendecke1-15/+17
2020-01-06auth: Check for talloc failure in smb_pwd_check_ntlmv2()Volker Lendecke1-0/+4
2019-12-10smbdes: convert E_P24() and SMBOWFencrypt to use gnutlsIsaac Boukris1-1/+5
2019-11-14libcli:auth: Check return code of SMBOWFencrypt_ntv2()Andreas Schneider1-3/+15
2019-11-14libcli:auth: Check return codes of SMBsesskeygen_ntv2()Andreas Schneider1-2/+15
2019-02-27libcli:auth: Only use the required md4 headerAndreas Schneider1-1/+1
2018-08-14CVE-2018-1139 libcli/auth: Do not allow ntlmv1 over SMB1 when it is disabled ...Günther Deschner1-1/+1
2018-08-14CVE-2018-1139 libcli/auth: fix debug messages in hash_password_check()Günther Deschner1-4/+4
2017-07-04param: Add new "disabled" value to "ntlm auth" to disable NTLM totallyAndrew Bartlett1-0/+6
2017-07-04auth: Allow NTLMv1 if MSV1_0_ALLOW_MSVCHAPV2 is given and re-factor 'ntlm aut...Andrew Bartlett1-2/+3
2017-01-03libcli: Use "all_zero" where appropriateVolker Lendecke1-3/+2
2014-04-14Typo: s/preceeded/preceded/Jelmer Vernooij1-3/+3
2012-08-24Remove useless bool "upper_case_domain" parameter from ntv2_owf_gen().Jeremy Allison1-2/+2
2012-08-24Remove useless bool "upper_case_domain" parameter.Jeremy Allison1-13/+2
2012-08-24Move uppercasing the domain out of smb_pwd_check_ntlmv2()Jeremy Allison1-9/+21
2011-03-29Ensure convert_string_XXX is always called with a valid converted_size pointer.Jeremy Allison1-1/+2
2011-03-24charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...Andrew Tridgell1-1/+1
2010-09-13ntlm_check: Fix some nonempty blank linesVolker Lendecke1-21/+21
2010-08-26libcli/auth/ntlm_check.c - fix parameter indentationMatthias Dieter Wallnöfer1-3/+3
2010-03-03Fix typo in comments.Karolin Seeger1-1/+1
2009-04-23Fix a couple of warningsVolker Lendecke1-1/+1
2009-04-20libcli/auth: Don't pass back lm_sess_key as the same pointer as user_sess_keyAndrew Bartlett1-13/+7
2009-04-14Rework Samba3 to use new libcli/auth code (partial)Andrew Bartlett1-1/+0
2009-04-14Move libcli/auth to the top levelAndrew Bartlett1-0/+603