Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-03-27 | Make nsssrv use the common responder functions | Simo Sorce | 1 | -1/+1 | |
Make nss_ctx a private pointer of the common resp_ctx Use sss_process_init and remove all duplicate functions from nsssrv.c | |||||
2009-03-26 | Enable autoreconnection to the Data Provider in PAM | Stephen Gallagher | 1 | -1/+2 | |
2009-03-09 | use fixed paths to sockets to make sure clients and server are using the same | Sumit Bose | 1 | -0/+1 | |
2009-02-26 | Rebase the code to use talloc, tdb, tevent, ldb as external | Simo Sorce | 1 | -2/+2 | |
dependencies based on the latest samba code. Convert all references to the old events library to use the renamed tevent library. | |||||
2009-02-24 | Add PAM responder | Sumit Bose | 1 | -0/+24 | |
Also move responders under server/responder with shared code in server/responder/common Signed-off-by: Simo Sorce <ssorce@redhat.com> |