openldap/clients/tools
Howard Chu 712129fe11 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.
2006-11-24 17:05:45 +00:00
..
common.c More LDAP_DEVEL cleanup 2006-08-22 00:45:16 +00:00
common.h rework control response handling 2006-01-08 19:51:28 +00:00
ldapcompare.c Portability cleanups 2006-09-14 07:58:02 +00:00
ldapdelete.c add LDAP_OPT_DIAGNOSTIC_MESSAGE; replace deprecated option names 2006-10-14 17:04:17 +00:00
ldapexop.c Allow arbitrary exop data to be base64 encoded 2006-02-11 00:51:08 +00:00
ldapmodify.c Parser rewrite: 2006-11-24 17:05:45 +00:00
ldapmodrdn.c Portability cleanups 2006-09-14 07:58:02 +00:00
ldappasswd.c fix confused comment 2006-08-17 00:26:25 +00:00
ldapsearch.c ITS#3755 silence strict-aliasing warnings 2006-11-10 10:39:54 +00:00
ldapwhoami.c cleanup 2006-03-31 13:09:42 +00:00
Makefile.in rfc2589 support (ITS#4293) 2006-01-06 17:46:52 +00:00