openldap/libraries/libldap
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
..
abandon.c Added LDAP_LOG messages 2002-03-27 18:20:08 +00:00
add.c Added LDAP_LOG messages 2002-03-27 18:20:08 +00:00
addentry.c
apitest.c
apitest.dsp
bind.c Added LDAP_LOG messages 2002-03-27 18:20:08 +00:00
cache.c ITS#1732 signed/unsigned fixes 2002-04-11 08:47:37 +00:00
charray.c
compare.c Added LDAP_LOG messages 2002-03-27 18:50:45 +00:00
controls.c ITS#1701. Fix ber_scanf() return tag handling. 2002-04-02 18:40:04 +00:00
cyrus.c Fix previous commit, wrong if condition 2002-05-03 13:07:42 +00:00
delete.c Added LDAP_LOG messages 2002-03-27 19:18:11 +00:00
dnssrv.c
dntest.c Mostly based on patches provided by Hallvard B. Furuseth 2002-04-08 09:43:22 +00:00
dntest.dsp
dsparse.c
error.c Added LDAP_LOG messages 2002-03-27 19:28:43 +00:00
extended.c Added LDAP_LOG messages 2002-03-27 19:37:50 +00:00
filter.c Matched Values implementation (ITS#1776) based upon submission 2002-05-02 18:56:56 +00:00
free.c
ftest.c Mostly based on patches provided by Hallvard B. Furuseth 2002-04-08 09:43:22 +00:00
ftest.dsp
getattr.c Added LDAP_LOG messages 2002-03-27 19:43:07 +00:00
getdn.c Fix previous commit - must fully init newAVA 2002-04-30 14:43:05 +00:00
getentry.c
getfilter.c Added LDAP_LOG messages 2002-03-27 19:51:13 +00:00
getvalues.c Added LDAP_LOG messages 2002-03-27 19:51:13 +00:00
init.c Added LDAP_LOG messages 2002-03-27 22:03:35 +00:00
kbind.c Added LDAP_LOG messages 2002-03-27 22:23:24 +00:00
ldap-int.h Mostly based on patches provided by Hallvard B. Furuseth 2002-04-08 09:43:22 +00:00
ldap.conf
ldapfilter.conf
libldap.dsp
ltest.dsp
Makefile.in Update libtool usage 2002-02-10 22:42:51 +00:00
messages.c
modify.c Added LDAP_LOG messages 2002-03-27 22:23:24 +00:00
modrdn.c Added LDAP_LOG messages 2002-03-27 22:35:35 +00:00
open.c Added LDAP_LOG messages 2002-03-29 17:46:28 +00:00
options.c
os-ip.c Mostly based on patches provided by Hallvard B. Furuseth 2002-04-08 09:43:22 +00:00
os-local.c Mostly based on patches provided by Hallvard B. Furuseth 2002-04-08 09:43:22 +00:00
print.c
references.c
request.c ITS#1732 signed/unsigned fixes 2002-04-11 08:47:37 +00:00
result.c Fix previous commit, only zero out v3 refer_cnt if we got a SEARCH_RESULT. 2002-05-02 12:08:19 +00:00
sasl.c Added LDAP_LOG Messages 2002-04-01 22:28:02 +00:00
sbind.c Added LDAP_LOG messages 2002-04-01 22:31:44 +00:00
schema.c ITS#1732 signed/unsigned fixes 2002-04-11 08:47:37 +00:00
search.c Added LDAP_LOG messages 2002-04-01 22:31:44 +00:00
sort.c
sortctrl.c
string.c
t61.c
test.c
tls.c Changed default tls_opt_require_cert value to LDAP_OPT_X_TLS_DEMAND; force 2002-05-04 00:05:48 +00:00
unbind.c Added LDAP_LOG Messages 2002-04-02 00:22:57 +00:00
url.c Mostly based on patches provided by Hallvard B. Furuseth 2002-04-08 09:43:22 +00:00
utf-8-conv.c ITS#1732 signed/unsigned fixes 2002-04-11 08:47:37 +00:00
utf-8.c Added ldap_ucs_to_utf8s to convert ASN.1 T61STRING, BMPSTRING, and 2002-04-30 13:57:01 +00:00
util-int.c
vlvctrl.c