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
/
source4
/
auth
/
ntlm
/
auth_sam.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-15
s4:auth/ntlm: let authsam_check_password_internals() add NETLOGON_NTLMV2_ENABLED
Stefan Metzmacher
1
-0
/
+1
2024-06-10
s4-auth: Use consistant externally-supplied time in auth stack
Andrew Bartlett
1
-8
/
+19
2024-06-10
s4-auth: Update comment to mention 60mins in the NTLM grace period
Andrew Bartlett
1
-3
/
+3
2024-05-16
s4:auth: Accept previous gMSA password for NTLM authentication five minutes a...
Jo Sutton
1
-4
/
+22
2024-05-16
s4:auth: Let dsdb gMSA time influence NTLM previous password allowed period
Jo Sutton
1
-3
/
+6
2024-04-24
s4:kdc: Pass ldb context into samba_kdc_message2entry_keys()
Jo Sutton
1
-0
/
+2
2023-11-07
s4:auth: Add comment about claims going ignored for SamLogon
Joseph Sutton
1
-0
/
+5
2023-11-07
s4:auth: Remove trailing whitespace
Joseph Sutton
1
-19
/
+19
2023-10-01
s4:kdc: Add parameters for claims and device info to authn_policy_authenticat...
Joseph Sutton
1
-0
/
+3
2023-08-03
s4:auth: Fix code spelling
Andreas Schneider
1
-1
/
+1
2023-06-25
s4:auth: Log authentication policies for NTLM authentication
Joseph Sutton
1
-8
/
+45
2023-06-25
s4:auth: Add audit info parameters to check_password_recv()
Joseph Sutton
1
-0
/
+6
2023-06-15
s4:auth: Remove unneeded ‘sam_ctx’ parameter
Joseph Sutton
1
-3
/
+2
2023-06-15
s4:auth: Enforce machine authentication policy for NTLM authentication
Joseph Sutton
1
-4
/
+139
2023-06-15
s4:auth: Enforce device restrictions for NTLM authentication
Joseph Sutton
1
-0
/
+21
2023-05-16
auth: Return status code if configuration prohibits NTLM
Joseph Sutton
1
-0
/
+1
2022-11-24
CVE-2021-20251: s4:auth: fix use after free in authsam_logon_success_accounti...
Stefan Metzmacher
1
-0
/
+1
2022-10-05
s4-auth: Add missing newlines to log messages
Joseph Sutton
1
-2
/
+2
2022-09-12
CVE-2021-20251 s4-auth: Pass through error code from badPwdCount update
Joseph Sutton
1
-1
/
+5
2022-06-26
s4-auth: For LDAP simple bind, fall back to checking the ENCTYPE_AES256_CTS_H...
Andrew Bartlett
1
-28
/
+237
2022-06-14
dsdb/common: Make some parameters const
Joseph Sutton
1
-1
/
+1
2022-06-09
lib/util: Change function to mem_equal_const_time()
Joseph Sutton
1
-1
/
+1
2022-06-09
auth: Use constant-time memcmp when comparing sensitive buffers
Joseph Sutton
1
-1
/
+1
2022-03-29
s4-auth: Remove last traces of LanMan authentiation support in the AD DC.
Andrew Bartlett
1
-2
/
+2
2022-03-29
s4-auth: Do not trigger RODC replication unless missing all passwords
Andrew Bartlett
1
-1
/
+4
2022-03-29
s4-auth: Remove unused acct_flags parameter
Andrew Bartlett
1
-5
/
+1
2022-03-18
s4:auth: Disable NTLM authentication for Protected Users
Joseph Sutton
1
-8
/
+41
2022-03-17
dsdb: Remove parsing of LM password hash from "dBCSPwd" attribute
Andrew Bartlett
1
-3
/
+2
2022-03-17
s4-auth: Do not supply the LM hash to the AD DC authentication code
Andrew Bartlett
1
-13
/
+4
2022-03-17
s4-auth: Disable LM authenticaton in the AD DC despite "lanman auth = yes"
Andrew Bartlett
1
-2
/
+2
2022-03-10
s4:auth: rename user_info->mapped_state to user_info->cracknames_called
Stefan Metzmacher
1
-2
/
+2
2022-03-10
s4:auth: fix confusing DEBUG message in authsam_want_check()
Stefan Metzmacher
1
-2
/
+2
2022-03-10
s4:auth_sam: use USER_INFO_INTERACTIVE_LOGON as inducation for an interactive...
Stefan Metzmacher
1
-2
/
+3
2021-11-09
CVE-2020-25719 CVE-2020-25717: s4:auth: remove unused auth_generate_session_i...
Stefan Metzmacher
1
-12
/
+0
2021-04-16
auth4: Make auth_sam pseudo-async
Volker Lendecke
1
-2
/
+67
2021-01-13
s4 auth ntlm: Fix integer overflow in authsam_password_check_and_record
Gary Lockyer
1
-1
/
+2
2020-02-14
s4-auth: Allow simple bind login of a user with an @ in the samAccountName
Andrew Bartlett
1
-1
/
+21
2018-05-21
auth: Use DBGC_AUTH as DBGC_CLASS for AD DC NTLM auth code.
Andrew Bartlett
1
-0
/
+3
2018-03-01
s4:auth: Add FALL_THROUGH statements in auth_sam.c
Andreas Schneider
1
-1
/
+1
2018-02-23
s4:auth_sam: allow logons with an empty domain name
Stefan Metzmacher
1
-6
/
+10
2017-12-13
s4:auth_sam: remove unused 'sam_failtrusts' backend
Stefan Metzmacher
1
-96
/
+0
2017-06-26
s4:dsdb/samdb: pass an existing 'struct ldb_context' to crack_name_to_nt4_name()
Stefan Metzmacher
1
-2
/
+1
2017-05-30
netlogon: Implement SendToSam along with its winbind forwarding
Garming Sam
1
-1
/
+55
2017-05-30
auth_sam: Make auth_sam_trigger_repl_secret more generic
Garming Sam
1
-5
/
+10
2017-05-30
rodc: Set non-authoritative for RODC bad passwords
Garming Sam
1
-1
/
+5
2017-05-30
auth_winbind: Allow badPwdCount to be set to 0 with this auth method
Garming Sam
1
-29
/
+0
2017-05-30
auth4: Add authoritative flag to check_password
Garming Sam
1
-6
/
+11
2017-05-11
s4: auth: Add TALLOC_CTX * to auth_register()
Jeremy Allison
1
-3
/
+3
2017-04-22
lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...
Jeremy Allison
1
-2
/
+2
2017-04-10
auth4: improve authsam_want_check for upn authentication
Stefan Metzmacher
1
-20
/
+103
[next]