History log of /openbsd/usr.sbin/ldapd/imsgev.c (Results 1 – 6 of 6)
Revision Date Author Comments
# 1971bffc 01-Mar-2017 gsoares <gsoares@openbsd.org>

add missing rcsid


# efb9420f 16-Jan-2015 deraadt <deraadt@openbsd.org>

change to <limits.h> universe. The only changes in the binary are due
to the heavy use of assert.
ok millert


# 25811214 13-Jul-2014 krw <krw@openbsd.org>

When the three possible return values are -1, 0, and 1, != 1 is the same
as <= 0. And the latter is the normal idiom so use that.

ok claudio@ henning@


# 05be5610 26-Nov-2013 henning <henning@openbsd.org>

deal with msgbuf_write EAGAIN, ok gilles benno


# 0d43ad28 16-Jun-2012 jmatthew <jmatthew@openbsd.org>

Protect against fd exhaustion when reopening database files. Only accept
client or control connections when there are at least 8 fds available,
and close a connection before calling imsg_read if it

Protect against fd exhaustion when reopening database files. Only accept
client or control connections when there are at least 8 fds available,
and close a connection before calling imsg_read if it would be unable to
accept an fd from the parent process.

ok gilles@

show more ...


# bb773af3 01-Sep-2010 martinh <martinh@openbsd.org>

Move generic imsg/libevent glue to a separate file.

with eric@ at c2k10