summaryrefslogtreecommitdiff
path: root/source4/auth/sam.c
Commit message (Expand)AuthorAgeFilesLines
* s4:kdc: Look up authentication policies for Kerberos clients and serversJoseph Sutton2023-05-181-1/+13
* s4:auth: Add function to make a shallow copy of an auth_user_info_dc structureJoseph Sutton2023-05-181-0/+68
* s4:auth: Fix leakJoseph Sutton2023-05-181-1/+4
* s4:auth: Check ldb_binary_encode_string() return valueJoseph Sutton2023-05-161-1/+7
* s4-auth: Log correct function nameJoseph Sutton2023-05-161-1/+1
* s4-auth: Free user_info_dc in KDC caller to authsam_update_user_info_dc()Andrew Bartlett2023-02-081-1/+0
* auth: Correct primary group handlingJoseph Sutton2023-02-081-4/+56
* auth: Align integer typesJoseph Sutton2023-02-081-1/+2
* ldap: Make use of LDB_OID_COMPARATOR constantsJoseph Sutton2023-02-081-2/+2
* auth: Shorten long SID flags combinationsJoseph Sutton2023-02-081-8/+4
* auth: Pass through entire PAC flags value in auth_user_infoJoseph Sutton2023-02-081-1/+1
* s4: Add 'const' to some parametersJoseph Sutton2023-02-081-1/+1
* auth: Store group attributes in auth_user_info_dcJoseph Sutton2023-02-081-12/+20
* auth4: Save lines with talloc_asprintf_addbuf() in authsam_domain_group_filter()Volker Lendecke2022-12-141-12/+6
* CVE-2021-20251: s4:auth: fix use after free in authsam_logon_success_accounti...Stefan Metzmacher2022-11-241-1/+8
* CVE-2021-20251 auth4: Avoid reading the database twice by precaculating some ...Andrew Bartlett2022-09-121-19/+36
* CVE-2021-20251 auth4: Inline samdb_result_effective_badPwdCount() in authsam_...Andrew Bartlett2022-09-121-5/+8
* CVE-2021-20251 auth4: Split authsam_calculate_lastlogon_sync_interval() outAndrew Bartlett2022-09-121-42/+73
* CVE-2021-20251 auth4: Return only the result message and free the surrounding...Gary Lockyer2022-09-121-1/+2
* CVE-2021-20251 auth4: Add missing newline to debug message on PSO read failureAndrew Bartlett2022-09-121-1/+1
* CVE-2021-20251 s4 auth: make bad password count increment atomicAndrew Bartlett2022-09-121-50/+246
* CVE-2021-20251 auth4: Reread the user record if a bad password is noticed.Andrew Bartlett2022-09-121-0/+82
* CVE-2021-20251 s4 auth: Prepare to make bad password count increment atomicGary Lockyer2022-09-121-0/+187
* CVE-2022-2031 auth: Add ticket type field to auth_user_info_dc and auth_sessi...Joseph Sutton2022-07-271-1/+1
* dsdb: Remove parsing of LM password hash from "dBCSPwd" attributeAndrew Bartlett2022-03-171-1/+0
* s4:auth: Also look up msDS-AllowedToActOnBehalfOfOtherIdentity for RBCDAndreas Schneider2022-03-041-0/+1
* s4:auth: Remove trailing spaces in sam.cAndreas Schneider2022-03-041-17/+17
* s4:sam: Don't use talloc_steal for msg attributes in authsam_make_user_info_dc()Stefan Metzmacher2022-03-011-5/+14
* CVE-2020-25718 kdc: Confirm the RODC was allowed to issue a particular ticketAndrew Bartlett2021-11-091-1/+4
* s4/auth/sam: silence CID 1435849Douglas Bagnall2019-05-091-2/+4
* sam.c: allocate account_sid on tmp_ctxIsaac Boukris2019-03-061-1/+1
* sam.c: fix incorrect check of talloc_new() allocationIsaac Boukris2019-03-061-1/+1
* auth4: Use dom_sid_str_bufVolker Lendecke2019-01-081-9/+7
* auth4: Use dom_sid_str_bufVolker Lendecke2018-11-021-8/+6
* lib: Add error checks in dom_sid_string_bufVolker Lendecke2018-11-021-1/+1
* dsdb: Avoid calculating the PSO multiple timesTim Beale2018-05-231-1/+8
* dsdb/auth: Use PSO settings for lockOutThreshold/DurationTim Beale2018-05-231-1/+47
* auth: Use DBGC_AUTH as DBGC_CLASS for AD DC auth session code.Andrew Bartlett2018-05-221-1/+4
* s4:auth: add authsam_update_user_info_dc() that implements SID expanding for ...Stefan Metzmacher2018-03-191-0/+62
* s4:auth: split out a authsam_domain_group_filter() functionStefan Metzmacher2018-03-191-6/+44
* netlogon: Implement SendToSam along with its winbind forwardingGarming Sam2017-05-301-4/+24
* auth_winbind: Allow badPwdCount to be set to 0 with this auth methodGarming Sam2017-05-301-0/+28
* password-lockout: Allow RODC to ensure lockout and lockout resetGarming Sam2017-04-131-13/+66
* sam.c: Make NTLM login set logonCount when unsetGarming Sam2017-04-131-0/+10
* auth/sam: Remove lastLogonTimestamp from RODC success accountingGarming Sam2017-03-271-4/+14
* s4:auth: fill user_principal_* and dns_domain_name in authsam_make_user_info_...Stefan Metzmacher2016-06-301-0/+23
* s4:auth: make use of lpcfg_sam_name() in authsam_get_user_info_dc_principal()Stefan Metzmacher2016-06-301-1/+1
* s4:auth/sam: update the logonCount for interactive logonsStefan Metzmacher2016-06-301-0/+16
* s4:auth/sam: don't update lastLogon just because it's 0 currentlyStefan Metzmacher2016-06-301-3/+1
* s4:auth/sam: only reset badPwdCount when the effetive value is not 0 alreadyStefan Metzmacher2016-06-301-6/+12