Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-11-25 | Move all server helpers in util/server.c | Simo Sorce | 1 | -277/+0 | |
2008-11-25 | Remove the service stuff that we stopped using when we moved to | Simo Sorce | 1 | -4/+3 | |
the forl/exec model | |||||
2008-11-24 | Replacing hard-coded paths with configure script substitutions. | Stephen Gallagher | 1 | -2/+0 | |
Changing the default SBUS locations to be configure script parameters | |||||
2008-11-20 | Start conversion from a fork() and live to a fork()/exec() model. | Simo Sorce | 1 | -26/+71 | |
To start the dameon now you need to pass the option -s monitor Still have some problems communicating with children. | |||||
2008-11-19 | Add some infrastructure code to add data providers. | Simo Sorce | 1 | -0/+2 | |
This currently breacks the dameon because of a problem with destroying the monitor dbus server in the children after fork() | |||||
2008-10-24 | Minor/Cosmetic fixes | Stephen Gallagher | 1 | -1/+1 | |
2008-10-21 | Make return the pid when new process are started. | Simo Sorce | 1 | -14/+5 | |
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-20 | Start using the configuration backend in the main server too. | Simo Sorce | 1 | -7/+25 | |
Now unless properly configured, no services are started by default. | |||||
2008-10-09 | Use classic errno instead of inventing our own, it's broad enough fro atm. | Simo Sorce | 1 | -1/+1 | |
2008-10-04 | Add initial nss responder skeleton | Simo Sorce | 1 | -2/+6 | |
2008-10-04 | Initital server code. | Simo Sorce | 1 | -0/+220 | |
Includes test monitor task. |