summaryrefslogtreecommitdiff
path: root/source4/lib/talloc.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r3366: updates from the junkcode version of talloc.Andrew Tridgell1-5/+7
2007-10-10r3052: added talloc_zero_p() and talloc_zero_array_p() calls, for allocating ...Andrew Tridgell1-2/+13
2007-10-10r2792: got rid of talloc_ldb_alloc() and instead created talloc_realloc_fn(),Andrew Tridgell1-10/+13
2007-10-10r2791: got rid of talloc_unreference() and instead created talloc_unlink(),Andrew Tridgell1-3/+48
2007-10-10r2773: allow zero sized array tallocAndrew Tridgell1-4/+2
2007-10-10r2744: ben elliston taught me about gcov today, which allows you to measureAndrew Tridgell1-58/+120
2007-10-10r2742: - fixed a bug in talloc_unreference()Andrew Tridgell1-3/+3
2007-10-10r2737: fixed up a corner case where talloc_unreference() and talloc_free()Andrew Tridgell1-6/+17
2007-10-10r2718: - added a talloc_unreference() function as requested by metze.Andrew Tridgell1-2/+43
2007-10-10r2709: finally solved the talloc reference problem.Andrew Tridgell1-39/+94
2007-10-10r2677: - fixed a bug in the recursive logic talloc_free() when there areAndrew Tridgell1-21/+50
2007-10-10r2675: added a convenience functionAndrew Tridgell1-0/+35
2007-10-10r2674: I have realised that talloc() should have its context marked const, asAndrew Tridgell1-34/+84
2007-10-10r2671: we're getting too many errors caused by the talloc_realloc() API notAndrew Tridgell1-8/+9
2007-10-10r2662: make --leak-check completely silent if not blocks are allocatedAndrew Tridgell1-0/+3
2007-10-10r2653: - data_blob() and data_blob_talloc() now get automatic namesAndrew Tridgell1-10/+15
2007-10-10r2649: - used some cpp tricks to make users of talloc() and talloc_realloc()Andrew Tridgell1-7/+15
2007-10-10r2641: talloc_p() now produces a named talloc pointer, with the nameAndrew Tridgell1-3/+31
2007-10-10r2640: valgrind does a great job on some types of memory leaks, but is slowAndrew Tridgell1-1/+71
2007-10-10r2506: Add more printf attributes for format checking.Andrew Bartlett1-3/+5
2007-10-10r2308: make talloc_vasprintf() available outside talloc.cAndrew Tridgell1-2/+1
2007-10-10r2055: Add PRINTF_ATTRIBUTE to many more parts of the code, and a newAndrew Bartlett1-2/+7
2007-10-10r2049: talloc now has destructors and reference countsAndrew Tridgell1-56/+75
2007-10-10r1991: After finding a talloc inconsistancy is a very good time to smb_panic(),Andrew Bartlett1-2/+12
2007-10-10r1985: take advantage of the new talloc in a few more placesAndrew Tridgell1-5/+34
2007-10-10r1983: a completely new implementation of tallocAndrew Tridgell1-358/+199
2007-10-10r1898: Check the context we are going to return.Simo Sorce1-1/+5
2007-10-10r1892: this adds talloc_get_context(), which is something I discussed at theAndrew Tridgell1-1/+13
2007-10-10r1474: It is useful if talloc_strdup() behaves like strdup()Andrew Bartlett1-0/+3
2007-10-10r1199: Make talloc_asprintf_append() work on a NULL source string as if it wereAndrew Bartlett1-1/+5
2007-10-10r1017: - move to a centralised way of handling talloc/ldb interactionAndrew Tridgell1-0/+9
2007-10-10r962: convert 'unsigned' and 'unsigned int' to uint_tStefan Metzmacher1-6/+6
2007-10-10r507: the new ldb code will use talloc_free() a lot, so I have madeAndrew Tridgell1-137/+151
2003-12-14fixed some memory leaks in the rpc server codeAndrew Tridgell1-0/+5
2003-12-13added a basic dcerpc endpoint mapper to Samba4. Currently onlyAndrew Tridgell1-3/+54
2003-08-13first public release of samba4 codeAndrew Tridgell1-0/+515