summaryrefslogtreecommitdiff
path: root/lib/tdb
AgeCommit message (Expand)AuthorFilesLines
2013-09-12tdb: Fix some typos in comments.Björn Jacke2-5/+5
2013-07-22tdb: Fix CID 1034959 Uninitialized scalar variableVolker Lendecke1-1/+1
2013-07-22tdb: Fix CID 1034960 Uninitialized scalar variableVolker Lendecke1-1/+1
2013-07-17Fix bug 10025 - Lack of Sanity Checking in calls to malloc()/calloc().Bill Parker2-0/+13
2013-06-07tdb: Fix typos.Ralph Wuerthner1-2/+2
2013-06-07Add "repack" command to tdbtool documentation.Ralph Wuerthner1-1/+9
2013-06-04tdb: change version to tdb-1.2.12Stefan Metzmacher2-1/+68
2013-06-03tdb: Add another overflow check to tdb_expand_adjustVolker Lendecke1-0/+6
2013-06-03tdb: Make tdb_recovery_allocate overflow-safeVolker Lendecke1-1/+6
2013-06-03tdb: Make tdb_recovery_size overflow-safeVolker Lendecke2-7/+28
2013-06-03tdb: add proper OOM/ENOSPC handling to tdb_expand()Stefan Metzmacher1-8/+23
2013-06-03tdb: add overflow detection to tdb_expand_adjust()Stefan Metzmacher1-3/+31
2013-06-03tdb: add overflow/ENOSPC handling to tdb_expand_file()Stefan Metzmacher1-1/+11
2013-06-03tdb: add a 'new_size' helper variable to tdb_expand_file()Stefan Metzmacher1-4/+7
2013-06-03tdb: Add overflow-checking tdb_add_off_tVolker Lendecke2-0/+12
2013-05-28tdb: fix logging of offets and lengths.Rusty Russell7-47/+46
2013-05-28build: Remove autoconf build systemAndrew Bartlett1-41/+0
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