openldap/servers/slapd/tools
Kurt Zeilenga b73b0c6158 Enhance LDIF handling
ldapsearch:
    use draft guidelines for determining when to use
    -t only writes binary attributes to files
    -tt writes all attributes to files
    output now lists URL instead of path to such files
    -T dir can be used to specify directory to create temp files in
    -V urlprefix can be used to change the URL prefix
    LDIF is now commented (can be disabled using -LL)
    LDIF now contains version attribute (can be disabled with -LLL)
LDIF:
    put interface changed to allow caller to specify how to encode
    put interface uses draft guidelines for determine when to base64 encode
    wrapping kludged to match old off by one bug
Tests:
    removed trailing space from some attributes (to avoid base64 encoding)
    enabled -LLL in defines.sh (should sed output to remove
        wrapping/comments/redundant separators)
Misc:
    updated codes outputting LDIF to use new put interface
TODO:
    handling of version attribute on input
    handling of URLs on input (ie: fetch URL)
1999-07-30 23:00:02 +00:00
..
centipede.c
chlog2replog.c
edb2ldif.c
ldapsyntax.c Fix NULLxxx -> NULL 1999-07-13 06:37:19 +00:00
ldapsyntax.h
ldbmcat.c
ldbmcat.dsp Import experimental referral implementation from OPENLDAP_DEVEL_REFERRALS. 1999-07-16 02:45:46 +00:00
ldbmcat.dsw
ldbmtest.c Namespace changes 1999-07-19 19:40:33 +00:00
ldbmtest.dsp Import experimental referral implementation from OPENLDAP_DEVEL_REFERRALS. 1999-07-16 02:45:46 +00:00
ldbmtest.dsw
ldif2id2children-bdb2.c Enhance LDIF handling 1999-07-30 23:00:02 +00:00
ldif2id2children.c Enhance LDIF handling 1999-07-30 23:00:02 +00:00
ldif2id2children.dsp
ldif2id2entry-bdb2.c When recreating a database from an ldif file created by ldbmcat, 1999-07-30 18:53:23 +00:00
ldif2id2entry.c When recreating a database from an ldif file created by ldbmcat, 1999-07-30 18:53:23 +00:00
ldif2id2entry.dsp
ldif2index-bdb2.c Enhance LDIF handling 1999-07-30 23:00:02 +00:00
ldif2index.c Enhance LDIF handling 1999-07-30 23:00:02 +00:00
ldif2index.dsp
ldif2ldbm-bdb2.c Enhance LDIF handling 1999-07-30 23:00:02 +00:00
ldif2ldbm.c Enhance LDIF handling 1999-07-30 23:00:02 +00:00
ldif2ldbm.dsp
ldif.c Enhance LDIF handling 1999-07-30 23:00:02 +00:00
ldif.dsp
ldif.dsw
Makefile.in Import experimental referral implementation from OPENLDAP_DEVEL_REFERRALS. 1999-07-16 02:45:46 +00:00
mimic.c Add support for LDAP_ALL_OPERATIONAL_ATTRIBUTES ("+") (based on 1999-07-24 03:39:23 +00:00
sizecount.c
Vers-edb2.c