summaryrefslogtreecommitdiffstats
path: root/source/lib/talloc.c
Commit message (Expand)AuthorAgeFilesLines
* Removed version number from file header.Tim Potter2002-01-301-1/+1
* picky about reallocJean-François Micouleau2002-01-251-5/+6
* FIXME We should turn the global list off when using Insure++,Martin Pool2002-01-141-0/+3
* Cope nicely with pools with no name.Martin Pool2002-01-031-1/+10
* talloc accounting now includes number of chunks and bytes allocated.Martin Pool2002-01-031-9/+42
* Add talloc_asprintf_append, which grows an existing string buffer toMartin Pool2002-01-031-4/+76
* Add --enable-dmalloc to link against the dmalloc malloc debugger.Martin Pool2001-12-201-1/+7
* Make TALLOC_CTX and talloc_chunk private to talloc.c.Martin Pool2001-12-191-4/+74
* DocMartin Pool2001-12-191-8/+12
* DocMartin Pool2001-12-191-1/+7
* Put PRINTF_ATTRIBUTE on talloc_init_named, talloc_asprintf,Martin Pool2001-12-191-3/+3
* Doc.Martin Pool2001-12-191-0/+6
* Start adding some debugging features to talloc based on Samba'sMartin Pool2001-12-191-7/+38
* fixed an off by 1 bug in talloc_asprintf()Andrew Tridgell2001-12-051-1/+1
* const religion in talloc callsAndrew Tridgell2001-12-041-2/+2
* return of vsnprintf doesn't include terminationAndrew Tridgell2001-10-141-1/+1
* bit neater talloc_asprintf() implementationAndrew Tridgell2001-10-141-19/+11
* introduce mangle backward compatibility functionsSimo Sorce2001-10-131-0/+31
* move to SAFE_FREE()Simo Sorce2001-09-171-5/+4
* Change all realloc() statements to Realloc() (ecxept for tdb.c)Simo Sorce2001-08-081-1/+1
* Made talloc_realloc() semantics match realloc(). JF was complaining :-).Jeremy Allison2001-07-021-0/+8
* Spelling fix.Tim Potter2001-06-221-1/+1
* the BAD_PTR idea in talloc.h is actually a bad idea - it means callers have n...Andrew Tridgell2001-06-221-7/+1
* Added talloc_strdup() funcion.Tim Potter2001-05-111-0/+6
* Added Gerald's fixes.Jeremy Allison2001-03-231-1/+0
* a much simpler talloc() implementation. This version has the followingAndrew Tridgell2001-03-231-29/+36
* Move to talloc control of SPOOL_XXX structs. Move to talloc control ofJeremy Allison2001-02-281-0/+13
* Added total memory allocated counter to talloc, so we can tell if a tallocJeremy Allison2001-02-271-0/+22
* Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. MergedJeremy Allison2000-12-151-0/+5
* reworked talloc() to in order to help track down invalidGerald Carter2000-08-121-25/+26
* talloc returns 0xdeadbeef when asked to allocate 0 bytesGerald Carter2000-08-101-19/+29
* Ok - this is a *BIG* change - but it fixes the problems with static stringsJeremy Allison2000-07-271-1/+8
* fixed size alignment in tallocAndrew Tridgell2000-06-261-2/+2
* Fixed pointer arithmetic found by IRIX compiler.Jeremy Allison2000-01-111-1/+1
* implemented talloc() as described on samba-technical. This fixes theAndrew Tridgell2000-01-051-0/+96