Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-12-16 | Fix invalid sizeof in pidfile | Stephen Gallagher | 1 | -1/+1 | |
https://fedorahosted.org/sssd/ticket/730 | |||||
2010-12-02 | Make default SIGTERM and SIGINT handlers use tevent | Stephen Gallagher | 1 | -1/+33 | |
2010-07-09 | Add log notifications for startup and shutdown. | Stephen Gallagher | 1 | -1/+4 | |
2010-06-28 | Resend SIGINT as SIGTERM in services | Jakub Hrozek | 1 | -0/+3 | |
Fixes: #462 | |||||
2010-06-17 | Initialize len before looping to read the pidfile | Stephen Gallagher | 1 | -1/+1 | |
https://fedorahosted.org/sssd/ticket/544 | |||||
2010-06-10 | Properly handle read() and write() throughout the SSSD | Stephen Gallagher | 1 | -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-07 | Clean up kdcinfo and kpasswdinfo files when exiting | Stephen Gallagher | 1 | -1/+1 | |
2010-03-08 | Reopen logs when SIGHUP is caught | Jakub Hrozek | 1 | -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-04 | Fix debug_timestamps | Simo Sorce | 1 | -0/+1 | |
It was broken when the default was changed, making it impossible to silence from the config file. | |||||
2010-02-18 | Rename server/ directory to src/ | Stephen Gallagher | 1 | -0/+433 | |
Also update BUILD.txt |