summaryrefslogtreecommitdiff
path: root/lib/talloc
Commit message (Expand)AuthorAgeFilesLines
* 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
* talloc: Release talloc 2.2.0talloc-2.2.0Andrew Bartlett2019-03-214-2/+82
* build: Standardise on calling conf.SAMBA_CHECK_PYTHON() in librariesAndrew Bartlett2019-03-211-10/+2
* build: Remove manual specification of minimum python versionAndrew Bartlett2019-03-211-1/+1
* ABI: Remove unused .py3*.sigs filesAndrew Bartlett2019-03-2112-161/+0
* build: Remove bld.gen_python_environments()Andrew Bartlett2019-03-211-15/+14
* build: Remove --extra-pythonAndrew Bartlett2019-03-211-7/+0
* pytalloc: Remove deprecated pytalloc_CObject_FromTallocPtr()Andrew Bartlett2019-03-212-32/+0
* talloc: Fix alignment issues for casting pointersAndreas Schneider2019-03-191-5/+25
* talloc: version 2.1.16talloc-2.1.16Stefan Metzmacher2019-02-264-1/+97
* Search for location of waf scriptDavid Mulder2019-02-261-1/+2
* talloc: version 2.1.15talloc-2.1.15Stefan Metzmacher2019-01-154-1/+97
* PY3: change shebang to python3 in lib dirJoe Guo2018-12-141-1/+1
* build: Move python detection back into waf (instead of in configure and Makef...Andrew Bartlett2018-12-142-2/+1