Update of /repo/OpenLDAP/pkg/ldap/clients/tools
Modified Files:
ldapmodify.c 1.188 -> 1.189
Log Message:
Parser rewrite:
use liblutil's ldif_read_record instead of read_one_record
track line numbers across entire LDIF instead of just for a single
entry, to allow easier locating of errors. (we can also add the
-j jump option later.)
split Add/Modify parse paths, precompute size of pmods instead of
continuously using realloc.
Entry processing is now linear time instead of n^2 with entry size.
CVS Web URLs:
http://www.openldap.org/devel/cvsweb.cgi/clients/tools/http://www.openldap.org/devel/cvsweb.cgi/clients/tools/ldapmodify.c
Changes are generally available on cvs.openldap.org (and CVSweb)
within 30 minutes of being committed.