summaryrefslogtreecommitdiff
path: root/lib/ldb/common/ldb_modules.c
AgeCommit message (Collapse)AuthorFilesLines
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>