summaryrefslogtreecommitdiff
path: root/lib/ldb/include/ldb_private.h
AgeCommit message (Collapse)AuthorFilesLines
2012-11-01ldb: fixed callers for ldb_pack_data() and ldb_unpack_data()Andrew Tridgell1-0/+11
with ltdb_pack_data() and ltdb_unpack_data() now moved into common, we need to increase the minor version and fixup callers of the API Note that this relies on struct ldb_val being the same shape as TDB_DATA, in much the same way as we rely on ldb_val and DATA_BLOB being the same shape. Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2012-08-29lib/ldb: Avoid printing secret attributes in ldb trace logsAndrew Bartlett1-0/+5
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-0/+8
2011-10-07Revert "ldb: support raw OIDs in control string parsing"Stefan Metzmacher1-1/+0
This reverts commit ea41860d32d38448e08cefd79d30ee1150317a9e. This is not needed, because we already have the 'local_oid' magic. metze
2011-10-06ldb: support raw OIDs in control string parsingAndrew Tridgell1-0/+1
this makes it possible to use a raw OID string on the command line or in python scripts Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2011-07-05ldb: make ldb a top level library for Samba 4.0Andrew Bartlett1-0/+184
Signed-off-by: Andrew Tridgell <tridge@samba.org>