index
:
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-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-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
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
talloc
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-21
talloc: version 2.1.12
talloc-2.1.12
Stefan Metzmacher
4
-1
/
+97
2018-03-21
talloc: use a library destructor instead of atexit() if available
Stefan Metzmacher
1
-28
/
+44
2018-03-21
talloc: Fix size type and checks in _vasprintf_tc
Andreas Schneider
1
-3
/
+8
2018-01-22
talloc: Fix documentation typo
Martin Schwenke
1
-1
/
+1
2018-01-12
talloc: version 2.1.11
talloc-2.1.11
Stefan Metzmacher
4
-1
/
+97
2018-01-12
talloc: Do not disclose the random talloc magic in free()'ed memory
Andrew Bartlett
1
-30
/
+88
2018-01-12
talloc: Add tests to require use-after-free to give the correct talloc_abort(...
Andrew Bartlett
1
-0
/
+68
2018-01-12
talloc: Remove talloc_abort_magic()
Andrew Bartlett
1
-15
/
+5
2017-08-01
waf: disable-python - fix talloc wscript if bundling disabled
Ian Stakenvicius
1
-9
/
+12
2017-07-21
talloc: version 2.1.10
talloc-2.1.10
Stefan Metzmacher
4
-1
/
+97
2017-07-04
talloc: Fix execution of test_magic_differs from tarball
Lukas Slebodnik
1
-0
/
+2
2017-07-04
talloc: Use libraries from build dir for testsuite
Lukas Slebodnik
1
-0
/
+4
2017-03-10
waf: disable-python - align talloc's wscript
Ian Stakenvicius
1
-7
/
+5
2017-03-10
talloc: use the system pytalloc-util for python3 as well
Andrew Bartlett
2
-16
/
+32
2017-03-10
talloc: fix doxygen of talloc_move
Uri Simchoni
1
-3
/
+4
2017-02-25
talloc: version 2.1.9
talloc-2.1.9
Stefan Metzmacher
6
-7
/
+97
2017-02-25
pytalloc: add pytalloc_GenericObject_{steal,reference}[_ex]()
Stefan Metzmacher
6
-12
/
+203
2017-02-22
talloc: fix TALLOC_VERSION_* mismatch detection
Stefan Metzmacher
3
-8
/
+9
2017-02-01
talloc/wscript: avoid passing pointless enabled=True to SAMBA_PYTHON()
Stefan Metzmacher
1
-2
/
+0
2017-01-12
lib: talloc: Make it clear that talloc_get_size(NULL) returns 0.
Jeremy Allison
1
-3
/
+0
2016-12-13
talloc: Add tests for talloc destructor behaviour after talloc_realloc()
Andrew Bartlett
1
-1
/
+66
2016-12-01
talloc: Add tests for talloc_parent() after realloc() of the parent
Andrew Bartlett
1
-4
/
+13
2016-12-01
talloc: clarify that talloc_magic never includes the bits in TALLOC_FLAG_MASK
Andrew Bartlett
1
-3
/
+4
2016-12-01
talloc: add ASCII art to describe parent/child arrangement
Andrew Bartlett
1
-0
/
+25
2016-10-15
talloc: Fix CID 1373619 Unchecked return value
Volker Lendecke
1
-3
/
+4
2016-10-14
talloc: Fix CID 1373621 Unchecked return value
Volker Lendecke
1
-2
/
+10
2016-08-24
talloc: Fix format-nonliteral warning
Amitay Isaacs
1
-2
/
+6
2016-07-28
talloc: version 2.1.8
talloc-2.1.8
Stefan Metzmacher
4
-1
/
+91
2016-07-19
pytalloc: Add a warning about enable_null_tracking
Garming Sam
1
-0
/
+2
2016-07-03
lib: talloc: Add check for destructor protection.
Andrew Bartlett
1
-0
/
+6
2016-07-03
lib: talloc: As we have a struct talloc_chunk * in _talloc_free_children_inte...
Andrew Bartlett
1
-1
/
+1
2016-07-03
lib: talloc: As _tc_free_internal() takes a struct talloc_chunk *, add an ext...
Andrew Bartlett
1
-0
/
+14
2016-07-03
lib: talloc: Rename the internals of _talloc_free_internal() to _tc_free_inte...
Andrew Bartlett
1
-19
/
+31
2016-07-03
lib: talloc: Call talloc_chunk_from_ptr() less often in __talloc_with_prefix()
Andrew Bartlett
1
-8
/
+7
2016-07-03
lib: talloc: Rename talloc_set_name_v() to tc_set_name_v(). Make it take a st...
Andrew Bartlett
1
-11
/
+19
2016-07-03
lib: talloc: Add _vasprintf_tc() which returns the struct talloc_chunk *, not...
Andrew Bartlett
1
-3
/
+17
2016-07-03
lib: talloc: Change _talloc_set_name_const() to _tc_set_name_const()
Andrew Bartlett
1
-12
/
+14
2016-07-03
lib: talloc: Change __talloc() to return a struct talloc_chunk *.
Andrew Bartlett
1
-9
/
+16
2016-07-03
lib: talloc: Change __talloc_with_prefix() to return a struct talloc_chunk *.
Andrew Bartlett
1
-5
/
+8
2016-07-03
lib: talloc: Rename talloc_XXX() internal functions that take a 'struct tallo...
Jeremy Allison
1
-17
/
+17
2016-06-01
talloc: rename local timeval function copies
Ralph Boehme
1
-12
/
+12
2016-05-10
pytalloc: avoid double 0x0x in repr strings
Douglas Bagnall
1
-1
/
+1
2016-05-05
talloc: version 2.1.7
talloc-2.1.7
Stefan Metzmacher
4
-1
/
+91
2016-05-05
lib:talloc. Fix memory leak when destructors reparent children.
Saji VR
1
-1
/
+1
2016-04-26
talloc/testsuite: Fix CID 1291641 - Logically dead code
Robin Hack
1
-5
/
+5
2016-03-08
pytalloc: Correct description of pytalloc_Get{Base,}ObjectType behaviour
talloc-2.1.6
Andrew Bartlett
1
-6
/
+8
2016-03-08
pytalloc: Add pytalloc_BaseObject_PyType_Ready() wrapper
Andrew Bartlett
5
-0
/
+23
2016-03-08
talloc: Bump version number
Andrew Bartlett
4
-1
/
+89
2016-03-08
pytalloc: Add new BaseObject
Andrew Bartlett
7
-31
/
+433
2016-03-08
pytalloc: add a _pytalloc_get_type() helper function and generate PyExc_TypeE...
Stefan Metzmacher
2
-4
/
+17
[prev]
[next]