summaryrefslogtreecommitdiff
path: root/server/nss/nsssrv.c
AgeCommit message (Collapse)AuthorFilesLines
2008-10-21Make return the pid when new process are started.Simo Sorce1-6/+32
Monitor each service and restart it conditionally if it fails. These monitoring is extremely simple at this moment and just uses waitpid() to check if the client is alive, there is no active probing, that will require dbus. Make nsssrv.c read the sss pipe config option for the config db.
2008-10-20Add configuration database functions.Simo Sorce1-2/+10
Convert nss responder to use the confdb
2008-10-09Use classic errno instead of inventing our own, it's broad enough fro atm.Simo Sorce1-7/+7
2008-10-08First retrieval of a user (getpwnam only) from an actual ldb fileSimo Sorce1-3/+12
2008-10-07Add primitive debugging capabilities.Simo Sorce1-2/+5
So far debug goes to stderr so sssd need to be run int interactive mode (-i option)
2008-10-06First working daemon that responds only to a getpwnam() request with fake dataSimo Sorce1-56/+47
2008-10-04Add initial nss responder skeletonSimo Sorce1-0/+252