summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2010-05-21 14:58:32 +1000
committerDamien Miller <djm@mindrot.org>2010-05-21 14:58:32 +1000
commitd0e4a8e2e0bc6fcee6cd8486fbcdffaf7d037aed (patch)
treea5e02fcbb2a55a16b877e960edd2b8f1adde8389 /ChangeLog
parent84399555f0a3c78b96c3e5a56ce9c83eaa814228 (diff)
- djm@cvs.openbsd.org 2010/05/20 23:46:02
[PROTOCOL.certkeys auth-options.c ssh-keygen.c] Move the permit-* options to the non-critical "extensions" field for v01 certificates. The logic is that if another implementation fails to implement them then the connection just loses features rather than fails outright. ok markus@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2cc1369fd..86c66d1a7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -33,6 +33,14 @@
33 [auth2-pubkey.c] 33 [auth2-pubkey.c]
34 fix logspam when key options (from="..." especially) deny non-matching 34 fix logspam when key options (from="..." especially) deny non-matching
35 keys; reported by henning@ also bz#1765; ok markus@ dtucker@ 35 keys; reported by henning@ also bz#1765; ok markus@ dtucker@
36 - djm@cvs.openbsd.org 2010/05/20 23:46:02
37 [PROTOCOL.certkeys auth-options.c ssh-keygen.c]
38 Move the permit-* options to the non-critical "extensions" field for v01
39 certificates. The logic is that if another implementation fails to
40 implement them then the connection just loses features rather than fails
41 outright.
42
43 ok markus@
36 44
3720100511 4520100511
38 - (dtucker) [Makefile.in] Bug #1770: Link libopenbsd-compat twice to solve 46 - (dtucker) [Makefile.in] Bug #1770: Link libopenbsd-compat twice to solve