summaryrefslogtreecommitdiff
path: root/lib/talloc
AgeCommit message (Expand)AuthorFilesLines
2023-01-18talloc: version 2.4.0talloc-2.4.0Stefan Metzmacher4-2/+84
2023-01-10lib/talloc: Zero-initialise chunk pointersJoseph Sutton1-6/+6
2022-12-14lib: Move talloc_asprintf_addbuf() to tallocVolker Lendecke5-1/+120
2022-06-08talloc: version 2.3.4talloc-2.3.4Stefan Metzmacher3-1/+82
2022-03-29configure/Makefile: export PYTHONHASHSEED=1 in all 'configure/Makefile' scriptsStefan Metzmacher1-0/+7
2022-02-24lib:replace: Reformat shell scriptsAndreas Schneider1-1/+1
2021-11-30nsswitch: reduce dependecies to private libraries and link static/builtin if ...Stefan Metzmacher1-0/+1
2021-07-14talloc: version 2.3.3talloc-2.3.3Stefan Metzmacher3-1/+82
2021-05-19python: Ensure reference counts are properly incrementedJoseph Sutton1-2/+2
2021-03-16Bug 9931: change pytalloc source to LGPLDavid Disseldorp3-31/+43
2020-11-10lib: talloc: Remove the ALWAYS_REALLOC code paths.talloc-2.3.2Jeremy Allison2-76/+1
2020-11-10talloc: alternatively use prama init for constructors if supportedBjörn Jacke1-1/+7
2020-11-10talloc/pytalloc: fix studio compler buildBjörn Jacke1-16/+16
2020-11-10talloc: fix studio compiler buildBjörn Jacke1-89/+97
2020-11-09lib: talloc: More tests for realloc when used with memlimited poolsArran Cudbard-Bell1-0/+103
2020-11-09lib: talloc: Fix memlimit on pool realloc.Jeremy Allison4-8/+144
2020-11-09lib: talloc: Add more debugging text for existing memlimit + pool testsArran Cudbard-Bell1-0/+14
2020-11-09lib: talloc: Fix pool object accounting when doing talloc_realloc() in the AL...Jeremy Allison1-2/+5
2020-11-09lib: talloc: Cleanup. Use consistent preprocessor logic macros.Jeremy Allison1-1/+1
2020-10-16talloc: also use portable __has_attribute macro to check for "deprecated" att...Björn Jacke1-1/+1
2020-06-09talloc: Mark ptr of talloc_unlink() not as a tainted scalarAndreas Schneider1-0/+2
2020-05-24talloc: also use portable __has_attribute macro to check for attribute supportBjörn Jacke1-1/+6
2020-05-08Fix clang 9 missing-field-initializer warningsGary Lockyer2-2/+2
2019-11-18talloc: Release talloc 2.3.1talloc-2.3.1Uri Simchoni3-1/+82
2019-09-26lib/talloc: clang: Fix 'Value stored during its initialization is never read'Noel Power1-1/+1
2019-09-01Spelling fixes s/recieved/received/Mathieu Parent1-2/+2
2019-08-21talloc: ASAN fix for test_magic_protectionSwen Schillig1-0/+2
2019-08-21talloc: ASAN fix for test_rustySwen Schillig1-1/+3
2019-08-21talloc: ASAN fix for test_pool_nestSwen Schillig1-0/+2
2019-08-21talloc: ASAN fix for test_talloc_free_in_destructorSwen Schillig1-0/+2
2019-08-21talloc: ASAN fix for test_realloc_on_destructor_parentSwen Schillig1-0/+2
2019-07-22talloc: Release talloc 2.3.0talloc-2.3.0Andrew Bartlett4-2/+83
2019-07-22talloc/py_util: remove tautologically dead codeDouglas Bagnall1-12/+0
2019-07-22talloc: pytalloc_get_checked_type: survive non-talloc objectsDouglas Bagnall1-1/+1
2019-07-22talloc: add pytalloc_get_name() helperDouglas Bagnall2-0/+13
2019-06-24py3: Remove PyStr_FromFormat() compatability macroAndrew Bartlett1-8/+2
2019-05-16lib/talloc: squash 'cast between incompatible function types' warningNoel Power2-5/+12
2019-05-09talloc torture: avoid NULL dereferenceDouglas Bagnall1-1/+3
2019-05-06talloc: Follow pattern of ldb and tdb to ensure "make test" depends on a buildAndrew Bartlett1-1/+7
2019-04-02Spelling fix s/informations/information/Mathieu Parent3-5/+5
2019-03-26pytalloc: Check for errors during module initialization.Kristján Valur1-3/+13
2019-03-26pytalloc: Handle memory errors when creating pytalloc objects.Kristján Valur1-6/+23
2019-03-26pytalloc: Further refactoring to eliminate duplicate code.Kristján Valur1-36/+34
2019-03-26pytalloc: Refactor the pytalloc_reference and pytalloc_steal to use a common ...Kristján Valur2-57/+32
2019-03-21talloc: Release talloc 2.2.0talloc-2.2.0Andrew Bartlett4-2/+82
2019-03-21build: Standardise on calling conf.SAMBA_CHECK_PYTHON() in librariesAndrew Bartlett1-10/+2
2019-03-21build: Remove manual specification of minimum python versionAndrew Bartlett1-1/+1
2019-03-21ABI: Remove unused .py3*.sigs filesAndrew Bartlett12-161/+0
2019-03-21build: Remove bld.gen_python_environments()Andrew Bartlett1-15/+14
2019-03-21build: Remove --extra-pythonAndrew Bartlett1-7/+0