summaryrefslogtreecommitdiff
path: root/lib/tdb
Commit message (Expand)AuthorAgeFilesLines
...
* tdb: Fix typo in READMEVolker Lendecke2019-05-231-2/+2
* tdb: Release tdb 1.4.1tdb-1.4.1Andrew Bartlett2019-05-172-1/+74
* tdb: Do not return errors from tdb_repack() in the tail of tdb_transaction_co...Andrew Bartlett2019-05-171-1/+23
* lib/tdb: squash 'cast between incompatible function types' warningNoel Power2019-05-161-20/+40
* tdbtool: avoid theoretical NULL dereference (CID 1361462)Douglas Bagnall2019-05-091-9/+11
* tdb: Release tdb 1.4.0tdb-1.4.0Andrew Bartlett2019-03-212-1/+74
* build: Standardise on calling conf.SAMBA_CHECK_PYTHON() in librariesAndrew Bartlett2019-03-211-8/+2
* build: Remove bld.gen_python_environments()Andrew Bartlett2019-03-211-13/+11
* tdb: version 1.3.18tdb-1.3.18Stefan Metzmacher2019-02-262-1/+74
* Search for location of waf scriptDavid Mulder2019-02-261-1/+2
* lib:tdb: Use C99 initializer for tdb_logging_contextAndreas Schneider2019-01-281-1/+3
* lib:tdb: Use C99 initializer for tdb_headerAndreas Schneider2019-01-281-1/+3
* lib:tdb: Use C99 initializer for PyGetSetDef in pytdbAndreas Schneider2019-01-281-18/+34
* tdb: Fix compatibility of wscript with older pythonLukas Slebodnik2019-01-201-1/+1
* 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