lib/util: add debug_set_forced_log_priority()
[janger/samba-autobuild-v4-19-test/.git] / lib / util / debug.c
2023-12-19 Stefan Metzmacherlib/util: add debug_set_forced_log_priority()
2023-08-28 Martin Schwenkeutil: Avoid logging to multiple backends for stdout...
2023-04-14 Christof Schmittdebug: Only initialize gpfs wrapper when gpfs logging...
2023-04-06 Andrew Bartlettlib/util: Add "debug syslog format = always", which...
2023-01-26 Pavel Filipenskýdebug: Call depth: Indent the debug text
2023-01-26 Pavel Filipenskýdebug: Call depth: Print ", depth=..." in the debug...
2023-01-26 Pavel Filipenskýdebug: Call depth: Interface
2023-01-26 Pavel Filipenskýdebug: Fix whitespaces in debug.c
2022-12-14 Volker Lendeckelib: Use talloc_asprintf_addbuf() in debug.c
2022-06-17 Douglas Bagnallutil/debug: share classname table with tests
2022-06-17 Douglas Bagnalldebug: add DBG_DEV()
2022-06-17 Douglas Bagnalldebug: drop an '#if _SAMBA_BUILD_ == 3'
2022-06-16 Martin Schwenkeutil: Add new debug setting debug_no_stderr_redirect
2022-05-30 Douglas Bagnalldebug: update comments about setup_logging()
2022-05-10 Pavel Filipenskýdebug: add debug_traceid_set/get() interface
2022-02-22 Martin Schwenkeutil: CID 1499409: Memory - corruptions (OVERLAPPING_...
2021-11-11 Ralph Boehmelib/debug: in debug_set_logfile() call reopen_logs_inte...
2021-11-11 Ralph Boehmelib/debug: fix fd check before dup'ing to stderr
2021-11-01 Martin Schwenkedebug: Add debug_syslog_format setting
2021-10-14 Martin Schwenkedebug: Optimise construction of msg_no_nl
2021-10-14 Martin Schwenkedebug: Move msg_no_nl to state
2021-10-14 Martin Schwenkedebug: Optimise early return when header string buffer...
2021-10-14 Martin Schwenkedebug: Optimise to avoid walking the header string
2021-10-14 Martin Schwenkedebug: Optimise construction of header_str_no_nl
2021-10-14 Martin Schwenkedebug: Rename variable for consistency
2021-10-14 Martin Schwenkedebug: Push message length argument down to backend...
2021-10-14 Martin Schwenkedebug: Add length argument to Debug1()
2021-10-14 Martin Schwenkedebug: Avoid debug header being separated from debug...
2021-10-14 Martin Schwenkedebug: Factor out function copy_no_nl()
2021-10-14 Martin Schwenkedebug: Add a level of indirection to ring buffer logging
2021-10-14 Martin Schwenkedebug: Move header_str and hs_len to state
2021-09-18 Volker Lendeckedebug: Remove "override_logfile"
2021-07-01 Stefan Metzmacherlib/util: improve debug message about unknown classes
2021-04-29 Andreas Schneiderlib:util: Add debug_get_log_type() function
2020-12-07 Ralph Boehmedebug: detect logrotation by checking inode number
2020-12-07 Ralph Boehmedebug: pass struct debug_class *config to do_one_check_...
2020-12-07 Ralph Boehmedebug: pass struct debug_class *config to reopen_one_log()
2020-11-10 Björn Jackedebug: remove a cast, which makes the Solaris Studio...
2020-07-02 Ralph Boehmelib/debug: set the correct default backend loglevel...
2020-07-02 Ralph Boehmelib/debug: assert file backend
2020-05-07 Amit Kumarlib:util: Fix smbclient -l basename dir
2020-04-22 Martin Schwenkeutil: Fix signed/unsigned integer comparison
2020-02-19 Volker Lendeckelib: Fix rotating nonstandard debug class log files
2019-09-01 Mathieu ParentSpelling fixes s/preceeding/preceding/
2019-06-11 Noel Powerlib/util: clang: Fix 'Null pointer passed as an argumen...
2019-05-28 Stefan Metzmacherlib/util: set current_msg_{level,class} also during...
2019-05-06 Gary Lockyerlib util debug: Increase format buffer to 4KiB
2019-02-07 David Disseldorplib/debug: retain full string in state.prog_name global
2018-12-20 Ralph Boehmedebug: enable per debug-class logfiles
2018-12-20 Ralph Boehmedebug: remove fd and debugf from state, use dbgc_config...
2018-12-20 Ralph Boehmedebug: update logsize checking for per debug-class...
2018-12-20 Ralph Boehmedebug: update need_to_check_log_size() for per debug...
2018-12-20 Ralph Boehmedebug: add support for per debug-class logfiles
2018-12-20 Ralph Boehmedebug: add resource cleanup for per debug-class logfiles
2018-12-20 Ralph Boehmedebug: add logfile and fd to struct debug_class
2018-12-20 Ralph Boehmedebug: factor out logfile size check
2018-12-20 Ralph Boehmedebug: factor out a function that opens and closes...
2018-12-20 Ralph Boehmedebug: track current debug message class
2018-12-20 Ralph Boehmedebug: convert dbgc_config to an array of struct debug_...
2018-12-20 Ralph Boehmedebug: README.Coding fixes
2018-12-20 Ralph Boehmedebug: rename DEBUGLEVEL_CLASS variable to dbgc_config
2018-12-20 Ralph Boehmedebug: move some definitions around
2018-11-08 Andreas Schneiderdebug: Use debuglevel_(get|set) function
2018-11-08 Andreas Schneiderlib:util: Fix DEBUGCLASS pointer initializiation
2018-08-17 Paulo Alcantaras3: util: Do not take over stderr when there is no...
2018-05-17 Andreas Schneiderlib:util: Fix size types in debug.c
2018-05-16 Gary Lockyerdebug: Add group logging classes
2018-05-16 Gary Lockyerlogging: add ldb audit classes
2018-03-22 Jeremy Allisons3: smbd: SMB2: Add DBGC_SMB2_CREDITS class to specific...
2018-03-22 Jeremy Allisons3: debug: smb2: Create a new DBGC_SMB2 debug class...
2017-09-30 Volker Lendeckelib: Fix a signed/unsigned hickup
2017-09-07 Andrew Bartlettdebug: Add new debug class "drs_repl" for DRS replicati...
2017-06-30 Andrew Bartlettdebug: new debug class for kerberos
2017-04-18 Jeremy Allisonlib: debug: Avoid negative array access.
2017-03-29 Gary Lockyerauth_log: Add JSON logging of Authorisation and Authent...
2017-03-29 Andrew Bartlettdebug: Add debug class for auth_audit
2017-02-11 Andrew Bartlettdebug: Do not depend on the whole of samba_util.h
2017-01-20 Ralph Boehmedebug: add "ringbuf" backend logging to a ringbuffer
2017-01-20 Ralph Boehmedebug: parse, store and pass backend option
2016-12-09 Anoop C Slib/util: Fix indentation within routine description...
2016-12-08 Anoop C Slib/util: Fix input arguments description for dbghdrcla...
2016-12-02 Andreas Schneiderutil: Initialize pointer
2016-10-13 Volker Lendeckedebug: Fix a few signed/unsigned hickups
2016-06-26 Andreas Schneiderlibutil: Support systemd 230
2016-05-12 Michael Adamdebug: fix -O3 warning - unused return code of write()
2015-11-06 Mathieu ParentFix various spelling errors
2015-07-16 Uri Simchonilib/util: include config.h before any glibc headers
2015-07-01 Ralph Boehmetevent: add and use debug class for tevent
2015-07-01 Ralph Boehmedebug: get rid of DBGC_MAX_FIXED
2015-06-10 Christof Schmittdebug: Change syslog priority mapping to match new...
2015-06-03 Volker Lendeckedebug: Fix default log levels
2015-04-08 Andreas Schneiderwaf: Fix systemd detection
2015-03-25 Stefan Metzmacherlib/util: fix the default code path for debug_set_setti...
2015-03-23 Christof Schmittdebug: Add GPFS tracing backend
2015-03-23 Christof Schmittdebug: Add lttng backend
2015-03-23 Christof Schmittdebug: Add systemd backend
2015-03-23 Christof Schmittdebug: Remove now unused syslog variables from debug_se...
2015-03-23 Christof Schmittdebug: Simplify Debug1
2015-03-23 Christof Schmittdebug: Use backends instead of explicitly logging to...
2015-03-23 Christof Schmittdebug: Remove codepath to open file in Debug1
next