Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-03-25 | Fix compilation error due to implicit cast | Stephen Gallagher | 1 | -2/+2 | |
2009-03-20 | added response type PAM_ENV_ITEM and integrated response data into dbus messages | Sumit Bose | 2 | -0/+35 | |
2009-03-13 | append CFLAGS environment variable to Makefiles CFLAGS | Sumit Bose | 1 | -2/+2 | |
2009-03-10 | Remove unexisting left over header | Simo Sorce | 2 | -2/+1 | |
Also bump up the version as this error prevented a successful build of 0.2.0 | |||||
2009-03-10 | Bump up to version 0.2.0 | Simo Sorce | 1 | -1/+1 | |
Change version after changes in protocol and MPG behavior. | |||||
2009-03-10 | added generic PAM return messages and a false login delay | Sumit Bose | 2 | -15/+64 | |
2009-03-10 | Treat uids and gids as 32 bit numbers not 64 | Simo Sorce | 3 | -28/+28 | |
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-10 | Fix bugs in functions dealing with groups | Simo Sorce | 1 | -1/+1 | |
Fix infinite loop within initgr functions. Fix min length check copy&paste error, was filtering valid groups if the name was short enough and the group had no members. | |||||
2009-03-09 | NSS libs do not use versioned shared objects | Simo Sorce | 1 | -1/+1 | |
Afaik glibc uses just .so/.so.2, and all other nss libs I can see in the system are the same. | |||||
2009-03-05 | added sss_client to spec file | Sumit Bose | 1 | -3/+5 | |
2009-03-05 | added password reset by root | Sumit Bose | 1 | -9/+33 | |
2009-03-05 | Fix sss_client install target | Simo Sorce | 1 | -4/+5 | |
With this fix configure must be passed the right libdir argument depending on the platform you are building on. For example on Linux x86_64: ./configure --libdir=/lib64 | |||||
2009-03-05 | added a privileged pipe | Sumit Bose | 2 | -7/+24 | |
2009-03-02 | first version of LOCAL pam backend | Sumit Bose | 1 | -0/+6 | |
2009-02-24 | Add PAM client | Sumit Bose | 15 | -0/+5588 | |
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> |