]> git.sur5r.net Git - openldap/commit
Changes
authorKurt Zeilenga <kurt@openldap.org>
Sun, 9 Feb 2003 00:28:49 +0000 (00:28 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sun, 9 Feb 2003 00:28:49 +0000 (00:28 +0000)
commit96e453e9817e22700efedc155ee263ee33d5a4af
tree178aa4def4bd05db8ac5bda58e7c3bac32974515
parent626e7bb9c58155e0e99a7c8f1c5521de7fda5cea
Changes
    Updated libldap TLS certificate checking
    Updated client tool argument handling
    Updated test suite
    Updated liblutil detach handling
    Added libldap ldap_whoami routines
    Added liblber ber_flatten2 routine
    Added liblutil passwd sanity checks
    Fixed liblber PROTOS bugs
    Fixed ber_flush debug level
    Fixed libldap NULL cred bug
    Build Environment
        Check back-bdb requirement for BDB 4.1
46 files changed:
CHANGES
acconfig.h
build/openldap.m4
clients/tools/Makefile.in
clients/tools/common.c [new file with mode: 0644]
clients/tools/common.h [new file with mode: 0644]
clients/tools/ldapcompare.c
clients/tools/ldapcompare.dsp [new file with mode: 0644]
clients/tools/ldapdelete.c
clients/tools/ldapdelete.dsp [new file with mode: 0644]
clients/tools/ldapmodify.c
clients/tools/ldapmodify.dsp [new file with mode: 0644]
clients/tools/ldapmodrdn.c
clients/tools/ldapmodrdn.dsp [new file with mode: 0644]
clients/tools/ldappasswd.c
clients/tools/ldappasswd.dsp [new file with mode: 0644]
clients/tools/ldapsearch.c
clients/tools/ldapsearch.dsp [new file with mode: 0644]
clients/tools/ldapwhoami.c
clients/tools/ldapwhoami.dsp
include/ldap.h
include/portable.h.in
libraries/liblber/io.c
libraries/libldap/Makefile.in
libraries/libldap/dnssrv.c
libraries/libldap/error.c
libraries/libldap/extended.c
libraries/libldap/ldap-int.h
libraries/libldap/open.c
libraries/libldap/result.c
libraries/libldap/sasl.c
libraries/libldap/tls.c
libraries/libldap/url.c
libraries/libldap/whoami.c [new file with mode: 0644]
libraries/libldap_r/thr_cthreads.c [new file with mode: 0644]
libraries/libldap_r/thr_lwp.c [new file with mode: 0644]
libraries/libldap_r/thr_nt.c
libraries/libldap_r/thr_posix.c
libraries/libldap_r/thr_pth.c
libraries/libldap_r/thr_stub.c
libraries/libldap_r/thr_thr.c [new file with mode: 0644]
libraries/libldap_r/tpool.c
tests/data/slapd-repl-submaster.conf
tests/scripts/defines.sh
tests/scripts/test011-subtree-repl
tests/scripts/undiff.sh [new file with mode: 0755]