lib/crypto: Protect crypto.h against multiple inclusion
[sfrench/samba-autobuild/.git] / lib / tdb /
2014-09-16 Michael Adamtdb: change version to 1.3.1 tdb-1.3.1
2014-09-16 Stefan Metzmachertdb:tools: fix a compiler warning
2014-08-18 David Disseldorptdbtorture: print details when run with -n 1
2014-06-26 Michael Adamtdb: defragment the freelist in tdb_allocate_from_freel...
2014-06-26 Michael Adamtdb: add "freelist_size" sub-command to tdbtool
2014-06-26 Michael Adamtdb: use tdb_freelist_merge_adjacent in tdb_freelist_size()
2014-06-26 Michael Adamtdb: add tdb_freelist_merge_adjacent()
2014-06-26 Michael Adamtdb: add utility function check_merge_ptr_with_left_rec...
2014-06-26 Michael Adamtdb: simplify tdb_free() using check_merge_with_left_re...
2014-06-26 Michael Adamtdb: add utility function check_merge_with_left_record()
2014-06-26 Michael Adamtdb: improve comments for tdb_free().
2014-06-26 Michael Adamtdb: factor merge_with_left_record() out of tdb_free()
2014-06-26 Michael Adamtdb: fix debug message in tdb_free()
2014-06-26 Michael Adamtdb: reduce indentation in tdb_free() for merging left
2014-06-26 Michael Adamtdb: increase readability of read_record_on_left()
2014-06-26 Michael Adamtdb: factor read_record_on_left() out of tdb_free()
2014-06-20 Michael Adamtdb:build: improve detection of srcdir.
2014-05-22 Volker Lendecketdb/tools: Allow tdbtool to r/o open mutexed tdbs tdb-1.3.0
2014-05-22 Volker Lendecketdb/tools: add -m option to tdbtorture
2014-05-22 Volker Lendecketdb/test: add marklock deadlock test
2014-05-22 Volker Lendecketdb/test: add mutex related tests
2014-05-22 Volker Lendecketdb: add TDB_MUTEX_LOCKING support
2014-05-22 Volker Lendecketdb: introduce tdb->hdr_ofs
2014-05-22 Stefan Metzmachertdb: introduce TDB_SUPPORTED_FEATURE_FLAGS
2014-05-22 Stefan Metzmachertdb: use asprintf() to simplify tdb_summary()
2014-05-22 Volker Lendecketdb/test: add UNMAP command to external-agent.c
2014-05-22 Volker Lendecketdb/test: add PING command to external-agent.c
2014-05-22 Volker Lendecketdb/test: add shutdown_agent() helper function
2014-05-22 Stefan Metzmachertdb/test: add a "skip()" macro.
2014-05-22 Stefan Metzmachertdb/test: correctly use stderr, not stdout, in fail()
2014-05-22 Volker Lendecketdb/tools: explicitly use TDB_NOLOCK in tdbdump
2014-05-22 Volker Lendecketdb/tools: add -l option to tdbtool
2014-05-22 Volker Lendecketdb/tools: add -l option to tdbbackup
2014-05-12 Stefan Metzmachertdb: return ENOSYS if the tdb was created with spinlocks.
2014-05-12 Stefan Metzmacherpytdb: avoid const warnings by using discard_const_p()
2014-04-09 Michael Adamtdb: consolidate tdb allocation code - re-use dead...
2014-04-02 Stefan Metzmachertdb/wscript: maintain a global list of unit tests
2014-04-02 Stefan Metzmachertdb/test: avoid const warnings by using 'discard_const_...
2014-04-02 Stefan Metzmachertdb/test: remove "\n" in diag() arguments
2014-04-02 Stefan Metzmachertdb/test: always call fflush() after [f]printf() in...
2014-04-02 Stefan Metzmachertdb/tools: avoid const warnings in tdbdump.c
2014-04-02 Stefan Metzmachertdb: don't alter errno on success of tdb_open_ex()
2014-03-18 Michael Adamtdb: change version to 1.2.13. tdb-1.2.13
2014-03-18 Volker Lendecketdb: Reduce freelist contention
2014-03-18 Volker Lendecketdb: Make "tdb_purge_dead" internally public
2014-03-18 Volker Lendecketdb: Make "tdb_find_dead" internally public
2014-03-18 Volker Lendecketdb: Add "last_ptr" to tdb_find_dead
2014-03-18 Volker Lendecketdb: Move adding tailer space to tdb_find_dead
2014-03-18 Volker Lendecketdb: Do a best fit search for dead records
2014-03-18 Volker Lendecketdb: Don't purge records to a blocked freelist
2014-03-18 Volker Lendecketdb: Fix a tdb corruption
2014-02-15 Michael Adamtdb: always open internal databases with incompatible...
2014-02-15 Michael Adamtdb: in tdb_delete_hash, make lock/unlock bracket more...
2014-02-14 Michael Adamtdb: simplify tdb_delete_hash() a bit
2014-02-14 Michael Adamtdb: tdbtool: dump record magic with fixed number of...
2014-02-14 Michael Adamtdb: tdbtool: dump record hash with fixed number of...
2014-01-09 Matthias Dieter... samba:python - Py_RETURN_NONE remove compatibility...
2013-12-14 Volker Lendecketdb: Avoid reallocs for lockrecs
2013-12-12 Christian Ambachlib/tdb: fix compiler warnings
2013-12-06 Jelmer Vernooijtdb tests: Remove custom code for "tdb2", which has...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-09-12 Björn Jacketdb: Fix some typos in comments.
2013-07-22 Volker Lendecketdb: Fix CID 1034959 Uninitialized scalar variable
2013-07-22 Volker Lendecketdb: Fix CID 1034960 Uninitialized scalar variable
2013-07-17 Bill ParkerFix bug 10025 - Lack of Sanity Checking in calls to...
2013-06-07 Ralph Wuerthnertdb: Fix typos.
2013-06-07 Ralph WuerthnerAdd "repack" command to tdbtool documentation.
2013-06-04 Stefan Metzmachertdb: change version to tdb-1.2.12 tdb-1.2.12
2013-06-03 Volker Lendecketdb: Add another overflow check to tdb_expand_adjust
2013-06-03 Volker Lendecketdb: Make tdb_recovery_allocate overflow-safe
2013-06-03 Volker Lendecketdb: Make tdb_recovery_size overflow-safe
2013-06-03 Stefan Metzmachertdb: add proper OOM/ENOSPC handling to tdb_expand()
2013-06-03 Stefan Metzmachertdb: add overflow detection to tdb_expand_adjust()
2013-06-03 Stefan Metzmachertdb: add overflow/ENOSPC handling to tdb_expand_file()
2013-06-03 Stefan Metzmachertdb: add a 'new_size' helper variable to tdb_expand_file()
2013-06-03 Volker Lendecketdb: Add overflow-checking tdb_add_off_t
2013-05-28 Rusty Russelltdb: fix logging of offets and lengths.
2013-05-28 Andrew Bartlettbuild: Remove autoconf build system
2013-05-14 Christian Ambachtdb: include information about hash function being...
2013-03-26 Volker Lendecketdb: Fix blank line endings
2013-03-26 Volker Lendecketdb: Little format change
2013-03-05 Volker Lendecketdb: Slightly simplify tdb_expand_file
2013-02-20 Rusty Russellntdb: switch between secrets.tdb and secrets.ntdb depen...
2013-02-19 Volker Lendecketdb: Slightly simplify transaction_write
2013-02-19 Volker Lendecketdb: Make tdb_release_transaction_locks use tdb_allreco...
2013-02-19 Volker Lendecketdb: Don't segfault if tdb_open_ex for check failed
2013-02-19 Volker Lendecketdb: Factor out the retry loop from tdb_allrecord_upgrade
2013-02-19 Volker Lendecketdb: Simplify fcntl_lock() a bit
2013-02-19 Volker Lendecketdb: Use tdb_null in freelistcheck
2013-02-19 Volker Lendecketdb: Enhance lock tracking a bit
2013-02-16 Volker Lendecketdb: Fix a typo
2013-02-05 Volker Lendecketdb: Remove "header" from tdb_context
2013-02-05 Volker Lendecketdb: Pass argument "header" to check_header_hash
2013-02-05 Volker Lendecketdb: Pass argument "header" to tdb_new_database
2013-01-19 Jeremy AllisonRemove some unused variables.
2013-01-07 Volker Lendecketdb: Fix undefined prototype warnings
2013-01-07 Volker Lendecketdb: Fix \n in error messages
2012-12-21 Volker Lendecketdb: Add a comment explaining the "check"
2012-12-21 Volker Lendecketdb: Make tdb_new_database() follow a more conventional...
2012-12-21 Volker Lendecketdb: Fix a typo
next