https://bugzilla.mindrot.org/show_bug.cgi?id=2685

Damien Miller <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #2951|0                           |1
        is obsolete|                            |
                 CC|                            |[email protected],
                   |                            |[email protected]
           Assignee|[email protected] |[email protected]
   Attachment #2960|                            |ok?([email protected])
              Flags|                            |

--- Comment #4 from Damien Miller <[email protected]> ---
Created attachment 2960
  --> https://bugzilla.mindrot.org/attachment.cgi?id=2960&action=edit
make hostname matching really case-insensitive

I think this patch is a bit simpler and more clearly makes
match_hostname() case insensitive. That was the intent to begin with
AFAIK, since it calls match_pattern_list() with the dolower argument
set. Unfortunately that only applies to the pattern and not the name
being matched.

I've checked the existing callers to verify that they will be tolerant
of this change, esp. that we weren't using match_hostname() to compare
a hashed hostname. All looks fine.

-- 
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.
_______________________________________________
openssh-bugs mailing list
[email protected]
https://lists.mindrot.org/mailman/listinfo/openssh-bugs

Reply via email to