diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,5 +1,16 @@ | |||
1 | 20000120 | 1 | 20000120 |
2 | - Don't use getaddrinfo on AIX | 2 | - Don't use getaddrinfo on AIX |
3 | - Update to latest OpenBSD CVS: | ||
4 | - [auth-rsa.c] | ||
5 | - fix user/1056, sshd keeps restrictions; dbt@meat.net | ||
6 | - [sshconnect.c] | ||
7 | - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags. | ||
8 | - destroy keys earlier | ||
9 | - split key exchange (kex) and user authentication (user-auth), ok: provos@ | ||
10 | - [sshd.c] | ||
11 | - no need for poll.h; from bright@wintelcom.net | ||
12 | - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags. | ||
13 | - split key exchange (kex) and user authentication (user-auth), ok: provos@ | ||
3 | 14 | ||
4 | 20000119 | 15 | 20000119 |
5 | - SCO compile fixes from Gary E. Miller <gem@rellim.com> | 16 | - SCO compile fixes from Gary E. Miller <gem@rellim.com> |