summaryrefslogtreecommitdiffstats
path: root/src/responder/pac/pacsrv.h
Commit message (Collapse)AuthorAgeFilesLines
* RESPONDERS: Create a common file with service names and versionsJakub Hrozek2012-12-181-3/+1
| | | | | | | The monitor sends calls different sbus methods to different responders. Instead of including headers of the particular responders directly in monitor, which breaks layering a little, create a common header file that will be included from src/responder/common/
* Add diff_gid_lists() with testSumit Bose2012-11-121-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().
* pac responder: add user principal and name alias to cached user objectSumit Bose2012-11-051-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.
* Add range support to PAC responderSumit Bose2012-06-211-3/+4
|
* PAC responder: add some utility functionsJan Zeleny2012-06-211-0/+55
|
* PAC responder: add basic infrastructureSumit Bose2012-06-211-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.