| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
prompted by dlg's commit to identd
OK dlg
|
|
|
|
|
|
|
|
| |
tftp-proxy and tftpd to the severity used in log.c style loggers.
This also fixes an issue where syslog_err and syslog_errx logged with
different severities.
Sure deraadt@
|
|
|
|
|
| |
Add syslog_debug to keep in sync with others.
Input & OK benno@
|
| |
|
|
|
|
|
|
|
|
| |
Also set up syslog logging earlier, so that error messages don't end on
stderr which has been closed by daemon(3). One additional s/errx/lerrx/
for consistency.
Inspired by a proposal from ajacoutot@, ok ajacoutot@ sthen@
|
| |
|
|
|
|
|
| |
child. (All those I asked to test timed out before commit, so now they
get to test for real...)
|
| |
|
| |
|
|
|
|
| |
ok dlg@
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
| |
rules instead of erroring out.
ok dlg, benno, camield
|
|
|
|
|
|
| |
Initial diff by camield, tweaked by me.
ok dlg, benno, camield
manpage input/ok jmc
|
|
|
|
|
| |
input/ok dlg, benno, camield
manpage input/ok jmc
|
|
|
|
| |
ok florian camield dlg
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
one run out of inetd.
the libexec tftp-proxy had the same problems as the libexec tftpd, in that
it didnt scale as well as we needed. it also had a bunch of interesting
races with states and addresses on sockets.
manpage is coming.
ok deraadt@ sthen@ henning@ matthew@
|