index
:
delta/samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
talloc
Commit message (
Expand
)
Author
Age
Files
Lines
*
talloc: version 2.1.14
talloc-2.1.14
Stefan Metzmacher
2018-07-12
4
-1
/
+97
*
talloc: Fix some typos in the comments
Kai Blin
2018-05-28
1
-2
/
+2
*
Remove extra 0x prefix for the "%p" format specifiers, avoiding 0x0x0 strings...
Timur I. Bakeyev
2018-05-16
1
-1
/
+1
*
wscript_build: make sure we link extra-python versions of libraries
Noel Power
2018-04-13
1
-1
/
+1
*
talloc: version 2.1.13
talloc-2.1.13
Stefan Metzmacher
2018-04-05
4
-1
/
+97
*
talloc: use atexit() again instead of a library destructor
Stefan Metzmacher
2018-04-05
1
-10
/
+2
*
talloc: version 2.1.12
talloc-2.1.12
Stefan Metzmacher
2018-03-21
4
-1
/
+97
*
talloc: use a library destructor instead of atexit() if available
Stefan Metzmacher
2018-03-21
1
-28
/
+44
*
talloc: Fix size type and checks in _vasprintf_tc
Andreas Schneider
2018-03-21
1
-3
/
+8
*
talloc: Fix documentation typo
Martin Schwenke
2018-01-22
1
-1
/
+1
*
talloc: version 2.1.11
talloc-2.1.11
Stefan Metzmacher
2018-01-12
4
-1
/
+97
*
talloc: Do not disclose the random talloc magic in free()'ed memory
Andrew Bartlett
2018-01-12
1
-30
/
+88
*
talloc: Add tests to require use-after-free to give the correct talloc_abort(...
Andrew Bartlett
2018-01-12
1
-0
/
+68
*
talloc: Remove talloc_abort_magic()
Andrew Bartlett
2018-01-12
1
-15
/
+5
*
waf: disable-python - fix talloc wscript if bundling disabled
Ian Stakenvicius
2017-08-01
1
-9
/
+12
*
talloc: version 2.1.10
talloc-2.1.10
Stefan Metzmacher
2017-07-21
4
-1
/
+97
*
talloc: Fix execution of test_magic_differs from tarball
Lukas Slebodnik
2017-07-04
1
-0
/
+2
*
talloc: Use libraries from build dir for testsuite
Lukas Slebodnik
2017-07-04
1
-0
/
+4
*
waf: disable-python - align talloc's wscript
Ian Stakenvicius
2017-03-10
1
-7
/
+5
*
talloc: use the system pytalloc-util for python3 as well
Andrew Bartlett
2017-03-10
2
-16
/
+32
*
talloc: fix doxygen of talloc_move
Uri Simchoni
2017-03-10
1
-3
/
+4
*
talloc: version 2.1.9
talloc-2.1.9
Stefan Metzmacher
2017-02-25
6
-7
/
+97
*
pytalloc: add pytalloc_GenericObject_{steal,reference}[_ex]()
Stefan Metzmacher
2017-02-25
6
-12
/
+203
*
talloc: fix TALLOC_VERSION_* mismatch detection
Stefan Metzmacher
2017-02-22
3
-8
/
+9
*
talloc/wscript: avoid passing pointless enabled=True to SAMBA_PYTHON()
Stefan Metzmacher
2017-02-01
1
-2
/
+0
*
lib: talloc: Make it clear that talloc_get_size(NULL) returns 0.
Jeremy Allison
2017-01-12
1
-3
/
+0
*
talloc: Add tests for talloc destructor behaviour after talloc_realloc()
Andrew Bartlett
2016-12-13
1
-1
/
+66
*
talloc: Add tests for talloc_parent() after realloc() of the parent
Andrew Bartlett
2016-12-01
1
-4
/
+13
*
talloc: clarify that talloc_magic never includes the bits in TALLOC_FLAG_MASK
Andrew Bartlett
2016-12-01
1
-3
/
+4
*
talloc: add ASCII art to describe parent/child arrangement
Andrew Bartlett
2016-12-01
1
-0
/
+25
*
talloc: Fix CID 1373619 Unchecked return value
Volker Lendecke
2016-10-15
1
-3
/
+4
*
talloc: Fix CID 1373621 Unchecked return value
Volker Lendecke
2016-10-14
1
-2
/
+10
*
talloc: Fix format-nonliteral warning
Amitay Isaacs
2016-08-24
1
-2
/
+6
*
talloc: version 2.1.8
talloc-2.1.8
Stefan Metzmacher
2016-07-28
4
-1
/
+91
*
pytalloc: Add a warning about enable_null_tracking
Garming Sam
2016-07-19
1
-0
/
+2
*
lib: talloc: Add check for destructor protection.
Andrew Bartlett
2016-07-03
1
-0
/
+6
*
lib: talloc: As we have a struct talloc_chunk * in _talloc_free_children_inte...
Andrew Bartlett
2016-07-03
1
-1
/
+1
*
lib: talloc: As _tc_free_internal() takes a struct talloc_chunk *, add an ext...
Andrew Bartlett
2016-07-03
1
-0
/
+14
*
lib: talloc: Rename the internals of _talloc_free_internal() to _tc_free_inte...
Andrew Bartlett
2016-07-03
1
-19
/
+31
*
lib: talloc: Call talloc_chunk_from_ptr() less often in __talloc_with_prefix()
Andrew Bartlett
2016-07-03
1
-8
/
+7
*
lib: talloc: Rename talloc_set_name_v() to tc_set_name_v(). Make it take a st...
Andrew Bartlett
2016-07-03
1
-11
/
+19
*
lib: talloc: Add _vasprintf_tc() which returns the struct talloc_chunk *, not...
Andrew Bartlett
2016-07-03
1
-3
/
+17
*
lib: talloc: Change _talloc_set_name_const() to _tc_set_name_const()
Andrew Bartlett
2016-07-03
1
-12
/
+14
*
lib: talloc: Change __talloc() to return a struct talloc_chunk *.
Andrew Bartlett
2016-07-03
1
-9
/
+16
*
lib: talloc: Change __talloc_with_prefix() to return a struct talloc_chunk *.
Andrew Bartlett
2016-07-03
1
-5
/
+8
*
lib: talloc: Rename talloc_XXX() internal functions that take a 'struct tallo...
Jeremy Allison
2016-07-03
1
-17
/
+17
*
talloc: rename local timeval function copies
Ralph Boehme
2016-06-01
1
-12
/
+12
*
pytalloc: avoid double 0x0x in repr strings
Douglas Bagnall
2016-05-10
1
-1
/
+1
*
talloc: version 2.1.7
talloc-2.1.7
Stefan Metzmacher
2016-05-05
4
-1
/
+91
*
lib:talloc. Fix memory leak when destructors reparent children.
Saji VR
2016-05-05
1
-1
/
+1
[next]