summaryrefslogtreecommitdiff
path: root/src/util/server.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-22Check return values of setenv and unsetenvJakub Hrozek1-1/+5
2013-09-18BE: Log domain name to journald if availableJakub Hrozek1-0/+5
2013-09-11Fix formating of variables with type: ssize_tLukas Slebodnik1-2/+2
2013-05-06Fix minor typosYuri Chornoivan1-1/+1
2013-04-03pidfile(): Do not leak fd on errorJakub Hrozek1-0/+1
2012-11-19SERVER: Check the return value of waitpidJakub Hrozek1-11/+27
2012-11-06exit original process after sssd is initializedPavel Březina1-2/+29
2012-11-06fix indendation, coding style and debug levels in server.cPavel Březina1-110/+114
2012-06-20Move some debug lines to new debug log levelsStef Walter1-3/+3
2012-05-02SERVER: use the correct return code of sss_atomic_write_sJakub Hrozek1-1/+1
2012-04-20Convert read and write operations to sss_atomic_readJakub Hrozek1-57/+39
2012-02-21Don't give memory context in confdb where not neededJan Zeleny1-4/+4
2012-01-21Fix invalid index in pidfile()Stephen Gallagher1-1/+3
2011-12-19Reorder pidfile() function to guarantee NULL-terminationStephen Gallagher1-3/+3
2011-09-08DEBUG timestamps offer higher precisionPavel Březina1-0/+16
2011-08-25New DEBUG facility - SSSDBG_UNRESOLVED changed from -1 to 0Pavel Březina1-1/+1
2011-08-25New DEBUG facility - conversionPavel Březina1-1/+3
2011-08-08debug_timestamps fixesPavel Březina1-10/+12
2011-05-23Set _GNU_SOURCE globallySumit Bose1-1/+0
2011-05-06Allow changing the log level without restartStephen Gallagher1-2/+24
2011-05-04Override config file debug_level with command-lineStephen Gallagher1-8/+11
2010-12-16Fix invalid sizeof in pidfileStephen Gallagher1-1/+1
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
2010-06-17Initialize len before looping to read the pidfileStephen Gallagher1-1/+1
2010-06-10Properly handle read() and write() throughout the SSSDStephen Gallagher1-6/+46
2010-05-07Clean up kdcinfo and kpasswdinfo files when exitingStephen Gallagher1-1/+1
2010-03-08Reopen logs when SIGHUP is caughtJakub Hrozek1-0/+19
2010-03-04Fix debug_timestampsSimo Sorce1-0/+1
2010-02-18Rename server/ directory to src/Stephen Gallagher1-0/+433