[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
RE: Fix for SSL connection to Novell NDS LDAP server (ITS#821)
This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
------ =_NextPart_000_01C0379C.01E6C780
Content-Type: text/plain
It should be in Matt-Corey-001011.patch in the ftp incoming directory.
if not, I've attached it.
Matt
-----Original Message-----
From: Kurt Zeilenga [mailto:openldap-its@OpenLDAP.org]
Sent: Monday, October 16, 2000 11:50 AM
To: mattc@chartist.com
Subject: Re: Fix for SSL connection to Novell NDS LDAP server (ITS#821)
where's the patch?
------ =_NextPart_000_01C0379C.01E6C780
Content-Type: application/octet-stream;
name="matt-corey-001011.patch"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
filename="matt-corey-001011.patch"
--- libraries/libldap/tls.c.orig Wed Oct 11 09:13:35 2000=0A=
+++ libraries/libldap/tls.c Tue Oct 10 13:03:09 2000=0A=
@@ -362,6 +362,11 @@=0A=
*((SSL **)arg) =3D p->ssl;=0A=
return 1;=0A=
}=0A=
+ else=0A=
+ if ( opt =3D=3D LBER_SB_OPT_DATA_READY ) {=0A=
+ if (SSL_pending(p->ssl) > 0)=0A=
+ return 1;=0A=
+ }=0A=
=0A=
return LBER_SBIOD_CTRL_NEXT( sbiod, opt, arg );=0A=
}=0A=
------ =_NextPart_000_01C0379C.01E6C780--