summaryrefslogtreecommitdiff
path: root/src/util/server.c
AgeCommit message (Collapse)AuthorFilesLines
2010-12-16Fix invalid sizeof in pidfileStephen Gallagher1-1/+1
https://fedorahosted.org/sssd/ticket/730
2010-12-02Make default SIGTERM and SIGINT handlers use teventStephen Gallagher1-1/+33
2010-07-09Add log notifications for startup and shutdown.Stephen Gallagher1-1/+4
2010-06-28Resend SIGINT as SIGTERM in servicesJakub Hrozek1-0/+3
Fixes: #462
2010-06-17Initialize len before looping to read the pidfileStephen Gallagher1-1/+1
https://fedorahosted.org/sssd/ticket/544
2010-06-10Properly handle read() and write() throughout the SSSDStephen Gallagher1-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.
2010-05-07Clean up kdcinfo and kpasswdinfo files when exitingStephen Gallagher1-1/+1
2010-03-08Reopen logs when SIGHUP is caughtJakub Hrozek1-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
2010-03-04Fix debug_timestampsSimo Sorce1-0/+1
It was broken when the default was changed, making it impossible to silence from the config file.
2010-02-18Rename server/ directory to src/Stephen Gallagher1-0/+433
Also update BUILD.txt