summaryrefslogtreecommitdiff
path: root/server/server.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-25Move all server helpers in util/server.cSimo Sorce1-277/+0
2008-11-25Remove the service stuff that we stopped using when we moved toSimo Sorce1-4/+3
2008-11-24Replacing hard-coded paths with configure script substitutions.Stephen Gallagher1-2/+0
2008-11-20Start conversion from a fork() and live to a fork()/exec() model.Simo Sorce1-26/+71
2008-11-19Add some infrastructure code to add data providers.Simo Sorce1-0/+2
2008-10-24Minor/Cosmetic fixesStephen Gallagher1-1/+1
2008-10-21Make return the pid when new process are started.Simo Sorce1-14/+5
2008-10-20Start using the configuration backend in the main server too.Simo Sorce1-7/+25
2008-10-09Use classic errno instead of inventing our own, it's broad enough fro atm.Simo Sorce1-1/+1
2008-10-04Add initial nss responder skeletonSimo Sorce1-2/+6
2008-10-04Initital server code.Simo Sorce1-0/+220