summaryrefslogtreecommitdiff
path: root/lib/util/debug.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-14debug: Add new debug class "drs_repl" for DRS replication processingAndrew Bartlett1-0/+1
2017-06-30debug: new debug class for kerberosAndrew Bartlett1-0/+1
2017-04-18lib: debug: Avoid negative array access.Jeremy Allison1-1/+1
2017-03-29auth_log: Add JSON logging of Authorisation and AuthenticationsGary Lockyer1-0/+1
2017-03-29debug: Add debug class for auth_auditAndrew Bartlett1-0/+1
2017-02-11debug: Do not depend on the whole of samba_util.hAndrew Bartlett1-1/+2
2017-01-20debug: add "ringbuf" backend logging to a ringbufferRalph Boehme1-0/+83
2017-01-20debug: parse, store and pass backend optionRalph Boehme1-9/+22
2016-12-09lib/util: Fix indentation within routine description for dbghdrclassAnoop C S1-15/+15
2016-12-08lib/util: Fix input arguments description for dbghdrclass() routineAnoop C S1-3/+1
2016-12-02util: Initialize pointerAndreas Schneider1-1/+1
2016-10-14debug: Fix a few signed/unsigned hickupsVolker Lendecke1-3/+4
2016-06-27libutil: Support systemd 230Andreas Schneider1-3/+3
2016-05-13debug: fix -O3 warning - unused return code of write()Michael Adam1-2/+9
2015-11-06Fix various spelling errorsMathieu Parent1-1/+1
2015-07-17lib/util: include config.h before any glibc headersUri Simchoni1-1/+1
2015-07-01tevent: add and use debug class for teventRalph Boehme1-0/+1
2015-07-01debug: get rid of DBGC_MAX_FIXEDRalph Boehme1-31/+30
2015-06-11debug: Change syslog priority mapping to match new log level macrosChristof Schmitt1-4/+9
2015-06-04debug: Fix default log levelsVolker Lendecke1-2/+2
2015-04-08waf: Fix systemd detectionAndreas Schneider1-3/+3
2015-03-25lib/util: fix the default code path for debug_set_settings()Stefan Metzmacher1-2/+6
2015-03-23debug: Add GPFS tracing backendChristof Schmitt1-0/+39
2015-03-23debug: Add lttng backendChristof Schmitt1-0/+17
2015-03-23debug: Add systemd backendChristof Schmitt1-1/+20
2015-03-23debug: Remove now unused syslog variables from debug_settingsChristof Schmitt1-3/+0
2015-03-23debug: Simplify Debug1Christof Schmitt1-14/+13
2015-03-23debug: Use backends instead of explicitly logging to syslog or fileChristof Schmitt1-24/+1
2015-03-23debug: Remove codepath to open file in Debug1Christof Schmitt1-17/+0
2015-03-23debug: Set backends from logging parameter in smb.confChristof Schmitt1-10/+32
2015-03-23debug: Add syslog backendChristof Schmitt1-8/+46
2015-03-23debug: Add file backendChristof Schmitt1-0/+11
2015-03-23debug: Add infrastructure for supporting multiple backendsChristof Schmitt1-0/+152
2015-03-23debug: Move mapping from level to syslog priority to helper functionChristof Schmitt1-15/+25
2015-03-23debug: Move logging to callback to separate functionChristof Schmitt1-10/+15
2015-03-23debug: Always store short version of prog_name in debug stateChristof Schmitt1-5/+8
2015-03-23debug: Remove some unneeded function declarationsChristof Schmitt1-1/+1
2015-03-23debug: Remove FORMAT_BUFR_MAX, use FORMAT_BUFR_SIZE - 1 insteadChristof Schmitt1-7/+6
2015-02-16debug: Set close-on-exec for the main log file FDAndrew Bartlett1-0/+3
2014-12-28lib: Simplify check_log_sizeVolker Lendecke1-5/+3
2014-12-17lib/util: provide a dbgtext_va() function which takes va_listStefan Metzmacher1-5/+19
2014-10-13lib/util: Add RFC3339 timestamp support to timeval_str_buf()Martin Schwenke1-1/+2
2014-09-19debug: Standalone compile without includes.hMartin Schwenke1-3/+8
2014-08-01lib: Make close_low_fd() independently linkableVolker Lendecke1-0/+1
2014-08-01debug: Use close_low_fd in reopen_logs_internalVolker Lendecke1-1/+1
2014-07-31debug: Avoid dependency on str_list_makeVolker Lendecke1-41/+29
2014-07-31debug: Fix blank line endingsVolker Lendecke1-3/+3
2014-07-31debug: Increase maximum header lengthVolker Lendecke1-1/+1
2014-07-31debug: In dbghdrclass, don't call strlen repeatedlyVolker Lendecke1-20/+40
2014-07-31debug: Fix a typoVolker Lendecke1-1/+1