LIBCLI_SMB2: Depend on cli_smb_common rather than libsmb.
[ab/samba.git/.git] / lib / tdb /
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.
2011-08-16 Rusty Russelltdb: increment sequence number in tdb_wipe_all().
2011-07-21 Andrew Tridgelltdb: remove 'EOF' print from tdbrestore
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-06-20 Rusty Russelltdb2: create tdb2 versions of various testing TDBs.
2011-06-20 Rusty Russelltdb_store: check returns for 0, not -1.
2011-06-08 Rusty Russelltdb: enable VALGRIND to remove valgrind noise.
2011-06-02 Rusty Russelllib/tdb/python/tests/simple.py: don't assume TDB ordering.
2011-04-23 Jelmer VernooijSupport the 'PYTHON' environment variable.
2011-04-19 Simo Sorcetdb_backup: avoid transaction on backup file, use lockall
2011-04-19 Rusty Russelltdb: make sure we skip over recovery area correctly.
2011-05-06 Günther Deschnertdb: fix a build warning.
2011-04-18 Simo Sorcetdb_expand: limit the expansion with huge records
2011-04-18 Rusty Russelltdb: tdb_repack() only when it's worthwhile.
2011-04-18 Rusty Russelltdb: fix transaction recovery area for converted tdbs.
2011-03-30 Volker Lendecketdb: Fix Coverity ID 2238: SECURE_CODING
2011-03-27 Volker Lendecketdb: Fix Coverity ID 2192: NO_EFFECT
2011-03-25 Andrew Tridgelltdb: rename convert_string() to tdb_convert_string()
2011-03-15 Andrew Tridgelllib: don't install public headers if a private library
2011-03-15 Andrew Tridgelltdb: use public_headers to install header files
2011-03-15 Andrew Tridgelltdb: use system include style for system headers
2011-02-22 Andrew Tridgellpython: use os.environ[] instead of os.putenv()
2011-02-12 Volker Lendecketdb: Fix a C++ warning
2011-02-07 Andrew Tridgellbuild: removed the old autogen.sh and autogen-waf.sh...
2011-01-19 Andreas Schneidertdb: Added doxygen documentation.
2011-01-08 Andrew Tridgellwaf: ensure "make dist" works from a clean git tree...
2011-01-06 Jelmer Vernooijtdbrestore: Update to GPLv3+, remove old FSF address.
2011-01-01 Jelmer Vernooijs4-python: Only set BASETYPE flag if subclassing is...
2011-01-01 Jelmer Vernooijtalloc/tdb/tevent: Remove obsolete signatures files.
2010-12-29 Stefan Metzmachertdb: add ABI/tdb-1.2.9.sigs
2010-12-29 Rusty Russelltdb: tdb_summary() support.
2010-12-27 Stefan Metzmachertdb: setup TEST_DATA_PREFIX for make test
2010-12-24 Stefan Metzmachertdb:tdbtorture: use TEST_DATA_PREFIX for files
2010-12-24 Stefan Metzmachertdb:tdbtest: use TEST_DATA_PREFIX for files
2010-12-24 Jelmer Vernooijtdb: Remove autotools support.
2010-12-23 Stefan Metzmachertdb: add ABI/tdb-1.2.8.sigs
2010-12-21 Jelmer Vernooijtdb: Bump version number after symbol versioning changes.
2010-12-21 Jelmer Vernooijpytdb: Make PyTdb variable static.
2010-12-09 Matthieu Patoubuild: introduce SAMBA_CHECK_PYTHON_HEADERS
2010-12-09 Andrew Tridgellwaf: remove the restriction that private libraries...
2010-12-09 Andrew Tridgellwaf-abi: auto-generate per-symbol versions from ABI...
2010-12-08 Andrew Tridgells4-pkgconfig: add @LIB_RPATH@ to our link flags
2010-11-27 Matthias Dieter... tdb:common/open.c - use "discard_const_p" for certain...
2010-11-27 Matthias Dieter... tdb:tdbstore.c - remove an useless '\'
2010-11-21 Arnaud FaucherAvoid the use of PyAPI_DATA, which is for internal...
2010-11-12 Stefan Metzmachertdb: set tdb->name early, as it's needed for tdb_name()
2010-11-03 Andrew Tridgellwaf: added reconfigure targets to our libraries
2010-11-01 Jelmer Vernooijtdb: Use waf by default.
2010-10-31 Jelmer Vernooijs4: Remove the old perl/m4/make/mk-based build system.
2010-10-26 Jelmer Vernooijwaf: Only specify vnum for non-private libraries.
2010-10-23 Jelmer Vernooijwaf: Rename some BUNDLED_ functios to PRIVATE_.
2010-10-23 Jelmer Vernooijtdb: Revert re-addition of tdb_set_logging_function.
2010-10-23 Matthias Dieter... tdb: commit the version 1.2.7 signatures
2010-10-21 Jelmer VernooijLowercase socket_wrapper name.
2010-10-21 Jelmer Vernooijtdb: Set _PUBLIC_ in C file rather than header files...
2010-10-21 Andrew Tridgellwaf: replace the is_bundled option with private_library
2010-10-21 Andrew Tridgells4-build: fixed some formatting
2010-10-17 Jelmer Vernooijtdb: Bump version to 1.2.7 after addition of pytdb...
2010-10-07 Andrew Tridgellwaf: fixed exit status of test suites
2010-10-04 Jelmer Vernooijtdb: Only use system pytdb when using system tdb.
2010-10-04 Jelmer Vernooijtdb: Support using system pytdb.
2010-10-04 Jelmer Vernooijpytdb: Add __version__ attribute.
2010-10-02 Jelmer Vernooijpytdb: Include Python.h first to prevent warning.
2010-10-02 Kirill Smelkovpytdb: Check errors after PyObject_New() calls
2010-10-02 Kirill Smelkovpytdb: Add support for tdb_repack()
2010-10-02 Kirill Smelkovpytdb: Add TDB_INCOMPATIBLE_HASH open flag
2010-09-27 Rusty Russelltdb: fix non-WAF build, commit 1.2.6 ABI file.
2010-09-27 Rusty Russelltdb: TDB_INCOMPATIBLE_HASH, to allow safe changing...
2010-09-27 Rusty Russelltdb: automatically identify Jenkins hash tdbs
2010-09-27 Rusty Russelltdb: add Bob Jenkins lookup3 hash as helper hash.
2010-09-23 Volker Lendecketdb: add restore
2010-09-20 Günther Deschnerlib/tdb: fix c++ build warning in tdb_header_hash().
2010-09-20 Jelmer VernooijMerge branch 'v4-0-stable' into newmaster
next