1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-05 09:18:06 +03:00
samba-mirror/lib/tdb/common
Douglas Bagnall 351636efa7 tdb: allow tracing of internal tdb
This will trace internal databases to files like this:

tdb_0x5da896b51870.trace.267290

We avoid strlen(name) because name could be NULL in this case (which
works fine with glibc but feels bad).

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
2024-07-27 22:47:39 +00:00
..
check.c tdb: Introduce tdb_oob() 2019-08-06 21:49:27 +00:00
dump.c tdb: Align an integer type 2018-10-29 23:36:24 +01:00
error.c tdb: Move 160 bytes from R/W data segment to R/O text 2022-12-15 21:52:34 +00:00
freelist.c tdb: Fix a typo 2024-06-24 16:21:32 +00:00
freelistcheck.c lib/tdb/common: clang: Fix 'Value stored to 'last_ptr' is never read' 2019-06-11 13:31:01 +00:00
hash.c tdb: Fix code spelling 2023-09-11 02:42:41 +00:00
io.c tdb: Inline the common part of tdb_oob 2019-08-06 21:49:27 +00:00
lock.c lib:tdb: Fix code spelling 2023-04-14 05:25:33 +00:00
mutex.c lib:tdb: Fix code spelling 2023-04-14 05:25:33 +00:00
open.c tdb: allow tracing of internal tdb 2024-07-27 22:47:39 +00:00
rescue.c tdb: Introduce tdb_oob() 2019-08-06 21:49:27 +00:00
summary.c tdb: Make get_hash_length circular-safe 2018-10-08 22:17:10 +02:00
tdb_private.h tdb: Inline the common part of tdb_oob 2019-08-06 21:49:27 +00:00
tdb.c tdb: fix compilation with TDB_TRACE=1 2024-07-27 22:47:39 +00:00
transaction.c tdb: Update times in tdb_transaction_commit per fd, not per name 2024-06-24 16:21:32 +00:00
traverse.c lib:tdb: Fix code spelling 2023-04-14 05:25:33 +00:00