Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r15856: fixed talloc_asprintf_append() on solaris | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r15852: patch from Rusty to make talloc_set_destructor() and talloc_steal() | Andrew Tridgell | 1 | -6/+8 |
2007-10-10 | r15828: a talloc steal optimisation spotted by metze | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r15824: fixed a subtle talloc bug to do with memory context loops. When you | Andrew Tridgell | 1 | -2/+34 |
2007-10-10 | r14999: Remove more unused autoconf code | Jelmer Vernooij | 1 | -10/+8 |
2007-10-10 | r14288: - make the snprintf call in talloc portable to older solaris boxes | Andrew Tridgell | 1 | -2/+8 |
2007-10-10 | r14131: Fix Coverity bug # 127 | Volker Lendecke | 1 | -1/+3 |
2007-10-10 | r13400: Only return NULL from talloc_asprintf if vsnprintf returns an | James Peach | 1 | -1/+1 |
2007-10-10 | r13397: Propagate the error return from vsnprintf to trap the case where | James Peach | 1 | -2/+12 |
2007-10-10 | r12633: expose talloc_vasprintf_append() | Andrew Tridgell | 1 | -4/+1 |
2007-10-10 | r11983: make talloc LGPL. This makes more sense given that ldb depends on | Andrew Tridgell | 1 | -11/+15 |
2007-10-10 | r10726: fix to talloc_parent() from Michael O'Brien | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r8127: fixed code in function error | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r8126: - moved to 16 byte alignment for talloc. This is in response to a bug | Andrew Tridgell | 1 | -50/+53 |
2007-10-10 | r8032: added loop detection into talloc. Robert Collins found a way to make a | Andrew Tridgell | 1 | -16/+46 |
2007-10-10 | r7936: new ldb_dn_explode and ldb_dn_casefold functions and co | Simo Sorce | 1 | -0/+22 |
2007-10-10 | r7781: finding the parent of a talloc ptr is trickier than it looks due to th... | Andrew Tridgell | 1 | -7/+26 |
2007-10-10 | r7780: fixed a bug in talloc_find_parent_byname() | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r7778: added talloc_find_parent_bytype() and talloc_find_parent_byname() | Andrew Tridgell | 1 | -0/+24 |
2007-10-10 | r6845: make the talloc header align to 40 bytes, which costs us an extra 4 | Andrew Tridgell | 1 | -8/+11 |
2007-10-10 | r6831: talloc now requires config.h (this fixes ldb build) | Andrew Tridgell | 1 | -2/+0 |
2007-10-10 | r6828: More portability fixes | Jelmer Vernooij | 1 | -0/+9 |
2007-10-10 | r6812: more talloc portability tweaks | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r6808: - test for gcov not needed | Andrew Tridgell | 1 | -13/+0 |
2007-10-10 | r6804: Add config.h for talloc (and use it) | Jelmer Vernooij | 1 | -5/+13 |
2007-10-10 | r6741: prevent talloc_strndup() from reading one byte past the end of a buffer, | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r6660: Sorry for the spam... I think now I've got a version that should compi... | Volker Lendecke | 1 | -1/+10 |
2007-10-10 | r6650: keep style consistent | Simo Sorce | 1 | -1/+2 |
2007-10-10 | r6645: Add talloc_get_size() function. | Simo Sorce | 1 | -0/+10 |
2007-10-10 | r6513: Commit talloc_free_children. | Volker Lendecke | 1 | -20/+37 |
2007-10-10 | r6075: added talloc_enable_null_tracking() (asked for by lifeless) | Andrew Tridgell | 1 | -2/+12 |
2007-10-10 | r6033: Patch from 'lifeless' to clarify behaviour with NULL pointers. | Andrew Bartlett | 1 | -1/+2 |
2007-10-10 | r5938: - allow NULL string argument to talloc_vasprintf_append() | Andrew Tridgell | 1 | -1/+9 |
2007-10-10 | r5937: - performance improvement to talloc_asprintf_append() | Andrew Tridgell | 1 | -5/+2 |
2007-10-10 | r5119: fflush after talloc reports to ensure they are fully on disk when usin... | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r4790: added type checking helper macros in talloc. These take advantage of | Andrew Tridgell | 1 | -0/+19 |
2007-10-10 | r4718: don't use the deprecated __va_copy() unless va_copy() is unavailable | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r4689: - make talloc_report_depth() public | Stefan Metzmacher | 1 | -1/+7 |
2007-10-10 | r4591: - converted the other _p talloc functions to not need _p | Andrew Tridgell | 1 | -9/+5 |
2007-10-10 | r4550: talloc() is now typesafe. It is exactly equivalent to the old talloc_p... | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r4479: added the function talloc_autofree_context() which returns a talloc co... | Andrew Tridgell | 1 | -0/+21 |
2007-10-10 | r4473: - moved talloc into its own lib/talloc/ area | Andrew Tridgell | 1 | -0/+1006 |