python:tests: Store keys as bytes rather than as lists of ints
[samba.git] / ctdb / common / logging.c
2023-04-06 Andrew Bartlettlib/util: Add "debug syslog format = always", which...
2022-06-16 Martin Schwenkectdb-common: Tell file logging not to redirect stderr
2022-01-17 Martin Schwenkectdb-common: Add support for reopening logs
2022-01-17 Martin Schwenkectdb-common: Use Samba's DEBUG_FILE logging
2022-01-17 Martin Schwenkectdb-common: Switch initial debug type to DEBUG_DEFAULT...
2019-06-05 Martin Schwenkectdb-common: Fix signed/unsigned comparisons by casting
2019-06-05 Martin Schwenkectdb-common: Fix signed/unsigned comparisons by declari...
2018-11-14 Andreas Schneiderctdb: Fix an out of bound array access
2018-11-08 Andreas Schneiderdebug: Use debuglevel_(get|set) function
2018-05-16 Volker Lendeckectdb-common: Fix CID 1435600
2018-05-12 Amitay Isaacsctdb-common: Add a function to validate logging specifi...
2018-05-12 Amitay Isaacsctdb-common: Refactor log backend parsing code
2017-06-13 Martin Schwenkectdb-common: Log a count of dropped messages with non...
2017-06-01 Martin Schwenkectdb-common: Fix crash in logging initialisation
2017-05-07 Amitay Isaacsctdb-logging: Initialize DEBUGLEVEL before changing...
2017-02-24 Martin Schwenkectdb-logging: CID 1396883 Dereference null return value...
2017-02-23 Andreas Schneiderctdb: Fix posible NULL deref in logging_init()
2016-12-05 Amitay Isaacsctdb-logging: Refactor logging code
2016-12-05 Martin Schwenkectdb-logging: Use Samba's debug levels
2016-12-05 Martin Schwenkectdb-logging: Drop enum debug_level
2016-07-28 Amitay Isaacsctdb-common: Fix parsing of debug level
2015-11-15 Amitay Isaacsctdb-logging: Allow numeric specification of debug...
2015-11-15 Amitay Isaacsctdb-logging: Allow sub-string matching for debug level...
2015-11-15 Amitay Isaacsctdb-logging: Fix for loop condition
2015-11-15 Amitay Isaacsctdb-logging: Add APIs to convert debug_level to and...
2015-10-07 Amitay Isaacsctdb-common: Add logging utilities