summaryrefslogtreecommitdiff
path: root/src/responder/pac/pacsrv.h
AgeCommit message (Collapse)AuthorFilesLines
2012-11-10Add diff_gid_lists() with testSumit Bose1-0/+16
This patch adds a new call which compares a list of current GIDs with a list of new GIDs and return a list of GIDs which are currently missing and must be added and another list of GIDs which are not used anymore and must be deleted. The method is the same as used by diff_string_lists().
2012-10-26pac responder: add user principal and name alias to cached user objectSumit Bose1-1/+2
The principal name for the user is generated with the user name and the domain from the PAC. It is stored in the cache so that if e.g. can be used by password authentication. Additionally the name alias is stored to allow case-insensitive searches.
2012-06-21Add range support to PAC responderSumit Bose1-3/+4
2012-06-21PAC responder: add some utility functionsJan Zeleny1-0/+55
2012-06-21PAC responder: add basic infrastructureSumit Bose1-0/+52
This adds only the basic outline of the PAC responder, it won't support any operations, it will just start and initialize itself.