]> git.sur5r.net Git - openldap/commit
Parser rewrite:
authorHoward Chu <hyc@openldap.org>
Fri, 24 Nov 2006 17:05:45 +0000 (17:05 +0000)
committerHoward Chu <hyc@openldap.org>
Fri, 24 Nov 2006 17:05:45 +0000 (17:05 +0000)
commit712129fe1155e385f3334152bb24af06fd9f2a26
treef93c3c924ec1eb7f72e0c4b69acd35749f9147bf
parent0981516abf52950914b907b1cfedb305bb2d6f90
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.
clients/tools/ldapmodify.c