summaryrefslogtreecommitdiffstats
path: root/source3/lib/talloc.c
Commit message (Expand)AuthorAgeFilesLines
* r11985: Move to LGPL as per tridge's Samba4 change.Jeremy Allison2007-10-101-14/+18
* r11962: Bring talloc up to date with Samba4, re-add theJeremy Allison2007-10-101-47/+216
* r10730: Janitor for tridge on the "fix to talloc_parent() from Michael O'Brien".Jeremy Allison2007-10-101-1/+1
* r10606: pdb_*sql patches fromGerald Carter2007-10-101-4/+1
* r6849: Merge revision 6845 from Samba 4Volker Lendecke2007-10-101-8/+11
* r6743: Merge r6741 from 4_0Volker Lendecke2007-10-101-1/+1
* r6658: Sorry for the spam... I think now I've got a version that should compi...Volker Lendecke2007-10-101-1/+1
* r6656: Samba 4 is Samba 3.9...Volker Lendecke2007-10-101-1/+1
* r6654: Make talloc.c 4.0-readyVolker Lendecke2007-10-101-0/+2
* r6651: It's not the smartest thing in the world to #define _SAMBA_BUILD_ in a...Volker Lendecke2007-10-101-0/+8
* r6648: do not annoy make protoSimo Sorce2007-10-101-1/+2
* r6646: keep samba3 talloc inline with samba4 oneSimo Sorce2007-10-101-0/+9
* r6595: This is Volkers new-talloc patch. Just got the go-ahead fromJeremy Allison2007-10-101-339/+881
* r6014: rather large change set....Gerald Carter2007-10-101-0/+13
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-11/+73
* Based on the detective work of Jianliang Lu <j.lu@tiesse.com>, allow yetAndrew Bartlett2004-03-271-0/+18
* split some security related functions in their own files.Simo Sorce2003-10-061-21/+0
* Finish adding strings to all talloc_init() calls.Jeremy Allison2002-12-231-1/+0
* Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2002-12-201-3/+3
* The name pointer in the talloc context must not be a talloced entry asJeremy Allison2002-12-141-2/+13
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-6/+25
* more verbose checking in talloc and util_pwSimo Sorce2002-03-181-39/+49
* getpid() -> sys_getpid()Tim Potter2002-03-141-1/+1
* Fix typo.Martin Pool2002-03-101-1/+1
* Removed version number from file header.Tim Potter2002-01-301-1/+1
* picky about reallocJean-François Micouleau2002-01-251-5/+6
* FIXME We should turn the global list off when using Insure++,Martin Pool2002-01-141-0/+3
* Cope nicely with pools with no name.Martin Pool2002-01-031-1/+10
* talloc accounting now includes number of chunks and bytes allocated.Martin Pool2002-01-031-9/+42
* Add talloc_asprintf_append, which grows an existing string buffer toMartin Pool2002-01-031-4/+76
* Add --enable-dmalloc to link against the dmalloc malloc debugger.Martin Pool2001-12-201-1/+7
* Make TALLOC_CTX and talloc_chunk private to talloc.c.Martin Pool2001-12-191-4/+74
* DocMartin Pool2001-12-191-8/+12
* DocMartin Pool2001-12-191-1/+7
* Put PRINTF_ATTRIBUTE on talloc_init_named, talloc_asprintf,Martin Pool2001-12-191-3/+3
* Doc.Martin Pool2001-12-191-0/+6
* Start adding some debugging features to talloc based on Samba'sMartin Pool2001-12-191-7/+38
* fixed an off by 1 bug in talloc_asprintf()Andrew Tridgell2001-12-051-1/+1
* const religion in talloc callsAndrew Tridgell2001-12-041-2/+2
* return of vsnprintf doesn't include terminationAndrew Tridgell2001-10-141-1/+1
* bit neater talloc_asprintf() implementationAndrew Tridgell2001-10-141-19/+11
* introduce mangle backward compatibility functionsSimo Sorce2001-10-131-0/+31
* move to SAFE_FREE()Simo Sorce2001-09-171-5/+4
* Change all realloc() statements to Realloc() (ecxept for tdb.c)Simo Sorce2001-08-081-1/+1
* Made talloc_realloc() semantics match realloc(). JF was complaining :-).Jeremy Allison2001-07-021-0/+8
* Spelling fix.Tim Potter2001-06-221-1/+1
* the BAD_PTR idea in talloc.h is actually a bad idea - it means callers have n...Andrew Tridgell2001-06-221-7/+1
* Added talloc_strdup() funcion.Tim Potter2001-05-111-0/+6
* Added Gerald's fixes.Jeremy Allison2001-03-231-1/+0
* a much simpler talloc() implementation. This version has the followingAndrew Tridgell2001-03-231-29/+36