summaryrefslogtreecommitdiff
path: root/src/util/debug.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-19Fix clang format string warning.Lukas Slebodnik1-1/+1
2013-03-13More generalized function open_debug_file_ex()Lukas Slebodnik1-4/+6
2012-12-20Free resources if fileno failedJakub Hrozek1-0/+2
2012-12-18Set cloexec flag for log filesJakub Hrozek1-0/+11
2012-10-29Include talloc log in our debug facilityMichal Zidek1-0/+5
2012-06-29DEBUG: Log to syslog if we are unable to open a debug fdStephen Gallagher1-0/+5
2011-09-08DEBUG timestamps offer higher precisionPavel Březina1-0/+1
2011-08-25New DEBUG facility - SSSDBG_UNRESOLVED changed from -1 to 0Pavel Březina1-8/+1
2011-08-25New DEBUG facility - conversionPavel Březina1-19/+8
2011-08-25New DEBUG facility - new levelsPavel Březina1-0/+70
2011-08-15Handle errno properly in set_debug_file_from_fd()Jakub Hrozek1-2/+5
2011-08-08debug_timestamps fixesPavel Březina1-1/+1
2011-05-23Set _GNU_SOURCE globallySumit Bose1-1/+2
2011-05-06Allow changing the log level without restartStephen Gallagher1-1/+0
2011-05-04Override config file debug_level with command-lineStephen Gallagher1-1/+2
2010-11-05Handle errors during log reopening betterStephen Gallagher1-2/+28
2010-10-19Write log opening failures to the syslogStephen Gallagher1-0/+3
2010-03-08Reopen logs when SIGHUP is caughtJakub Hrozek1-0/+13
2010-02-18Rename server/ directory to src/Stephen Gallagher1-0/+154