summaryrefslogtreecommitdiffstats
path: root/lib/tdb
Commit message (Expand)AuthorAgeFilesLines
...
* tdb: Only use system pytdb when using system tdb.Jelmer Vernooij2010-10-041-2/+2
* tdb: Support using system pytdb.Jelmer Vernooij2010-10-041-8/+9
* pytdb: Add __version__ attribute.Jelmer Vernooij2010-10-043-1/+10
* pytdb: Include Python.h first to prevent warning.Jelmer Vernooij2010-10-021-1/+1
* pytdb: Check errors after PyObject_New() callsKirill Smelkov2010-10-021-0/+7
* pytdb: Add support for tdb_repack()Kirill Smelkov2010-10-022-0/+15
* pytdb: Add TDB_INCOMPATIBLE_HASH open flagKirill Smelkov2010-10-021-0/+1
* tdb: fix non-WAF build, commit 1.2.6 ABI file.Rusty Russell2010-09-272-1/+62
* tdb: TDB_INCOMPATIBLE_HASH, to allow safe changing of default hash.Rusty Russell2010-09-276-6/+23
* tdb: automatically identify Jenkins hash tdbsRusty Russell2010-09-271-14/+27
* tdb: add Bob Jenkins lookup3 hash as helper hash.Rusty Russell2010-09-277-18/+447
* tdb: add restoreVolker Lendecke2010-09-235-2/+310
* lib/tdb: fix c++ build warning in tdb_header_hash().Günther Deschner2010-09-201-1/+1
* pytdb: Make filename argument optional.Jelmer Vernooij2010-09-192-13/+15
* pytdb: Add support for tdb_freelist_size()Kirill Smelkov2010-09-192-0/+9
* pytdb: Add support for tdb_transaction_prepare_commit()Kirill Smelkov2010-09-192-0/+18
* pytdb: Add support for tdb_enable_seqnum, tdb_get_seqnum and tdb_increment_se...Kirill Smelkov2010-09-192-0/+30
* pytdb: Update open flags to match those for tdb_open() in tdb.hKirill Smelkov2010-09-191-0/+6
* pytdb: Fix repr segfault for internal dbKirill Smelkov2010-09-192-1/+11
* pytdb: Add support for tdb_add_flags() & tdb_remove_flags()Kirill Smelkov2010-09-192-0/+27
* tdb: added TDB_NO_FSYNC env variableAndrew Tridgell2010-09-161-0/+4
* tdb: add ABI/tdb-1.2.4.sigsStefan Metzmacher2010-09-141-0/+60
* lib/tdb: change version to 1.2.4 after hash checking improvmentsStefan Metzmacher2010-09-132-2/+2
* tdb: put example hashes into header, so we notice incorrect hash_fn.Rusty Russell2010-09-133-2/+65
* tdb: fix tdb_check() on other-endian tdbs.Rusty Russell2010-09-131-1/+1
* tdb: fix tdb_check() on read-only TDBs to actually work.Rusty Russell2010-09-131-5/+17
* tdb: make check more robust against recovery failures.Rusty Russell2010-09-131-5/+36
* tdb/waf: the deps for rt are provided by libreplaceBjörn Jacke2010-08-311-1/+1
* Use DocBook DTD rather than Samba one, as no Samba-specific things areJelmer Vernooij2010-08-223-3/+3
* tdb: workaround starvation problem in locking entire database.Rusty Russell2010-08-144-19/+131
* tdb: add TDB_DEPS variable filled with required librariesBjörn Jacke2010-08-133-7/+14
* Fix tdb_check() to work with read-only tdb databases. The function tdb_lockal...Jeremy Allison2010-07-291-3/+3
* tdb: fix the build on mac os x 10.6.4.Günther Deschner2010-07-011-0/+4
* s4-ldb: use CHECK_XSLTPROC_MANPAGES()Andrew Tridgell2010-06-241-2/+1
* pytdb: Cleanup formatting.Jelmer Vernooij2010-06-191-3/+8
* wafsamba: Fix typo: noextenion -> noextension.Jelmer Vernooij2010-06-191-1/+1
* tdb-waf: Don't install binaries when using system tdb.Jelmer Vernooij2010-05-311-17/+17
* tdb-waf: Simplify manpage handling.Jelmer Vernooij2010-05-311-17/+4
* s4-waf: sanitize library names like the old build system did, only addJelmer Vernooij2010-05-311-1/+1
* tdb: commit ABI/tdb-1.2.2.sigsStefan Metzmacher2010-05-111-0/+60
* tdb: remove unused variable in tdb_new_database().Günther Deschner2010-05-111-1/+0
* tdb: fix short write logic in tdb_new_databaseRusty Russell2010-05-053-17/+17
* build: make python development headers not mandatory in standalone libsAndrew Tridgell2010-04-211-1/+1
* tdb: update tdb ABI to use hide_symbols=TrueAndrew Tridgell2010-04-205-78/+67
* s4-waf: rebuild signature files with the api type mapsAndrew Tridgell2010-04-181-5/+5
* tdb-waf: added ABI checking for tdbAndrew Tridgell2010-04-182-0/+97
* s4-waf: don't try to use the system lib for the library buildAndrew Tridgell2010-04-131-5/+6
* tdb-waf: added build of manpages and config options for RPM buildAndrew Tridgell2010-04-131-3/+44
* build: use a common autogen-waf.sh for all buildsAndrew Tridgell2010-04-121-22/+1
* subunit: Support formatting compatible with upstream subunit, for consistency.Jelmer Vernooij2010-04-111-1/+1