summaryrefslogtreecommitdiff
path: root/server/util/server.c
AgeCommit message (Collapse)AuthorFilesLines
2009-02-13Always pass teh database path explicitly, so that test cases can useSimo Sorce1-1/+9
throw away databases Check version and init main db if empty
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
and caches the result in LDAP. Still chasing a bug that does not let NSS known that the BE was successful. This makes NSS timeout the client and not return any results yet.
2008-12-22libevents renamed upstream to libteventSimo Sorce1-2/+2
events.h -> tevent.h
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
and frontends (pam, nss, ... modules) can connect to.
2008-11-25Make a binary out of each major sssd component instead ofSimo Sorce1-112/+28
using the same binary to fork off all services.
2008-11-25Move all server helpers in util/server.cSimo Sorce1-0/+400