summaryrefslogtreecommitdiff
path: root/lib/util/debug.c
AgeCommit message (Expand)AuthorFilesLines
2026-01-28lib:util:debug Logging macros for JSON outputGary Lockyer1-0/+46
2025-06-18lib:util: Disable logging to syslog for startup messagesAndreas Schneider1-0/+15
2024-01-04lib: Confine the copy_no_nl memcpy to debug_gpfs_log()Volker Lendecke1-62/+29
2024-01-04lib: Avoid memcpy in debug_lttng_log()Volker Lendecke1-9/+12
2024-01-04lib: Avoid memcpy in debug_systemd_log()Volker Lendecke1-12/+21
2023-11-24lib/util: add debug_set_forced_log_priority()Stefan Metzmacher1-0/+10
2023-10-01lib/util: Fix building with FORTIFY_SOURCE=2Joseph Sutton1-1/+1
2023-08-28util: Avoid logging to multiple backends for stdout/stderrMartin Schwenke1-23/+13
2023-04-14debug: Only initialize gpfs wrapper when gpfs logging is enabledChristof Schmitt1-1/+3
2023-04-06lib/util: Add "debug syslog format = always", which logs to stdout in syslog ...Andrew Bartlett1-8/+31
2023-01-26debug: Call depth: Indent the debug textPavel Filipenský1-0/+13
2023-01-26debug: Call depth: Print ", depth=..." in the debug headerPavel Filipenský1-0/+10
2023-01-26debug: Call depth: InterfacePavel Filipenský1-0/+11
2023-01-26debug: Fix whitespaces in debug.cPavel Filipenský1-4/+4
2022-12-14lib: Use talloc_asprintf_addbuf() in debug.cVolker Lendecke1-9/+6
2022-06-17util/debug: share classname table with testsDouglas Bagnall1-40/+5
2022-06-17debug: add DBG_DEV()Douglas Bagnall1-0/+66
2022-06-17debug: drop an '#if _SAMBA_BUILD_ == 3'Douglas Bagnall1-15/+7
2022-06-16util: Add new debug setting debug_no_stderr_redirectMartin Schwenke1-1/+2
2022-05-30debug: update comments about setup_logging()Douglas Bagnall1-9/+18
2022-05-10debug: add debug_traceid_set/get() interfacePavel Filipenský1-2/+26
2022-02-22util: CID 1499409: Memory - corruptions (OVERLAPPING_COPY)Martin Schwenke1-1/+2
2021-11-11lib/debug: in debug_set_logfile() call reopen_logs_internal()Ralph Boehme1-0/+2
2021-11-11lib/debug: fix fd check before dup'ing to stderrRalph Boehme1-2/+1
2021-11-01debug: Add debug_syslog_format settingMartin Schwenke1-1/+74
2021-10-14debug: Optimise construction of msg_no_nlMartin Schwenke1-5/+15
2021-10-14debug: Move msg_no_nl to stateMartin Schwenke1-38/+14
2021-10-14debug: Optimise early return when header string buffer is fullMartin Schwenke1-6/+3
2021-10-14debug: Optimise to avoid walking the header stringMartin Schwenke1-5/+8
2021-10-14debug: Optimise construction of header_str_no_nlMartin Schwenke1-4/+34
2021-10-14debug: Rename variable for consistencyMartin Schwenke1-6/+6
2021-10-14debug: Push message length argument down to backend log functionsMartin Schwenke1-18/+34
2021-10-14debug: Add length argument to Debug1()Martin Schwenke1-4/+5
2021-10-14debug: Avoid debug header being separated from debug textMartin Schwenke1-4/+42
2021-10-14debug: Factor out function copy_no_nl()Martin Schwenke1-8/+22
2021-10-14debug: Add a level of indirection to ring buffer loggingMartin Schwenke1-3/+9
2021-10-14debug: Move header_str and hs_len to stateMartin Schwenke1-26/+54
2021-09-18debug: Remove "override_logfile"Volker Lendecke1-10/+0
2021-07-01lib/util: improve debug message about unknown classesStefan Metzmacher1-2/+1
2021-04-29lib:util: Add debug_get_log_type() functionAndreas Schneider1-0/+5
2020-12-07debug: detect logrotation by checking inode numberRalph Boehme1-2/+29
2020-12-07debug: pass struct debug_class *config to do_one_check_log_size()Ralph Boehme1-13/+9
2020-12-07debug: pass struct debug_class *config to reopen_one_log()Ralph Boehme1-6/+6
2020-11-10debug: remove a cast, which makes the Solaris Studio compiler unhappyBjörn Jacke1-1/+1
2020-07-02lib/debug: set the correct default backend loglevel to MAX_DEBUG_LEVELRalph Boehme1-1/+1
2020-07-02lib/debug: assert file backendRalph Boehme1-6/+6
2020-05-07lib:util: Fix smbclient -l basename dirAmit Kumar1-1/+7
2020-04-22util: Fix signed/unsigned integer comparisonMartin Schwenke1-1/+1
2020-02-19lib: Fix rotating nonstandard debug class log filesVolker Lendecke1-1/+1
2019-09-01Spelling fixes s/preceeding/preceding/Mathieu Parent1-1/+1