diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ | |||
1 | 20000406 | ||
2 | - OpenBSD CVS update: | ||
3 | - [channels.c] | ||
4 | close efd on eof | ||
5 | - [clientloop.c compat.c ssh.c sshconnect.c myproposal.h] | ||
6 | ssh2 client implementation, interops w/ ssh.com and lsh servers. | ||
7 | - [sshconnect.c] | ||
8 | missing free. | ||
9 | - [authfile.c cipher.c cipher.h packet.c sshconnect.c sshd.c] | ||
10 | remove unused argument, split cipher_mask() | ||
11 | - [clientloop.c] | ||
12 | re-order: group ssh1 vs. ssh2 | ||
13 | - Make Redhat spec require openssl >= 0.9.5a | ||
14 | |||
1 | 20000404 | 15 | 20000404 |
2 | - Add tests for RAND_add function when searching for OpenSSL | 16 | - Add tests for RAND_add function when searching for OpenSSL |
3 | - OpenBSD CVS update: | 17 | - OpenBSD CVS update: |