summaryrefslogtreecommitdiff
path: root/lib/tdb
AgeCommit message (Expand)AuthorFilesLines
2013-05-14tdb: include information about hash function being used in tdbtool info outputChristian Ambach1-0/+2
2013-03-26tdb: Fix blank line endingsVolker Lendecke5-46/+45
2013-03-26tdb: Little format changeVolker Lendecke1-1/+1
2013-03-05tdb: Slightly simplify tdb_expand_fileVolker Lendecke1-2/+4
2013-02-20ntdb: switch between secrets.tdb and secrets.ntdb depending on 'use ntdb'Rusty Russell1-0/+5
2013-02-19tdb: Slightly simplify transaction_writeVolker Lendecke1-8/+2
2013-02-19tdb: Make tdb_release_transaction_locks use tdb_allrecord_unlockVolker Lendecke1-1/+1
2013-02-19tdb: Don't segfault if tdb_open_ex for check failedVolker Lendecke1-0/+1
2013-02-19tdb: Factor out the retry loop from tdb_allrecord_upgradeVolker Lendecke1-20/+39
2013-02-19tdb: Simplify fcntl_lock() a bitVolker Lendecke1-4/+4
2013-02-19tdb: Use tdb_null in freelistcheckVolker Lendecke1-3/+2
2013-02-19tdb: Enhance lock tracking a bitVolker Lendecke1-0/+11
2013-02-16tdb: Fix a typoVolker Lendecke1-1/+1
2013-02-05tdb: Remove "header" from tdb_contextVolker Lendecke13-59/+64
2013-02-05tdb: Pass argument "header" to check_header_hashVolker Lendecke1-4/+6
2013-02-05tdb: Pass argument "header" to tdb_new_databaseVolker Lendecke1-6/+8
2013-01-19Remove some unused variables.Jeremy Allison1-3/+0
2013-01-07tdb: Fix undefined prototype warningsVolker Lendecke1-0/+2
2013-01-07tdb: Fix \n in error messagesVolker Lendecke1-2/+2
2012-12-21tdb: Add a comment explaining the "check"Volker Lendecke1-1/+4
2012-12-21tdb: Make tdb_new_database() follow a more conventional styleVolker Lendecke1-3/+4
2012-12-21tdb: Fix a typoVolker Lendecke1-1/+1
2012-12-21tdb: Fix a typoVolker Lendecke1-1/+1
2012-12-21tdb: Use tdb_lock_covered_by_allrecord_lock in tdb_unlockVolker Lendecke1-7/+1
2012-12-21tdb: Factor out tdb_lock_covered_by_allrecord_lock from tdb_lock_listVolker Lendecke1-23/+31
2012-12-21tdb: Simplify logic in tdb_lock_list slightlyVolker Lendecke1-7/+22
2012-12-21tdb: Slightly simplify tdb_lock_listVolker Lendecke1-11/+11
2012-12-21tdb: Fix blank line endingsVolker Lendecke11-89/+89
2012-12-21tdb: Fix a commentVolker Lendecke1-1/+1
2012-12-21tdb: Fix a typoVolker Lendecke1-1/+1
2012-12-21tdb: Fix a missing CONVERTVolker Lendecke1-1/+1
2012-12-12tdb: Improve the documentation of tdb_reopen() and tdb_close().Andreas Schneider1-2/+8
2012-12-12tdb: Fix possible crash bugs in the python tdb code.Andreas Schneider1-2/+15
2012-12-03lib/tdb: Rename manpages/ to man/.Karolin Seeger5-12/+12
2012-11-29docs: man tdbtool: Add missing meta data.Karolin Seeger1-1/+1
2012-10-06tdb: Make tdb robust against improper CLEAR_IF_FIRST restartVolker Lendecke1-4/+28
2012-10-06tdb: Make robust against shrinking tdbsRusty Russell1-12/+20
2012-10-04tdb: add -e option to tdbdump (and docment it).Rusty Russell2-3/+53
2012-10-04tdb: tdbdump should log errors, and fail in that case.Rusty Russell1-2/+38
2012-10-04tdb: add tdb_rescue()Rusty Russell7-4/+622
2012-10-02tdb: Fix a typoVolker Lendecke1-1/+1
2012-08-10tdb/test: fix build on OSF/1Björn Jacke1-15/+15
2012-08-04doc: Remove build/ from doxygen config or it will not work in brew.Andreas Schneider1-4/+1
2012-07-30lib/tdb: Fix format string errors found by -Werror=format in tdb testsAndrew Bartlett1-4/+4
2012-07-16pytdb: Check if the database is closed before we touch itAndrew Bartlett2-10/+85
2012-07-16pytdb: Check for errors parsing strings into TDB_DATAAndrew Bartlett1-0/+16
2012-06-26tdb: finish weaning off err.h.Rusty Russell7-23/+28
2012-06-22tdb: don't use err.h in tests.Rusty Russell21-22/+1
2012-06-22tdb: make TDB_NOSYNC merely disable sync.Rusty Russell3-15/+20
2012-06-22autobuild: always set TDB_NO_FSYNC.Rusty Russell1-0/+4