mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 02:29:34 -05:00
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. |
||
|---|---|---|
| .. | ||
| common.c | ||
| common.h | ||
| ldapcompare.c | ||
| ldapdelete.c | ||
| ldapexop.c | ||
| ldapmodify.c | ||
| ldapmodrdn.c | ||
| ldappasswd.c | ||
| ldapsearch.c | ||
| ldapwhoami.c | ||
| Makefile.in | ||