summaryrefslogtreecommitdiff
path: root/usr.sbin/ldapd/conn.c
AgeCommit message (Expand)Author
2019-10-24The ber_* namespace is used by liblber since time immemorial,Theo Buehler
2018-07-31Make ber type and encoding a unsigned int instead of unsigned long.Claudio Jeker
2018-05-15Fix format string errors in log messages and update ldapd to use relayd's log.cReyk Floeter
2018-02-08Kill ber.c support for direct fd read/writesJeremie Courreges-Anglas
2017-01-20work on making log.c similar in all daemons:Sebastian Benoit
2016-05-01convert ldapd to use the libtls api, bringing in a copy of the evbuffer_tlsJonathan Matthew
2015-11-02use SOCK_NONBLOCK instead of fcntlJonathan Matthew
2013-11-02bunch of format string cleanups, removing %i, signed vs unsigned, and evenTheo de Raadt
2012-06-16Protect against fd exhaustion when reopening database files. Only acceptJonathan Matthew
2012-04-11rate limiting of accept() in various cases. Testing by jmatthew. thereTheo de Raadt
2010-11-10Make -dvv flags produce debug traces of decoded BER messages on stderr.Martin Hedenfal
2010-11-05When draining the input buffer of more than two complete requests, anMartin Hedenfal
2010-10-19Remember the bind DN after BSD authentication. This makes access controlMartin Hedenfal
2010-07-01Implement the LDAP compare operation.Martin Hedenfal
2010-06-29Remember on what listener a connection got from, and return protocol errorMartin Hedenfal
2010-06-27return value unused, found by lintMartin Hedenfal
2010-05-31Remove trailing whitespace and spaces before tabs.Martin Hedenfal
2010-05-31Initial import of ldapd, a small LDAP daemon. Work in progress.Martin Hedenfal