summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ldapd/conn.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* The ber_* namespace is used by liblber since time immemorial,tb2019-10-241-7/+7
* Make ber type and encoding a unsigned int instead of unsigned long.claudio2018-07-311-6/+6
* Fix format string errors in log messages and update ldapd to use relayd's log.creyk2018-05-151-4/+4
* Kill ber.c support for direct fd read/writesjca2018-02-081-2/+1
* work on making log.c similar in all daemons:benno2017-01-201-1/+2
* convert ldapd to use the libtls api, bringing in a copy of the evbuffer_tlsjmatthew2016-05-011-18/+37
* use SOCK_NONBLOCK instead of fcntljmatthew2015-11-021-3/+1
* bunch of format string cleanups, removing %i, signed vs unsigned, and evenderaadt2013-11-021-4/+4
* Protect against fd exhaustion when reopening database files. Only acceptjmatthew2012-06-161-2/+25
* rate limiting of accept() in various cases. Testing by jmatthew. therederaadt2012-04-111-7/+35
* Make -dvv flags produce debug traces of decoded BER messages on stderr.martinh2010-11-101-1/+12
* When draining the input buffer of more than two complete requests, anmartinh2010-11-051-2/+2
* Remember the bind DN after BSD authentication. This makes access controlmartinh2010-10-191-1/+2
* Implement the LDAP compare operation.martinh2010-07-011-1/+2
* Remember on what listener a connection got from, and return protocol errormartinh2010-06-291-1/+2
* return value unused, found by lintmartinh2010-06-271-5/+3
* Remove trailing whitespace and spaces before tabs.martinh2010-05-311-2/+2
* Initial import of ldapd, a small LDAP daemon. Work in progress.martinh2010-05-311-0/+307