r1570: merging changes from 3.0.5
[tprouty/samba.git] / source / lib / talloc.c
2004-03-27 Andrew BartlettBased on the detective work of Jianliang Lu <j.lu@tiess...
2003-10-06 Simo Sorcesplit some security related functions in their own...
2003-10-06 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-10-06 Simo Sorcesplit some security related functions in their own...
2002-12-23 Jeremy AllisonFinish adding strings to all talloc_init() calls.
2002-12-23 Jeremy AllisonFinish adding strings to all talloc_init() calls.
2002-12-20 Jeremy AllisonForward port the change to talloc_init() to make all...
2002-12-20 Jeremy AllisonForward port the change to talloc_init() to make all...
2002-12-14 Jeremy AllisonThe name pointer in the talloc context must not be...
2002-12-14 Jeremy AllisonThe name pointer in the talloc context must not be...
2002-07-15 Andrew Tridgellupdated the 3.0 branch from the head branch - ready...
2002-07-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-07-01 Andrew Tridgellused findstatic.pl to make some variables static and...
2002-06-03 Andrew Tridgellput the ifdef for HAVE_VA_COPY in one place rather...
2002-05-16 Jim McDonoughAdd __va_copy to talloc functions. talloc_asprintf...
2002-04-14 Andrew BartlettPartly based on the work by mimir (Rafal Szczesniak
2002-04-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-03-18 Simo Sorcemore verbose checking in talloc and util_pw
2002-03-14 Tim Pottergetpid() -> sys_getpid()
2002-03-10 Martin PoolFix typo.
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-25 Jean-François Mico... picky about realloc
2002-01-14 Martin PoolFIXME We should turn the global list off when using...
2002-01-03 Martin PoolCope nicely with pools with no name.
2002-01-03 Martin Pooltalloc accounting now includes number of chunks and...
2002-01-03 Martin PoolAdd talloc_asprintf_append, which grows an existing...
2001-12-20 Martin PoolAdd --enable-dmalloc to link against the dmalloc malloc...
2001-12-19 Martin PoolMake TALLOC_CTX and talloc_chunk private to talloc.c.
2001-12-19 Martin PoolDoc
2001-12-19 Martin PoolDoc
2001-12-19 Martin PoolPut PRINTF_ATTRIBUTE on talloc_init_named, talloc_asprintf,
2001-12-19 Martin PoolDoc.
2001-12-19 Martin PoolStart adding some debugging features to talloc based...
2001-12-05 Andrew Tridgellfixed an off by 1 bug in talloc_asprintf()
2001-12-04 Andrew Tridgellconst religion in talloc calls
2001-10-14 Andrew Tridgellreturn of vsnprintf doesn't include termination
2001-10-14 Andrew Tridgellbit neater talloc_asprintf() implementation
2001-10-13 Simo Sorceintroduce mangle backward compatibility functions
2001-09-17 Simo Sorcemove to SAFE_FREE()
2001-08-08 Simo SorceChange all realloc() statements to Realloc() (ecxept...
2001-07-02 Jeremy AllisonMade talloc_realloc() semantics match realloc(). JF...
2001-06-22 Tim PotterSpelling fix.
2001-06-22 Andrew Tridgellthe BAD_PTR idea in talloc.h is actually a bad idea...
2001-05-11 Tim PotterAdded talloc_strdup() funcion.
2001-03-23 Jeremy AllisonAdded Gerald's fixes.
2001-03-23 Andrew Tridgella much simpler talloc() implementation. This version...
2001-02-28 Jeremy AllisonMove to talloc control of SPOOL_XXX structs. Move to...
2001-02-27 Jeremy AllisonAdded total memory allocated counter to talloc, so...
2000-12-15 Jeremy AllisonFixed memory leaks in lsa_XX calls. Fixed memory leaks...
2000-08-12 Gerald Carterreworked talloc() to in order to help track down invalid
2000-08-10 Gerald Cartertalloc returns 0xdeadbeef when asked to allocate 0...
2000-07-27 Jeremy AllisonOk - this is a *BIG* change - but it fixes the problems...
2000-06-26 Andrew Tridgellfixed size alignment in talloc
2000-01-11 Jeremy AllisonFixed pointer arithmetic found by IRIX compiler.
2000-01-05 Andrew Tridgellimplemented talloc() as described on samba-technical...