summaryrefslogtreecommitdiffstats
path: root/lib/talloc/ABI
Commit message (Collapse)AuthorAgeFilesLines
* talloc: change version to 2.0.5 after a critical bugfixStefan Metzmacher2011-01-051-0/+62
| | | | metze
* talloc: add ABI/talloc-2.0.4.sigsStefan Metzmacher2010-12-031-0/+62
| | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri Dec 3 11:35:45 CET 2010 on sn-devel-104
* talloc: there is no ambiguity when freeing a ptr with a null parentAndrew Tridgell2010-04-201-0/+62
| | | | | | | | when a ptr has a single reference and a NULL parent, then talloc_free(ptr) is not ambiguous, as the caller could not have done a talloc_free(NULL) to free the memory Pair-Programmed-With: Rusty Russell <rusty@samba.org>
* build: more adjustments for the ABI type name mapsAndrew Tridgell2010-04-181-3/+3
| | | | | | | | | | - use 'va_list' instead of 'struct __va_list_tag *' Using the C name for va_list is preferable - add support for negative ABI name matches in abi_match=. That is used to exlude ldb_*module_ops from the ldb ABI - don't include the ldb module ops or backend ops in the ABI
* s4-waf: rebuild signature files with the api type mapsAndrew Tridgell2010-04-181-3/+3
| | | | | This is not strictly necessary, as the old types would compare equal, but it is neater to use the generic type names
* talloc-waf: added ABI checking for tallocAndrew Tridgell2010-04-181-0/+62