summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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