summaryrefslogtreecommitdiff
path: root/lib/talloc
AgeCommit message (Expand)AuthorFilesLines
2025-09-02lib: Add talloc_realloc_zero()talloc-2.4.4Volker Lendecke5-1/+150
2025-08-14lib: docs: talloc: fix a wrong cd commandMichael Adam1-1/+1
2025-08-14lib:talloc: Remove obsolete web pageAndreas Schneider1-51/+0
2025-02-06talloc: version 2.4.3talloc-2.4.3Jule Anger3-1/+83
2025-02-05talloc: Add a comment explaining talloc_asprintf_addbuf()Volker Lendecke1-0/+4
2025-01-02replace direct calls to memset_s() with commonly used macrosMichael Tokarev1-1/+1
2024-12-12talloc: Add LGPLv3 LICENSE fileAndreas Schneider1-0/+165
2024-09-28doc: Update doc about talloc vs malloc speedAndreas Schneider3-17/+16
2024-09-28lib:talloc: Use tabs to align output in speed testAndreas Schneider1-5/+5
2024-09-28lib:talloc: Increase alloc size to 128 kilobytesAndreas Schneider1-16/+20
2024-09-28lib:talloc: Don't optimize the speed testAndreas Schneider1-0/+9
2024-09-28lib:talloc: Add talloc_zero vs calloc testAndreas Schneider1-0/+39
2024-09-28lib:talloc: Use memset_s() to avoid the call gets optimized outAndreas Schneider2-2/+2
2024-09-28lib:talloc: Remove trailing spaces from testsuite.cAndreas Schneider1-31/+31
2024-05-31talloc:pytest: remove tests that only test Python 2Douglas Bagnall1-36/+0
2024-01-29talloc: release 2.4.2talloc-2.4.2Jule Anger3-1/+83
2023-12-08talloc: Fix documentationJoseph Sutton1-2/+2
2023-11-20Use python.h from libreplaceAndreas Schneider3-3/+3
2023-10-25talloc: Fix documentationJoseph Sutton1-1/+1
2023-08-08talloc: Fix typoJoseph Sutton1-1/+1
2023-07-19talloc: release 2.4.1talloc-2.4.1Stefan Metzmacher3-1/+83
2023-04-14lib:talloc: Fix code spellingAndreas Schneider3-5/+5
2023-04-12talloc: Remove unneeded va_copy()Joseph Sutton1-3/+1
2023-04-12talloc: Put comment back in appropriate placeJoseph Sutton1-1/+1
2023-03-30lib:talloc: Move talloc_get_size() out of the talloc reference groupAndreas Schneider1-13/+13
2023-02-17talloc: remove Python 2 #if clausesDouglas Bagnall2-62/+4
2023-02-02Python: remove pydoctorRob van der Linde2-10/+0
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