Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-08-28 | add configure check for errno_t | Sumit Bose | 1 | -0/+5 | |
2009-08-11 | Make socket paths a compile-time option | Stephen Gallagher | 1 | -6/+0 | |
Previously, we had hardcoded the paths for the NSS, PAM and private PAM sockets to /var/lib/sss/pipes. With this patch, we will specify the sockets with --with-pipe-path. | |||||
2009-05-15 | added new pam client protocol | Sumit Bose | 1 | -1/+14 | |
2009-05-15 | added more flexible handling of client protocol | Sumit Bose | 1 | -1/+2 | |
- allow different protocol versions for PAM and NSS - support more than one protocol version in the responder | |||||
2009-03-20 | added response type PAM_ENV_ITEM and integrated response data into dbus messages | Sumit Bose | 1 | -0/+3 | |
2009-03-10 | added generic PAM return messages and a false login delay | Sumit Bose | 1 | -0/+5 | |
2009-03-10 | Treat uids and gids as 32 bit numbers not 64 | Simo Sorce | 1 | -1/+1 | |
In the nss communication protocol we were treating uids and gids as 64 bit values, but uids and gids are really u32 values, change the protocol to reflect the real size. | |||||
2009-03-05 | added a privileged pipe | Sumit Bose | 1 | -6/+8 | |
2009-02-24 | Add PAM client | Sumit Bose | 1 | -0/+188 | |
Also rename nss_client to sss_client and reuse the same pipe protocol for both the NSS and PAM client libraries. Signed-off-by: Simo Sorce <ssorce@redhat.com> |