summaryrefslogtreecommitdiff
path: root/lib/ldb/common/ldb_modules.c
AgeCommit message (Collapse)AuthorFilesLines
2014-07-15ldb: Add a env variable to disable RTLD_DEEPBIND.Andreas Schneider1-6/+19
We need a way to disable this in order to allow the ldb_*ldap modules to work with a preloaded socket wrapper. The only known user is the bind_dlz module, but symbol versioniong might be enough... So in future we may remove this completely or at least invert the default behavior. Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> (cherry picked from commit 11e87cdbb694cf542f3b7633326005abd49e43f1)
2014-07-15ldb: Show the type of failing operation in default error messageAndrew Bartlett1-1/+26
Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> (cherry picked from commit 347b2c65a4b8c219cfdae3306fdc3d793980cbed)
2012-08-29lib/ldb: Avoid printing secret attributes in ldb trace logsAndrew Bartlett1-1/+14
These are printed when Samba has debug level 10, which is often used for debugging. Instead, print a note to say that this attribute has been skipped. Andrew Bartlett
2011-10-27ldb:common/ldb_modules.c - fix a typo in commentMatthias Dieter Wallnöfer1-1/+1
Reviewed-by: abartlet
2011-10-20ldb: ldb_errstring() takes ldb_contxt as an argumentAmitay Isaacs1-1/+1
Signed-off-by: Andrew Tridgell <tridge@samba.org>
2011-10-18ldb: Output more error information when a connect failsAndrew Bartlett1-1/+1
2011-07-05ldb: make ldb a top level library for Samba 4.0Andrew Bartlett1-0/+1146
Signed-off-by: Andrew Tridgell <tridge@samba.org>