Go to file
Howard Chu 0390a171b9 Changed default tls_opt_require_cert value to LDAP_OPT_X_TLS_DEMAND; force
a fatal error when TLS server cert verification fails.

Changed ldap_pvt_tls_check_hostname to return LDAP_SUCCESS when no cert is
found: this can now only occur if tls_opt_require_cert was explicitly set
to NEVER or ALLOW.

In tls_verify_cb, added a text translation of the verification error code
to the debug message.
2002-05-04 00:05:48 +00:00
build
clients Re: Patch: ctype functions require 'unsigned char' args (ITS#1678) 2002-04-15 20:42:42 +00:00
contrib Remove debugging fluff. 2002-05-02 08:14:01 +00:00
doc clarifications 2002-05-02 16:49:47 +00:00
include Matched Values implementation (ITS#1776) based upon submission 2002-05-02 18:56:56 +00:00
libraries Changed default tls_opt_require_cert value to LDAP_OPT_X_TLS_DEMAND; force 2002-05-04 00:05:48 +00:00
servers fix uninitialized counter in matched values 2002-05-03 19:00:52 +00:00
tests
acconfig.h
acinclude.m4
aclocal.m4
configure Error if ar(1) is missing. (ITS#1772) 2002-05-01 19:22:32 +00:00
configure.in back-meta needs librewrite and back-ldap; automatically enable them 2002-05-02 09:06:12 +00:00
COPYRIGHT
INSTALL
LICENSE
Makefile.in
README

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.  Please do NOT redistribute copies of the
	development branch.

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

	Client developers seeking a suitable development platform
	should use "release" or "stable" versions.
		http://www.openldap.org/software/

---
$OpenLDAP$