summaryrefslogtreecommitdiffstats
path: root/server/responder/common/responder_dp.c
Commit message (Collapse)AuthorAgeFilesLines
* Unify name parsing and reposnder headersSimo Sorce2009-04-071-1/+1
| | | | | | Use common sss_parse_name function in all responders Simplify responder headers by combining common,cmd,dp in one header and add name parse structure as part of the common responder context.
* Refactor nss_ctx to resp_ctx in respondersStephen Gallagher2009-03-261-11/+11
|
* added a privileged pipeSumit Bose2009-03-051-1/+0
|
* Rebase the code to use talloc, tdb, tevent, ldb as externalSimo Sorce2009-02-261-6/+6
| | | | | | dependencies based on the latest samba code. Convert all references to the old events library to use the renamed tevent library.
* Add PAM responderSumit Bose2009-02-241-0/+123
Also move responders under server/responder with shared code in server/responder/common Signed-off-by: Simo Sorce <ssorce@redhat.com>