summaryrefslogtreecommitdiffstats
path: root/server/responder/common/responder_common.h
Commit message (Collapse)AuthorAgeFilesLines
* Enable autoreconnection to the Data Provider in PAMStephen Gallagher2009-03-261-1/+2
|
* use fixed paths to sockets to make sure clients and server are using the sameSumit Bose2009-03-091-0/+1
|
* Rebase the code to use talloc, tdb, tevent, ldb as externalSimo Sorce2009-02-261-2/+2
| | | | | | 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/+24
Also move responders under server/responder with shared code in server/responder/common Signed-off-by: Simo Sorce <ssorce@redhat.com>