summaryrefslogtreecommitdiff
path: root/auth/auth_sam_reply.c
Commit message (Expand)AuthorAgeFilesLines
* auth: Fix leaksJoseph Sutton2023-05-181-13/+64
* auth: Clear EXTRA_SIDS flag if no Extra SIDs are presentJoseph Sutton2023-03-201-0/+1
* auth: Free empty SID arraysJoseph Sutton2023-02-081-1/+5
* auth: Discard non-base SIDs when creating SamInfo2Joseph Sutton2023-02-081-0/+6
* auth: Correct primary group handlingJoseph Sutton2023-02-081-6/+2
* auth: Make more liberal use of SID index constantsJoseph Sutton2023-02-081-2/+2
* auth: Shorten long SID flags combinationsJoseph Sutton2023-02-081-4/+2
* s4:kdc: Add resource SID compressionJoseph Sutton2023-02-081-37/+262
* auth: Pass through entire PAC flags value in auth_user_infoJoseph Sutton2023-02-081-6/+9
* auth: Only process resource groups if NETLOGON_RESOURCE_GROUPS flag is setJoseph Sutton2023-02-081-2/+0
* auth: Remove early return from make_user_info_dc_pac()Joseph Sutton2023-02-081-6/+1
* auth: Exclude resource groups from a TGTJoseph Sutton2023-02-081-3/+28
* auth: Store group attributes in auth_user_info_dcJoseph Sutton2023-02-081-24/+35
* CVE-2022-2031 auth: Add ticket type field to auth_user_info_dc and auth_sessi...Joseph Sutton2022-07-271-1/+1
* auth: Cope with NULL upn_name in PACJoseph Sutton2022-03-011-5/+7
* Add PrimaryGroupId to group array in DC responseIsaac Boukris2019-07-031-2/+6
* auth: add auth_user_info_copy() functionStefan Metzmacher2018-03-151-0/+35
* auth/auth_sam_reply: fill user_principal_* and dns_domain_name in make_user_i...Stefan Metzmacher2016-07-221-0/+22
* krb5pac.idl: introduce PAC_DOMAIN_GROUP_MEMBERSHIP to handle the resource groupsStefan Metzmacher2016-06-301-9/+25
* auth/auth_sam_reply: make auth_convert_user_info_dc_sambaseinfo() a private h...Stefan Metzmacher2016-06-301-14/+12
* auth/auth_sam_reply: do a real copy of strings in auth_convert_user_info_dc_s...Stefan Metzmacher2016-06-301-8/+17
* auth/auth_sam_reply: add auth_convert_user_info_dc_saminfo2() helper functionStefan Metzmacher2016-06-301-0/+26
* auth/auth_sam_reply: add auth_convert_user_info_dc_saminfo6() and implement l...Stefan Metzmacher2016-06-301-25/+72
* auth/auth_sam_reply: let make_user_info_dc_netlogon_validation() correctly ha...Stefan Metzmacher2016-06-301-18/+47
* auth/auth_sam_reply: add some const to input parametersStefan Metzmacher2016-06-301-6/+6
* Remove a number of NT_STATUS_HAVE_NO_MEMORY_AND_FREE macros from the codebase.Garming Sam2014-03-051-3/+12
* idl: Improve MS-PAC IDLSimo Sorce2011-10-241-11/+14
* auth: Set NETLOGON_GUEST and use it to determine guest statusAndrew Bartlett2011-07-201-1/+2
* auth: Move make_user_info_SamBaseInfo() to talloc_strdup and out of memory ch...Andrew Bartlett2011-07-201-9/+31
* auth: Split out make_user_info_SamBaseInfo and add authenticated argumentAndrew Bartlett2011-07-201-29/+55
* auth: Preserve guest flag on transition via netr_SamInfo3Andrew Bartlett2011-07-201-0/+3
* Add my copyrightAndrew Bartlett2011-07-201-1/+1
* auth Move auth_sam_reply into the top level.Andrew Bartlett2011-02-101-0/+390