CVSROOT:        /cvs
Module name:    src
Changes by:     jmatt...@cvs.openbsd.org        2012/06/15 18:08:32

Modified files:
        usr.sbin/ldapd : conn.c control.c imsgev.c imsgev.h ldapd.c 
                         ldapd.h ldape.c namespace.c util.c 

Log message:
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@

Reply via email to