Age | Commit message (Collapse) | Author |
|
|
|
|
|
pointer arithmetic to int where needed. Mostly from NetBSD.
Fix some buffer overflows pointed out in PR 1446 by gluk@ptci.ru,
and check some {m,re}allocs.
|
|
|
|
|
|
|
|
syslog priority changes:
fatal() LOG_ERR -> LOG_CRIT
log() LOG_INFO -> LOG_NOTICE
|
|
|
|
call to isatty(). Fixes PR #1606.
|
|
|
|
|
|
|
|
|
|
prints a banner (e.g. /etc/issue.net)
|
|
information from.
|
|
for tonight.
|
|
|
|
|
|
|
|
the full length, since that would bring us way beyond typical terminal
size (~20 digits per field). Still, this should be enough for a while.
|
|
|
|
HOST_CHANGED
|
|
|
|
|
|
|
|
|
|
|
|
escaping, and turn it off by default. Checked by angelos@.
|
|
(dem0n@istc.kiev.ua, PR 1547)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
though...
Ok'ed miod@.
|
|
|
|
|
|
|
|
|
|
under a different name. This is useful for ssh tunneling over
forwarded connections or if you run multiple sshd's on different
ports on the same machine.
|
|
|
|
|
|
|
|
|
|
|
|
|