]> git.sur5r.net Git - openldap/commit
From CHANGES notes for 2.0:
authorRandy Kunkee <kunkee@openldap.org>
Mon, 21 May 2001 22:01:57 +0000 (22:01 +0000)
committerRandy Kunkee <kunkee@openldap.org>
Mon, 21 May 2001 22:01:57 +0000 (22:01 +0000)
commitaff4f66fe6cfd84c298d74bfb95300f2ddeaac98
treeab11255a3adecbabfc4a8aac30225e553d4e0f9f
parentf31cc3e703556e830df078497ca25f1b5f4cc7be
From CHANGES notes for 2.0:
- Detects OpenLDAP 2.0 and builds correctly with it.
- Increment major version to 2, library file to libldaptcl2.0.so.
- Can now perform add/delete/replace modifications in a single command.
- Replaced calls to TclX_WrongArgs with core Tcl_WrongNumArgs to reduce
  dependency on Extended Tcl.
- Wrap dereference search control with #ifdef LDAP_OPT_DEREF.
- Deref during search should work.
- Add protocol_version option to ldap init command.
- Add LDAPTCL_PROTOCOL_VERSION_DEFAULT to allow specifying the default
  protocol version used.
- Add controlArray(timeout) to control timeouts during searches.
- Add controlArray(cache) to control caching current search results.
  (Experience has show this to be not very useful or not working correctly.
  Caching search results should probably be done in Ldaptcl rather than
  letting the LDAP API do it.)
- Add "compare" subcommand
- Add experimental trap subcommand (undocumented -- use at your own risk).
contrib/ldaptcl/CHANGES
contrib/ldaptcl/configure
contrib/ldaptcl/configure.in
contrib/ldaptcl/ldap.n
contrib/ldaptcl/neoXldap.c