From f052aaf9f6ed50de9c91d3fbda72be77a9770624 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Sat, 22 Jan 2000 19:47:21 +1100 Subject: - OpenBSD CVS updates: - [packet.c] use getpeername() in packet_connection_is_on_socket(), fixes sshd -i; from Holger.Trapp@Informatik.TU-Chemnitz.DE - [sshd.c] log with level log() not fatal() if peer behaves badly. - [readpass.c] instead of blocking SIGINT, catch it ourselves, so that we can clean the tty modes up and kill ourselves -- instead of our process group leader (scp, cvs, ...) going away and leaving us in noecho mode. people with cbreak shells never even noticed.. --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cc05e2a1d..352ac1a72 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,17 @@ - Irix uses preformatted manpages - Missing htons() in bsd-bindresvport.c, fix from Holger Trapp + - OpenBSD CVS updates: + - [packet.c] + use getpeername() in packet_connection_is_on_socket(), fixes sshd -i; + from Holger.Trapp@Informatik.TU-Chemnitz.DE + - [sshd.c] + log with level log() not fatal() if peer behaves badly. + - [readpass.c] + instead of blocking SIGINT, catch it ourselves, so that we can clean + the tty modes up and kill ourselves -- instead of our process group + leader (scp, cvs, ...) going away and leaving us in noecho mode. + people with cbreak shells never even noticed.. 20000120 - Don't use getaddrinfo on AIX -- cgit v1.2.3