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
/
control.c
Age
Commit message (
Expand
)
Author
2018-05-15
Fix format string errors in log messages and update ldapd to use relayd's log.c
Reyk Floeter
2017-01-20
work on making log.c similar in all daemons:
Sebastian Benoit
2017-01-09
Replace hand-rolled for(;;) traversal of ctl_conns TAILQ with
Kenneth R Westerback
2016-01-17
Properly remove unix sockets (control & listening) upon exit of the
Landry Breuil
2015-12-24
bzero -> memset. No binary change.
mmcc
2015-11-02
use SOCK_NONBLOCK instead of fcntl
Jonathan Matthew
2015-01-16
change to <limits.h> universe. The only changes in the binary are due
Theo de Raadt
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-09-01
Move generic imsg/libevent glue to a separate file.
Martin Hedenfal
2010-07-06
Send empty statistics rather than segfault if "ldapctl stats" is run when a
Martin Hedenfal
2010-06-30
Don't send statistics for referral namespaces. This unbreaks ldapctl stats.
Martin Hedenfal
2010-06-27
Remove unused code.
Martin Hedenfal
2010-06-23
Remove compaction and indexing from ldapd. It is better done by a separate
Martin Hedenfal
2010-05-31
Initial import of ldapd, a small LDAP daemon. Work in progress.
Martin Hedenfal