[Bug 2643] Can not ssh with tr_TR.UTF-8 locale (Bad configuration options)

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Fri Nov 25 11:21:33 AEDT 2016


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

Damien Miller <djm at mindrot.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |djm at mindrot.org
             Blocks|                            |2594

--- Comment #1 from Damien Miller <djm at mindrot.org> ---
This is the infamous Turkish dotless i confusion and will break stuff
wherever we naively tolower a compare a string and compare it.

We lowercase strings in:

auth.c
match.c
misc.c
misc.h
pkcs11.h
readconf.c
ssh.c
sshconnect.c

Given that this is a behaviour change, I propose that we replace the
handful of calls with tolower() with one that uses the C locale always.
This best matches what openssh <7.3 did.


Referenced Bugs:

https://bugzilla.mindrot.org/show_bug.cgi?id=2594
[Bug 2594] Tracking bug for OpenSSH 7.4 release
-- 
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