summaryrefslogtreecommitdiffstats
path: root/lib/talloc
Commit message (Expand)AuthorAgeFilesLines
...
* build: added ADD_CFLAGS() and started of Samba4 buildAndrew Tridgell2010-04-061-1/+1
* build: added waf build rules for ldbAndrew Tridgell2010-04-061-3/+3
* build: neater way to find libreplace and start on tevent waf buildAndrew Tridgell2010-04-061-4/+10
* build: renamed autoconf.py to wafsamba.py and added SAMBA_*() functionsAndrew Tridgell2010-04-061-12/+6
* build: updates to waf scripts for replace and tallocAndrew Tridgell2010-04-061-3/+1
* build: a first attempt at waf build for talloc and libreplaceAndrew Tridgell2010-04-061-0/+27
* talloc: a useful bit of debug codeAndrew Tridgell2010-04-021-0/+8
* talloc: add a define for TALLOC_MAX_DEPTHAndrew Tridgell2010-04-022-1/+5
* talloc: change talloc minor version to 2.0.2Andrew Tridgell2010-04-021-1/+1
* talloc: limit the depth that talloc will go for talloc_is_parent()Andrew Tridgell2010-04-021-2/+11
* pytalloc: allow for using a system libtalloc-dev with pytallocAndrew Tridgell2010-03-291-1/+1
* talloc: testsuite should use <talloc.h> not "talloc.h"Andrew Tridgell2010-03-291-1/+1
* doxygen: talloc_get_type name fixed in Doxygen documentationKamen Mazdrashki2010-03-101-1/+1
* release-scripts: parametrize scriptsSimo Sorce2010-02-081-14/+17
* talloc: Fix abi checks in release scriptSimo Sorce2010-02-081-17/+24
* talloc: Fix abi checks and ifdefsSimo Sorce2010-02-083-4/+32
* talloc: fixed doc typoAndrew Tridgell2010-02-081-1/+1
* Move the talloc details to the mainpage.Andreas Schneider2010-02-082-64/+69
* talloc: Added doxygen config file.Andreas Schneider2010-02-081-0/+1538
* talloc: Documented talloc with doxygen.Andreas Schneider2010-02-082-67/+1559
* Change uint_t to unsigned int in lib/tallocMatt Kraai2010-02-022-6/+6
* s4: Include Python.h early to avoid double definition errors.Jelmer Vernooij2010-01-211-0/+1
* talloc: create symbol links to shared libraries see https://bugzilla.samba.or...Brian Lu2010-01-061-0/+5
* Fix release script to work with recent git versionsSimo Sorce2009-12-151-1/+1
* talloc: Fix write behind memory blockKamen Mazdrashki2009-12-081-1/+1
* talloc: Fix exports and increment talloc versiontalloc-2.0.1Simo Sorce2009-10-143-37/+40
* talloc: Make abi checks in release scriptSimo Sorce2009-10-141-0/+10
* talloc: Move release script under /script tooSimo Sorce2009-10-141-0/+0
* talloc: Change the way mksysms workSimo Sorce2009-10-143-36/+29
* pidl: Avoid using talloc_free as function pointer, since it may be aJelmer Vernooij2009-09-282-0/+12
* talloc: fixed talloc_disable_null_tracking()Andrew Tridgell2009-09-203-1/+30
* talloc: don't crash if f is NULL in talloc_report_*Andrew Tridgell2009-09-171-2/+4
* talloc: when we enable NULL tracking, reparent the autofree contextAndrew Tridgell2009-09-151-0/+3
* talloc:mksigs: allow PRINTF_ATTRIBUTE(..) macros function types as funcion argsMichael Adam2009-09-111-1/+1
* talloc:mksigs: normalize bool -> _BoolMichael Adam2009-09-111-0/+3
* talloc:mksigs: ignore symbols (like _DEPRECATED_) after closing function pare...Michael Adam2009-09-111-0/+1
* talloc:mksigs: correctly ignode multiline function typedefsMichael Adam2009-09-111-5/+5
* talloc:mksigs: ignore struct forward declarations.Michael Adam2009-09-111-0/+1
* talloc:mksyms: allow characters after closing functions parenthesis.Michael Adam2009-09-111-2/+2
* talloc:mksyms: allow double pointer return value of functions.Michael Adam2009-09-111-1/+1
* report the location of the original talloc_free on double freetalloc-2.0.0Andrew Tridgell2009-09-041-11/+18
* One would expect I could spell my name.Michael Adam2009-08-301-1/+1
* talloc: move the original abi_checks script to script/abi_checks_gcc.shMichael Adam2009-08-301-0/+0
* talloc: remove talloc_free from the exportsMichael Adam2009-08-301-1/+0
* talloc: run abi_checks as part of "make test"Michael Adam2009-08-301-0/+2
* talloc: remove files generated by "make abi_check" in "make clean"Michael Adam2009-08-301-0/+2
* talloc: add a target "abi_checks" to talloc.Michael Adam2009-08-301-0/+4
* talloc: add script/abi_checks.sh. check for abi changes without gcc magic.Michael Adam2009-08-301-0/+91
* talloc: add script to extract signatures from header files.Michael Adam2009-08-301-0/+178
* talloc: add scripts to extract library symbols (exports file) from headersMichael Adam2009-08-302-0/+121