summaryrefslogtreecommitdiff
path: root/lib/util/debug.h
Commit message (Expand)AuthorAgeFilesLines
* lib/util: set current_msg_{level,class} also during a DEBUGADD[C]() callStefan Metzmacher2019-05-281-2/+5
* lib/util: remove unused prototypes in debug.hStefan Metzmacher2019-05-281-2/+0
* lib/util: fix call to dbghdrclass() for DEBUGC()Stefan Metzmacher2019-05-281-1/+1
* debug: Use debuglevel_(get|set) functionAndreas Schneider2018-11-081-15/+15
* debug: Add group logging classesGary Lockyer2018-05-161-0/+2
* logging: add ldb audit classesGary Lockyer2018-05-161-0/+6
* s3: smbd: SMB2: Add DBGC_SMB2_CREDITS class to specifically debug credit issues.Jeremy Allison2018-03-221-0/+1
* lib: debug: Add DBGC_XXX versions of the macros to allow class-specific messa...Jeremy Allison2018-03-221-0/+30
* 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-071-0/+1
* debug: new debug class for kerberosAndrew Bartlett2017-06-301-0/+2
* auth_log: Add JSON logging of Authorisation and AuthenticationsGary Lockyer2017-03-291-1/+1
* debug: Add debug class for auth_auditAndrew Bartlett2017-03-291-0/+1
* debug: add "ringbuf" backend logging to a ringbufferRalph Boehme2017-01-201-0/+3
* debug: Add minimalist D_* macrosMartin Schwenke2016-12-051-0/+6
* Fix up some aesthetics ... ie, align things as they were intended.Richard Sharpe2015-11-061-2/+2
* debug: Prefix messages from DBG_* with function nameChristof Schmitt2015-10-211-5/+13
* lib/util/debug.h uses va_list, needs stdarg.hDouglas Bagnall2015-08-011-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-3/+0
* debug: Add definitions and macros for log levelsChristof Schmitt2015-06-111-0/+15
* debug: Remove now unused syslog variables from debug_settingsChristof Schmitt2015-03-231-2/+0
* debug: Set backends from logging parameter in smb.confChristof Schmitt2015-03-231-1/+3
* debug: Remove some unneeded function declarationsChristof Schmitt2015-03-231-3/+0
* lib/util: Avoid collision which alread defined consumer DEBUG macro.Andreas Schneider2015-01-081-3/+3
* lib/util: provide a dbgtext_va() function which takes va_listStefan Metzmacher2014-12-171-0/+1
* debug: Standalone compile without includes.hMartin Schwenke2014-09-191-0/+6
* debug: Make Debug1 staticVolker Lendecke2014-07-311-1/+0
* debug: Add some readability to debug_logtypeVolker Lendecke2014-07-311-1/+8
* debug: Remove thread-related code from debug.cVolker Lendecke2014-07-311-34/+0
* lib/util: add 'ldb' debug classStefan Metzmacher2013-07-091-1/+2
* debug: Add ability to dump_data per debug classKai Blin2013-05-181-0/+7
* debug: Add debugclass for DNS serverKai Blin2013-05-161-1/+2
* s3:smbd: add a scavenger process for disconnected durable handlesGregor Beck2013-04-181-1/+2
* Fix bug #8877 - Syslog broken owing to mistyping of debug_settings.syslog.Joseph Tam2012-04-201-1/+1
* lib/util: Add a callback facility for debug messagesAndrew Bartlett2012-03-081-1/+8
* debug: log early messages to stdout, and keep it openAndrew Bartlett2011-07-201-0/+1
* lib/util Change debug priority order: DEBUG_STDOUT now overrides DEBUG_FILEAndrew Bartlett2011-07-201-1/+1
* lib/util: new merged debug systemAndrew Bartlett2011-03-011-0/+269
* lib/util move debug.[ch] out of the wayAndrew Bartlett2011-03-011-150/+0
* debug: fixed default debug settingsAndrew Tridgell2010-11-041-1/+5
* lib/util Remove setup_logging_stdout()Andrew Bartlett2010-11-011-6/+1
* lib/debug Add DEBUGC and DEBUGADDC as dummiesAndrew Bartlett2010-10-121-0/+4
* debug: enable talloc loggingAndrew Tridgell2010-04-021-0/+3
* s4-debug: removed debug_ctx(). It didn't catch on :-)Andrew Tridgell2010-01-091-4/+0
* Fix ndrdump to use a common setup_logging() APIAndrew Bartlett2009-06-291-1/+10
* Revert "s4:debug: make setup_logging() a bit more compatible with samba3"Andrew Bartlett2009-06-291-1/+1
* s4:debug: make setup_logging() a bit more compatible with samba3Stefan Metzmacher2009-01-091-1/+1
* lib/util: make it possible to use debug.h with using xfile.hStefan Metzmacher2008-12-171-1/+2
* Rename class to "cls" since the first is a keyword name in C++. Thanks,Jelmer Vernooij2008-11-021-1/+1