diff options
author | Damien Miller <djm@mindrot.org> | 2010-05-21 14:58:32 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2010-05-21 14:58:32 +1000 |
commit | d0e4a8e2e0bc6fcee6cd8486fbcdffaf7d037aed (patch) | |
tree | a5e02fcbb2a55a16b877e960edd2b8f1adde8389 /ChangeLog | |
parent | 84399555f0a3c78b96c3e5a56ce9c83eaa814228 (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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 | ||
37 | 20100511 | 45 | 20100511 |
38 | - (dtucker) [Makefile.in] Bug #1770: Link libopenbsd-compat twice to solve | 46 | - (dtucker) [Makefile.in] Bug #1770: Link libopenbsd-compat twice to solve |