r7803: added support in ldb for callers to setup ldif read/write functions,
authorAndrew Tridgell <tridge@samba.org>
Tue, 21 Jun 2005 06:35:55 +0000 (06:35 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:18:37 +0000 (13:18 -0500)
commit37e283089a846fc0608fef3981a3447300e33728
tree7bfd87c657f45c0fddfff0648539fc5fbb0ccb5f
parenta2d60dd878671d7ec4dbe631e8138d2279a2c6a4
r7803: added support in ldb for callers to setup ldif read/write functions,
so that ldbedit, ldbsearch etc can display nice human readable ldif,
while storing the data as binary blobs. This will be used for storing
NDR encoded objectSid and similar attributes, while making the command
line interface sane
source/lib/ldb/common/ldb_ldif.c
source/lib/ldb/include/ldb.h
source/lib/ldb/include/ldb_private.h