summaryrefslogtreecommitdiff
path: root/lib/tdb
Commit message (Expand)AuthorAgeFilesLines
* lib/tdb/docs/tracing.txt: typo fixesBjörn Jacke2019-10-311-1/+1
* tdb: Release tdb 1.4.2tdb-1.4.2Stefan Metzmacher2019-08-202-1/+74
* tdb: Inline the common part of tdb_oobVolker Lendecke2019-08-062-9/+15
* tdb: Speed up tdb_oob()Volker Lendecke2019-08-062-1/+17
* tdb: Introduce tdb_oob()Volker Lendecke2019-08-068-20/+26
* tdb: Rename tdb_oob() to tdb_notrans_oob()Volker Lendecke2019-08-062-4/+4
* tdb: Adapt _tdb_transaction_cancel() to README.CodingVolker Lendecke2019-07-031-1/+1
* tdb: Adapt tdb_rescue() to README.CodingVolker Lendecke2019-07-031-1/+1
* lib tdb: memcmp ubsan warningGary Lockyer2019-07-011-5/+7
* lib/tdb/common: Fix Array access results in a null pointer dereferenceNoel Power2019-07-011-1/+2
* lib/tdb/common: Fix warning: Null pointer passed as argument to paramNoel Power2019-07-011-2/+4
* clang: Fix Null pointer passed as argument warningNoel Power2019-06-261-1/+1
* lib/tdb: clang: Fix warning: Dereference of null pointerNoel Power2019-06-261-0/+3
* py3: Remove PyStr_FromFormat() compatability macroAndrew Bartlett2019-06-241-4/+1
* py3: Remove PyStr_FromString() compatability macroAndrew Bartlett2019-06-241-3/+1
* lib/tdb/common: clang: Fix 'Value stored to 'last_ptr' is never read'Noel Power2019-06-111-1/+0
* 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