summaryrefslogtreecommitdiff
path: root/usr.sbin/ldapd/conn.c
AgeCommit message (Expand)Author
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