summaryrefslogtreecommitdiffstats
path: root/source3/lib/talloc.c
Commit message (Expand)AuthorAgeFilesLines
* 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