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 39304e24d..c51d2121b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,17 @@
4 - "uninstall" rule for Makefile 4 - "uninstall" rule for Makefile
5 - utmpx support 5 - utmpx support
6 - Should fix PAM problems on Solaris 6 - Should fix PAM problems on Solaris
7 - OpenBSD CVS updates:
8 - [readpass.c]
9 avoid stdio; based on work by markus, millert, and I
10 - [sshd.c]
11 make sure the client selects a supported cipher
12 - [sshd.c]
13 fix sighup handling. accept would just restart and daemon handled
14 sighup only after the next connection was accepted. use poll on
15 listen sock now.
16 - [sshd.c]
17 make that a fatal
7 18
819991208 1919991208
9 - Compile fix for Solaris with /dev/ptmx from 20 - Compile fix for Solaris with /dev/ptmx from