summaryrefslogtreecommitdiff
path: root/server/responder/nss/nsssrv_dp.c
AgeCommit message (Collapse)AuthorFilesLines
2009-03-27Fix potential segfault if dp_ctx is still NULL.Simo Sorce1-0/+9
May happen at startup if, for some reason dp is very slow to start and we receive a request before a reconnection is rescheduled in the responder dp reconnection code. This shouldn't happen normally so make it clear with a debug statement.
2009-03-27Make nsssrv use the common responder functionsSimo Sorce1-116/+7
Make nss_ctx a private pointer of the common resp_ctx Use sss_process_init and remove all duplicate functions from nsssrv.c
2009-02-26Rebase the code to use talloc, tdb, tevent, ldb as externalSimo Sorce1-10/+10
dependencies based on the latest samba code. Convert all references to the old events library to use the renamed tevent library.
2009-02-24Add PAM responderSumit Bose1-0/+433
Also move responders under server/responder with shared code in server/responder/common Signed-off-by: Simo Sorce <ssorce@redhat.com>