Issue 537 - liblber sockbuf handling rewrite
Summary: liblber sockbuf handling rewrite
Status: VERIFIED FIXED
Alias: None
Product: OpenLDAP
Classification: Unclassified
Component: slapd (show other issues)
Version: unspecified
Hardware: All All
: --- normal
Target Milestone: ---
Assignee: OpenLDAP project
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-05-17 20:15 UTC by gombasg@inf.elte.hu
Modified: 2014-08-01 21:05 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description gombasg@inf.elte.hu 2000-05-17 20:15:47 UTC
Full_Name: Gomb�s G�bor
Version: 2.0-devel
OS: Debian Linux 2.2
URL: http://valerie.inf.elte.hu/~gombasg/ldap/openldap-sockbuf.2000-05-17
Submission from: (NULL) (157.181.161.14)


Hello,

I've rewritten the Sockbuf I/O handling in liblber. The new API allows much
cleaner
support of additional I/O layers like TLS or SASL encryption. Sockbufs now have
a
chain of Sockbuf_IO_Desc structures which describe the different I/O layers.
Currently there is support for TCP, UDP, file descriptors, generic readahead,
debug
logging, TLS and SASL encryption (the later two are implemented in libldap).

The patch can be found at
http://valerie.inf.elte.hu/~gombasg/ldap/openldap-sockbuf.2000-05-17

Gabor
Comment 1 Kurt Zeilenga 2000-05-18 13:20:03 UTC
moved from Incoming to Software Enhancements
Comment 2 Kurt Zeilenga 2000-05-25 16:15:13 UTC
changed state Open to Feedback
Comment 3 Kurt Zeilenga 2000-05-25 16:15:45 UTC
changed notes
Comment 4 Kurt Zeilenga 2000-05-25 16:29:56 UTC
moved from Software Enhancements to Development
Comment 5 gombasg@inf.elte.hu 2000-05-28 14:28:26 UTC
Hello,

I've updated the liblber sockbuf patch. The new version can be found at
http://valerie.inf.elte.hu/~gombasg/ldap/openldap-sockbuf.2000-05-28.

Gabor

---
Gabor Gombas                                       Eotvos Lorand University
E-mail: gombasg@inf.elte.hu                        Hungary

Comment 6 Kurt Zeilenga 2000-05-29 10:42:04 UTC
Your patch is under review.  However, because of the nature of
your patch, we need an explicit copyright notice or placement
into the public domain statement from you, the copyright holder.
This can most easily be done by prepending an appropriate notice
to the patch file itself and resubmitting this to the ITS system.
Be sure the string "ITS#537" is somewhere in the subject of your
resubmit mail to <openldap-its@openldap.org>.

If you have questions, please feel free to drop me a note.

see http://www.openldap.org/devel/contributing.html for suggestions.

Thanks, Kurt
Comment 7 gombasg@inf.elte.hu 2000-05-31 15:29:26 UTC
Hello,

I added a copyright notice to the patch. It is avaliable as
http://valerie.inf.elte.hu/~gombasg/ldap/openldap-sockbuf.2000-05-31. The
patch is otherwise unchanged.

Gabor

---
Gabor Gombas                                       Eotvos Lorand University
E-mail: gombasg@inf.elte.hu                        Hungary

Comment 8 Kurt Zeilenga 2000-06-01 16:40:30 UTC
changed notes
changed state Feedback to Closed
Comment 9 Kurt Zeilenga 2000-06-01 18:59:27 UTC
I committed your most recent patch, please test.
Comment 10 OpenLDAP project 2014-08-01 21:05:27 UTC
Applied.