auth4: Remove an unused variable
[mat/samba.git] / lib / tdb /
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
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
2012-12-21 Volker Lendecketdb: Fix a typo
2012-12-21 Volker Lendecketdb: Use tdb_lock_covered_by_allrecord_lock in tdb_unlock
2012-12-21 Volker Lendecketdb: Factor out tdb_lock_covered_by_allrecord_lock...
2012-12-21 Volker Lendecketdb: Simplify logic in tdb_lock_list slightly
2012-12-21 Volker Lendecketdb: Slightly simplify tdb_lock_list
2012-12-21 Volker Lendecketdb: Fix blank line endings
2012-12-21 Volker Lendecketdb: Fix a comment
2012-12-21 Volker Lendecketdb: Fix a typo
2012-12-21 Volker Lendecketdb: Fix a missing CONVERT
2012-12-12 Andreas Schneidertdb: Improve the documentation of tdb_reopen() and...
2012-12-12 Andreas Schneidertdb: Fix possible crash bugs in the python tdb code.
2012-12-03 Karolin Seegerlib/tdb: Rename manpages/ to man/.
2012-11-29 Karolin Seegerdocs: man tdbtool: Add missing meta data.
2012-10-06 Volker Lendecketdb: Make tdb robust against improper CLEAR_IF_FIRST...
2012-10-06 Rusty Russelltdb: Make robust against shrinking tdbs
2012-10-04 Rusty Russelltdb: add -e option to tdbdump (and docment it).
2012-10-03 Rusty Russelltdb: tdbdump should log errors, and fail in that case.
2012-10-03 Rusty Russelltdb: add tdb_rescue()
2012-10-02 Volker Lendecketdb: Fix a typo
2012-08-10 Björn Jacketdb/test: fix build on OSF/1
2012-08-04 Andreas Schneiderdoc: Remove build/ from doxygen config or it will not...
2012-07-30 Andrew Bartlettlib/tdb: Fix format string errors found by -Werror...
2012-07-16 Andrew Bartlettpytdb: Check if the database is closed before we touch it
2012-07-16 Andrew Bartlettpytdb: Check for errors parsing strings into TDB_DATA
2012-06-26 Rusty Russelltdb: finish weaning off err.h.
2012-06-22 Rusty Russelltdb: don't use err.h in tests.
2012-06-22 Rusty Russelltdb: make TDB_NOSYNC merely disable sync.
2012-06-22 Rusty Russellautobuild: always set TDB_NO_FSYNC.
2012-06-19 Jelmer Vernooijtdb/wscript: Remove unecessary semicolons.
2012-06-14 Stefan Metzmachertdb: remove unused debug_fprintf() macro that breaks...
2012-06-12 Michael Adamtdb:tests: fix use of a non-existent word (existant)
2012-05-30 Andrew Bartlettbuild: Remove unused release scripts for tdb
2012-03-29 Amitay Isaacslib/tdb: Update ABI
2012-03-29 Amitay Isaacslib/tdb: Add/expose lock functions to support CTDB
2012-03-23 Rusty Russelllib/tdb: fix transaction issue for HAVE_INCOHERENT_MMAP.
2012-03-23 Rusty Russelllib/tdb: fix test/run-die-during-transaction when HAVE_...
2012-03-23 Rusty Russelllib/tdb: fix missing return 0 code.
2012-03-22 Rusty Russelllib/tdb: fix OpenBSD incoherent mmap.
2012-03-22 Rusty Russelllib/tdb: fix up run-die-during-transaction test cases...
2012-03-14 Rusty Russelllib/tdb: remove unnecessary XOPEN and FILE_OFFSET_BITS...
2012-03-10 Rusty Russelllib/tdb: fix tests for standalone out-of-tree.
2012-02-14 Rusty Russelltdb: build and run unit tests in tdb/test/
2012-02-14 Rusty Russelltdb/test: fix up tests for use in SAMBA tdb code.
2012-02-14 Rusty Russelltdb: wean CCAN-style unit tests off of tap.
2012-02-13 Rusty Russelltdb: import unit tests from CCAN into tdb/test/
2012-02-13 Rusty Russelltdb: make tdb_private.h idempotent.
2012-01-07 Ira CooperAdd "repack" command to tdbtool.
2012-01-06 Ira CooperFix compile when TDB_TRACE is enabled.
2011-12-25 Volker Lendecketdb: Use tdb_parse_record in tdb_update_hash
2011-12-21 Rusty Russelltdb: don't free old recovery area when expanding if...
2011-12-21 Rusty Russelltdb: use same expansion factor logic when expanding...
2011-12-19 Volker Lendecketdb: Avoid a malloc/memcpy in _tdb_store
2011-12-19 Rusty Russelltdb: be more careful on 4G files.
2011-12-12 Amitay Isaacstdb: Fix python documentation for tdb module
2011-11-23 Jeremy AllisonRemove unused variable.
2011-11-21 Jeremy AllisonFix a bunch of "warning: variable ‘XXXX’ set but not...
2011-11-13 Jelmer Vernooijwaf: Factor checking for undefined symbol flags out...
2011-11-13 Jelmer Vernooijpytdb: Shorter description which fits on a single line.
2011-11-13 Jelmer Vernooijtdb: Only check for pkg-config file when checking for...
2011-08-21 Jelmer Vernooijwafsamba: Only install .pc files if libraries are public.
2011-08-21 Jelmer Vernooijtdb: Install pkg-config file.
next