Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r3656: allow easy testing of the "realloc changes the pointer" type of proble... | Andrew Tridgell | 1 | -0/+13 |
2007-10-10 | r3553: Allow talloc_reference to take a NULL pointer for the "ptr" argument. | Andrew Bartlett | 1 | -1/+9 |
2007-10-10 | r3366: updates from the junkcode version of talloc. | Andrew Tridgell | 1 | -5/+7 |
2007-10-10 | r3052: added talloc_zero_p() and talloc_zero_array_p() calls, for allocating ... | Andrew Tridgell | 1 | -2/+13 |
2007-10-10 | r2792: got rid of talloc_ldb_alloc() and instead created talloc_realloc_fn(), | Andrew Tridgell | 1 | -10/+13 |
2007-10-10 | r2791: got rid of talloc_unreference() and instead created talloc_unlink(), | Andrew Tridgell | 1 | -3/+48 |
2007-10-10 | r2773: allow zero sized array talloc | Andrew Tridgell | 1 | -4/+2 |
2007-10-10 | r2744: ben elliston taught me about gcov today, which allows you to measure | Andrew Tridgell | 1 | -58/+120 |
2007-10-10 | r2742: - fixed a bug in talloc_unreference() | Andrew Tridgell | 1 | -3/+3 |
2007-10-10 | r2737: fixed up a corner case where talloc_unreference() and talloc_free() | Andrew Tridgell | 1 | -6/+17 |
2007-10-10 | r2718: - added a talloc_unreference() function as requested by metze. | Andrew Tridgell | 1 | -2/+43 |
2007-10-10 | r2709: finally solved the talloc reference problem. | Andrew Tridgell | 1 | -39/+94 |
2007-10-10 | r2677: - fixed a bug in the recursive logic talloc_free() when there are | Andrew Tridgell | 1 | -21/+50 |
2007-10-10 | r2675: added a convenience function | Andrew Tridgell | 1 | -0/+35 |
2007-10-10 | r2674: I have realised that talloc() should have its context marked const, as | Andrew Tridgell | 1 | -34/+84 |
2007-10-10 | r2671: we're getting too many errors caused by the talloc_realloc() API not | Andrew Tridgell | 1 | -8/+9 |
2007-10-10 | r2662: make --leak-check completely silent if not blocks are allocated | Andrew Tridgell | 1 | -0/+3 |
2007-10-10 | r2653: - data_blob() and data_blob_talloc() now get automatic names | Andrew Tridgell | 1 | -10/+15 |
2007-10-10 | r2649: - used some cpp tricks to make users of talloc() and talloc_realloc() | Andrew Tridgell | 1 | -7/+15 |
2007-10-10 | r2641: talloc_p() now produces a named talloc pointer, with the name | Andrew Tridgell | 1 | -3/+31 |
2007-10-10 | r2640: valgrind does a great job on some types of memory leaks, but is slow | Andrew Tridgell | 1 | -1/+71 |
2007-10-10 | r2506: Add more printf attributes for format checking. | Andrew Bartlett | 1 | -3/+5 |
2007-10-10 | r2308: make talloc_vasprintf() available outside talloc.c | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r2055: Add PRINTF_ATTRIBUTE to many more parts of the code, and a new | Andrew Bartlett | 1 | -2/+7 |
2007-10-10 | r2049: talloc now has destructors and reference counts | Andrew Tridgell | 1 | -56/+75 |
2007-10-10 | r1991: After finding a talloc inconsistancy is a very good time to smb_panic(), | Andrew Bartlett | 1 | -2/+12 |
2007-10-10 | r1985: take advantage of the new talloc in a few more places | Andrew Tridgell | 1 | -5/+34 |
2007-10-10 | r1983: a completely new implementation of talloc | Andrew Tridgell | 1 | -358/+199 |
2007-10-10 | r1898: Check the context we are going to return. | Simo Sorce | 1 | -1/+5 |
2007-10-10 | r1892: this adds talloc_get_context(), which is something I discussed at the | Andrew Tridgell | 1 | -1/+13 |
2007-10-10 | r1474: It is useful if talloc_strdup() behaves like strdup() | Andrew Bartlett | 1 | -0/+3 |
2007-10-10 | r1199: Make talloc_asprintf_append() work on a NULL source string as if it were | Andrew Bartlett | 1 | -1/+5 |
2007-10-10 | r1017: - move to a centralised way of handling talloc/ldb interaction | Andrew Tridgell | 1 | -0/+9 |
2007-10-10 | r962: convert 'unsigned' and 'unsigned int' to uint_t | Stefan Metzmacher | 1 | -6/+6 |
2007-10-10 | r507: the new ldb code will use talloc_free() a lot, so I have made | Andrew Tridgell | 1 | -137/+151 |
2003-12-14 | fixed some memory leaks in the rpc server code | Andrew Tridgell | 1 | -0/+5 |
2003-12-13 | added a basic dcerpc endpoint mapper to Samba4. Currently only | Andrew Tridgell | 1 | -3/+54 |
2003-08-13 | first public release of samba4 code | Andrew Tridgell | 1 | -0/+515 |