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
/
sam.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-09
CVE-2020-25718 kdc: Confirm the RODC was allowed to issue a particular ticket
Andrew Bartlett
1
-1
/
+4
2019-05-09
s4/auth/sam: silence CID 1435849
Douglas Bagnall
1
-2
/
+4
2019-03-06
sam.c: allocate account_sid on tmp_ctx
Isaac Boukris
1
-1
/
+1
2019-03-06
sam.c: fix incorrect check of talloc_new() allocation
Isaac Boukris
1
-1
/
+1
2019-01-08
auth4: Use dom_sid_str_buf
Volker Lendecke
1
-9
/
+7
2018-11-02
auth4: Use dom_sid_str_buf
Volker Lendecke
1
-8
/
+6
2018-11-02
lib: Add error checks in dom_sid_string_buf
Volker Lendecke
1
-1
/
+1
2018-05-23
dsdb: Avoid calculating the PSO multiple times
Tim Beale
1
-1
/
+8
2018-05-23
dsdb/auth: Use PSO settings for lockOutThreshold/Duration
Tim Beale
1
-1
/
+47
2018-05-22
auth: Use DBGC_AUTH as DBGC_CLASS for AD DC auth session code.
Andrew Bartlett
1
-1
/
+4
2018-03-19
s4:auth: add authsam_update_user_info_dc() that implements SID expanding for ...
Stefan Metzmacher
1
-0
/
+62
2018-03-19
s4:auth: split out a authsam_domain_group_filter() function
Stefan Metzmacher
1
-6
/
+44
2017-05-30
netlogon: Implement SendToSam along with its winbind forwarding
Garming Sam
1
-4
/
+24
2017-05-30
auth_winbind: Allow badPwdCount to be set to 0 with this auth method
Garming Sam
1
-0
/
+28
2017-04-13
password-lockout: Allow RODC to ensure lockout and lockout reset
Garming Sam
1
-13
/
+66
2017-04-13
sam.c: Make NTLM login set logonCount when unset
Garming Sam
1
-0
/
+10
2017-03-27
auth/sam: Remove lastLogonTimestamp from RODC success accounting
Garming Sam
1
-4
/
+14
2016-06-30
s4:auth: fill user_principal_* and dns_domain_name in authsam_make_user_info_...
Stefan Metzmacher
1
-0
/
+23
2016-06-30
s4:auth: make use of lpcfg_sam_name() in authsam_get_user_info_dc_principal()
Stefan Metzmacher
1
-1
/
+1
2016-06-30
s4:auth/sam: update the logonCount for interactive logons
Stefan Metzmacher
1
-0
/
+16
2016-06-30
s4:auth/sam: don't update lastLogon just because it's 0 currently
Stefan Metzmacher
1
-3
/
+1
2016-06-30
s4:auth/sam: only reset badPwdCount when the effetive value is not 0 already
Stefan Metzmacher
1
-6
/
+12
2016-06-30
s4:auth/sam: use "msDS-UserPasswordExpiryTimeComputed" instead of samdb_resul...
Stefan Metzmacher
1
-5
/
+5
2015-12-15
auth: keep track of lastLogon and lastLogonTimestamp
Douglas Bagnall
1
-11
/
+147
2015-07-08
s4:auth/sam: remove unused sam_get_results_trust()
Stefan Metzmacher
1
-74
/
+0
2014-09-01
auth: Split out fetching trusted domain into sam_get_results_trust()
Andrew Bartlett
1
-0
/
+74
2014-04-02
s4-auth: Support password history correctly, including allowing NTLM logins u...
Andrew Bartlett
1
-0
/
+2
2014-04-02
dsdb: Move dsdb_update_bad_pwd_count to dsdb/common/util.c
Andrew Bartlett
1
-100
/
+0
2014-04-02
auth: Split out badPwdCount update into a helper function
Andrew Bartlett
1
-48
/
+79
2014-04-02
s4-auth: Add authsam_zero_bad_pwd_count to zero out badPwdCount and lockoutTi...
Andrew Bartlett
1
-0
/
+61
2014-04-02
s4:auth: Add password lockout support to the AD DC
Andrew Bartlett
1
-0
/
+117
2014-04-02
dsdb: Rework samdb_result_acct_flags to use either userAccountControl or msDS...
Andrew Bartlett
1
-4
/
+4
2014-04-02
s4:auth/sam: use a higher time resolution in authsam_account_ok()
Stefan Metzmacher
1
-2
/
+2
2014-04-02
s4:auth: avoid str_list related const warnings
Stefan Metzmacher
1
-2
/
+2
2014-03-05
Remove the remaining uses of the macro NT_STATUS_HAVE_NO_MEMORY_AND_FREE in t...
Garming Sam
1
-14
/
+28
2014-03-05
Remove a number of NT_STATUS_HAVE_NO_MEMORY_AND_FREE macros from the codebase.
Garming Sam
1
-10
/
+40
2011-10-04
s4-sam: don't look in GC NCs for user accounts
Andrew Tridgell
1
-2
/
+6
2011-06-24
s4:kdc: implement samba_kdc_check_s4u2proxy()
Stefan Metzmacher
1
-0
/
+1
2011-02-09
s4-auth Rework auth subsystem to remove struct auth_serversupplied_info
Andrew Bartlett
1
-80
/
+84
2011-01-20
s4-auth Remove special case for account_sid from auth_serversupplied_info
Andrew Bartlett
1
-37
/
+31
2011-01-14
s4-auth Add function to obtain any user's session_info from a given LDB
Andrew Bartlett
1
-0
/
+84
2011-01-14
s4-auth use new dsdb_expand_nested_groups()
Andrew Bartlett
1
-146
/
+5
2010-12-04
s4:dsdb/common/util_samr.c and auth/sam.c - fix error message
Matthias Dieter Wallnöfer
1
-1
/
+1
2010-12-03
s4:auth/sam.c - when printing out a string buffer we don't strictly need the ...
Matthias Dieter Wallnöfer
1
-2
/
+2
2010-12-03
s4:auth/sam.c - the check for the SAMDB needs to be on the top of the call
Matthias Dieter Wallnöfer
1
-6
/
+5
2010-12-03
s4:auth/sam.c - fix the free of memory contexts
Matthias Dieter Wallnöfer
1
-1
/
+1
2010-12-03
s4:auth/sam.c - specify the SID ignore case better
Matthias Dieter Wallnöfer
1
-1
/
+7
2010-12-02
s4:auth/sam.c-"authsam_expand_nested_groups" - don't fail if we've membership...
Matthias Dieter Wallnöfer
1
-4
/
+4
2010-10-19
s4-auth Add DEBUG() for invalid DNs and errors expanding user groups.
Andrew Bartlett
1
-0
/
+5
2010-10-15
s4:dsdb - remove "samdb_result_uint", "samdb_result_int64", "samdb_result_uin...
Matthias Dieter Wallnöfer
1
-10
/
+10
[prev]
[next]