summaryrefslogtreecommitdiff
path: root/lib/talloc
AgeCommit message (Expand)AuthorFilesLines
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
2018-11-06lib: talloc: Mark talloc_autofree_context() as deprecated.Jeremy Allison1-8/+9
2018-10-25talloc/test/pytalloc: remove unused importsDouglas Bagnall1-1/+0
2018-10-19talloc: deprecate talloc_set_memlimit()David Disseldorp1-1/+11
2018-09-16PY3: detect talloc_utils (for version of python running the build)Noel Power1-2/+2
2018-09-05lib/talloc/wscript: update to handle waf 2.0.4Alexander Bokovoy1-19/+17
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo1-0/+2
2018-07-12talloc: version 2.1.14talloc-2.1.14Stefan Metzmacher4-1/+97
2018-05-28talloc: Fix some typos in the commentsKai Blin1-2/+2
2018-05-16Remove extra 0x prefix for the "%p" format specifiers, avoiding 0x0x0 strings...Timur I. Bakeyev1-1/+1
2018-04-13wscript_build: make sure we link extra-python versions of librariesNoel Power1-1/+1
2018-04-05talloc: version 2.1.13talloc-2.1.13Stefan Metzmacher4-1/+97
2018-04-05talloc: use atexit() again instead of a library destructorStefan Metzmacher1-10/+2
2018-03-21talloc: version 2.1.12talloc-2.1.12Stefan Metzmacher4-1/+97
2018-03-21talloc: use a library destructor instead of atexit() if availableStefan Metzmacher1-28/+44
2018-03-21talloc: Fix size type and checks in _vasprintf_tcAndreas Schneider1-3/+8
2018-01-22talloc: Fix documentation typoMartin Schwenke1-1/+1
2018-01-12talloc: version 2.1.11talloc-2.1.11Stefan Metzmacher4-1/+97
2018-01-12talloc: Do not disclose the random talloc magic in free()'ed memoryAndrew Bartlett1-30/+88
2018-01-12talloc: Add tests to require use-after-free to give the correct talloc_abort(...Andrew Bartlett1-0/+68
2018-01-12talloc: Remove talloc_abort_magic()Andrew Bartlett1-15/+5
2017-08-01waf: disable-python - fix talloc wscript if bundling disabledIan Stakenvicius1-9/+12
2017-07-21talloc: version 2.1.10talloc-2.1.10Stefan Metzmacher4-1/+97
2017-07-04talloc: Fix execution of test_magic_differs from tarballLukas Slebodnik1-0/+2
2017-07-04talloc: Use libraries from build dir for testsuiteLukas Slebodnik1-0/+4
2017-03-10waf: disable-python - align talloc's wscriptIan Stakenvicius1-7/+5
2017-03-10talloc: use the system pytalloc-util for python3 as wellAndrew Bartlett2-16/+32
2017-03-10talloc: fix doxygen of talloc_moveUri Simchoni1-3/+4
2017-02-25talloc: version 2.1.9talloc-2.1.9Stefan Metzmacher6-7/+97
2017-02-25pytalloc: add pytalloc_GenericObject_{steal,reference}[_ex]()Stefan Metzmacher6-12/+203
2017-02-22talloc: fix TALLOC_VERSION_* mismatch detectionStefan Metzmacher3-8/+9
2017-02-01talloc/wscript: avoid passing pointless enabled=True to SAMBA_PYTHON()Stefan Metzmacher1-2/+0
2017-01-12lib: talloc: Make it clear that talloc_get_size(NULL) returns 0.Jeremy Allison1-3/+0
2016-12-13talloc: Add tests for talloc destructor behaviour after talloc_realloc()Andrew Bartlett1-1/+66
2016-12-01talloc: Add tests for talloc_parent() after realloc() of the parentAndrew Bartlett1-4/+13