summaryrefslogtreecommitdiff
path: root/lib/talloc
AgeCommit message (Expand)AuthorFilesLines
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
2019-03-21pytalloc: Remove deprecated pytalloc_CObject_FromTallocPtr()Andrew Bartlett2-32/+0
2019-03-19talloc: Fix alignment issues for casting pointersAndreas Schneider1-5/+25
2019-02-26talloc: version 2.1.16talloc-2.1.16Stefan Metzmacher4-1/+97
2019-02-26Search for location of waf scriptDavid Mulder1-1/+2
2019-01-15talloc: version 2.1.15talloc-2.1.15Stefan Metzmacher4-1/+97
2018-12-14PY3: change shebang to python3 in lib dirJoe Guo1-1/+1
2018-12-14build: Move python detection back into waf (instead of in configure and Makef...Andrew Bartlett2-2/+1
2018-12-13build: Workaround python3 hash order issues (for now)Andrew Bartlett1-1/+1
2018-12-12lib:talloc: Fix undefined behavior in talloc_memdupAndreas Schneider1-2/+7
2018-12-10PY3: switch current build to use python3Noel Power2-2/+4