Age | Commit message (Expand) | Author | Files | Lines |
2013-09-12 | tdb: Fix some typos in comments. | Björn Jacke | 2 | -5/+5 |
2013-07-22 | tdb: Fix CID 1034959 Uninitialized scalar variable | Volker Lendecke | 1 | -1/+1 |
2013-07-22 | tdb: Fix CID 1034960 Uninitialized scalar variable | Volker Lendecke | 1 | -1/+1 |
2013-07-17 | Fix bug 10025 - Lack of Sanity Checking in calls to malloc()/calloc(). | Bill Parker | 2 | -0/+13 |
2013-06-07 | tdb: Fix typos. | Ralph Wuerthner | 1 | -2/+2 |
2013-06-07 | Add "repack" command to tdbtool documentation. | Ralph Wuerthner | 1 | -1/+9 |
2013-06-04 | tdb: change version to tdb-1.2.12 | Stefan Metzmacher | 2 | -1/+68 |
2013-06-03 | tdb: Add another overflow check to tdb_expand_adjust | Volker Lendecke | 1 | -0/+6 |
2013-06-03 | tdb: Make tdb_recovery_allocate overflow-safe | Volker Lendecke | 1 | -1/+6 |
2013-06-03 | tdb: Make tdb_recovery_size overflow-safe | Volker Lendecke | 2 | -7/+28 |
2013-06-03 | tdb: add proper OOM/ENOSPC handling to tdb_expand() | Stefan Metzmacher | 1 | -8/+23 |
2013-06-03 | tdb: add overflow detection to tdb_expand_adjust() | Stefan Metzmacher | 1 | -3/+31 |
2013-06-03 | tdb: add overflow/ENOSPC handling to tdb_expand_file() | Stefan Metzmacher | 1 | -1/+11 |
2013-06-03 | tdb: add a 'new_size' helper variable to tdb_expand_file() | Stefan Metzmacher | 1 | -4/+7 |
2013-06-03 | tdb: Add overflow-checking tdb_add_off_t | Volker Lendecke | 2 | -0/+12 |
2013-05-28 | tdb: fix logging of offets and lengths. | Rusty Russell | 7 | -47/+46 |
2013-05-28 | build: Remove autoconf build system | Andrew Bartlett | 1 | -41/+0 |
2013-05-14 | tdb: include information about hash function being used in tdbtool info output | Christian Ambach | 1 | -0/+2 |
2013-03-26 | tdb: Fix blank line endings | Volker Lendecke | 5 | -46/+45 |
2013-03-26 | tdb: Little format change | Volker Lendecke | 1 | -1/+1 |
2013-03-05 | tdb: Slightly simplify tdb_expand_file | Volker Lendecke | 1 | -2/+4 |
2013-02-20 | ntdb: switch between secrets.tdb and secrets.ntdb depending on 'use ntdb' | Rusty Russell | 1 | -0/+5 |
2013-02-19 | tdb: Slightly simplify transaction_write | Volker Lendecke | 1 | -8/+2 |
2013-02-19 | tdb: Make tdb_release_transaction_locks use tdb_allrecord_unlock | Volker Lendecke | 1 | -1/+1 |
2013-02-19 | tdb: Don't segfault if tdb_open_ex for check failed | Volker Lendecke | 1 | -0/+1 |
2013-02-19 | tdb: Factor out the retry loop from tdb_allrecord_upgrade | Volker Lendecke | 1 | -20/+39 |
2013-02-19 | tdb: Simplify fcntl_lock() a bit | Volker Lendecke | 1 | -4/+4 |
2013-02-19 | tdb: Use tdb_null in freelistcheck | Volker Lendecke | 1 | -3/+2 |
2013-02-19 | tdb: Enhance lock tracking a bit | Volker Lendecke | 1 | -0/+11 |
2013-02-16 | tdb: Fix a typo | Volker Lendecke | 1 | -1/+1 |
2013-02-05 | tdb: Remove "header" from tdb_context | Volker Lendecke | 13 | -59/+64 |
2013-02-05 | tdb: Pass argument "header" to check_header_hash | Volker Lendecke | 1 | -4/+6 |
2013-02-05 | tdb: Pass argument "header" to tdb_new_database | Volker Lendecke | 1 | -6/+8 |
2013-01-19 | Remove some unused variables. | Jeremy Allison | 1 | -3/+0 |
2013-01-07 | tdb: Fix undefined prototype warnings | Volker Lendecke | 1 | -0/+2 |
2013-01-07 | tdb: Fix \n in error messages | Volker Lendecke | 1 | -2/+2 |
2012-12-21 | tdb: Add a comment explaining the "check" | Volker Lendecke | 1 | -1/+4 |
2012-12-21 | tdb: Make tdb_new_database() follow a more conventional style | Volker Lendecke | 1 | -3/+4 |
2012-12-21 | tdb: Fix a typo | Volker Lendecke | 1 | -1/+1 |
2012-12-21 | tdb: Fix a typo | Volker Lendecke | 1 | -1/+1 |
2012-12-21 | tdb: Use tdb_lock_covered_by_allrecord_lock in tdb_unlock | Volker Lendecke | 1 | -7/+1 |
2012-12-21 | tdb: Factor out tdb_lock_covered_by_allrecord_lock from tdb_lock_list | Volker Lendecke | 1 | -23/+31 |
2012-12-21 | tdb: Simplify logic in tdb_lock_list slightly | Volker Lendecke | 1 | -7/+22 |
2012-12-21 | tdb: Slightly simplify tdb_lock_list | Volker Lendecke | 1 | -11/+11 |
2012-12-21 | tdb: Fix blank line endings | Volker Lendecke | 11 | -89/+89 |
2012-12-21 | tdb: Fix a comment | Volker Lendecke | 1 | -1/+1 |
2012-12-21 | tdb: Fix a typo | Volker Lendecke | 1 | -1/+1 |
2012-12-21 | tdb: Fix a missing CONVERT | Volker Lendecke | 1 | -1/+1 |
2012-12-12 | tdb: Improve the documentation of tdb_reopen() and tdb_close(). | Andreas Schneider | 1 | -2/+8 |
2012-12-12 | tdb: Fix possible crash bugs in the python tdb code. | Andreas Schneider | 1 | -2/+15 |