summaryrefslogtreecommitdiff
path: root/auth/auth_sam_reply.c
Commit message (Expand)AuthorAgeFilesLines
* auth: add auth_user_info_copy() functionStefan Metzmacher2018-03-201-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