[Bug 2058] SSH Banner message displays UTF-8 multibyte char incorrrectly

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Thu May 30 12:07:39 EST 2013


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

Damien Miller <djm at mindrot.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Assignee|unassigned-bugs at mindrot.org |djm at mindrot.org
   Attachment #2205|0                           |1
        is obsolete|                            |

--- Comment #7 from Damien Miller <djm at mindrot.org> ---
Created attachment 2277
  --> https://bugzilla.mindrot.org/attachment.cgi?id=2277&action=edit
Apply RFC3454 stringprep to banners when possible

This patch implements RFC3454 stringprep processing for banners to
remove control characters and other undesirable things. Stringprep
processing is used instead of strnvis() when the user's output locale
has an UTF-8 encoding.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.


More information about the openssh-bugs mailing list