summaryrefslogtreecommitdiffstats
path: root/server/process.c
Commit message (Collapse)AuthorAgeFilesLines
* Make return the pid when new process are started.Simo Sorce2008-10-211-1/+6
| | | | | | | | 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.
* Use classic errno instead of inventing our own, it's broad enough fro atm.Simo Sorce2008-10-091-2/+2
|
* Initital server code.Simo Sorce2008-10-041-0/+122
Includes test monitor task.