summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-01-22 19:47:21 +1100
committerDamien Miller <djm@mindrot.org>2000-01-22 19:47:21 +1100
commitf052aaf9f6ed50de9c91d3fbda72be77a9770624 (patch)
treeb9e219b31e4a6ad52d5182c15af3dd02d61cc081 /ChangeLog
parent8dbbe6e546020e880cc01b5c6eb68484df766369 (diff)
- 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..
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cc05e2a1d..352ac1a72 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,17 @@
7 - Irix uses preformatted manpages 7 - Irix uses preformatted manpages
8 - Missing htons() in bsd-bindresvport.c, fix from Holger Trapp 8 - Missing htons() in bsd-bindresvport.c, fix from Holger Trapp
9 <Holger.Trapp@Informatik.TU-Chemnitz.DE> 9 <Holger.Trapp@Informatik.TU-Chemnitz.DE>
10 - OpenBSD CVS updates:
11 - [packet.c]
12 use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
13 from Holger.Trapp@Informatik.TU-Chemnitz.DE
14 - [sshd.c]
15 log with level log() not fatal() if peer behaves badly.
16 - [readpass.c]
17 instead of blocking SIGINT, catch it ourselves, so that we can clean
18 the tty modes up and kill ourselves -- instead of our process group
19 leader (scp, cvs, ...) going away and leaving us in noecho mode.
20 people with cbreak shells never even noticed..
10 21
1120000120 2220000120
12 - Don't use getaddrinfo on AIX 23 - Don't use getaddrinfo on AIX