summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/ABI
Commit message (Collapse)AuthorAgeFilesLines
* ldb: make ldb a top level library for Samba 4.0Andrew Bartlett2011-07-0518-4260/+0
| | | | Signed-off-by: Andrew Tridgell <tridge@samba.org>
* s4:ldb: change version to 1.1.0 after adding new functions:Stefan Metzmacher2011-04-211-0/+253
| | | | | | | | | | | | | ldb_ldif_parse_modrdn() ldb_req_set_custom_flags() ldb_req_get_custom_flags() Signed-off-by: Simo Sorce <idra@samba.org> metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Thu Apr 21 17:15:16 CEST 2011 on sn-devel-104
* ldb: controls marshalling/unmarshalling improvementMatthieu Patou2011-02-211-0/+250
| | | | | | | Add a function to marshall a control to a string Refactor the code of ldb_control_parse_strings to allow to extract the core code into ldb_control_parse_from_string so that this function can be called for just 1 string
* Increase minor version since a public header has changedSimo Sorce2011-02-141-0/+248
| | | | | | | | | | Samba4 now depends on a new macro defined in the public ldb_modules.h header: LDB_FLAG_INTERNAL_FORCE_SINGLE_VALUE_CHECK. Bump up the minor release of ldb accordingly. Autobuild-User: Simo Sorce <idra@samba.org> Autobuild-Date: Mon Feb 14 19:39:31 CET 2011 on sn-devel-104
* ldb: added ldb 1.0.0 ABI signaturesAndrew Tridgell2011-02-101-0/+248
|
* ldb: new ABI sigs fileAndrew Tridgell2011-01-171-0/+248
| | | | | Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Mon Jan 17 06:09:23 CET 2011 on sn-devel-104
* ldb: new ABI file for 0.9.23Andrew Tridgell2011-01-141-0/+247
|
* ldb: Bump version after renaming some public symbols which didn't have aJelmer Vernooij2010-12-191-0/+245
| | | | ldb_ prefix.
* s4:ldb: add ABI/ldb-0.9.20.sigsStefan Metzmacher2010-12-081-0/+245
| | | | metze
* s4-ldb: added an environment varibale LDB_WARN_UNINDEXEDAndrew Tridgell2010-11-231-1/+1
| | | | | | when LDB_WARN_UNINDEXED is set, we produce warnings about unindexed searches. This makes it easier to find performance problems caused by unindexed searches.
* s4-ldb: expose some more ldb module functionsAndrew Tridgell2010-11-031-0/+245
| | | | | this exposes enough functions for s4 to not need ldb_private.h any more.
* s4-ldb: added ldb command line hook supportAndrew Tridgell2010-11-011-0/+240
| | | | | | | ldb modules can now add hooks to the command line processing for ldb tools Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s4-ldb: make ldb_options_find() publicAndrew Tridgell2010-10-211-0/+229
| | | | | | we need to make this symbol public to allow for -Wl,-no-undefined, as otherwise the pyldb module can't find the symbol when it creates the module
* s4-ldb: increase minor version for 2 new functionsAndrew Tridgell2010-10-191-0/+228
| | | | | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Tue Oct 19 01:27:44 UTC 2010 on sn-devel-104
* ldb: raise minor version number for new ldb_msg_match_error() functionAndrew Tridgell2010-10-131-0/+226
| | | | | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Wed Oct 13 11:42:18 UTC 2010 on sn-devel-104
* ldb: Add ABI file for use when including ildap in the build.Jelmer Vernooij2010-06-201-0/+224
|
* ldb: Bump version number, use same ABI version for Samba4 and non-Samba 4 ↵Jelmer Vernooij2010-06-151-0/+219
| | | | versions.s
* Revert "ldb: Remove Samba-specific symbols."Simo Sorce2010-05-311-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.
* ldb: Remove Samba-specific symbols.Jelmer Vernooij2010-05-311-5/+0
|
* ldb: Revert signature file changes made in ↵Kai Blin2010-05-311-0/+5
| | | | 151e239bcf2860411527a953d627b2d724c0a57e
* ldb/waf: Fix build with system and bundled ldb.Jelmer Vernooij2010-05-311-5/+0
|
* s4/waf: ABI update for lib/ldbAnatoliy Atanasov2010-05-041-0/+224
|
* build: more adjustments for the ABI type name mapsAndrew Tridgell2010-04-182-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
* s4-waf: rebuild signature files with the api type mapsAndrew Tridgell2010-04-182-32/+32
| | | | | This is not strictly necessary, as the old types would compare equal, but it is neater to use the generic type names
* ldb-waf: enable ABI checking in ldbAndrew Tridgell2010-04-182-0/+501
we use separate signature files for ldb and ldb-samba4, as the samba4 varient of the library has many more public symbols