diff options
author | Damien Miller <djm@mindrot.org> | 2000-03-26 13:04:51 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2000-03-26 13:04:51 +1000 |
commit | 450a7a1ff40fe7c2d84c93b83cf2df53445d807d (patch) | |
tree | db6d08bdea65edd34ba2e323a31e2b1ca5e5fbd4 /ChangeLog | |
parent | 2c9279fa667827384fceb243f890cba1dbe480de (diff) |
- OpenBSD CVS update
- [auth-krb4.c]
-Wall
- [auth-rh-rsa.c auth-rsa.c hostfile.c hostfile.h key.c key.h match.c]
[match.h ssh.c ssh.h sshconnect.c sshd.c]
initial support for DSA keys. ok deraadt@, niels@
- [cipher.c cipher.h]
remove unused cipher_attack_detected code
- [scp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
Fix some formatting problems I missed before.
- [ssh.1 sshd.8]
fix spelling errors, From: FreeBSD
- [ssh.c]
switch to raw mode only if he _get_ a pty (not if we _want_ a pty).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -2,6 +2,20 @@ | |||
2 | - Better tests for OpenSSL w/ RSAref | 2 | - Better tests for OpenSSL w/ RSAref |
3 | - Added replacement setenv() function from OpenBSD libc. Suggested by | 3 | - Added replacement setenv() function from OpenBSD libc. Suggested by |
4 | Ben Lindstrom <mouring@pconline.com> | 4 | Ben Lindstrom <mouring@pconline.com> |
5 | - OpenBSD CVS update | ||
6 | - [auth-krb4.c] | ||
7 | -Wall | ||
8 | - [auth-rh-rsa.c auth-rsa.c hostfile.c hostfile.h key.c key.h match.c] | ||
9 | [match.h ssh.c ssh.h sshconnect.c sshd.c] | ||
10 | initial support for DSA keys. ok deraadt@, niels@ | ||
11 | - [cipher.c cipher.h] | ||
12 | remove unused cipher_attack_detected code | ||
13 | - [scp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8] | ||
14 | Fix some formatting problems I missed before. | ||
15 | - [ssh.1 sshd.8] | ||
16 | fix spelling errors, From: FreeBSD | ||
17 | - [ssh.c] | ||
18 | switch to raw mode only if he _get_ a pty (not if we _want_ a pty). | ||
5 | 19 | ||
6 | 20000324 | 20 | 20000324 |
7 | - Released 1.2.3 | 21 | - Released 1.2.3 |