]> git.sur5r.net Git - openldap/commit
Added -llber 'N' ber_printf format which inserts a NULL if
authorKurt Zeilenga <kurt@openldap.org>
Sat, 24 Jun 2000 01:40:39 +0000 (01:40 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sat, 24 Jun 2000 01:40:39 +0000 (01:40 +0000)
commit49f414738569096eae2c94a4f05f0f3f2636b8b7
treee32b6098b808118b86be20349aa255aa66d14893
parent2a370cc4d11c6c1f5cedfee64e06bfdbbbb99a3e
Added -llber 'N' ber_printf format which inserts a NULL if
an internal flag set.  Used for SEQUENCE testing.  Flag must
be set using debugger.  Modified ber_printf to use new format
were needed for extensibility testing.

Added first cut -lldap support for extended responses.
Modified ldapsearch(1) to handle v3 search references when not
chasing.  Also added extended/unsolicited notification handling
and extended partial response handling.  Changes include a
number of LDIF enhancements.

Fixed getpassphrase() returns NULL bugs
28 files changed:
clients/tools/ldapdelete.c
clients/tools/ldapmodify.c
clients/tools/ldapmodrdn.c
clients/tools/ldappasswd.c
clients/tools/ldapsearch.c
include/ldap.h
libraries/liblber/encode.c
libraries/liblber/etest.c
libraries/libldap/abandon.c
libraries/libldap/add.c
libraries/libldap/compare.c
libraries/libldap/controls.c
libraries/libldap/delete.c
libraries/libldap/error.c
libraries/libldap/extended.c
libraries/libldap/kbind.c
libraries/libldap/ldap-int.h
libraries/libldap/modify.c
libraries/libldap/modrdn.c
libraries/libldap/request.c
libraries/libldap/result.c
libraries/libldap/sasl.c
libraries/libldap/search.c
libraries/libldap/sortctrl.c
libraries/libldap/unbind.c
libraries/libldap/vlvctrl.c
servers/slapd/passwd.c
servers/slapd/result.c