Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-06-20 | ldb: Add ABI file for use when including ildap in the build. | Jelmer Vernooij | 1 | -0/+224 | |
2010-06-15 | ldb: Bump version number, use same ABI version for Samba4 and non-Samba 4 ↵ | Jelmer Vernooij | 1 | -0/+219 | |
versions.s | |||||
2010-05-31 | Revert "ldb: Remove Samba-specific symbols." | Simo Sorce | 1 | -0/+5 | |
This reverts commit fe8302b235197e359a20ba0489eb72b54793963e. Jelmer, please do not re-re-revert this until we can properly handle *both* s4 and standalone ldb builds. | |||||
2010-05-31 | ldb: Remove Samba-specific symbols. | Jelmer Vernooij | 1 | -5/+0 | |
2010-05-31 | ldb: Revert signature file changes made in ↵ | Kai Blin | 1 | -0/+5 | |
151e239bcf2860411527a953d627b2d724c0a57e | |||||
2010-05-31 | ldb/waf: Fix build with system and bundled ldb. | Jelmer Vernooij | 1 | -5/+0 | |
2010-05-04 | s4/waf: ABI update for lib/ldb | Anatoliy Atanasov | 1 | -0/+224 | |
2010-04-18 | build: more adjustments for the ABI type name maps | Andrew Tridgell | 2 | -62/+2 | |
- 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 | |||||
2010-04-18 | s4-waf: rebuild signature files with the api type maps | Andrew Tridgell | 2 | -32/+32 | |
This is not strictly necessary, as the old types would compare equal, but it is neater to use the generic type names | |||||
2010-04-18 | ldb-waf: enable ABI checking in ldb | Andrew Tridgell | 2 | -0/+501 | |
we use separate signature files for ldb and ldb-samba4, as the samba4 varient of the library has many more public symbols |