diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 29 |
1 files changed, 29 insertions, 0 deletions
@@ -1,3 +1,32 @@ | |||
1 | 20001016 | ||
2 | - (djm) Sync with OpenBSD: | ||
3 | - markus@cvs.openbsd.org 2000/10/14 04:01:15 | ||
4 | [cipher.c] | ||
5 | debug3 | ||
6 | - markus@cvs.openbsd.org 2000/10/14 04:07:23 | ||
7 | [scp.c] | ||
8 | remove spaces from arguments; from djm@mindrot.org | ||
9 | - markus@cvs.openbsd.org 2000/10/14 06:09:46 | ||
10 | [ssh.1] | ||
11 | Cipher is for SSH-1 only | ||
12 | - markus@cvs.openbsd.org 2000/10/14 06:12:09 | ||
13 | [servconf.c servconf.h serverloop.c session.c sshd.8] | ||
14 | AllowTcpForwarding; from naddy@ | ||
15 | - markus@cvs.openbsd.org 2000/10/14 06:16:56 | ||
16 | [auth2.c compat.c compat.h sshconnect2.c version.h] | ||
17 | OpenSSH_2.3; note that is is not complete, but the version number | ||
18 | needs to be changed for interoperability reasons | ||
19 | - markus@cvs.openbsd.org 2000/10/14 06:19:45 | ||
20 | [auth-rsa.c] | ||
21 | do not send RSA challenge if key is not allowed by key-options; from | ||
22 | eivind@ThinkSec.com | ||
23 | - markus@cvs.openbsd.org 2000/10/15 08:14:01 | ||
24 | [rijndael.c session.c] | ||
25 | typos; from stevesk@sweden.hp.com | ||
26 | - markus@cvs.openbsd.org 2000/10/15 08:18:31 | ||
27 | [rijndael.c] | ||
28 | typo | ||
29 | |||
1 | 20001015 | 30 | 20001015 |
2 | - (djm) Fix ssh2 hang on background processes at logout. | 31 | - (djm) Fix ssh2 hang on background processes at logout. |
3 | 32 | ||