- Apr 01, 2006
-
-
Hallvard Furuseth authored
-
- Sep 17, 2005
-
-
Hallvard Furuseth authored
Do not use test -a/-o. Use shell features like &&, || or case...esac. Use grep instead of egrep (but not the not-yet-portable Posix variant grep -E). Based on a patch from Paul Eggert.
-
- May 02, 2002
-
-
Randy Kunkee authored
-
Randy Kunkee authored
-
- Jul 10, 2001
-
-
Randy Kunkee authored
OpenLDAP 2.x is supported.
-
Randy Kunkee authored
and ldap_next_attribute if using newer interface. Current test for this is an #if LDAP_API_VERSION >= 2004.
-
- May 21, 2001
-
-
Randy Kunkee authored
- 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).
-
- Dec 05, 2000
-
-
Randy Kunkee authored
-
- Jun 22, 2000
-
-
Randy Kunkee authored
-
Randy Kunkee authored
-
- May 11, 2000
-
-
Howard Chu authored
-
- Apr 12, 2000
-
-
Kurt Zeilenga authored
-
- Apr 04, 2000
-
-
Randy Kunkee authored
caused incorrect data in result array and possibly segmentation violations when searches terminated due to errors such as timeout, exceeding search limit, or the remote server going down in the middle of a search. Also correctly puts error message on top of traceback stack (instead of randomly in memory per the stale result obj). A segmentation violation could have manifested later in the program's life, or perhaps during termination of the interpreter.
-
- Dec 22, 1999
-
-
Randy Kunkee authored
trap code.
-
Randy Kunkee authored
in searches, and experimental "trap" subcommand.
-
- Nov 04, 1999
-
-
Randy Kunkee authored
-
Randy Kunkee authored
-
- Nov 03, 1999
-
-
Randy Kunkee authored
-
- Nov 01, 1999
-
-
Kurt Zeilenga authored
Update single debug/release not to use service manager nor event manager. Likely breaks MINGW32 port.
-
- Oct 26, 1999
-
-
Randy Kunkee authored
Known bug: cache enabled is known to cause Tcl to abort upon exit.
-
- Sep 22, 1999
-
-
Ben Collins authored
* all others: Added DESTDIR support
-
- Aug 03, 1999
-
-
Randy Kunkee authored
- Filter no longer a required controlArray member, defaults to objectclass=*. - Sets errorCode with LDAP macro string value (better to test than the more human readable values). - Shorten minimum required characters for search scope definitions: now allows "base", "one", and "sub". For the latter two, additional characters are ignored. - Now compiles successfully with -devel branch (though less tested). - Client cache management code enabled for OpenLDAP versions <= 1.2.4. (This code is relatively untested and feedback is welcome.) - More installation cleanups to work easily as a dynamically loadable Tcl package.
-
- Jul 27, 1999
-
-
Randy Kunkee authored
-
Randy Kunkee authored
Add timeout to control array. Add -lldap -llber when building shared library. Clean up pkgIndex.tcl creation and installation (should now support "package require" out of the box).
-
- Apr 30, 1999
-
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
- Feb 10, 1999
-
-
Randy Kunkee authored
-