summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/common/ldb_options.c
AgeCommit message (Collapse)AuthorFilesLines
2011-07-05ldb: make ldb a top level library for Samba 4.0Andrew Bartlett1-72/+0
Signed-off-by: Andrew Tridgell <tridge@samba.org>
2010-10-21s4-ldb: make ldb_options_find() publicAndrew Tridgell1-1/+1
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
2010-07-07s4-ldb: added ldb_options_find()Andrew Tridgell1-0/+72
ldb_options_find() allows backends to find options in the options[] array passed to the connect operation. This will be used by the ldb_ldap bind code