summaryrefslogtreecommitdiffstats
path: root/lib/talloc/ABI
Commit message (Collapse)AuthorAgeFilesLines
* talloc: change version to 2.0.7talloc-2.0.7Stefan Metzmacher2011-09-152-0/+68
| | | | | | | | | | The version change is needed because the ABI file of the pytalloc code was fixed. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Thu Sep 15 22:32:59 CEST 2011 on sn-devel-104
* pytalloc: Regenerate ABI file.Jelmer Vernooij2011-08-101-0/+1
| | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Wed Aug 10 16:51:11 CEST 2011 on sn-devel-104
* pytalloc: Use consistent prefix for functions, add ABI file.Jelmer Vernooij2011-08-101-0/+5
|
* talloc: prepare for 2.0.6 releaseAndrew Tridgell2011-08-091-0/+62
| | | | | Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Tue Aug 9 04:03:49 CEST 2011 on sn-devel-104
* 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