summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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