Annuaire LDAP
Find a file
Randy Kunkee aff4f66fe6 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).
2001-05-21 22:01:57 +00:00
build Clean up begin thread test 2001-05-07 19:01:46 +00:00
clients Fix filter printing 2001-05-18 00:27:08 +00:00
contrib From CHANGES notes for 2.0: 2001-05-21 22:01:57 +00:00
doc Misc updates 2001-05-18 02:45:46 +00:00
include Minor cleanup 2001-05-21 05:00:35 +00:00
libraries Should not be using reverse lookup names to check certificates. 2001-05-19 23:07:46 +00:00
servers Take rc out from #ifdef 2001-05-20 17:39:32 +00:00
tests Append log 2001-05-07 19:30:22 +00:00
acconfig.h Make that LDAP_NEEDS_PROTOTYPES... might as well use proper English 2000-06-19 22:20:36 +00:00
acinclude.m4 Misc yr updates 2001-05-07 19:30:45 +00:00
aclocal.m4 Misc yr updates 2001-05-07 19:30:45 +00:00
configure Regen 2001-05-12 18:44:07 +00:00
configure.in This is the commit of: 2001-05-12 00:51:28 +00:00
COPYRIGHT Update year 2001-05-02 19:51:02 +00:00
INSTALL Import latest SDF generated INSTALL. This version is quite lean. 2000-09-11 18:44:55 +00:00
LICENSE Update to 2.5 (from guide) 2001-05-18 02:46:24 +00:00
Makefile.in Add make test shortcut 2000-05-19 21:01:36 +00:00
README Minor updates 2000-07-28 17:39:50 +00:00

OpenLDAP Devel README
	This software was obtained from the development branch (HEAD) of
	the OpenLDAP Software Repository.  This copy is likely already
	not current, the development branch changes frequently.  These
	changes include code implementing experimental features and
	unproven bug fixes.  This copy is meant only for reference
	purposes.

	The OpenLDAP Developer's FAQ is available at:
		http://www.openldap.org/faq/index.cgi?file=4

	Client developers seeking a stable development platform
	should use OpenLDAP-release or OpenLDAP-software.
		http://www.openldap.org/software/

---
$OpenLDAP$