summaryrefslogtreecommitdiff
path: root/lib/talloc
Commit message (Expand)AuthorAgeFilesLines
* 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
* note the semantic change in talloc_free from 2.0Andrew Tridgell2009-08-242-8/+9
* fixed typo in talloc doc XMLAndrew Tridgell2009-08-241-1/+2
* updated XML source for talloc man pageAndrew Tridgell2009-08-241-1/+73
* added talloc_set_log_* documentationAndrew Tridgell2009-08-241-0/+11
* updated talloc guide for recent API changesAndrew Tridgell2009-08-241-2/+54
* talloc: add --enable-talloc-compat1 to build a compat library for talloc 1.x.xStefan Metzmacher2009-08-245-0/+89
* talloc: update talloc.exports and talloc.signaturesStefan Metzmacher2009-08-242-4/+8
* talloc: add defines and functions for TALLOC_MAJOR/MINOR_VERSIONStefan Metzmacher2009-08-246-11/+72
* talloc: change version to 2.0.0Stefan Metzmacher2009-08-241-1/+1
* talloc: remove ABI compat functionsStefan Metzmacher2009-08-242-31/+0
* talloc: remove unused build dependecies to sambaStefan Metzmacher2009-08-241-18/+0
* talloc/testsuite: use talloc_set_log_fn() and log to stdoutStefan Metzmacher2009-08-241-0/+6
* talloc: add talloc_set_log_fn() and talloc_set_log_stderr()Stefan Metzmacher2009-08-242-12/+51