summaryrefslogtreecommitdiff
path: root/source4/lib/talloc
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r17413: add a new case for the this:Stefan Metzmacher1-0/+41
2007-10-10r17264: - remove unused includes from tallocStefan Metzmacher2-15/+17
2007-10-10r17263: export talloc_free_children()Stefan Metzmacher1-0/+1
2007-10-10r17257: make the size_t is to small error more verboseStefan Metzmacher1-0/+4
2007-10-10r17241: substitude @datarootdir@ with old autoconf versions:-)Stefan Metzmacher1-0/+1
2007-10-10r17238: Add datarootdir (required for newer autoconf versions)Jelmer Vernooij1-0/+1
2007-10-10r17176: remove off_t from talloc. size_t is large enough to holdStefan Metzmacher5-13/+11
2007-10-10r17157: bail out if sizeof(size_t) < sizeof(void *)Stefan Metzmacher1-0/+4
2007-10-10r17156: check for the size of a pointerStefan Metzmacher1-0/+1
2007-10-10r17109: - use AC_SYS_LARGEFILE so that type sizes are the same when tallocStefan Metzmacher2-0/+4
2007-10-10r17062: make correct use of talloc destructors, and make the code much simplerStefan Metzmacher1-14/+12
2007-10-10r17061: - remove the currect talloc chunk from it's parent before freeing the...Stefan Metzmacher2-7/+4
2007-10-10r16922: move some macros out of talloc.h as the don't belong to tallocStefan Metzmacher1-8/+0
2007-10-10r16447: print the result of talloc_set_parent()Stefan Metzmacher1-3/+4
2007-10-10r16446: talloc_set_name() allocates and can fail...Stefan Metzmacher2-7/+22
2007-10-10r16445: print out valuesStefan Metzmacher1-2/+4
2007-10-10r16442: if we want to use CHECK_SIZE(NULL, 3)Stefan Metzmacher1-0/+2
2007-10-10r15856: fixed talloc_asprintf_append() on solarisAndrew Tridgell1-1/+2
2007-10-10r15852: patch from Rusty to make talloc_set_destructor() and talloc_steal()Andrew Tridgell3-23/+40
2007-10-10r15828: a talloc steal optimisation spotted by metzeAndrew Tridgell1-1/+1
2007-10-10r15824: fixed a subtle talloc bug to do with memory context loops. When youAndrew Tridgell3-3/+80
2007-10-10r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacementJelmer Vernooij1-1/+1
2007-10-10r14999: Remove more unused autoconf codeJelmer Vernooij1-10/+8
2007-10-10r14720: Add torture_context argument to all torture testsJelmer Vernooij1-3/+5
2007-10-10r14587: Allow building without GNU make and/or without xsltprocJelmer Vernooij2-4/+12
2007-10-10r14586: Some small fixes, update TODO.Jelmer Vernooij1-489/+0
2007-10-10r14492: Fix shared libs - set SO_VERSION to 0 everywhere for now.Jelmer Vernooij1-1/+1
2007-10-10r14477: Remove the NOPROTO property - it's no longer used as proto.h is gone.Jelmer Vernooij1-1/+0
2007-10-10r14327: Replace MAJOR_VERSION/MINOR_VERSION/RELEASE_VERSION with two parameters:Jelmer Vernooij1-3/+2
2007-10-10r14288: - make the snprintf call in talloc portable to older solaris boxesAndrew Tridgell1-2/+8
2007-10-10r14131: Fix Coverity bug # 127Volker Lendecke1-1/+3
2007-10-10r13400: Only return NULL from talloc_asprintf if vsnprintf returns anJames Peach1-1/+1
2007-10-10r13397: Propagate the error return from vsnprintf to trap the case whereJames Peach1-2/+12
2007-10-10r12633: expose talloc_vasprintf_append()Andrew Tridgell2-4/+2
2007-10-10r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not usingJelmer Vernooij1-1/+1
2007-10-10r11984: LGPL on header and testsuite as wellAndrew Tridgell2-22/+30
2007-10-10r11983: make talloc LGPL. This makes more sense given that ldb depends onAndrew Tridgell1-11/+15
2007-10-10r11869: talloc has been ported :-)Volker Lendecke1-2/+3
2007-10-10r11377: Add support for building LIBRARY elements as shared libraries:Jelmer Vernooij1-0/+1
2007-10-10r11303: Support defining and installing public headers for libraries.Jelmer Vernooij1-0/+1
2007-10-10r11300: Treat libraries as a special kind of subsystemJelmer Vernooij1-12/+5
2007-10-10r11244: Relative path names in .mk filesJelmer Vernooij1-2/+2
2007-10-10r11214: Remove scons files (see http://lists.samba.org/archive/samba-technica...Jelmer Vernooij1-5/+0
2007-10-10r10726: fix to talloc_parent() from Michael O'BrienAndrew Tridgell1-1/+1
2007-10-10r10586: Add MergedObject() builder. Default to Library() ratherJelmer Vernooij1-1/+1
2007-10-10r10525: change from AC_CHECK_TYPES() to AC_CHECK_TYPE() for intptr_t, so theAndrew Tridgell1-1/+1
2007-10-10r10348: Add scons scripts for remaining subsystems. Most subsystems build now,Jelmer Vernooij1-1/+1
2007-10-10r10328: Add more emacs python-mode markers.Tim Potter1-0/+2
2007-10-10r10323: Add first bits required for getting compile with scons working. This ...Jelmer Vernooij1-0/+3
2007-10-10r8985: Automatically generate make dependency rules forJelmer Vernooij1-7/+3