| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename server/ directory to src/ | Stephen Gallagher | 2010-02-18 | 1 | -433/+0 |
* | Fix warning in server.c | Stephen Gallagher | 2009-12-15 | 1 | -1/+1 |
* | Properly close STDERR when daemonizing | Stephen Gallagher | 2009-12-15 | 1 | -9/+3 |
* | Add allocation error check | Stephen Gallagher | 2009-12-08 | 1 | -7/+10 |
* | Delete sssd-i18n.h and put it's old contents into util.h | Martin Nagy | 2009-10-22 | 1 | -1/+0 |
* | Send debug messages to logfile | Jakub Hrozek | 2009-09-25 | 1 | -1/+25 |
* | Upgrade confdb to version 2 | Stephen Gallagher | 2009-09-25 | 1 | -2/+4 |
* | Revert "Use syslog for logging error conditions in SSSD" | Stephen Gallagher | 2009-09-23 | 1 | -17/+17 |
* | Use syslog for logging error conditions in SSSD | Jakub Hrozek | 2009-09-21 | 1 | -17/+17 |
* | Remove unused event context argument from confdb_init | Stephen Gallagher | 2009-09-10 | 1 | -2/+2 |
* | Make child processes exit when parent dies | Jakub Hrozek | 2009-08-11 | 1 | -0/+44 |
* | Add option to add timestamps to debug output | Simo Sorce | 2009-07-20 | 1 | -0/+12 |
* | Create gettext framework for SSSD daemon | Stephen Gallagher | 2009-06-17 | 1 | -0/+6 |
* | Chdir to / when daemonizing | Jakub Hrozek | 2009-05-08 | 1 | -0/+11 |
* | Use tevent for shutdown signals, remove old pidfile, make sssd single-instance. | Jakub Hrozek | 2009-05-08 | 1 | -1/+9 |
* | Enhance server_setup | Simo Sorce | 2009-03-20 | 1 | -0/+10 |
* | Better error reporting for pidfile() | Simo Sorce | 2009-03-13 | 1 | -7/+11 |
* | Fix calling setsid and resolve the sssd signal bug | Simo Sorce | 2009-03-11 | 1 | -11/+1 |
* | Rebase the code to use talloc, tdb, tevent, ldb as external | Simo Sorce | 2009-02-26 | 1 | -12/+9 |
* | Always pass teh database path explicitly, so that test cases can use | Simo Sorce | 2009-02-13 | 1 | -1/+9 |
* | Fix copy&paste error | Simo Sorce | 2009-02-12 | 1 | -1/+1 |
* | The code now successfully sends a getpwnam request to a remote LDAP server, | Simo Sorce | 2009-01-08 | 1 | -0/+2 |
* | libevents renamed upstream to libtevent | Simo Sorce | 2008-12-22 | 1 | -2/+2 |
* | Convert leading tabs to 4 spaces | Simo Sorce | 2008-12-10 | 1 | -36/+36 |
* | Change data provider into a hub, where backends (ldap, nis, ipa providers) | Simo Sorce | 2008-12-08 | 1 | -1/+4 |
* | Make a binary out of each major sssd component instead of | Simo Sorce | 2008-11-25 | 1 | -112/+28 |
* | Move all server helpers in util/server.c | Simo Sorce | 2008-11-25 | 1 | -0/+400 |