summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-01-20 22:44:08 +1100
committerDamien Miller <djm@mindrot.org>2000-01-20 22:44:08 +1100
commit396691ad5dd3bd264a79f6d137d3e0baccf4841c (patch)
treec200fbd5e1d7e4713c3906a3a287d5e2072a3cf8 /ChangeLog
parenteca71f84cb864571d677d5d1098d5c9698312607 (diff)
- Update to latest OpenBSD CVS:
- [auth-rsa.c] - fix user/1056, sshd keeps restrictions; dbt@meat.net - [sshconnect.c] - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags. - destroy keys earlier - split key exchange (kex) and user authentication (user-auth), ok: provos@ - [sshd.c] - no need for poll.h; from bright@wintelcom.net - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags. - split key exchange (kex) and user authentication (user-auth), ok: provos@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d49ac0bbe..25ca7e0e9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
120000120 120000120
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
420000119 1520000119
5 - SCO compile fixes from Gary E. Miller <gem@rellim.com> 16 - SCO compile fixes from Gary E. Miller <gem@rellim.com>