summaryrefslogtreecommitdiff
path: root/server/util/server.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-18Rename server/ directory to src/Stephen Gallagher1-433/+0
2009-12-15Fix warning in server.cStephen Gallagher1-1/+1
2009-12-15Properly close STDERR when daemonizingStephen Gallagher1-9/+3
2009-12-08Add allocation error checkStephen Gallagher1-7/+10
2009-10-22Delete sssd-i18n.h and put it's old contents into util.hMartin Nagy1-1/+0
2009-09-25Send debug messages to logfileJakub Hrozek1-1/+25
2009-09-25Upgrade confdb to version 2Stephen Gallagher1-2/+4
2009-09-23Revert "Use syslog for logging error conditions in SSSD"Stephen Gallagher1-17/+17
2009-09-21Use syslog for logging error conditions in SSSDJakub Hrozek1-17/+17
2009-09-10Remove unused event context argument from confdb_initStephen Gallagher1-2/+2
2009-08-11Make child processes exit when parent diesJakub Hrozek1-0/+44
2009-07-20Add option to add timestamps to debug outputSimo Sorce1-0/+12
2009-06-17Create gettext framework for SSSD daemonStephen Gallagher1-0/+6
2009-05-08Chdir to / when daemonizingJakub Hrozek1-0/+11
2009-05-08Use tevent for shutdown signals, remove old pidfile, make sssd single-instance.Jakub Hrozek1-1/+9
2009-03-20Enhance server_setupSimo Sorce1-0/+10
2009-03-13Better error reporting for pidfile()Simo Sorce1-7/+11
2009-03-11Fix calling setsid and resolve the sssd signal bugSimo Sorce1-11/+1
2009-02-26Rebase the code to use talloc, tdb, tevent, ldb as externalSimo Sorce1-12/+9
2009-02-13Always pass teh database path explicitly, so that test cases can useSimo Sorce1-1/+9
2009-02-12Fix copy&paste errorSimo Sorce1-1/+1
2009-01-08The code now successfully sends a getpwnam request to a remote LDAP server,Simo Sorce1-0/+2
2008-12-22libevents renamed upstream to libteventSimo Sorce1-2/+2
2008-12-10Convert leading tabs to 4 spacesSimo Sorce1-36/+36
2008-12-08Change data provider into a hub, where backends (ldap, nis, ipa providers)Simo Sorce1-1/+4
2008-11-25Make a binary out of each major sssd component instead ofSimo Sorce1-112/+28
2008-11-25Move all server helpers in util/server.cSimo Sorce1-0/+400