summaryrefslogtreecommitdiffstats
path: root/source4/lib/talloc/talloc.c
Commit message (Expand)AuthorAgeFilesLines
* r25216: make talloc_append_string() a deprecated macro instead ofStefan Metzmacher2007-10-101-26/+0
* r25211: fix compiler warningStefan Metzmacher2007-10-101-0/+4
* r25209: unify logic of talloc_vasprintf_append() and talloc_vasprintf_append_...Stefan Metzmacher2007-10-101-50/+29
* r25208: add talloc_str[n]dup_append[_buffer]() functionsStefan Metzmacher2007-10-101-0/+96
* r25207: remove one nesting level and use unlikely()Stefan Metzmacher2007-10-101-7/+7
* r25206: unify logic of talloc_strdup() and talloc_strndup(),Stefan Metzmacher2007-10-101-22/+20
* r25164: Add talloc_asprintf_append_buffer() and the docs for it.Jeremy Allison2007-10-101-2/+63
* r25116: Fix talloc_asprintf_append to do the right thing withJeremy Allison2007-10-101-5/+2
* r24626: as TALLOC_ABORT() is defined to abort() by defaultStefan Metzmacher2007-10-101-2/+12
* r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell2007-10-101-2/+1
* r23795: more v2->v3 conversionAndrew Tridgell2007-10-101-1/+1
* r22758: - add missing _talloc_set_name_const(ret, ret); to talloc_append_stri...Stefan Metzmacher2007-10-101-0/+2
* r22563: As tridge requested remove the _strict calls - for Samba3 I'm movingJeremy Allison2007-10-101-89/+0
* r22539: Added _strict varients of the talloc calls toJeremy Allison2007-10-101-0/+87
* r21174: many thanks to Paul Wayper for pointing out that C99 requires aAndrew Tridgell2007-10-101-6/+11
* r20195: fix typoStefan Metzmacher2007-10-101-1/+1
* r20194: inline all static talloc functionsStefan Metzmacher2007-10-101-4/+6
* r20193: - let talloc_parent_chunk() handle a NULL pointerStefan Metzmacher2007-10-101-15/+11
* r19412: some rather strange looking changes to talloc that gain us about 50%Andrew Tridgell2007-10-101-211/+299
* r19304: If you really want to look at the contents undef this oneSimo Sorce2007-10-101-0/+17
* r18995: - fix bug 4078Stefan Metzmacher2007-10-101-6/+12
* r18946: fix compiler warningStefan Metzmacher2007-10-101-1/+1
* r18521: implement volkers suggestion for avoiding the type punning warningsAndrew Tridgell2007-10-101-1/+2
* r18435: added a function talloc_move() which is like talloc_steal(), but isAndrew Tridgell2007-10-101-0/+11
* r18129: moved the system includes into libreplace - this gives much moreAndrew Tridgell2007-10-101-17/+0
* r18100: actually make usage of libreplace :-)Stefan Metzmacher2007-10-101-1/+1
* r18027: Fix some 64-bit warningsVolker Lendecke2007-10-101-1/+1
* r17950: sync talloc with samba3Stefan Metzmacher2007-10-101-0/+7
* r17907: - add a generic talloc_report_depth_cb() function which takes a callbackStefan Metzmacher2007-10-101-49/+80
* r17895: - talloc_increase_ref_count() can failStefan Metzmacher2007-10-101-3/+6
* r17893: add a function to disable the null_contextStefan Metzmacher2007-10-101-2/+10
* r17892: fix the last talloc c++ warningStefan Metzmacher2007-10-101-1/+2
* r17891: remove c++ warnings from tallocStefan Metzmacher2007-10-101-11/+12
* r17578: in standalone talloc build ensure we get intptr_t if available (whichAndrew Tridgell2007-10-101-0/+3
* r17264: - remove unused includes from tallocStefan Metzmacher2007-10-101-14/+4
* r17176: remove off_t from talloc. size_t is large enough to holdStefan Metzmacher2007-10-101-5/+5
* 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-101-5/+3
* r16446: talloc_set_name() allocates and can fail...Stefan Metzmacher2007-10-101-6/+21
* 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-101-6/+8
* 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-101-2/+34
* r14999: Remove more unused autoconf codeJelmer Vernooij2007-10-101-10/+8
* 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-101-4/+1
* r11983: make talloc LGPL. This makes more sense given that ldb depends onAndrew Tridgell2007-10-101-11/+15