]> git.sur5r.net Git - openldap/commit
Update ldap_first_attribute/ldap_next_attribute to handle
authorKurt Zeilenga <kurt@openldap.org>
Wed, 20 Jan 1999 20:21:38 +0000 (20:21 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 20 Jan 1999 20:21:38 +0000 (20:21 +0000)
commiteed7408e7e451a376b42e1183ec5d7b55c9c832d
tree84c4a1bd81101bdd26b701cfba945d88063659dd
parent19a17982c6efb458cec261bfd885bdc712d2ccf1
Update ldap_first_attribute/ldap_next_attribute to handle
BerElement argument per latest IETF ldapext draft c api spec.
That is, caller is solely responsible for freeing the BerElement
allocated and returned by ldap_first_attribute.
Update man pages accordingly.
Update applications accordingly.
clients/tools/ldapsearch.c
clients/ud/print.c
doc/man/man3/ldap_first_attribute.3
libraries/libldap/getattr.c
libraries/libldap/test.c
libraries/libldap/tmplout.c