Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-03-27 | Fix copy&paste error | Simo Sorce | 1 | -1/+1 | |
2009-03-27 | Fix potential segfault if dp_ctx is still NULL. | Simo Sorce | 1 | -2/+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-26 | Refactor nss_ctx to resp_ctx in responders | Stephen Gallagher | 1 | -1/+1 | |
2009-03-19 | use pam_data as main data structure for dbus communication | Sumit Bose | 1 | -27/+5 | |
2009-03-10 | added generic PAM return messages and a false login delay | Sumit Bose | 1 | -9/+18 | |
2009-03-05 | added a privileged pipe | Sumit Bose | 1 | -3/+2 | |
2009-02-24 | Add PAM responder | Sumit Bose | 1 | -0/+215 | |
Also move responders under server/responder with shared code in server/responder/common Signed-off-by: Simo Sorce <ssorce@redhat.com> |