tdb: version 1.4.4 tdb-1.4.4
authorStefan Metzmacher <metze@samba.org>
Wed, 14 Jul 2021 20:30:19 +0000 (22:30 +0200)
committerStefan Metzmacher <metze@samba.org>
Wed, 14 Jul 2021 21:06:36 +0000 (21:06 +0000)
commit1ad5df9f74426c78ff128d963a785aad707e7ed1
treebecf1680aeccbb32542b02e561e1cae61fb72e0f
parentbc1ee7ca0640f0136e5af7dcc4ca8ed0a5893053
tdb: version 1.4.4

- Fix a memory leak on error
- python: remove all 'from __future__ import print_function'
- Fix CID 1471761 String not null terminated
- Use hex_byte() in parse_hex()
- Use hex_byte() in read_data()
- fix studio compiler build
- Fix some signed/unsigned comparisons
- also use __has_attribute macro to check for attribute support
- Fix clang 9 missing-field-initializer warnings
- pytdb tests: add test for storev()
- pytdb: add python binding for storev()
- tdbtorture: Use ARRAY_DEL_ELEMENT()
- py3: Remove #define PyInt_FromLong PyLong_FromLong
- py3: Remove #define PyInt_AsLong PyLong_AsLong
- py3: Remove #define PyInt_Check PyLong_Check
- tdb: Align integer types

Signed-off-by: Stefan Metzmacher <metze@samba.org>
lib/tdb/ABI/tdb-1.4.4.sigs [new file with mode: 0644]
lib/tdb/wscript