summaryrefslogtreecommitdiffstats
path: root/source4/lib/talloc
Commit message (Expand)AuthorAgeFilesLines
...
* r18076: convert talloc to the new libreplace systemAndrew Tridgell2007-10-104-7/+23
* r18064: merge from samba3Stefan Metzmacher2007-10-101-6/+9
* r18031: Merge my replace fixes:Jelmer Vernooij2007-10-102-0/+1
* r18027: Fix some 64-bit warningsVolker Lendecke2007-10-102-10/+19
* r17966: remove all generated filesStefan Metzmacher2007-10-101-1/+1
* r17965: make talloc build more portableStefan Metzmacher2007-10-101-1/+3
* r17964: try to support sun* hostsStefan Metzmacher2007-10-101-2/+2
* r17963: fix install logic for talloc.3Stefan Metzmacher2007-10-101-2/+2
* r17960: try to use gmake if present on IRIXStefan Metzmacher2007-10-101-0/+2
* r17958: as talloc_init() enabled null tracking, we should avoid to use itStefan Metzmacher2007-10-101-0/+2
* r17957: don't try to use an internet connection when generating the manpageStefan Metzmacher2007-10-101-5/+5
* r17952: merge changes from samba3Stefan Metzmacher2007-10-101-1/+5
* 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-104-52/+173
* r17905: fix c++ warningsStefan Metzmacher2007-10-101-13/+13
* r17895: - talloc_increase_ref_count() can failStefan Metzmacher2007-10-104-7/+16
* r17893: add a function to disable the null_contextStefan Metzmacher2007-10-103-2/+15
* r17892: fix the last talloc c++ warningStefan Metzmacher2007-10-101-1/+2
* r17891: remove c++ warnings from tallocStefan Metzmacher2007-10-102-13/+14
* r17886: add talloc_ptrtype() and talloc_array_ptrtype(),Stefan Metzmacher2007-10-104-0/+112
* r17885: use _TALLOC_TYPEPF() consitentlyStefan Metzmacher2007-10-101-3/+2
* r17883: check if talloc_asprintf() works correctStefan Metzmacher2007-10-101-0/+4
* r17712: fix compiler warningStefan Metzmacher2007-10-101-1/+6
* r17685: talloc.pc is in the build directoryAndrew Tridgell2007-10-101-1/+1
* r17683: to pick up config.h we need -I. as well for tallocAndrew Tridgell2007-10-101-1/+1
* r17681: fixed standalone talloc build to support building in a separateAndrew Tridgell2007-10-102-3/+7
* r17645: gcc 4.1.x has started producing "value computed is not used" warningsAndrew Tridgell2007-10-101-1/+4
* r17578: in standalone talloc build ensure we get intptr_t if available (whichAndrew Tridgell2007-10-101-0/+3
* r17413: add a new case for the this:Stefan Metzmacher2007-10-101-0/+41
* r17264: - remove unused includes from tallocStefan Metzmacher2007-10-102-15/+17
* r17263: export talloc_free_children()Stefan Metzmacher2007-10-101-0/+1
* r17257: make the size_t is to small error more verboseStefan Metzmacher2007-10-101-0/+4
* r17241: substitude @datarootdir@ with old autoconf versions:-)Stefan Metzmacher2007-10-101-0/+1
* r17238: Add datarootdir (required for newer autoconf versions)Jelmer Vernooij2007-10-101-0/+1
* r17176: remove off_t from talloc. size_t is large enough to holdStefan Metzmacher2007-10-105-13/+11
* 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