Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Autobuild-User: Andrew Tridgell <tridge@samba.org>
Autobuild-Date: Mon Jan 17 06:09:23 CET 2011 on sn-devel-104
|
|
|
|
ldb_ prefix.
|
|
metze
|
|
when LDB_WARN_UNINDEXED is set, we produce warnings about unindexed
searches. This makes it easier to find performance problems caused by
unindexed searches.
|
|
this exposes enough functions for s4 to not need ldb_private.h any
more.
|
|
ldb modules can now add hooks to the command line processing for ldb
tools
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
|
|
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
|
|
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
|
|
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
|
|
|
|
versions.s
|
|
This reverts commit fe8302b235197e359a20ba0489eb72b54793963e.
Jelmer, please do not re-re-revert this until we can properly handle
*both* s4 and standalone ldb builds.
|
|
|
|
151e239bcf2860411527a953d627b2d724c0a57e
|
|
|
|
|
|
- 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
|
|
This is not strictly necessary, as the old types would compare equal,
but it is neater to use the generic type names
|
|
we use separate signature files for ldb and ldb-samba4, as the samba4
varient of the library has many more public symbols
|