summaryrefslogtreecommitdiff
path: root/source4/auth/sam.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-09CVE-2020-25718 kdc: Confirm the RODC was allowed to issue a particular ticketAndrew Bartlett1-1/+4
2019-05-09s4/auth/sam: silence CID 1435849Douglas Bagnall1-2/+4
2019-03-06sam.c: allocate account_sid on tmp_ctxIsaac Boukris1-1/+1
2019-03-06sam.c: fix incorrect check of talloc_new() allocationIsaac Boukris1-1/+1
2019-01-08auth4: Use dom_sid_str_bufVolker Lendecke1-9/+7
2018-11-02auth4: Use dom_sid_str_bufVolker Lendecke1-8/+6
2018-11-02lib: Add error checks in dom_sid_string_bufVolker Lendecke1-1/+1
2018-05-23dsdb: Avoid calculating the PSO multiple timesTim Beale1-1/+8
2018-05-23dsdb/auth: Use PSO settings for lockOutThreshold/DurationTim Beale1-1/+47
2018-05-22auth: Use DBGC_AUTH as DBGC_CLASS for AD DC auth session code.Andrew Bartlett1-1/+4
2018-03-19s4:auth: add authsam_update_user_info_dc() that implements SID expanding for ...Stefan Metzmacher1-0/+62
2018-03-19s4:auth: split out a authsam_domain_group_filter() functionStefan Metzmacher1-6/+44
2017-05-30netlogon: Implement SendToSam along with its winbind forwardingGarming Sam1-4/+24
2017-05-30auth_winbind: Allow badPwdCount to be set to 0 with this auth methodGarming Sam1-0/+28
2017-04-13password-lockout: Allow RODC to ensure lockout and lockout resetGarming Sam1-13/+66
2017-04-13sam.c: Make NTLM login set logonCount when unsetGarming Sam1-0/+10
2017-03-27auth/sam: Remove lastLogonTimestamp from RODC success accountingGarming Sam1-4/+14
2016-06-30s4:auth: fill user_principal_* and dns_domain_name in authsam_make_user_info_...Stefan Metzmacher1-0/+23
2016-06-30s4:auth: make use of lpcfg_sam_name() in authsam_get_user_info_dc_principal()Stefan Metzmacher1-1/+1
2016-06-30s4:auth/sam: update the logonCount for interactive logonsStefan Metzmacher1-0/+16
2016-06-30s4:auth/sam: don't update lastLogon just because it's 0 currentlyStefan Metzmacher1-3/+1
2016-06-30s4:auth/sam: only reset badPwdCount when the effetive value is not 0 alreadyStefan Metzmacher1-6/+12
2016-06-30s4:auth/sam: use "msDS-UserPasswordExpiryTimeComputed" instead of samdb_resul...Stefan Metzmacher1-5/+5
2015-12-15auth: keep track of lastLogon and lastLogonTimestampDouglas Bagnall1-11/+147
2015-07-08s4:auth/sam: remove unused sam_get_results_trust()Stefan Metzmacher1-74/+0
2014-09-01auth: Split out fetching trusted domain into sam_get_results_trust()Andrew Bartlett1-0/+74
2014-04-02s4-auth: Support password history correctly, including allowing NTLM logins u...Andrew Bartlett1-0/+2
2014-04-02dsdb: Move dsdb_update_bad_pwd_count to dsdb/common/util.cAndrew Bartlett1-100/+0
2014-04-02auth: Split out badPwdCount update into a helper functionAndrew Bartlett1-48/+79
2014-04-02s4-auth: Add authsam_zero_bad_pwd_count to zero out badPwdCount and lockoutTi...Andrew Bartlett1-0/+61
2014-04-02s4:auth: Add password lockout support to the AD DCAndrew Bartlett1-0/+117
2014-04-02dsdb: Rework samdb_result_acct_flags to use either userAccountControl or msDS...Andrew Bartlett1-4/+4
2014-04-02s4:auth/sam: use a higher time resolution in authsam_account_ok()Stefan Metzmacher1-2/+2
2014-04-02s4:auth: avoid str_list related const warningsStefan Metzmacher1-2/+2
2014-03-05Remove the remaining uses of the macro NT_STATUS_HAVE_NO_MEMORY_AND_FREE in t...Garming Sam1-14/+28
2014-03-05Remove a number of NT_STATUS_HAVE_NO_MEMORY_AND_FREE macros from the codebase.Garming Sam1-10/+40
2011-10-04s4-sam: don't look in GC NCs for user accountsAndrew Tridgell1-2/+6
2011-06-24s4:kdc: implement samba_kdc_check_s4u2proxy()Stefan Metzmacher1-0/+1
2011-02-09s4-auth Rework auth subsystem to remove struct auth_serversupplied_infoAndrew Bartlett1-80/+84
2011-01-20s4-auth Remove special case for account_sid from auth_serversupplied_infoAndrew Bartlett1-37/+31
2011-01-14s4-auth Add function to obtain any user's session_info from a given LDBAndrew Bartlett1-0/+84
2011-01-14s4-auth use new dsdb_expand_nested_groups()Andrew Bartlett1-146/+5
2010-12-04s4:dsdb/common/util_samr.c and auth/sam.c - fix error messageMatthias Dieter Wallnöfer1-1/+1
2010-12-03s4:auth/sam.c - when printing out a string buffer we don't strictly need the ...Matthias Dieter Wallnöfer1-2/+2
2010-12-03s4:auth/sam.c - the check for the SAMDB needs to be on the top of the callMatthias Dieter Wallnöfer1-6/+5
2010-12-03s4:auth/sam.c - fix the free of memory contextsMatthias Dieter Wallnöfer1-1/+1
2010-12-03s4:auth/sam.c - specify the SID ignore case betterMatthias Dieter Wallnöfer1-1/+7
2010-12-02s4:auth/sam.c-"authsam_expand_nested_groups" - don't fail if we've membership...Matthias Dieter Wallnöfer1-4/+4
2010-10-19s4-auth Add DEBUG() for invalid DNs and errors expanding user groups.Andrew Bartlett1-0/+5
2010-10-15s4:dsdb - remove "samdb_result_uint", "samdb_result_int64", "samdb_result_uin...Matthias Dieter Wallnöfer1-10/+10