summaryrefslogtreecommitdiff
path: root/lib/tdb
Commit message (Expand)AuthorAgeFilesLines
* tdb: version 1.4.7tdb-1.4.7Stefan Metzmacher2022-06-082-1/+74
* configure/Makefile: export PYTHONHASHSEED=1 in all 'configure/Makefile' scriptsStefan Metzmacher2022-03-291-0/+7
* lib:tdb: Reformat shell scriptsAndreas Schneider2022-02-242-14/+17
* tdb: version 1.4.6tdb-1.4.6Stefan Metzmacher2022-01-242-1/+74
* tdb: Raw performance torture to beat tdb_increment_seqnumVolker Lendecke2021-12-152-0/+128
* tdb: Use atomic operations for tdb_[increment|get]_seqnumVolker Lendecke2021-12-151-0/+24
* Fix Python docstringsJoseph Sutton2021-09-041-1/+1
* tdb: version 1.4.5tdb-1.4.5Stefan Metzmacher2021-07-202-1/+74
* tdb: Fix invalid syntax in tdb.hGünther Deschner2021-07-201-0/+13
* tdb: version 1.4.4tdb-1.4.4Stefan Metzmacher2021-07-142-1/+74
* lib:tdb: Fix a memory leak on errorAndreas Schneider2021-07-081-0/+1
* python: remove all 'from __future__ import print_function'Douglas Bagnall2021-04-281-1/+0
* tdb: Fix CID 1471761 String not null terminatedVolker Lendecke2021-01-141-1/+1
* tdb: Use hex_byte() in parse_hex()Volker Lendecke2021-01-081-22/+2
* tdb: Use hex_byte() in read_data()Volker Lendecke2021-01-081-31/+10
* tdb: fix studio compiler buildBjörn Jacke2020-11-102-71/+73
* tdb: Fix some signed/unsigned comparisonsMartin Schwenke2020-07-161-2/+3
* tdb: also use __has_attribute macro to check for attribute supportBjörn Jacke2020-05-241-1/+1
* Fix clang 9 missing-field-initializer warningsGary Lockyer2020-05-081-1/+1
* pytdb tests: add test for storev()Jule Anger2020-05-051-0/+4
* pytdb: add python binding for storev()Jule Anger2020-05-051-0/+49
* tdbtorture: Use ARRAY_DEL_ELEMENT()Volker Lendecke2020-03-261-2/+1
* py3: Remove #define PyInt_FromLong PyLong_FromLongAndrew Bartlett2020-03-231-6/+5
* py3: Remove #define PyInt_AsLong PyLong_AsLongAndrew Bartlett2020-03-231-2/+1
* py3: Remove #define PyInt_Check PyLong_CheckAndrew Bartlett2020-03-231-2/+1
* tdb: Align integer typesVolker Lendecke2020-01-231-2/+3
* tdb: Release tdb 1.4.3tdb-1.4.3Uri Simchoni2019-11-182-1/+74
* 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