]> git.sur5r.net Git - openldap/blob - contrib/ldaptcl/CHANGES
ITS#8527 - Add additional debug logging on consumer/provider state when the consumer...
[openldap] / contrib / ldaptcl / CHANGES
1 Package rersion 2.0:
2 - Detects OpenLDAP 2.0 and builds correctly with it.
3 - Increment major version to 2, library file to libldaptcl2.0.so.
4 - Can now perform add/delete/replace modifications in a single command.
5 - Replaced calls to TclX_WrongArgs with core Tcl_WrongNumArgs to reduce
6   dependency on Extended Tcl.
7 - Wrap dereference search control with #ifdef LDAP_OPT_DEREF.
8 - Deref during search should work.
9 - Add protocol_version option to ldap init command.
10 - Add LDAPTCL_PROTOCOL_VERSION_DEFAULT to allow specifying the default
11   protocol version used.
12 - Add controlArray(timeout) to control timeouts during searches.
13 - Add controlArray(cache) to control caching current search results.
14   (Experience has shown this to be not very useful or not working correctly.
15   Caching search results should probably be done in Ldaptcl rather than
16   letting the LDAP API do it.)
17 - Add "compare" subcommand
18 - Add experimental trap subcommand (undocumented -- use at your own risk).
19
20 Package version 1.2:
21
22 - Filter no longer a required controlArray member, defaults to objectclass=*.
23 - Sets errorCode with LDAP macro string value (better to test than the more
24   human readable values).
25 - Shorten minimum required characters for search scope definitions: now allows
26   "base", "one", and "sub".  For the latter two, additional characters are
27   ignored.
28 - Now compiles successfully with -devel branch.
29 - Client cache management code enabled for OpenLDAP versions <= 1.2.4.  (This
30   code is relatively untested and feedback is welcome.)