summaryrefslogtreecommitdiff
path: root/lib/talloc
Commit message (Expand)AuthorAgeFilesLines
* 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
* build: Workaround python3 hash order issues (for now)Andrew Bartlett2018-12-131-1/+1
* lib:talloc: Fix undefined behavior in talloc_memdupAndreas Schneider2018-12-121-2/+7
* PY3: switch current build to use python3Noel Power2018-12-102-2/+4
* lib: talloc: Mark talloc_autofree_context() as deprecated.Jeremy Allison2018-11-061-8/+9
* talloc/test/pytalloc: remove unused importsDouglas Bagnall2018-10-251-1/+0
* talloc: deprecate talloc_set_memlimit()David Disseldorp2018-10-191-1/+11
* PY3: detect talloc_utils (for version of python running the build)Noel Power2018-09-161-2/+2
* lib/talloc/wscript: update to handle waf 2.0.4Alexander Bokovoy2018-09-051-19/+17
* PEP8: fix E302: expected 2 blank lines, found 1Joe Guo2018-08-241-0/+2
* talloc: version 2.1.14talloc-2.1.14Stefan Metzmacher2018-07-124-1/+97
* talloc: Fix some typos in the commentsKai Blin2018-05-281-2/+2
* Remove extra 0x prefix for the "%p" format specifiers, avoiding 0x0x0 strings...Timur I. Bakeyev2018-05-161-1/+1
* wscript_build: make sure we link extra-python versions of librariesNoel Power2018-04-131-1/+1
* talloc: version 2.1.13talloc-2.1.13Stefan Metzmacher2018-04-054-1/+97
* talloc: use atexit() again instead of a library destructorStefan Metzmacher2018-04-051-10/+2
* talloc: version 2.1.12talloc-2.1.12Stefan Metzmacher2018-03-214-1/+97
* talloc: use a library destructor instead of atexit() if availableStefan Metzmacher2018-03-211-28/+44