Age | Commit message (Expand) | Author | Files | Lines |
2009-04-09 | Serialize requests vs backends. | Simo Sorce | 1 | -544/+702 |
2009-04-08 | Remove obsolete option | Simo Sorce | 1 | -1/+0 |
2009-04-08 | Fix missing entry from first-start config | Stephen Gallagher | 1 | -0/+1 |
2009-04-08 | Fix SBUS handling of unknown messages | Stephen Gallagher | 1 | -0/+2 |
2009-04-08 | Change the way we retrieve domains | Simo Sorce | 22 | -391/+273 |
2009-04-07 | Clean up warnings in SSSD | Stephen Gallagher | 6 | -25/+23 |
2009-04-07 | Unify name parsing and reposnder headers | Simo Sorce | 12 | -243/+328 |
2009-04-07 | Use info in the domain entry to determine action. | Simo Sorce | 1 | -1/+12 |
2009-04-07 | Split modules types in Identity and Authenticator | Simo Sorce | 8 | -81/+275 |
2009-04-03 | Remove useless file | Simo Sorce | 1 | -35/+0 |
2009-04-02 | Do not use the ldap libraries ldap_ prefix | Simo Sorce | 1 | -76/+76 |
2009-04-01 | Add way to use files as a proxy backend fro LOCAL | Simo Sorce | 5 | -50/+160 |
2009-04-01 | Add a more flexible way to parse and filter names. | Simo Sorce | 8 | -283/+899 |
2009-04-01 | allow compilation with older version of dbus | Sumit Bose | 3 | -0/+14 |
2009-04-01 | Do not file a sure segfault. | Simo Sorce | 1 | -0/+2 |
2009-03-30 | fixed two issues in the initial configuration | Sumit Bose | 2 | -2/+1 |
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 | 2 | -2/+18 |
2009-03-27 | Make nsssrv use the common responder functions | Simo Sorce | 10 | -734/+221 |
2009-03-27 | Fix uninitailized pointer and cut&paste error | Simo Sorce | 1 | -1/+5 |
2009-03-27 | Fix bug where services restarted by the monitor would be pinged more than onc... | Stephen Gallagher | 1 | -0/+8 |
2009-03-26 | Enable autoreconnection to the Data Provider in PAM | Stephen Gallagher | 3 | -4/+67 |
2009-03-26 | Refactor nss_ctx to resp_ctx in responders | Stephen Gallagher | 7 | -109/+109 |
2009-03-24 | Fix build | Simo Sorce | 2 | -1/+4 |
2009-03-20 | Retrieve some options from confdb | Simo Sorce | 3 | -11/+46 |
2009-03-20 | Enhance server_setup | Simo Sorce | 10 | -10/+36 |
2009-03-20 | Simplify default configuration | Simo Sorce | 4 | -122/+157 |
2009-03-20 | Add better error reporting to confdb functions | Simo Sorce | 1 | -29/+63 |
2009-03-20 | Avoid nested events in confdb | Simo Sorce | 1 | -1/+15 |
2009-03-20 | added response type PAM_ENV_ITEM and integrated response data into dbus messages | Sumit Bose | 2 | -19/+98 |
2009-03-20 | Add reconnection logic to the SBUS | Stephen Gallagher | 2 | -1/+206 |
2009-03-20 | Enable autoreconnection of Data Provider Backends to the Data Provider | Stephen Gallagher | 4 | -7/+124 |
2009-03-19 | Remove references to FreeIPA from D-BUS interfaces | Stephen Gallagher | 8 | -37/+37 |
2009-03-19 | use pam_data as main data structure for dbus communication | Sumit Bose | 8 | -135/+116 |
2009-03-18 | Fix getgrent and getpwent calls | Simo Sorce | 1 | -2/+6 |
2009-03-18 | Fix segfault error caused by a double free | Simo Sorce | 1 | -178/+118 |
2009-03-18 | Enable MPGs and user/group enumeration on the LOCAL domain by default | Stephen Gallagher | 1 | -3/+5 |
2009-03-13 | append CFLAGS environment variable to Makefiles CFLAGS | Sumit Bose | 1 | -2/+2 |
2009-03-13 | Better error reporting for pidfile() | Simo Sorce | 1 | -7/+11 |
2009-03-13 | Implement Negative cache for NSS | Simo Sorce | 6 | -4/+572 |
2009-03-13 | Fix makefiles | Simo Sorce | 3 | -27/+30 |
2009-03-11 | Fix calling setsid and resolve the sssd signal bug | Simo Sorce | 1 | -11/+1 |
2009-03-11 | remove an unnecessary call to confdb | Sumit Bose | 1 | -8/+4 |
2009-03-11 | Fix copy-paste error in InfoPipe CreateUser | Stephen Gallagher | 1 | -2/+11 |
2009-03-10 | Remove unexisting left over header | Simo Sorce | 1 | -1/+1 |
2009-03-10 | Bump up to version 0.2.0 | Simo Sorce | 1 | -1/+1 |
2009-03-10 | Fix returning user with missing optional attributes. | Simo Sorce | 4 | -15/+24 |
2009-03-10 | Hide uid and gid options in usermod and groupmod | Jakub Hrozek | 2 | -3/+3 |
2009-03-10 | Correct use of chkconfig in initscript and specfile | Jakub Hrozek | 1 | -1/+1 |
2009-03-10 | added generic PAM return messages and a false login delay | Sumit Bose | 6 | -65/+151 |