summaryrefslogtreecommitdiffstats
path: root/source4/lib/talloc.c
Commit message (Expand)AuthorAgeFilesLines
* r3366: updates from the junkcode version of talloc.Andrew Tridgell2007-10-101-5/+7
* r3052: added talloc_zero_p() and talloc_zero_array_p() calls, for allocating ...Andrew Tridgell2007-10-101-2/+13
* r2792: got rid of talloc_ldb_alloc() and instead created talloc_realloc_fn(),Andrew Tridgell2007-10-101-10/+13
* r2791: got rid of talloc_unreference() and instead created talloc_unlink(),Andrew Tridgell2007-10-101-3/+48
* r2773: allow zero sized array tallocAndrew Tridgell2007-10-101-4/+2
* r2744: ben elliston taught me about gcov today, which allows you to measureAndrew Tridgell2007-10-101-58/+120
* r2742: - fixed a bug in talloc_unreference()Andrew Tridgell2007-10-101-3/+3
* r2737: fixed up a corner case where talloc_unreference() and talloc_free()Andrew Tridgell2007-10-101-6/+17
* r2718: - added a talloc_unreference() function as requested by metze.Andrew Tridgell2007-10-101-2/+43
* r2709: finally solved the talloc reference problem.Andrew Tridgell2007-10-101-39/+94
* r2677: - fixed a bug in the recursive logic talloc_free() when there areAndrew Tridgell2007-10-101-21/+50
* r2675: added a convenience functionAndrew Tridgell2007-10-101-0/+35
* r2674: I have realised that talloc() should have its context marked const, asAndrew Tridgell2007-10-101-34/+84
* r2671: we're getting too many errors caused by the talloc_realloc() API notAndrew Tridgell2007-10-101-8/+9
* r2662: make --leak-check completely silent if not blocks are allocatedAndrew Tridgell2007-10-101-0/+3
* r2653: - data_blob() and data_blob_talloc() now get automatic namesAndrew Tridgell2007-10-101-10/+15
* r2649: - used some cpp tricks to make users of talloc() and talloc_realloc()Andrew Tridgell2007-10-101-7/+15
* r2641: talloc_p() now produces a named talloc pointer, with the nameAndrew Tridgell2007-10-101-3/+31
* r2640: valgrind does a great job on some types of memory leaks, but is slowAndrew Tridgell2007-10-101-1/+71
* r2506: Add more printf attributes for format checking.Andrew Bartlett2007-10-101-3/+5
* 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