summaryrefslogtreecommitdiff
path: root/lib/ldb/common/ldb_ldif.c
AgeCommit message (Collapse)AuthorFilesLines
2012-11-13lib/ldb: add missing newline in the output of ldb_ldif_write_trace()Stefan Metzmacher1-1/+1
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Tue Nov 13 13:53:31 CET 2012 on sn-devel-104
2012-08-29lib/ldb: Avoid printing secret attributes in ldb trace logsAndrew Bartlett1-6/+41
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
2012-04-10ldb: Allow access to the line number while reading ldif from a fileAndrew Bartlett1-6/+13
2011-07-05ldb: make ldb a top level library for Samba 4.0Andrew Bartlett1-0/+1026
Signed-off-by: Andrew Tridgell <tridge@samba.org>