summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-12-09 10:31:37 +1100
committerDamien Miller <djm@mindrot.org>1999-12-09 10:31:37 +1100
commit50945fa861f9b17d0cf88ec7998847bcf1c5eda6 (patch)
tree58757427a77d5775b9aebc7f4a5cb6cf9019da2f /ChangeLog
parentbf1c9b2012fadab02392126bece5d21e9ddffda6 (diff)
- OpenBSD CVS updates:
- [readpass.c] avoid stdio; based on work by markus, millert, and I - [sshd.c] make sure the client selects a supported cipher - [sshd.c] fix sighup handling. accept would just restart and daemon handled sighup only after the next connection was accepted. use poll on listen sock now. - [sshd.c] make that a fatal
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