summaryrefslogtreecommitdiff
path: root/lib/tdb
Commit message (Expand)AuthorAgeFilesLines
* tdb: version 1.3.18Stefan Metzmacher2019-02-262-1/+74
* lib:tdb: Use C99 initializer for tdb_logging_contextAndreas Schneider2019-02-261-1/+3
* lib:tdb: Use C99 initializer for tdb_headerAndreas Schneider2019-02-261-1/+3
* lib:tdb: Use C99 initializer for PyGetSetDef in pytdbAndreas Schneider2019-02-261-18/+34
* tdb: Fix compatibility of wscript with older pythonLukas Slebodnik2019-02-261-1/+1
* Search for location of waf scriptDavid Mulder2019-02-261-1/+2
* Fix typos and ban the rams from sambatdb-1.3.17Swen Schillig2019-01-101-1/+1
* PY3: change shebang to python3 in lib dirJoe Guo2018-12-142-2/+2
* build: Move python detection back into waf (instead of in configure and Makef...Andrew Bartlett2018-12-142-2/+1
* build: Workaround python3 hash order issues (for now)Andrew Bartlett2018-12-131-1/+1
* PY3: switch current build to use python3Noel Power2018-12-102-2/+4
* Fix spelling mistakesOlly Betts2018-11-301-1/+1
* tdb: Use #ifdef instead of #if for config.h definitionsAndreas Schneider2018-11-281-2/+2
* tdb: Align integer typesVolker Lendecke2018-11-061-1/+1
* tdb: Allow !CLEAR_IF_FIRST & MUTEX_LOCKINGVolker Lendecke2018-11-062-56/+42
* tdb: Version 1.3.17 for tdb_traverse_chainVolker Lendecke2018-11-062-1/+74
* tdb: Add test for tdb_traverse_chainVolker Lendecke2018-11-062-0/+95
* tdb: Add tdb_traverse_chainVolker Lendecke2018-11-062-0/+177
* tdb: Make record deletion circular-chain safeVolker Lendecke2018-10-303-102/+129
* tdb: Do early RDONLY error check for tdb_deleteVolker Lendecke2018-10-291-0/+5
* tdb: Purge dead records whenever we block the freelistVolker Lendecke2018-10-291-0/+6
* tdb: Don't delete dead records in traverseVolker Lendecke2018-10-291-6/+0
* tdb: Align an integer typeVolker Lendecke2018-10-291-1/+1
* tdb: Fix a typoVolker Lendecke2018-10-291-2/+2
* tdb/test/_tdbtext: remove unused importsDouglas Bagnall2018-10-251-1/+0
* tdbtorture: Align integer typesVolker Lendecke2018-10-251-1/+1
* tdbtorture: No transaction with mutexesVolker Lendecke2018-10-251-5/+16
* tdb: Remove "USE_RIGHT_MERGES" codeVolker Lendecke2018-10-251-57/+0
* tdb: Fix a typoVolker Lendecke2018-10-251-1/+1
* tdb: Use explicit initializationVolker Lendecke2018-10-251-3/+1
* tdb: Avoid castsVolker Lendecke2018-10-251-3/+3
* tdb: Basic test for circular freelist fixVolker Lendecke2018-10-083-0/+51
* tdb: Basic test for circular hash chain fixVolker Lendecke2018-10-083-0/+43
* tdb: Make the freelist walk circular-safeVolker Lendecke2018-10-081-0/+15
* tdb: Align integer typesVolker Lendecke2018-10-081-1/+1
* tdb: Make get_hash_length circular-safeVolker Lendecke2018-10-081-0/+8
* tdb: Make tdb_find_dead circular-safeVolker Lendecke2018-10-081-0/+10
* tdb: Make tdb_dump_chain circular-list safeVolker Lendecke2018-10-081-0/+9
* tdb: Make tdb_find circular-safeVolker Lendecke2018-10-081-5/+9
* tdb: Add tdb_chainwalk_checkVolker Lendecke2018-10-082-0/+39
* lib/tdb/wscript: update to handle waf 2.0.4Alexander Bokovoy2018-09-051-15/+16
* build:wafsamba: Build on waf 1.9Thomas Nagy2018-09-051-4/+4
* tdb: test for readonly locks mode on tdbbackup commandAaron Haslett2018-08-063-0/+65
* tdb: adding readonly locks mode to tdbbackup toolAaron Haslett2018-08-061-7/+28
* tdb: version 1.3.16tdb-1.3.16Stefan Metzmacher2018-07-122-1/+72
* tdb: Fix build on AIXAmitay Isaacs2018-07-021-4/+4
* python: bulk replace dict.iteritems to items for py3Joe Guo2018-04-131-1/+1
* tdbtool: Use tdb_wipe_all in "erase" commandVolker Lendecke2018-04-111-7/+1
* lib/tdb: convert print func to be py2/py3 compatibleNoel Power2018-03-231-2/+3
* tdb: Fix a "increases alignment" warningVolker Lendecke2018-03-221-3/+4