diff options
author | Damien Miller <djm@mindrot.org> | 2010-05-21 14:58:12 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2010-05-21 14:58:12 +1000 |
commit | 84399555f0a3c78b96c3e5a56ce9c83eaa814228 (patch) | |
tree | 0dfe6a1d99db5dc406479323ddddde891a6853b2 /ChangeLog | |
parent | 388f6fc48561851dcedd5433aff75f60af573fb2 (diff) |
- djm@cvs.openbsd.org 2010/05/20 11:25:26
[auth2-pubkey.c]
fix logspam when key options (from="..." especially) deny non-matching
keys; reported by henning@ also bz#1765; ok markus@ dtucker@
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -29,6 +29,10 @@ | |||
29 | use with | 29 | use with |
30 | LPORT=`ssh -S muxsocket -R0:localhost:25 -O forward somehost` | 30 | LPORT=`ssh -S muxsocket -R0:localhost:25 -O forward somehost` |
31 | feedback and ok djm@ | 31 | feedback and ok djm@ |
32 | - djm@cvs.openbsd.org 2010/05/20 11:25:26 | ||
33 | [auth2-pubkey.c] | ||
34 | fix logspam when key options (from="..." especially) deny non-matching | ||
35 | keys; reported by henning@ also bz#1765; ok markus@ dtucker@ | ||
32 | 36 | ||
33 | 20100511 | 37 | 20100511 |
34 | - (dtucker) [Makefile.in] Bug #1770: Link libopenbsd-compat twice to solve | 38 | - (dtucker) [Makefile.in] Bug #1770: Link libopenbsd-compat twice to solve |