summaryrefslogtreecommitdiff
path: root/lib/util/debug.c
Commit message (Expand)AuthorAgeFilesLines
* s3: util: Do not take over stderr when there is no log filePaulo Alcantara2018-09-051-2/+5
* s3: smbd: SMB2: Add DBGC_SMB2_CREDITS class to specifically debug credit issues.Jeremy Allison2018-03-221-0/+1
* s3: debug: smb2: Create a new DBGC_SMB2 debug class and mark all smbd/smb2_*....Jeremy Allison2018-03-221-0/+1
* debug: Add new debug class "drs_repl" for DRS replication processingAndrew Bartlett2017-09-141-0/+1
* debug: new debug class for kerberosAndrew Bartlett2017-06-301-0/+1
* lib: debug: Avoid negative array access.Jeremy Allison2017-04-181-1/+1
* auth_log: Add JSON logging of Authorisation and AuthenticationsGary Lockyer2017-03-291-0/+1
* debug: Add debug class for auth_auditAndrew Bartlett2017-03-291-0/+1
* debug: Do not depend on the whole of samba_util.hAndrew Bartlett2017-02-111-1/+2
* debug: add "ringbuf" backend logging to a ringbufferRalph Boehme2017-01-201-0/+83
* debug: parse, store and pass backend optionRalph Boehme2017-01-201-9/+22
* lib/util: Fix indentation within routine description for dbghdrclassAnoop C S2016-12-091-15/+15
* lib/util: Fix input arguments description for dbghdrclass() routineAnoop C S2016-12-081-3/+1
* util: Initialize pointerAndreas Schneider2016-12-021-1/+1
* debug: Fix a few signed/unsigned hickupsVolker Lendecke2016-10-141-3/+4
* libutil: Support systemd 230Andreas Schneider2016-06-271-3/+3
* debug: fix -O3 warning - unused return code of write()Michael Adam2016-05-131-2/+9
* Fix various spelling errorsMathieu Parent2015-11-061-1/+1
* lib/util: include config.h before any glibc headersUri Simchoni2015-07-171-1/+1
* tevent: add and use debug class for teventRalph Boehme2015-07-011-0/+1
* debug: get rid of DBGC_MAX_FIXEDRalph Boehme2015-07-011-31/+30
* debug: Change syslog priority mapping to match new log level macrosChristof Schmitt2015-06-111-4/+9
* debug: Fix default log levelsVolker Lendecke2015-06-041-2/+2
* waf: Fix systemd detectionAndreas Schneider2015-04-081-3/+3
* lib/util: fix the default code path for debug_set_settings()Stefan Metzmacher2015-03-251-2/+6
* debug: Add GPFS tracing backendChristof Schmitt2015-03-231-0/+39
* debug: Add lttng backendChristof Schmitt2015-03-231-0/+17
* debug: Add systemd backendChristof Schmitt2015-03-231-1/+20
* debug: Remove now unused syslog variables from debug_settingsChristof Schmitt2015-03-231-3/+0
* debug: Simplify Debug1Christof Schmitt2015-03-231-14/+13
* debug: Use backends instead of explicitly logging to syslog or fileChristof Schmitt2015-03-231-24/+1
* debug: Remove codepath to open file in Debug1Christof Schmitt2015-03-231-17/+0
* debug: Set backends from logging parameter in smb.confChristof Schmitt2015-03-231-10/+32
* debug: Add syslog backendChristof Schmitt2015-03-231-8/+46
* debug: Add file backendChristof Schmitt2015-03-231-0/+11
* debug: Add infrastructure for supporting multiple backendsChristof Schmitt2015-03-231-0/+152
* debug: Move mapping from level to syslog priority to helper functionChristof Schmitt2015-03-231-15/+25
* debug: Move logging to callback to separate functionChristof Schmitt2015-03-231-10/+15
* debug: Always store short version of prog_name in debug stateChristof Schmitt2015-03-231-5/+8
* debug: Remove some unneeded function declarationsChristof Schmitt2015-03-231-1/+1
* debug: Remove FORMAT_BUFR_MAX, use FORMAT_BUFR_SIZE - 1 insteadChristof Schmitt2015-03-231-7/+6
* debug: Set close-on-exec for the main log file FDAndrew Bartlett2015-02-161-0/+3
* lib: Simplify check_log_sizeVolker Lendecke2014-12-281-5/+3
* lib/util: provide a dbgtext_va() function which takes va_listStefan Metzmacher2014-12-171-5/+19
* lib/util: Add RFC3339 timestamp support to timeval_str_buf()Martin Schwenke2014-10-131-1/+2
* debug: Standalone compile without includes.hMartin Schwenke2014-09-191-3/+8
* lib: Make close_low_fd() independently linkableVolker Lendecke2014-08-011-0/+1
* debug: Use close_low_fd in reopen_logs_internalVolker Lendecke2014-08-011-1/+1
* debug: Avoid dependency on str_list_makeVolker Lendecke2014-07-311-41/+29
* debug: Fix blank line endingsVolker Lendecke2014-07-311-3/+3