index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
ldapd
/
conn.c
Age
Commit message (
Expand
)
Author
2016-05-01
convert ldapd to use the libtls api, bringing in a copy of the evbuffer_tls
Jonathan Matthew
2015-11-02
use SOCK_NONBLOCK instead of fcntl
Jonathan Matthew
2013-11-02
bunch of format string cleanups, removing %i, signed vs unsigned, and even
Theo de Raadt
2012-06-16
Protect against fd exhaustion when reopening database files. Only accept
Jonathan Matthew
2012-04-11
rate limiting of accept() in various cases. Testing by jmatthew. there
Theo de Raadt
2010-11-10
Make -dvv flags produce debug traces of decoded BER messages on stderr.
Martin Hedenfal
2010-11-05
When draining the input buffer of more than two complete requests, an
Martin Hedenfal
2010-10-19
Remember the bind DN after BSD authentication. This makes access control
Martin Hedenfal
2010-07-01
Implement the LDAP compare operation.
Martin Hedenfal
2010-06-29
Remember on what listener a connection got from, and return protocol error
Martin Hedenfal
2010-06-27
return value unused, found by lint
Martin Hedenfal
2010-05-31
Remove trailing whitespace and spaces before tabs.
Martin Hedenfal
2010-05-31
Initial import of ldapd, a small LDAP daemon. Work in progress.
Martin Hedenfal