summaryrefslogtreecommitdiff
path: root/source3/lib/talloc.c
AgeCommit message (Expand)AuthorFilesLines
2003-10-06split some security related functions in their own files.Simo Sorce1-21/+0
2002-12-23Finish adding strings to all talloc_init() calls.Jeremy Allison1-1/+0
2002-12-20Forward port the change to talloc_init() to make all talloc contextsJeremy Allison1-3/+3
2002-12-14The name pointer in the talloc context must not be a talloced entry asJeremy Allison1-2/+13
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-6/+25
2002-03-18more verbose checking in talloc and util_pwSimo Sorce1-39/+49
2002-03-14getpid() -> sys_getpid()Tim Potter1-1/+1
2002-03-10Fix typo.Martin Pool1-1/+1
2002-01-30Removed version number from file header.Tim Potter1-1/+1
2002-01-25picky about reallocJean-François Micouleau1-5/+6
2002-01-14FIXME We should turn the global list off when using Insure++,Martin Pool1-0/+3
2002-01-03Cope nicely with pools with no name.Martin Pool1-1/+10
2002-01-03talloc accounting now includes number of chunks and bytes allocated.Martin Pool1-9/+42
2002-01-03Add talloc_asprintf_append, which grows an existing string buffer toMartin Pool1-4/+76
2001-12-20Add --enable-dmalloc to link against the dmalloc malloc debugger.Martin Pool1-1/+7
2001-12-19Make TALLOC_CTX and talloc_chunk private to talloc.c.Martin Pool1-4/+74
2001-12-19DocMartin Pool1-8/+12
2001-12-19DocMartin Pool1-1/+7
2001-12-19Put PRINTF_ATTRIBUTE on talloc_init_named, talloc_asprintf,Martin Pool1-3/+3
2001-12-19Doc.Martin Pool1-0/+6
2001-12-19Start adding some debugging features to talloc based on Samba'sMartin Pool1-7/+38
2001-12-05fixed an off by 1 bug in talloc_asprintf()Andrew Tridgell1-1/+1
2001-12-04const religion in talloc callsAndrew Tridgell1-2/+2
2001-10-14return of vsnprintf doesn't include terminationAndrew Tridgell1-1/+1
2001-10-14bit neater talloc_asprintf() implementationAndrew Tridgell1-19/+11
2001-10-13introduce mangle backward compatibility functionsSimo Sorce1-0/+31
2001-09-17move to SAFE_FREE()Simo Sorce1-5/+4
2001-08-08Change all realloc() statements to Realloc() (ecxept for tdb.c)Simo Sorce1-1/+1
2001-07-02Made talloc_realloc() semantics match realloc(). JF was complaining :-).Jeremy Allison1-0/+8
2001-06-22Spelling fix.Tim Potter1-1/+1
2001-06-22the BAD_PTR idea in talloc.h is actually a bad idea - it means callers have n...Andrew Tridgell1-7/+1
2001-05-11Added talloc_strdup() funcion.Tim Potter1-0/+6
2001-03-23Added Gerald's fixes.Jeremy Allison1-1/+0
2001-03-23a much simpler talloc() implementation. This version has the followingAndrew Tridgell1-29/+36
2001-02-28Move to talloc control of SPOOL_XXX structs. Move to talloc control ofJeremy Allison1-0/+13
2001-02-27Added total memory allocated counter to talloc, so we can tell if a tallocJeremy Allison1-0/+22
2000-12-15Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. MergedJeremy Allison1-0/+5
2000-08-12reworked talloc() to in order to help track down invalidGerald Carter1-25/+26
2000-08-10talloc returns 0xdeadbeef when asked to allocate 0 bytesGerald Carter1-19/+29
2000-07-27Ok - this is a *BIG* change - but it fixes the problems with static stringsJeremy Allison1-1/+8
2000-06-26fixed size alignment in tallocAndrew Tridgell1-2/+2
2000-01-11Fixed pointer arithmetic found by IRIX compiler.Jeremy Allison1-1/+1
2000-01-05implemented talloc() as described on samba-technical. This fixes theAndrew Tridgell1-0/+96