summaryrefslogtreecommitdiff
path: root/lib/util/debug.h
AgeCommit message (Expand)AuthorFilesLines
2025-06-18lib:util: Disable logging to syslog for startup messagesAndreas Schneider1-0/+9
2024-08-04lib:util: Fix code spellingJo Sutton1-1/+1
2024-07-09ldap_server: Add a ldapsrv debug class to log LDAP queriesAndréas Leroux1-0/+1
2023-11-24lib/util: convert DBG_STARTUP_NOTICE() to use debug_set_forced_log_priority(D...Stefan Metzmacher1-2/+6
2023-11-24lib/util: add debug_set_forced_log_priority()Stefan Metzmacher1-0/+1
2023-11-20debug.h: introduce DEBUG_STARTUP_NOTICEBjörn Jacke1-0/+2
2023-08-08lib/util: Fix code spellingJoseph Sutton1-2/+2
2023-04-14lib:util: Fix code spellingAndreas Schneider1-4/+4
2023-04-06lib/util: Add "debug syslog format = always", which logs to stdout in syslog ...Andrew Bartlett1-1/+7
2023-01-26debug: Call depth: InterfacePavel Filipenský1-0/+2
2022-07-15debug: Add DEBUGLF macro with explicit location and function parameters.Pavel Filipenský1-0/+19
2022-07-15debug: Fix whitespace and a typo in debug.hPavel Filipenský1-2/+2
2022-06-17debug: add DBG_DEV()Douglas Bagnall1-0/+13
2022-06-16util: Add new debug setting debug_no_stderr_redirectMartin Schwenke1-0/+1
2022-05-30debug: update comments about setup_logging()Douglas Bagnall1-5/+5
2022-05-10debug: add debug_traceid_set/get() interfacePavel Filipenský1-0/+7
2022-05-10debug: fix trailing whitespacePavel Filipenský1-1/+1
2021-11-01debug: Add debug_syslog_format settingMartin Schwenke1-0/+2
2021-04-29lib:util: Add debug_get_log_type() functionAndreas Schneider1-0/+1
2019-05-28lib/util: set current_msg_{level,class} also during a DEBUGADD[C]() callStefan Metzmacher1-2/+5
2019-05-28lib/util: remove unused prototypes in debug.hStefan Metzmacher1-2/+0
2019-05-28lib/util: fix call to dbghdrclass() for DEBUGC()Stefan Metzmacher1-1/+1
2018-11-08debug: Use debuglevel_(get|set) functionAndreas Schneider1-15/+15
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-22lib: debug: Add DBGC_XXX versions of the macros to allow class-specific messa...Jeremy Allison1-0/+30
2018-03-22s3: debug: smb2: Create a new DBGC_SMB2 debug class and mark all smbd/smb2_*....Jeremy Allison1-0/+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/+2
2017-03-29auth_log: Add JSON logging of Authorisation and AuthenticationsGary Lockyer1-1/+1
2017-03-29debug: Add debug class for auth_auditAndrew Bartlett1-0/+1
2017-01-20debug: add "ringbuf" backend logging to a ringbufferRalph Boehme1-0/+3
2016-12-05debug: Add minimalist D_* macrosMartin Schwenke1-0/+6
2015-11-06Fix up some aesthetics ... ie, align things as they were intended.Richard Sharpe1-2/+2
2015-10-21debug: Prefix messages from DBG_* with function nameChristof Schmitt1-5/+13
2015-08-01lib/util/debug.h uses va_list, needs stdarg.hDouglas Bagnall1-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-3/+0
2015-06-11debug: Add definitions and macros for log levelsChristof Schmitt1-0/+15
2015-03-23debug: Remove now unused syslog variables from debug_settingsChristof Schmitt1-2/+0
2015-03-23debug: Set backends from logging parameter in smb.confChristof Schmitt1-1/+3
2015-03-23debug: Remove some unneeded function declarationsChristof Schmitt1-3/+0
2015-01-08lib/util: Avoid collision which alread defined consumer DEBUG macro.Andreas Schneider1-3/+3
2014-12-17lib/util: provide a dbgtext_va() function which takes va_listStefan Metzmacher1-0/+1
2014-09-19debug: Standalone compile without includes.hMartin Schwenke1-0/+6
2014-07-31debug: Make Debug1 staticVolker Lendecke1-1/+0
2014-07-31debug: Add some readability to debug_logtypeVolker Lendecke1-1/+8
2014-07-31debug: Remove thread-related code from debug.cVolker Lendecke1-34/+0
2013-07-09lib/util: add 'ldb' debug classStefan Metzmacher1-1/+2