summaryrefslogtreecommitdiff
path: root/lib/talloc
Commit message (Expand)AuthorAgeFilesLines
* lib:talloc: Fix code spellingAndreas Schneider2023-04-143-5/+5
* talloc: Remove unneeded va_copy()Joseph Sutton2023-04-121-3/+1
* talloc: Put comment back in appropriate placeJoseph Sutton2023-04-121-1/+1
* lib:talloc: Move talloc_get_size() out of the talloc reference groupAndreas Schneider2023-03-301-13/+13
* talloc: remove Python 2 #if clausesDouglas Bagnall2023-02-172-62/+4
* Python: remove pydoctorRob van der Linde2023-02-022-10/+0
* talloc: version 2.4.0talloc-2.4.0Stefan Metzmacher2023-01-184-2/+84
* lib/talloc: Zero-initialise chunk pointersJoseph Sutton2023-01-101-6/+6
* lib: Move talloc_asprintf_addbuf() to tallocVolker Lendecke2022-12-145-1/+120
* talloc: version 2.3.4talloc-2.3.4Stefan Metzmacher2022-06-083-1/+82
* configure/Makefile: export PYTHONHASHSEED=1 in all 'configure/Makefile' scriptsStefan Metzmacher2022-03-291-0/+7
* lib:replace: Reformat shell scriptsAndreas Schneider2022-02-241-1/+1
* nsswitch: reduce dependecies to private libraries and link static/builtin if ...Stefan Metzmacher2021-11-301-0/+1
* talloc: version 2.3.3talloc-2.3.3Stefan Metzmacher2021-07-143-1/+82
* python: Ensure reference counts are properly incrementedJoseph Sutton2021-05-191-2/+2
* Bug 9931: change pytalloc source to LGPLDavid Disseldorp2021-03-163-31/+43
* lib: talloc: Remove the ALWAYS_REALLOC code paths.talloc-2.3.2Jeremy Allison2020-11-102-76/+1
* talloc: alternatively use prama init for constructors if supportedBjörn Jacke2020-11-101-1/+7
* talloc/pytalloc: fix studio compler buildBjörn Jacke2020-11-101-16/+16
* talloc: fix studio compiler buildBjörn Jacke2020-11-101-89/+97
* lib: talloc: More tests for realloc when used with memlimited poolsArran Cudbard-Bell2020-11-091-0/+103
* lib: talloc: Fix memlimit on pool realloc.Jeremy Allison2020-11-094-8/+144
* lib: talloc: Add more debugging text for existing memlimit + pool testsArran Cudbard-Bell2020-11-091-0/+14
* lib: talloc: Fix pool object accounting when doing talloc_realloc() in the AL...Jeremy Allison2020-11-091-2/+5
* lib: talloc: Cleanup. Use consistent preprocessor logic macros.Jeremy Allison2020-11-091-1/+1
* talloc: also use portable __has_attribute macro to check for "deprecated" att...Björn Jacke2020-10-161-1/+1
* talloc: Mark ptr of talloc_unlink() not as a tainted scalarAndreas Schneider2020-06-091-0/+2
* talloc: also use portable __has_attribute macro to check for attribute supportBjörn Jacke2020-05-241-1/+6
* Fix clang 9 missing-field-initializer warningsGary Lockyer2020-05-082-2/+2
* talloc: Release talloc 2.3.1talloc-2.3.1Uri Simchoni2019-11-183-1/+82
* lib/talloc: clang: Fix 'Value stored during its initialization is never read'Noel Power2019-09-261-1/+1
* Spelling fixes s/recieved/received/Mathieu Parent2019-09-011-2/+2
* talloc: ASAN fix for test_magic_protectionSwen Schillig2019-08-211-0/+2
* talloc: ASAN fix for test_rustySwen Schillig2019-08-211-1/+3
* talloc: ASAN fix for test_pool_nestSwen Schillig2019-08-211-0/+2
* talloc: ASAN fix for test_talloc_free_in_destructorSwen Schillig2019-08-211-0/+2
* talloc: ASAN fix for test_realloc_on_destructor_parentSwen Schillig2019-08-211-0/+2
* talloc: Release talloc 2.3.0talloc-2.3.0Andrew Bartlett2019-07-224-2/+83
* talloc/py_util: remove tautologically dead codeDouglas Bagnall2019-07-221-12/+0
* talloc: pytalloc_get_checked_type: survive non-talloc objectsDouglas Bagnall2019-07-221-1/+1
* talloc: add pytalloc_get_name() helperDouglas Bagnall2019-07-222-0/+13
* py3: Remove PyStr_FromFormat() compatability macroAndrew Bartlett2019-06-241-8/+2
* lib/talloc: squash 'cast between incompatible function types' warningNoel Power2019-05-162-5/+12
* talloc torture: avoid NULL dereferenceDouglas Bagnall2019-05-091-1/+3
* talloc: Follow pattern of ldb and tdb to ensure "make test" depends on a buildAndrew Bartlett2019-05-061-1/+7
* Spelling fix s/informations/information/Mathieu Parent2019-04-023-5/+5
* pytalloc: Check for errors during module initialization.Kristján Valur2019-03-261-3/+13
* pytalloc: Handle memory errors when creating pytalloc objects.Kristján Valur2019-03-261-6/+23
* pytalloc: Further refactoring to eliminate duplicate code.Kristján Valur2019-03-261-36/+34
* pytalloc: Refactor the pytalloc_reference and pytalloc_steal to use a common ...Kristján Valur2019-03-262-57/+32