summaryrefslogtreecommitdiffstats
path: root/lib/talloc
Commit message (Expand)AuthorAgeFilesLines
* 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
* talloc: let talloc_steal() only generate a warning if it's used with referencesStefan Metzmacher2009-08-241-2/+1
* talloc/testsuite: report __location__ of testsuite failuresStefan Metzmacher2009-08-241-6/+6
* talloc/testsuite: add infrastructure to test abortsStefan Metzmacher2009-08-241-0/+20
* talloc/testsuite: reset the globals after each subtestStefan Metzmacher2009-08-241-3/+29
* talloc: call return after abort, because an overloaded abort function might n...Stefan Metzmacher2009-08-241-0/+4
* talloc: report the size of reference handles as 0Stefan Metzmacher2009-08-241-1/+3
* talloc: let talloc_total_blocks() and talloc_get_size() operate on the null_c...Stefan Metzmacher2009-08-241-2/+15
* DCE/RPC(Python): Rename py_talloc_import to py_talloc_steal.Jelmer Vernooij2009-07-302-7/+8
* Fix some warningsVolker Lendecke2009-07-041-2/+3
* Restore ABI compatibility for talloc.Simo Sorce2009-07-036-60/+106
* talloc: change TALLOC_MAGIC for version 2.0.0Stefan Metzmacher2009-07-021-1/+12
* change talloc to 2.0.0Andrew Tridgell2009-07-021-1/+1