summaryrefslogtreecommitdiffstats
path: root/src/responder/pac/pacsrv_cmd.c
Commit message (Collapse)AuthorAgeFilesLines
* Add range support to PAC responderSumit Bose2012-06-211-2/+4
|
* PAC responder: add the core functionalitySumit Bose2012-06-211-1/+470
| | | | | | | This adds support for parsing PAC and storing information contained within. In particular the user and all his memberships are stored. In case it is necessary, getgrgid() requests are sent to provider for group resolution.
* PAC responder: add basic infrastructureSumit Bose2012-06-211-0/+61
This adds only the basic outline of the PAC responder, it won't support any operations, it will just start and initialize itself.