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
/
talloc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-08
talloc: Fix documentation
Joseph Sutton
1
-2
/
+2
2023-04-14
lib:talloc: Fix code spelling
Andreas Schneider
1
-3
/
+3
2023-04-12
talloc: Remove unneeded va_copy()
Joseph Sutton
1
-3
/
+1
2023-04-12
talloc: Put comment back in appropriate place
Joseph Sutton
1
-1
/
+1
2023-01-10
lib/talloc: Zero-initialise chunk pointers
Joseph Sutton
1
-6
/
+6
2022-12-14
lib: Move talloc_asprintf_addbuf() to talloc
Volker Lendecke
1
-0
/
+23
2020-11-10
lib: talloc: Remove the ALWAYS_REALLOC code paths.
talloc-2.3.2
Jeremy Allison
1
-68
/
+1
2020-11-10
talloc: alternatively use prama init for constructors if supported
Björn Jacke
1
-1
/
+7
2020-11-09
lib: talloc: Fix memlimit on pool realloc.
Jeremy Allison
1
-7
/
+62
2020-11-09
lib: talloc: Fix pool object accounting when doing talloc_realloc() in the AL...
Jeremy Allison
1
-2
/
+5
2020-11-09
lib: talloc: Cleanup. Use consistent preprocessor logic macros.
Jeremy Allison
1
-1
/
+1
2020-06-09
talloc: Mark ptr of talloc_unlink() not as a tainted scalar
Andreas Schneider
1
-0
/
+2
2019-03-19
talloc: Fix alignment issues for casting pointers
Andreas Schneider
1
-5
/
+25
2018-12-12
lib:talloc: Fix undefined behavior in talloc_memdup
Andreas Schneider
1
-2
/
+7
2018-04-05
talloc: use atexit() again instead of a library destructor
Stefan Metzmacher
1
-10
/
+2
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-12
talloc: Do not disclose the random talloc magic in free()'ed memory
Andrew Bartlett
1
-30
/
+88
2018-01-12
talloc: Remove talloc_abort_magic()
Andrew Bartlett
1
-15
/
+5
2017-02-22
talloc: fix TALLOC_VERSION_* mismatch detection
Stefan Metzmacher
1
-7
/
+4
2017-01-12
lib: talloc: Make it clear that talloc_get_size(NULL) returns 0.
Jeremy Allison
1
-3
/
+0
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-08-24
talloc: Fix format-nonliteral warning
Amitay Isaacs
1
-2
/
+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-05-05
lib:talloc. Fix memory leak when destructors reparent children.
Saji VR
1
-1
/
+1
2015-10-09
talloc: Provide tests access to talloc_magic
Adrian Cochrane
1
-0
/
+5
2015-10-09
lib/talloc: Provide multiple-loading detection for libtalloc via rand()
Andrew Bartlett
1
-1
/
+16
2015-10-09
lib/talloc: Disrupt buffer overflow attacks on Samba by using random magic
Andrew Bartlett
1
-18
/
+51
2015-03-09
talloc: fix _talloc_total_limit_size prototype
Stefan Metzmacher
1
-1
/
+1
2015-03-08
lib: talloc: Allow destructors to reparent the object they're called on.
Jeremy Allison
1
-0
/
+7
2015-03-08
lib: talloc: Fix bug when calling a destructor.
Jeremy Allison
1
-1
/
+7
2014-05-16
talloc: fix compiler warning
Stefan Metzmacher
1
-1
/
+4
2014-05-16
talloc: inline talloc_get_name()
Stefan Metzmacher
1
-6
/
+10
2014-05-16
talloc: inline more static functions
Stefan Metzmacher
1
-19
/
+26
2014-05-15
talloc: Tune talloc_vasprintf
Volker Lendecke
1
-5
/
+9
2013-09-08
talloc: Add talloc_pooled_object
Volker Lendecke
1
-0
/
+66
2013-09-08
talloc: Allow nested pools.
Volker Lendecke
1
-22
/
+25
2013-09-08
talloc: Add a separate pool size
Volker Lendecke
1
-12
/
+23
2013-09-08
talloc: Put pool-specific data before the chunk
Volker Lendecke
1
-79
/
+125
2013-09-08
talloc: Introduce __talloc_with_prefix
Volker Lendecke
1
-10
/
+22
[next]