summaryrefslogtreecommitdiff
path: root/source4/lib/talloc/talloc.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-16Share talloc source code between Samba 3 and Samba 4.Jelmer Vernooij1-1732/+0
2008-09-14Fix warnings on SuSE 9.0.Stefan Metzmacher1-0/+8
2008-09-14Fix bug 5400Volker Lendecke1-2/+2
2008-02-11Fix a c++ warningVolker Lendecke1-1/+2
2008-02-11talloc_free_children can only reset pool if it's emptyVolker Lendecke1-1/+2
2008-02-11Mark talloc_pool memory for valgrindVolker Lendecke1-3/+16
2008-02-11Implement talloc_pool()Volker Lendecke1-7/+169
2008-02-11Add a comment.Michael Adam1-0/+1
2008-02-11Fix talloctort: move size check after referenced ptr check.Michael Adam1-5/+5
2008-02-11Don't shrink a talloc area if we have less than 1k to gainVolker Lendecke1-0/+5
2007-12-21r26514: Revert the talloc.c part of r26511, as talloc.h already takes care of...Kai Blin1-3/+0
2007-12-21r26511: Janitorial: Fix a warning for the 'printf' attribute on gendb_search_vKai Blin1-2/+5
2007-10-10r25216: make talloc_append_string() a deprecated macro instead ofStefan Metzmacher1-26/+0
2007-10-10r25211: fix compiler warningStefan Metzmacher1-0/+4
2007-10-10r25209: unify logic of talloc_vasprintf_append() and talloc_vasprintf_append_...Stefan Metzmacher1-50/+29
2007-10-10r25208: add talloc_str[n]dup_append[_buffer]() functionsStefan Metzmacher1-0/+96
2007-10-10r25207: remove one nesting level and use unlikely()Stefan Metzmacher1-7/+7
2007-10-10r25206: unify logic of talloc_strdup() and talloc_strndup(),Stefan Metzmacher1-22/+20
2007-10-10r25164: Add talloc_asprintf_append_buffer() and the docs for it.Jeremy Allison1-2/+63
2007-10-10r25116: Fix talloc_asprintf_append to do the right thing withJeremy Allison1-5/+2
2007-10-10r24626: as TALLOC_ABORT() is defined to abort() by defaultStefan Metzmacher1-2/+12
2007-10-10r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell1-2/+1
2007-10-10r23795: more v2->v3 conversionAndrew Tridgell1-1/+1
2007-10-10r22758: - add missing _talloc_set_name_const(ret, ret); to talloc_append_stri...Stefan Metzmacher1-0/+2
2007-10-10r22563: As tridge requested remove the _strict calls - for Samba3 I'm movingJeremy Allison1-89/+0
2007-10-10r22539: Added _strict varients of the talloc calls toJeremy Allison1-0/+87
2007-10-10r21174: many thanks to Paul Wayper for pointing out that C99 requires aAndrew Tridgell1-6/+11
2007-10-10r20195: fix typoStefan Metzmacher1-1/+1
2007-10-10r20194: inline all static talloc functionsStefan Metzmacher1-4/+6
2007-10-10r20193: - let talloc_parent_chunk() handle a NULL pointerStefan Metzmacher1-15/+11
2007-10-10r19412: some rather strange looking changes to talloc that gain us about 50%Andrew Tridgell1-211/+299
2007-10-10r19304: If you really want to look at the contents undef this oneSimo Sorce1-0/+17
2007-10-10r18995: - fix bug 4078Stefan Metzmacher1-6/+12
2007-10-10r18946: fix compiler warningStefan Metzmacher1-1/+1
2007-10-10r18521: implement volkers suggestion for avoiding the type punning warningsAndrew Tridgell1-1/+2
2007-10-10r18435: added a function talloc_move() which is like talloc_steal(), but isAndrew Tridgell1-0/+11
2007-10-10r18129: moved the system includes into libreplace - this gives much moreAndrew Tridgell1-17/+0
2007-10-10r18100: actually make usage of libreplace :-)Stefan Metzmacher1-1/+1
2007-10-10r18027: Fix some 64-bit warningsVolker Lendecke1-1/+1
2007-10-10r17950: sync talloc with samba3Stefan Metzmacher1-0/+7
2007-10-10r17907: - add a generic talloc_report_depth_cb() function which takes a callbackStefan Metzmacher1-49/+80
2007-10-10r17895: - talloc_increase_ref_count() can failStefan Metzmacher1-3/+6
2007-10-10r17893: add a function to disable the null_contextStefan Metzmacher1-2/+10
2007-10-10r17892: fix the last talloc c++ warningStefan Metzmacher1-1/+2
2007-10-10r17891: remove c++ warnings from tallocStefan Metzmacher1-11/+12
2007-10-10r17578: in standalone talloc build ensure we get intptr_t if available (whichAndrew Tridgell1-0/+3
2007-10-10r17264: - remove unused includes from tallocStefan Metzmacher1-14/+4
2007-10-10r17176: remove off_t from talloc. size_t is large enough to holdStefan Metzmacher1-5/+5
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 Metzmacher1-5/+3