summaryrefslogtreecommitdiffstats
path: root/lib/tdb
Commit message (Expand)AuthorAgeFilesLines
* tdb: Fix blank line endingsVolker Lendecke2013-03-265-46/+45
* tdb: Little format changeVolker Lendecke2013-03-261-1/+1
* tdb: Slightly simplify tdb_expand_fileVolker Lendecke2013-03-051-2/+4
* ntdb: switch between secrets.tdb and secrets.ntdb depending on 'use ntdb'Rusty Russell2013-02-201-0/+5
* tdb: Slightly simplify transaction_writeVolker Lendecke2013-02-191-8/+2
* tdb: Make tdb_release_transaction_locks use tdb_allrecord_unlockVolker Lendecke2013-02-191-1/+1
* tdb: Don't segfault if tdb_open_ex for check failedVolker Lendecke2013-02-191-0/+1
* tdb: Factor out the retry loop from tdb_allrecord_upgradeVolker Lendecke2013-02-191-20/+39
* tdb: Simplify fcntl_lock() a bitVolker Lendecke2013-02-191-4/+4
* tdb: Use tdb_null in freelistcheckVolker Lendecke2013-02-191-3/+2
* tdb: Enhance lock tracking a bitVolker Lendecke2013-02-191-0/+11
* tdb: Fix a typoVolker Lendecke2013-02-161-1/+1
* tdb: Remove "header" from tdb_contextVolker Lendecke2013-02-0513-59/+64
* tdb: Pass argument "header" to check_header_hashVolker Lendecke2013-02-051-4/+6
* tdb: Pass argument "header" to tdb_new_databaseVolker Lendecke2013-02-051-6/+8
* Remove some unused variables.Jeremy Allison2013-01-191-3/+0
* tdb: Fix undefined prototype warningsVolker Lendecke2013-01-071-0/+2
* tdb: Fix \n in error messagesVolker Lendecke2013-01-071-2/+2
* tdb: Add a comment explaining the "check"Volker Lendecke2012-12-211-1/+4
* tdb: Make tdb_new_database() follow a more conventional styleVolker Lendecke2012-12-211-3/+4
* tdb: Fix a typoVolker Lendecke2012-12-211-1/+1
* tdb: Fix a typoVolker Lendecke2012-12-211-1/+1
* tdb: Use tdb_lock_covered_by_allrecord_lock in tdb_unlockVolker Lendecke2012-12-211-7/+1
* tdb: Factor out tdb_lock_covered_by_allrecord_lock from tdb_lock_listVolker Lendecke2012-12-211-23/+31
* tdb: Simplify logic in tdb_lock_list slightlyVolker Lendecke2012-12-211-7/+22
* tdb: Slightly simplify tdb_lock_listVolker Lendecke2012-12-211-11/+11
* tdb: Fix blank line endingsVolker Lendecke2012-12-2111-89/+89
* tdb: Fix a commentVolker Lendecke2012-12-211-1/+1
* tdb: Fix a typoVolker Lendecke2012-12-211-1/+1
* tdb: Fix a missing CONVERTVolker Lendecke2012-12-211-1/+1
* tdb: Improve the documentation of tdb_reopen() and tdb_close().Andreas Schneider2012-12-121-2/+8
* tdb: Fix possible crash bugs in the python tdb code.Andreas Schneider2012-12-121-2/+15
* lib/tdb: Rename manpages/ to man/.Karolin Seeger2012-12-035-12/+12
* docs: man tdbtool: Add missing meta data.Karolin Seeger2012-11-291-1/+1
* tdb: Make tdb robust against improper CLEAR_IF_FIRST restartVolker Lendecke2012-10-061-4/+28
* tdb: Make robust against shrinking tdbsRusty Russell2012-10-061-12/+20
* tdb: add -e option to tdbdump (and docment it).Rusty Russell2012-10-042-3/+53
* tdb: tdbdump should log errors, and fail in that case.Rusty Russell2012-10-041-2/+38
* tdb: add tdb_rescue()Rusty Russell2012-10-047-4/+622
* tdb: Fix a typoVolker Lendecke2012-10-021-1/+1
* tdb/test: fix build on OSF/1Björn Jacke2012-08-101-15/+15
* doc: Remove build/ from doxygen config or it will not work in brew.Andreas Schneider2012-08-041-4/+1
* lib/tdb: Fix format string errors found by -Werror=format in tdb testsAndrew Bartlett2012-07-301-4/+4
* pytdb: Check if the database is closed before we touch itAndrew Bartlett2012-07-162-10/+85
* pytdb: Check for errors parsing strings into TDB_DATAAndrew Bartlett2012-07-161-0/+16
* tdb: finish weaning off err.h.Rusty Russell2012-06-267-23/+28
* tdb: don't use err.h in tests.Rusty Russell2012-06-2221-22/+1
* tdb: make TDB_NOSYNC merely disable sync.Rusty Russell2012-06-223-15/+20
* autobuild: always set TDB_NO_FSYNC.Rusty Russell2012-06-221-0/+4
* tdb/wscript: Remove unecessary semicolons.Jelmer Vernooij2012-06-191-4/+4