summaryrefslogtreecommitdiffstats
path: root/src/util/server.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix invalid sizeof in pidfileStephen Gallagher2010-12-161-1/+1
| | | | https://fedorahosted.org/sssd/ticket/730
* Make default SIGTERM and SIGINT handlers use teventStephen Gallagher2010-12-021-1/+33
|
* Add log notifications for startup and shutdown.Stephen Gallagher2010-07-091-1/+4
|
* Resend SIGINT as SIGTERM in servicesJakub Hrozek2010-06-281-0/+3
| | | | Fixes: #462
* Initialize len before looping to read the pidfileStephen Gallagher2010-06-171-1/+1
| | | | https://fedorahosted.org/sssd/ticket/544
* Properly handle read() and write() throughout the SSSDStephen Gallagher2010-06-101-6/+46
| | | | | | | We need to guarantee at all times that reads and writes complete successfully. This means that they must be checked for returning EINTR and EAGAIN, and all writes must be wrapped in a loop to ensure that they do not truncate their output.
* Clean up kdcinfo and kpasswdinfo files when exitingStephen Gallagher2010-05-071-1/+1
|
* Reopen logs when SIGHUP is caughtJakub Hrozek2010-03-081-0/+19
| | | | | | | | Upon receiving SIGHUP, the monitor signals all services to reopen their debug logs. It is also possible to signal individual services to reopen their particular files. Fixes: #332
* Fix debug_timestampsSimo Sorce2010-03-041-0/+1
| | | | | It was broken when the default was changed, making it impossible to silence from the config file.
* Rename server/ directory to src/Stephen Gallagher2010-02-181-0/+433
Also update BUILD.txt