summaryrefslogtreecommitdiff
path: root/lib/util/debug.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-11lib/util: clang: Fix 'Null pointer passed as an argument...' warningNoel Power1-3/+7
2019-05-28lib/util: set current_msg_{level,class} also during a DEBUGADD[C]() callStefan Metzmacher1-5/+12
2019-05-06lib util debug: Increase format buffer to 4KiBGary Lockyer1-1/+1
2019-02-07lib/debug: retain full string in state.prog_name globalDavid Disseldorp1-4/+8
2018-12-20debug: enable per debug-class logfilesRalph Boehme1-2/+13
2018-12-20debug: remove fd and debugf from state, use dbgc_config[DBGC_ALL]Ralph Boehme1-25/+34
2018-12-20debug: update logsize checking for per debug-class logfilesRalph Boehme1-0/+14
2018-12-20debug: update need_to_check_log_size() for per debug-class logfilesRalph Boehme1-2/+15
2018-12-20debug: add support for per debug-class logfilesRalph Boehme1-1/+14
2018-12-20debug: add resource cleanup for per debug-class logfilesRalph Boehme1-0/+1
2018-12-20debug: add logfile and fd to struct debug_classRalph Boehme1-1/+17
2018-12-20debug: factor out logfile size checkRalph Boehme1-19/+54
2018-12-20debug: factor out a function that opens and closes the new and old logfileRalph Boehme1-16/+24
2018-12-20debug: track current debug message classRalph Boehme1-0/+4
2018-12-20debug: convert dbgc_config to an array of struct debug_classRalph Boehme1-16/+29
2018-12-20debug: README.Coding fixesRalph Boehme1-12/+19
2018-12-20debug: rename DEBUGLEVEL_CLASS variable to dbgc_configRalph Boehme1-19/+19
2018-12-20debug: move some definitions aroundRalph Boehme1-51/+52
2018-11-08debug: Use debuglevel_(get|set) functionAndreas Schneider1-1/+11
2018-11-08lib:util: Fix DEBUGCLASS pointer initializiationAndreas Schneider1-2/+2
2018-08-18s3: util: Do not take over stderr when there is no log filePaulo Alcantara1-2/+5
2018-05-17lib:util: Fix size types in debug.cAndreas Schneider1-7/+7
2018-05-16debug: Add group logging classesGary Lockyer1-0/+2
2018-05-16logging: add ldb audit classesGary Lockyer1-0/+6
2018-03-22s3: smbd: SMB2: Add DBGC_SMB2_CREDITS class to specifically debug credit issues.Jeremy Allison1-0/+1
2018-03-22s3: debug: smb2: Create a new DBGC_SMB2 debug class and mark all smbd/smb2_*....Jeremy Allison1-0/+1
2017-09-30lib: Fix a signed/unsigned hickupVolker Lendecke1-1/+1
2017-09-07debug: 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