- 22 Jun, 2020 1 commit
-
-
Quanah Gibson-Mount authored
-
- 09 Jan, 2020 1 commit
-
-
Quanah Gibson-Mount authored
-
- 14 Jan, 2019 1 commit
-
-
Quanah Gibson-Mount authored
-
- 22 Mar, 2018 1 commit
-
-
Quanah Gibson-Mount authored
-
- 03 Jan, 2017 1 commit
-
-
Quanah Gibson-Mount authored
-
- 29 Jan, 2016 1 commit
-
-
Quanah Gibson-Mount authored
-
- 11 Feb, 2015 1 commit
-
-
Quanah Gibson-Mount authored
-
- 25 Jan, 2014 1 commit
-
-
Kurt Zeilenga authored
-
- 14 Jan, 2013 1 commit
-
-
Quanah Gibson-Mount authored
-
- 21 Feb, 2012 1 commit
-
-
- 20 Jan, 2012 1 commit
-
-
- 29 Mar, 2011 1 commit
-
-
Avoids redundant files. And update various notices
-
- 28 Mar, 2011 3 commits
-
-
Quanah Gibson-Mount authored
-
-
-
- 01 Sep, 2007 1 commit
-
-
Quanah Gibson-Mount authored
-
- 18 May, 2007 2 commits
-
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
- 09 May, 2007 1 commit
-
-
Hallvard Furuseth authored
-
- 01 Apr, 2006 1 commit
-
-
Hallvard Furuseth authored
-
- 17 Sep, 2005 1 commit
-
-
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.
-
- 02 May, 2002 2 commits
-
-
Randy Kunkee authored
-
Randy Kunkee authored
-
- 10 Jul, 2001 2 commits
-
-
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.
-
- 21 May, 2001 1 commit
-
-
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).
-
- 05 Dec, 2000 1 commit
-
-
Randy Kunkee authored
-
- 22 Jun, 2000 2 commits
-
-
Randy Kunkee authored
-
Randy Kunkee authored
-
- 11 May, 2000 1 commit
-
-
Howard Chu authored
-
- 12 Apr, 2000 1 commit
-
-
Kurt Zeilenga authored
-
- 04 Apr, 2000 1 commit
-
-
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.
-
- 22 Dec, 1999 2 commits
-
-
Randy Kunkee authored
trap code.
-
Randy Kunkee authored
in searches, and experimental "trap" subcommand.
-
- 04 Nov, 1999 2 commits
-
-
Randy Kunkee authored
-
Randy Kunkee authored
-
- 03 Nov, 1999 1 commit
-
-
Randy Kunkee authored
-
- 01 Nov, 1999 1 commit
-
-
Kurt Zeilenga authored
Update single debug/release not to use service manager nor event manager. Likely breaks MINGW32 port.
-
- 26 Oct, 1999 1 commit
-
-
Randy Kunkee authored
Known bug: cache enabled is known to cause Tcl to abort upon exit.
-
- 22 Sep, 1999 1 commit
-
-
Ben Collins authored
* all others: Added DESTDIR support
-