diff options
author | Damien Miller <djm@mindrot.org> | 2000-11-29 12:18:44 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2000-11-29 12:18:44 +1100 |
commit | e39cacc5793b19e74319b3c33c5e3b9fed0c18ff (patch) | |
tree | fdfe9c87a8fb716af0d235105e04580a24261011 /ChangeLog | |
parent | 3f62abaee876bb4ef7450799cdee1081297aae51 (diff) |
- (djm) OpenBSD CVS updates:
- provos@cvs.openbsd.org 2000/11/22 08:38:31
[sshd.8]
talk about /etc/primes, okay markus@
- markus@cvs.openbsd.org 2000/11/23 14:03:48
[ssh.c sshconnect1.c sshconnect2.c]
complain about invalid ciphers for ssh1/ssh2, fall back to reasonable
defaults
- markus@cvs.openbsd.org 2000/11/25 09:42:53
[sshconnect1.c]
reorder check for illegal ciphers, bugreport from espie@
- markus@cvs.openbsd.org 2000/11/25 10:19:34
[ssh-keygen.c ssh.h]
print keytype when generating a key.
reasonable defaults for RSA1/RSA/DSA keys.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -4,6 +4,21 @@ | |||
4 | - (djm) Don't fail in defines.h on absence of 64 bit types (we will | 4 | - (djm) Don't fail in defines.h on absence of 64 bit types (we will |
5 | still fail during compilation of sftp-server). | 5 | still fail during compilation of sftp-server). |
6 | - (djm) Fail if ar is not found during configure | 6 | - (djm) Fail if ar is not found during configure |
7 | - (djm) OpenBSD CVS updates: | ||
8 | - provos@cvs.openbsd.org 2000/11/22 08:38:31 | ||
9 | [sshd.8] | ||
10 | talk about /etc/primes, okay markus@ | ||
11 | - markus@cvs.openbsd.org 2000/11/23 14:03:48 | ||
12 | [ssh.c sshconnect1.c sshconnect2.c] | ||
13 | complain about invalid ciphers for ssh1/ssh2, fall back to reasonable | ||
14 | defaults | ||
15 | - markus@cvs.openbsd.org 2000/11/25 09:42:53 | ||
16 | [sshconnect1.c] | ||
17 | reorder check for illegal ciphers, bugreport from espie@ | ||
18 | - markus@cvs.openbsd.org 2000/11/25 10:19:34 | ||
19 | [ssh-keygen.c ssh.h] | ||
20 | print keytype when generating a key. | ||
21 | reasonable defaults for RSA1/RSA/DSA keys. | ||
7 | 22 | ||
8 | 20001125 | 23 | 20001125 |
9 | - (djm) Give up privs when reading seed file | 24 | - (djm) Give up privs when reading seed file |