]> git.sur5r.net Git - openldap/commit
Added new ldap_get_{dn,attribute,values}_ber functions for linearly
authorHoward Chu <hyc@openldap.org>
Thu, 5 Sep 2002 11:33:32 +0000 (11:33 +0000)
committerHoward Chu <hyc@openldap.org>
Thu, 5 Sep 2002 11:33:32 +0000 (11:33 +0000)
commit6a903bc1e54ce7fcf5b2fd06a390b33706be0cb1
tree0cde6333fb1a584e2a6daa9bb74c970d05ef2e16
parent73207c7110c467fae72b90694af75353f5b1bdd8
Added new ldap_get_{dn,attribute,values}_ber functions for linearly
processing a search entry. Avoids O(n^2) ldap_get_values() behavior.
include/ldap.h
libraries/libldap/getattr.c
libraries/libldap/getdn.c
libraries/libldap/getvalues.c