summaryrefslogtreecommitdiff
path: root/lib/util/debug.h
AgeCommit message (Expand)AuthorFilesLines
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
2013-05-18debug: Add ability to dump_data per debug classKai Blin1-0/+7
2013-05-16debug: Add debugclass for DNS serverKai Blin1-1/+2
2013-04-18s3:smbd: add a scavenger process for disconnected durable handlesGregor Beck1-1/+2
2012-04-20Fix bug #8877 - Syslog broken owing to mistyping of debug_settings.syslog.Joseph Tam1-1/+1
2012-03-08lib/util: Add a callback facility for debug messagesAndrew Bartlett1-1/+8
2011-07-20debug: log early messages to stdout, and keep it openAndrew Bartlett1-0/+1
2011-07-20lib/util Change debug priority order: DEBUG_STDOUT now overrides DEBUG_FILEAndrew Bartlett1-1/+1
2011-03-01lib/util: new merged debug systemAndrew Bartlett1-0/+269
2011-03-01lib/util move debug.[ch] out of the wayAndrew Bartlett1-150/+0
2010-11-04debug: fixed default debug settingsAndrew Tridgell1-1/+5
2010-11-01lib/util Remove setup_logging_stdout()Andrew Bartlett1-6/+1
2010-10-12lib/debug Add DEBUGC and DEBUGADDC as dummiesAndrew Bartlett1-0/+4
2010-04-02debug: enable talloc loggingAndrew Tridgell1-0/+3
2010-01-09s4-debug: removed debug_ctx(). It didn't catch on :-)Andrew Tridgell1-4/+0
2009-06-29Fix ndrdump to use a common setup_logging() APIAndrew Bartlett1-1/+10
2009-06-29Revert "s4:debug: make setup_logging() a bit more compatible with samba3"Andrew Bartlett1-1/+1
2009-01-09s4:debug: make setup_logging() a bit more compatible with samba3Stefan Metzmacher1-1/+1
2008-12-17lib/util: make it possible to use debug.h with using xfile.hStefan Metzmacher1-1/+2