summaryrefslogtreecommitdiff
path: root/auth/auth_sam_reply.c
AgeCommit message (Expand)AuthorFilesLines
2025-04-03auth: let make_user_info_dc_pac() cross check PAC_UPN_DNS_FLAG_HAS_SAM_NAME_A...Stefan Metzmacher1-0/+34
2025-02-14auth: remember the origin of sids from the PACStefan Metzmacher1-1/+22
2025-02-14auth: simplify logic in make_user_info_dc_{netlogon_validation,pac}()Stefan Metzmacher1-15/+33
2025-02-14auth: let make_user_info_dc_netlogon_validation allocate the sid array in one goStefan Metzmacher1-22/+13
2025-02-14auth: let make_user_info_dc_netlogon_validation validate all parameters firstStefan Metzmacher1-17/+14
2025-02-14auth: remove sid-filtering comment in make_user_info_dc_netlogon_validationStefan Metzmacher1-6/+0
2023-09-11auth: Fix code spellingJoseph Sutton1-1/+1
2023-08-08auth: Add missing newlines to logging messagesJoseph Sutton1-2/+2
2023-05-18auth: Fix leaksJoseph Sutton1-13/+64
2023-03-20auth: Clear EXTRA_SIDS flag if no Extra SIDs are presentJoseph Sutton1-0/+1
2023-02-08auth: Free empty SID arraysJoseph Sutton1-1/+5
2023-02-08auth: Discard non-base SIDs when creating SamInfo2Joseph Sutton1-0/+6
2023-02-08auth: Correct primary group handlingJoseph Sutton1-6/+2
2023-02-08auth: Make more liberal use of SID index constantsJoseph Sutton1-2/+2
2023-02-08auth: Shorten long SID flags combinationsJoseph Sutton1-4/+2
2023-02-08s4:kdc: Add resource SID compressionJoseph Sutton1-37/+262
2023-02-08auth: Pass through entire PAC flags value in auth_user_infoJoseph Sutton1-6/+9
2023-02-08auth: Only process resource groups if NETLOGON_RESOURCE_GROUPS flag is setJoseph Sutton1-2/+0
2023-02-08auth: Remove early return from make_user_info_dc_pac()Joseph Sutton1-6/+1
2023-02-08auth: Exclude resource groups from a TGTJoseph Sutton1-3/+28
2023-02-08auth: Store group attributes in auth_user_info_dcJoseph Sutton1-24/+35
2022-07-27CVE-2022-2031 auth: Add ticket type field to auth_user_info_dc and auth_sessi...Joseph Sutton1-1/+1
2022-03-01auth: Cope with NULL upn_name in PACJoseph Sutton1-5/+7
2019-07-03Add PrimaryGroupId to group array in DC responseIsaac Boukris1-2/+6
2018-03-15auth: add auth_user_info_copy() functionStefan Metzmacher1-0/+35
2016-07-22auth/auth_sam_reply: fill user_principal_* and dns_domain_name in make_user_i...Stefan Metzmacher1-0/+22
2016-06-30krb5pac.idl: introduce PAC_DOMAIN_GROUP_MEMBERSHIP to handle the resource groupsStefan Metzmacher1-9/+25
2016-06-30auth/auth_sam_reply: make auth_convert_user_info_dc_sambaseinfo() a private h...Stefan Metzmacher1-14/+12
2016-06-30auth/auth_sam_reply: do a real copy of strings in auth_convert_user_info_dc_s...Stefan Metzmacher1-8/+17
2016-06-30auth/auth_sam_reply: add auth_convert_user_info_dc_saminfo2() helper functionStefan Metzmacher1-0/+26
2016-06-30auth/auth_sam_reply: add auth_convert_user_info_dc_saminfo6() and implement l...Stefan Metzmacher1-25/+72
2016-06-30auth/auth_sam_reply: let make_user_info_dc_netlogon_validation() correctly ha...Stefan Metzmacher1-18/+47
2016-06-30auth/auth_sam_reply: add some const to input parametersStefan Metzmacher1-6/+6
2014-03-05Remove a number of NT_STATUS_HAVE_NO_MEMORY_AND_FREE macros from the codebase.Garming Sam1-3/+12
2011-10-24idl: Improve MS-PAC IDLSimo Sorce1-11/+14
2011-07-20auth: Set NETLOGON_GUEST and use it to determine guest statusAndrew Bartlett1-1/+2
2011-07-20auth: Move make_user_info_SamBaseInfo() to talloc_strdup and out of memory ch...Andrew Bartlett1-9/+31
2011-07-20auth: Split out make_user_info_SamBaseInfo and add authenticated argumentAndrew Bartlett1-29/+55
2011-07-20auth: Preserve guest flag on transition via netr_SamInfo3Andrew Bartlett1-0/+3
2011-07-20Add my copyrightAndrew Bartlett1-1/+1
2011-02-10auth Move auth_sam_reply into the top level.Andrew Bartlett1-0/+390