summaryrefslogtreecommitdiffstats
path: root/server/util/server.c
Commit message (Expand)AuthorAgeFilesLines
* Add allocation error checkStephen Gallagher2009-12-081-7/+10
* Delete sssd-i18n.h and put it's old contents into util.hMartin Nagy2009-10-221-1/+0
* Send debug messages to logfileJakub Hrozek2009-09-251-1/+25
* Upgrade confdb to version 2Stephen Gallagher2009-09-251-2/+4
* Revert "Use syslog for logging error conditions in SSSD"Stephen Gallagher2009-09-231-17/+17
* Use syslog for logging error conditions in SSSDJakub Hrozek2009-09-211-17/+17
* Remove unused event context argument from confdb_initStephen Gallagher2009-09-101-2/+2
* Make child processes exit when parent diesJakub Hrozek2009-08-111-0/+44
* Add option to add timestamps to debug outputSimo Sorce2009-07-201-0/+12
* Create gettext framework for SSSD daemonStephen Gallagher2009-06-171-0/+6
* Chdir to / when daemonizingJakub Hrozek2009-05-081-0/+11
* Use tevent for shutdown signals, remove old pidfile, make sssd single-instance.Jakub Hrozek2009-05-081-1/+9
* Enhance server_setupSimo Sorce2009-03-201-0/+10
* Better error reporting for pidfile()Simo Sorce2009-03-131-7/+11
* Fix calling setsid and resolve the sssd signal bugSimo Sorce2009-03-111-11/+1
* Rebase the code to use talloc, tdb, tevent, ldb as externalSimo Sorce2009-02-261-12/+9
* Always pass teh database path explicitly, so that test cases can useSimo Sorce2009-02-131-1/+9
* Fix copy&paste errorSimo Sorce2009-02-121-1/+1
* The code now successfully sends a getpwnam request to a remote LDAP server,Simo Sorce2009-01-081-0/+2
* libevents renamed upstream to libteventSimo Sorce2008-12-221-2/+2
* Convert leading tabs to 4 spacesSimo Sorce2008-12-101-36/+36
* Change data provider into a hub, where backends (ldap, nis, ipa providers)Simo Sorce2008-12-081-1/+4
* Make a binary out of each major sssd component instead ofSimo Sorce2008-11-251-112/+28
* Move all server helpers in util/server.cSimo Sorce2008-11-251-0/+400