summaryrefslogtreecommitdiff
path: root/lib/util/debug.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-06-11lib/util: clang: Fix 'Null pointer passed as an argument...' warningNoel Power1-3/+7
2019-05-28lib/util: set current_msg_{level,class} also during a DEBUGADD[C]() callStefan Metzmacher1-5/+12
2019-05-06lib util debug: Increase format buffer to 4KiBGary Lockyer1-1/+1
2019-02-07lib/debug: retain full string in state.prog_name globalDavid Disseldorp1-4/+8
2018-12-20debug: enable per debug-class logfilesRalph Boehme1-2/+13
2018-12-20debug: remove fd and debugf from state, use dbgc_config[DBGC_ALL]Ralph Boehme1-25/+34
2018-12-20debug: update logsize checking for per debug-class logfilesRalph Boehme1-0/+14
2018-12-20debug: update need_to_check_log_size() for per debug-class logfilesRalph Boehme1-2/+15
2018-12-20debug: add support for per debug-class logfilesRalph Boehme1-1/+14
2018-12-20debug: add resource cleanup for per debug-class logfilesRalph Boehme1-0/+1
2018-12-20debug: add logfile and fd to struct debug_classRalph Boehme1-1/+17
2018-12-20debug: factor out logfile size checkRalph Boehme1-19/+54
2018-12-20debug: factor out a function that opens and closes the new and old logfileRalph Boehme1-16/+24
2018-12-20debug: track current debug message classRalph Boehme1-0/+4
2018-12-20debug: convert dbgc_config to an array of struct debug_classRalph Boehme1-16/+29
2018-12-20debug: README.Coding fixesRalph Boehme1-12/+19
2018-12-20debug: rename DEBUGLEVEL_CLASS variable to dbgc_configRalph Boehme1-19/+19
2018-12-20debug: move some definitions aroundRalph Boehme1-51/+52
2018-11-08debug: Use debuglevel_(get|set) functionAndreas Schneider1-1/+11
2018-11-08lib:util: Fix DEBUGCLASS pointer initializiationAndreas Schneider1-2/+2
2018-08-18s3: util: Do not take over stderr when there is no log filePaulo Alcantara1-2/+5
2018-05-17lib:util: Fix size types in debug.cAndreas Schneider1-7/+7
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-22s3: debug: smb2: Create a new DBGC_SMB2 debug class and mark all smbd/smb2_*....Jeremy Allison1-0/+1
2017-09-30lib: Fix a signed/unsigned hickupVolker Lendecke1-1/+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/+1
2017-04-18lib: debug: Avoid negative array access.Jeremy Allison1-1/+1
2017-03-29auth_log: Add JSON logging of Authorisation and AuthenticationsGary Lockyer1-0/+1
2017-03-29debug: Add debug class for auth_auditAndrew Bartlett1-0/+1
2017-02-11debug: Do not depend on the whole of samba_util.hAndrew Bartlett1-1/+2
2017-01-20debug: add "ringbuf" backend logging to a ringbufferRalph Boehme1-0/+83
2017-01-20debug: parse, store and pass backend optionRalph Boehme1-9/+22
2016-12-09lib/util: Fix indentation within routine description for dbghdrclassAnoop C S1-15/+15
2016-12-08lib/util: Fix input arguments description for dbghdrclass() routineAnoop C S1-3/+1
2016-12-02util: Initialize pointerAndreas Schneider1-1/+1