diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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 | ||
17 | 20000513 | 29 | 20000513 |
18 | - Fix for non-recognised DSA keys from Arkadiusz Miskiewicz | 30 | - Fix for non-recognised DSA keys from Arkadiusz Miskiewicz |