summaryrefslogtreecommitdiffstats
path: root/src/util/debug.c
Commit message (Expand)AuthorAgeFilesLines
* Fix warning unused variable ap_fallbackLukas Slebodnik2014-02-211-1/+1
* DEBUG: Fix crash after fallback from journal logLukas Slebodnik2014-02-201-2/+5
* DEBUG: Fix build without journaldJakub Hrozek2014-02-191-3/+3
* DEBUG: Enable sending structured debug logs to journaldStephen Gallagher2014-02-191-0/+90
* DEBUG: Allow debug_fn to process __FILE__ and __LINE__Stephen Gallagher2014-02-191-2/+6
* Remove DEBUG macro support for old debug levelsNikolai Kondrashov2014-02-121-28/+4
* Update DEBUG* invocations to use new levelsNikolai Kondrashov2014-02-121-1/+2
* Make DEBUG macro invocations variadicNikolai Kondrashov2014-02-121-2/+2
* Cleanup debug_fnNikolai Kondrashov2014-02-121-4/+6
* Remove extra flushing from debug message outputNikolai Kondrashov2014-02-121-1/+6
* Move DEBUG macro body to debug_fnNikolai Kondrashov2014-02-121-4/+46
* Fix clang format string warning.Lukas Slebodnik2013-07-191-1/+1
* More generalized function open_debug_file_ex()Lukas Slebodnik2013-03-131-4/+6
* Free resources if fileno failedJakub Hrozek2012-12-201-0/+2
* Set cloexec flag for log filesJakub Hrozek2012-12-181-0/+11
* Include talloc log in our debug facilityMichal Zidek2012-10-291-0/+5
* DEBUG: Log to syslog if we are unable to open a debug fdStephen Gallagher2012-06-291-0/+5
* DEBUG timestamps offer higher precisionPavel Březina2011-09-081-0/+1
* New DEBUG facility - SSSDBG_UNRESOLVED changed from -1 to 0Pavel Březina2011-08-251-8/+1
* New DEBUG facility - conversionPavel Březina2011-08-251-19/+8
* New DEBUG facility - new levelsPavel Březina2011-08-251-0/+70
* Handle errno properly in set_debug_file_from_fd()Jakub Hrozek2011-08-151-2/+5
* debug_timestamps fixesPavel Březina2011-08-081-1/+1
* Set _GNU_SOURCE globallySumit Bose2011-05-231-1/+2
* Allow changing the log level without restartStephen Gallagher2011-05-061-1/+0
* Override config file debug_level with command-lineStephen Gallagher2011-05-041-1/+2
* Handle errors during log reopening betterStephen Gallagher2010-11-051-2/+28
* Write log opening failures to the syslogStephen Gallagher2010-10-191-0/+3
* Reopen logs when SIGHUP is caughtJakub Hrozek2010-03-081-0/+13
* Rename server/ directory to src/Stephen Gallagher2010-02-181-0/+154