summaryrefslogtreecommitdiffstats
path: root/source4/lib/talloc
Commit message (Expand)AuthorAgeFilesLines
* r17157: bail out if sizeof(size_t) < sizeof(void *)Stefan Metzmacher2007-10-101-0/+4
* r17156: check for the size of a pointerStefan Metzmacher2007-10-101-0/+1
* r17109: - use AC_SYS_LARGEFILE so that type sizes are the same when tallocStefan Metzmacher2007-10-102-0/+4
* r17062: make correct use of talloc destructors, and make the code much simplerStefan Metzmacher2007-10-101-14/+12
* r17061: - remove the currect talloc chunk from it's parent before freeing the...Stefan Metzmacher2007-10-102-7/+4
* r16922: move some macros out of talloc.h as the don't belong to tallocStefan Metzmacher2007-10-101-8/+0
* r16447: print the result of talloc_set_parent()Stefan Metzmacher2007-10-101-3/+4
* r16446: talloc_set_name() allocates and can fail...Stefan Metzmacher2007-10-102-7/+22
* r16445: print out valuesStefan Metzmacher2007-10-101-2/+4
* r16442: if we want to use CHECK_SIZE(NULL, 3)Stefan Metzmacher2007-10-101-0/+2
* r15856: fixed talloc_asprintf_append() on solarisAndrew Tridgell2007-10-101-1/+2
* r15852: patch from Rusty to make talloc_set_destructor() and talloc_steal()Andrew Tridgell2007-10-103-23/+40
* r15828: a talloc steal optimisation spotted by metzeAndrew Tridgell2007-10-101-1/+1
* r15824: fixed a subtle talloc bug to do with memory context loops. When youAndrew Tridgell2007-10-103-3/+80
* r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacementJelmer Vernooij2007-10-101-1/+1
* r14999: Remove more unused autoconf codeJelmer Vernooij2007-10-101-10/+8
* r14720: Add torture_context argument to all torture testsJelmer Vernooij2007-10-101-3/+5
* r14587: Allow building without GNU make and/or without xsltprocJelmer Vernooij2007-10-102-4/+12
* r14586: Some small fixes, update TODO.Jelmer Vernooij2007-10-101-489/+0
* r14492: Fix shared libs - set SO_VERSION to 0 everywhere for now.Jelmer Vernooij2007-10-101-1/+1
* r14477: Remove the NOPROTO property - it's no longer used as proto.h is gone.Jelmer Vernooij2007-10-101-1/+0
* r14327: Replace MAJOR_VERSION/MINOR_VERSION/RELEASE_VERSION with two parameters:Jelmer Vernooij2007-10-101-3/+2
* r14288: - make the snprintf call in talloc portable to older solaris boxesAndrew Tridgell2007-10-101-2/+8
* r14131: Fix Coverity bug # 127Volker Lendecke2007-10-101-1/+3
* r13400: Only return NULL from talloc_asprintf if vsnprintf returns anJames Peach2007-10-101-1/+1
* r13397: Propagate the error return from vsnprintf to trap the case whereJames Peach2007-10-101-2/+12
* r12633: expose talloc_vasprintf_append()Andrew Tridgell2007-10-102-4/+2
* r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not usingJelmer Vernooij2007-10-101-1/+1
* r11984: LGPL on header and testsuite as wellAndrew Tridgell2007-10-102-22/+30
* r11983: make talloc LGPL. This makes more sense given that ldb depends onAndrew Tridgell2007-10-101-11/+15
* r11869: talloc has been ported :-)Volker Lendecke2007-10-101-2/+3
* r11377: Add support for building LIBRARY elements as shared libraries:Jelmer Vernooij2007-10-101-0/+1
* r11303: Support defining and installing public headers for libraries.Jelmer Vernooij2007-10-101-0/+1
* r11300: Treat libraries as a special kind of subsystemJelmer Vernooij2007-10-101-12/+5
* r11244: Relative path names in .mk filesJelmer Vernooij2007-10-101-2/+2
* r11214: Remove scons files (see http://lists.samba.org/archive/samba-technica...Jelmer Vernooij2007-10-101-5/+0
* r10726: fix to talloc_parent() from Michael O'BrienAndrew Tridgell2007-10-101-1/+1
* r10586: Add MergedObject() builder. Default to Library() ratherJelmer Vernooij2007-10-101-1/+1
* r10525: change from AC_CHECK_TYPES() to AC_CHECK_TYPE() for intptr_t, so theAndrew Tridgell2007-10-101-1/+1
* r10348: Add scons scripts for remaining subsystems. Most subsystems build now,Jelmer Vernooij2007-10-101-1/+1
* r10328: Add more emacs python-mode markers.Tim Potter2007-10-101-0/+2
* r10323: Add first bits required for getting compile with scons working. This ...Jelmer Vernooij2007-10-101-0/+3
* r8985: Automatically generate make dependency rules forJelmer Vernooij2007-10-101-7/+3
* r8443: added talloc.3 to the tree to try to allow talloc to build on systems ...Andrew Tridgell2007-10-101-0/+489
* r8127: fixed code in function errorAndrew Tridgell2007-10-101-2/+1
* r8126: - moved to 16 byte alignment for talloc. This is in response to a bugAndrew Tridgell2007-10-102-51/+54
* r8032: added loop detection into talloc. Robert Collins found a way to make aAndrew Tridgell2007-10-102-16/+67
* r7943: Add 'make manpages', fix 'make installman' and 'make uninstallman'.Jelmer Vernooij2007-10-101-0/+1
* r7936: new ldb_dn_explode and ldb_dn_casefold functions and coSimo Sorce2007-10-102-0/+23
* r7781: finding the parent of a talloc ptr is trickier than it looks due to th...Andrew Tridgell2007-10-102-7/+27