summaryrefslogtreecommitdiff
path: root/server/util/server.c
AgeCommit message (Expand)AuthorFilesLines
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