summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-05-17 22:34:22 +1000
committerDamien Miller <djm@mindrot.org>2000-05-17 22:34:22 +1000
commitdcb6ecd1b3b25b6909296ff0546ca6b18d0c19d3 (patch)
tree7eb6d184356f6aa00e62c71565568db706f2e960 /ChangeLog
parent0e65eed58acc0053d163e96463a7c4d0684e55bd (diff)
- OpenBSD CVS update:
- markus@cvs.openbsd.org [ssh.c] fix usage() [ssh2.h] draft-ietf-secsh-architecture-05.txt [ssh.1] document ssh -T -N (ssh2 only) [channels.c serverloop.c ssh.h sshconnect.c sshd.c aux.c] enable nonblocking IO for sshd w/ proto 1, too; split out common code [aux.c] missing include
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4f0c42d6b..e14392af2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,6 +13,18 @@
13 - Avoid WCOREDUMP complation errors for systems that lack it 13 - Avoid WCOREDUMP complation errors for systems that lack it
14 - Avoid SIGCHLD warnings from entropy commands 14 - Avoid SIGCHLD warnings from entropy commands
15 - Fix HAVE_PAM_GETENVLIST setting from Simon Wilkinson <sxw@dcs.ed.ac.uk> 15 - Fix HAVE_PAM_GETENVLIST setting from Simon Wilkinson <sxw@dcs.ed.ac.uk>
16 - OpenBSD CVS update:
17 - markus@cvs.openbsd.org
18 [ssh.c]
19 fix usage()
20 [ssh2.h]
21 draft-ietf-secsh-architecture-05.txt
22 [ssh.1]
23 document ssh -T -N (ssh2 only)
24 [channels.c serverloop.c ssh.h sshconnect.c sshd.c aux.c]
25 enable nonblocking IO for sshd w/ proto 1, too; split out common code
26 [aux.c]
27 missing include
16 28
1720000513 2920000513
18 - Fix for non-recognised DSA keys from Arkadiusz Miskiewicz 30 - Fix for non-recognised DSA keys from Arkadiusz Miskiewicz