openldap/servers/slurpd
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
..
admin.c Update LinuxThread signal handling. Hide #ifdef hell in ac/signal.h. 1998-11-18 17:45:32 +00:00
args.c s/<stdlib.h>/<ac/stdlib.h>/ 1999-06-03 00:37:44 +00:00
ch_malloc.c Use ber_mem* and friends 1999-06-19 05:08:13 +00:00
config.c s/<stdlib.h>/<ac/stdlib.h>/ 1999-06-03 00:37:44 +00:00
DESIGN Initial revision 1998-08-09 00:43:13 +00:00
fm.c Very crude LDIF changes: 1999-07-29 21:25:39 +00:00
globals.c s/<stdlib.h>/<ac/stdlib.h>/ 1999-06-03 00:37:44 +00:00
globals.h Remove HAVE_LWP use from slurpd. globals for ldap_pvt_thread_sleep() 1999-04-06 20:59:30 +00:00
ldap_op.c Very crude LDIF changes: 1999-07-29 21:25:39 +00:00
lock.c All implementations of lutil_lockf (aka ldap_lockf) block until 1999-03-28 22:43:43 +00:00
main.c Move ldap_pvt_thread_initialize() in front of init_globals() 1999-04-13 11:10:16 +00:00
Makefile.in Include $(TLS_LIBS) 1999-07-13 19:15:14 +00:00
proto-slurp.h ber_int_t, ber_tag_t, ber_socket_t, ber_len_t 1999-06-18 23:53:05 +00:00
re.c Enhance LDIF handling 1999-07-30 23:00:02 +00:00
reject.c Misc header cleanup 1999-03-29 02:07:18 +00:00
replica.c replace integer argument NULL with 0 1999-03-03 17:35:33 +00:00
replog.c Update NT port with support for -lldap_r and -lldbm. 1999-03-01 22:37:05 +00:00
ri.c s/<stdlib.h>/<ac/stdlib.h>/ 1999-06-03 00:37:44 +00:00
rq.c s/<stdlib.h>/<ac/stdlib.h>/ 1999-06-03 00:37:44 +00:00
sanity.c Protoized, moved extern definitions to .h files, fixed related bugs. 1998-11-15 22:40:11 +00:00
slurp.h Very crude LDIF changes: 1999-07-29 21:25:39 +00:00
slurpd.dsp Update NT port with support for -lldap_r and -lldbm. 1999-03-01 22:37:05 +00:00
slurpd.dsw Update NT port with support for -lldap_r and -lldbm. 1999-03-01 22:37:05 +00:00
st.c s/<stdlib.h>/<ac/stdlib.h>/ 1999-06-03 00:37:44 +00:00