summaryrefslogtreecommitdiff
path: root/lib/talloc
AgeCommit message (Expand)AuthorFilesLines
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
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