| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | It does not make sense to use ioctl(FIONREAD) with TLS as libtls | 2017-07-04 | 1 | -16/+1 | |
| | | | | | | | | has already read the buffer from kernel to user land. I have blindly copied this code from libevent for syslogd(8) TLS, remove it together with the bug. It caused hangs in ldapd(8). report, analysis, testing, OK Seiya Kawashima, Robert Klein, gsoares@ | ||||
| * | Internally libssl uses 16k buffer, the libevent TLS wrapper uses | 2017-03-03 | 1 | -2/+2 | |
| | | | | | | | 4k read buffer. This can hang ldapd(8). Setting both to 16k improves the situation. report Seiya Kawashima; feedback Robert Klein; test and OK gsoares@ | ||||
| * | convert ldapd to use the libtls api, bringing in a copy of the evbuffer_tls | 2016-05-01 | 1 | -0/+350 | |
| code from syslogd. ok beck@ benno@ | |||||
