summaryrefslogtreecommitdiffstats
path: root/source4/lib/talloc.c
Commit message (Expand)AuthorAgeFilesLines
* r2308: make talloc_vasprintf() available outside talloc.cAndrew Tridgell2007-10-101-2/+1
* r2055: Add PRINTF_ATTRIBUTE to many more parts of the code, and a newAndrew Bartlett2007-10-101-2/+7
* r2049: talloc now has destructors and reference countsAndrew Tridgell2007-10-101-56/+75
* r1991: After finding a talloc inconsistancy is a very good time to smb_panic(),Andrew Bartlett2007-10-101-2/+12
* r1985: take advantage of the new talloc in a few more placesAndrew Tridgell2007-10-101-5/+34
* r1983: a completely new implementation of tallocAndrew Tridgell2007-10-101-358/+199
* r1898: Check the context we are going to return.Simo Sorce2007-10-101-1/+5
* r1892: this adds talloc_get_context(), which is something I discussed at theAndrew Tridgell2007-10-101-1/+13
* r1474: It is useful if talloc_strdup() behaves like strdup()Andrew Bartlett2007-10-101-0/+3
* r1199: Make talloc_asprintf_append() work on a NULL source string as if it wereAndrew Bartlett2007-10-101-1/+5
* r1017: - move to a centralised way of handling talloc/ldb interactionAndrew Tridgell2007-10-101-0/+9
* r962: convert 'unsigned' and 'unsigned int' to uint_tStefan Metzmacher2007-10-101-6/+6
* r507: the new ldb code will use talloc_free() a lot, so I have madeAndrew Tridgell2007-10-101-137/+151
* fixed some memory leaks in the rpc server codeAndrew Tridgell2003-12-141-0/+5
* added a basic dcerpc endpoint mapper to Samba4. Currently onlyAndrew Tridgell2003-12-131-3/+54
* first public release of samba4 codeAndrew Tridgell2003-08-131-0/+515