summaryrefslogtreecommitdiff
path: root/source3/include/talloc.h
AgeCommit message (Expand)AuthorFilesLines
2003-10-06split some security related functions in their own files.Simo Sorce1-0/+21
2002-12-20Forward port the change to talloc_init() to make all talloc contextsJeremy Allison1-1/+1
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-03Add talloc_asprintf_append, which grows an existing string buffer toMartin Pool1-0/+6
2001-12-19Make TALLOC_CTX and talloc_chunk private to talloc.c.Martin Pool1-16/+1
2001-12-19DocMartin Pool1-1/+9
2001-12-19Put PRINTF_ATTRIBUTE on talloc_init_named, talloc_asprintf,Martin Pool1-0/+8
2001-12-19Start adding some debugging features to talloc based on Samba'sMartin Pool1-0/+10
2001-06-22the BAD_PTR idea in talloc.h is actually a bad idea - it means callers have n...Andrew Tridgell1-6/+0
2001-03-23a much simpler talloc() implementation. This version has the followingAndrew Tridgell1-2/+1
2001-02-27Added total memory allocated counter to talloc, so we can tell if a tallocJeremy Allison1-0/+1
2000-08-12reworked talloc() to in order to help track down invalidGerald Carter1-0/+6
2000-07-27Ok - this is a *BIG* change - but it fixes the problems with static stringsJeremy Allison1-0/+3
2000-01-05implemented talloc() as described on samba-technical. This fixes theAndrew Tridgell1-0/+32