summaryrefslogtreecommitdiff
path: root/lib/talloc
Commit message (Expand)AuthorAgeFilesLines
* 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
* talloc: Fix size type and checks in _vasprintf_tcAndreas Schneider2018-03-211-3/+8
* talloc: Fix documentation typoMartin Schwenke2018-01-221-1/+1
* talloc: version 2.1.11talloc-2.1.11Stefan Metzmacher2018-01-124-1/+97
* talloc: Do not disclose the random talloc magic in free()'ed memoryAndrew Bartlett2018-01-121-30/+88
* talloc: Add tests to require use-after-free to give the correct talloc_abort(...Andrew Bartlett2018-01-121-0/+68
* talloc: Remove talloc_abort_magic()Andrew Bartlett2018-01-121-15/+5
* waf: disable-python - fix talloc wscript if bundling disabledIan Stakenvicius2017-08-011-9/+12
* talloc: version 2.1.10talloc-2.1.10Stefan Metzmacher2017-07-214-1/+97
* talloc: Fix execution of test_magic_differs from tarballLukas Slebodnik2017-07-041-0/+2
* talloc: Use libraries from build dir for testsuiteLukas Slebodnik2017-07-041-0/+4
* waf: disable-python - align talloc's wscriptIan Stakenvicius2017-03-101-7/+5