Age | Commit message (Collapse) | Author |
|
|
|
One process talks to yp clients, one talks to ldap servers, one does dns.
ok deraadt@
|
|
possible. Annotate <sys/param.h> lines with their current reasons. Switch
to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc. Change
MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where
sensible to avoid pulling in the pollution. These are the files confirmed
through binary verification.
ok guenther, millert, doug (helped with the verification protocol)
|
|
of interest and EV_WRITE is or'ed into the interesting events, it
is more correct to check both events each time. Pointed out by
Claudio.
ok henning@ claudio@
|
|
EOF.
ok jmatthew@ claudio@
|
|
ok dlg@
|
|
ibuf, buf_read to ibuf_read, READ_BUF_SIZE to IBUF_READ_SIZE.
ok henning gilles claudio jacekm deraadt
|
|
called, in case of failure developer will be digging for a bug in wrong place
ok krw@, pyr@
|
|
Stop pushing event handling in the imsg framework.
Instead, provide a small glue layer on top of both imsg and libevent.
This finally clearly separates event handling and imsg construction.
ok pyr@
|
|
This is necessary because DNS resolution is not possible from a chroot.
Cleanup the aldap interface a bit.
|