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
/
source3
/
lib
/
talloc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r6014: rather large change set....
Gerald Carter
2007-10-10
1
-0
/
+13
*
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
2007-10-10
1
-11
/
+73
*
Based on the detective work of Jianliang Lu <j.lu@tiesse.com>, allow yet
Andrew Bartlett
2004-03-27
1
-0
/
+18
*
split some security related functions in their own files.
Simo Sorce
2003-10-06
1
-21
/
+0
*
Finish adding strings to all talloc_init() calls.
Jeremy Allison
2002-12-23
1
-1
/
+0
*
Forward port the change to talloc_init() to make all talloc contexts
Jeremy Allison
2002-12-20
1
-3
/
+3
*
The name pointer in the talloc context must not be a talloced entry as
Jeremy Allison
2002-12-14
1
-2
/
+13
*
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
2002-07-15
1
-6
/
+25
*
more verbose checking in talloc and util_pw
Simo Sorce
2002-03-18
1
-39
/
+49
*
getpid() -> sys_getpid()
Tim Potter
2002-03-14
1
-1
/
+1
*
Fix typo.
Martin Pool
2002-03-10
1
-1
/
+1
*
Removed version number from file header.
Tim Potter
2002-01-30
1
-1
/
+1
*
picky about realloc
Jean-François Micouleau
2002-01-25
1
-5
/
+6
*
FIXME We should turn the global list off when using Insure++,
Martin Pool
2002-01-14
1
-0
/
+3
*
Cope nicely with pools with no name.
Martin Pool
2002-01-03
1
-1
/
+10
*
talloc accounting now includes number of chunks and bytes allocated.
Martin Pool
2002-01-03
1
-9
/
+42
*
Add talloc_asprintf_append, which grows an existing string buffer to
Martin Pool
2002-01-03
1
-4
/
+76
*
Add --enable-dmalloc to link against the dmalloc malloc debugger.
Martin Pool
2001-12-20
1
-1
/
+7
*
Make TALLOC_CTX and talloc_chunk private to talloc.c.
Martin Pool
2001-12-19
1
-4
/
+74
*
Doc
Martin Pool
2001-12-19
1
-8
/
+12
*
Doc
Martin Pool
2001-12-19
1
-1
/
+7
*
Put PRINTF_ATTRIBUTE on talloc_init_named, talloc_asprintf,
Martin Pool
2001-12-19
1
-3
/
+3
*
Doc.
Martin Pool
2001-12-19
1
-0
/
+6
*
Start adding some debugging features to talloc based on Samba's
Martin Pool
2001-12-19
1
-7
/
+38
*
fixed an off by 1 bug in talloc_asprintf()
Andrew Tridgell
2001-12-05
1
-1
/
+1
*
const religion in talloc calls
Andrew Tridgell
2001-12-04
1
-2
/
+2
*
return of vsnprintf doesn't include termination
Andrew Tridgell
2001-10-14
1
-1
/
+1
*
bit neater talloc_asprintf() implementation
Andrew Tridgell
2001-10-14
1
-19
/
+11
*
introduce mangle backward compatibility functions
Simo Sorce
2001-10-13
1
-0
/
+31
*
move to SAFE_FREE()
Simo Sorce
2001-09-17
1
-5
/
+4
*
Change all realloc() statements to Realloc() (ecxept for tdb.c)
Simo Sorce
2001-08-08
1
-1
/
+1
*
Made talloc_realloc() semantics match realloc(). JF was complaining :-).
Jeremy Allison
2001-07-02
1
-0
/
+8
*
Spelling fix.
Tim Potter
2001-06-22
1
-1
/
+1
*
the BAD_PTR idea in talloc.h is actually a bad idea - it means callers have n...
Andrew Tridgell
2001-06-22
1
-7
/
+1
*
Added talloc_strdup() funcion.
Tim Potter
2001-05-11
1
-0
/
+6
*
Added Gerald's fixes.
Jeremy Allison
2001-03-23
1
-1
/
+0
*
a much simpler talloc() implementation. This version has the following
Andrew Tridgell
2001-03-23
1
-29
/
+36
*
Move to talloc control of SPOOL_XXX structs. Move to talloc control of
Jeremy Allison
2001-02-28
1
-0
/
+13
*
Added total memory allocated counter to talloc, so we can tell if a talloc
Jeremy Allison
2001-02-27
1
-0
/
+22
*
Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. Merged
Jeremy Allison
2000-12-15
1
-0
/
+5
*
reworked talloc() to in order to help track down invalid
Gerald Carter
2000-08-12
1
-25
/
+26
*
talloc returns 0xdeadbeef when asked to allocate 0 bytes
Gerald Carter
2000-08-10
1
-19
/
+29
*
Ok - this is a *BIG* change - but it fixes the problems with static strings
Jeremy Allison
2000-07-27
1
-1
/
+8
*
fixed size alignment in talloc
Andrew Tridgell
2000-06-26
1
-2
/
+2
*
Fixed pointer arithmetic found by IRIX compiler.
Jeremy Allison
2000-01-11
1
-1
/
+1
*
implemented talloc() as described on samba-technical. This fixes the
Andrew Tridgell
2000-01-05
1
-0
/
+96