[Bug 2594] Tracking bug for OpenSSH 7.4 release

2016-12-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2594
Bug 2594 depends on bug 2643, which changed state.

Bug 2643 Summary: Can not ssh with tr_TR.UTF-8 locale (Bad configuration 
options)
https://bugzilla.mindrot.org/show_bug.cgi?id=2643

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching the reporter of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


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

2016-12-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2643

Damien Miller  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #12 from Damien Miller  ---
Patch applied - this will be in openssh-7.4

-- 
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.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 2617] sign_and_send_pubkey: no separate private key for certificate

2016-12-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2617

Darren Tucker  changed:

   What|Removed |Added

   Attachment #2909|ok?(dtuc...@zip.com.au) |ok+
  Flags||

--- Comment #17 from Darren Tucker  ---
Comment on attachment 2909
  --> https://bugzilla.mindrot.org/attachment.cgi?id=2909
consolidated and tweaked patches

however I'm not all that familiar with this code, so you might want to
also get Markus to take a look

-- 
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.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


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

2016-12-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2643

Darren Tucker  changed:

   What|Removed |Added

   Attachment #2913|ok?(dtuc...@zip.com.au) |ok+
  Flags||

-- 
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.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


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

2016-12-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2643

Damien Miller  changed:

   What|Removed |Added

   Attachment #2912|0   |1
is obsolete||
   Attachment #2913||ok?(dtuc...@zip.com.au)
  Flags||

--- Comment #11 from Damien Miller  ---
Created attachment 2913
  --> https://bugzilla.mindrot.org/attachment.cgi?id=2913=edit
Cleaned-up fallback diff

Previous fallback diff with a few fixes:

1) Correct precedence order for environment variables

2) Correctly terminate environment search if we find a non-TR locale

3) Check for a couple more variants of UTF-8 (lowercase and without
hyphen)

4) Also try POSIX.UTF-8 locale if C.UTF-8 doesn't exist.

5) Stick the while mess in utf8.c where it better belongs. I preferred
this rather than doing a xsetlocale, because I expect we'll upstream
something like the final version in future.

6) Add a longwinded XXX comment describing how to fix this better in
the future :)

Thanks to Ingo Schwarze for valuable feedback.

-- 
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
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


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

2016-12-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2643

--- Comment #10 from Damien Miller  ---
(In reply to Numan Demirdöðen from comment #8)

> Do I have to compile ssh with the last patch you wrote in order to
> test whether patched ssh fixes the bug or not?

Yes, you'd need to recompile. I've already reproduced and tested the C
locale fix though.

(In reply to Colin Watson from comment #9)
> Wow, that's really pretty ugly, and I'm not certain that Turkish is
> the only locale with this problem.
> 
> How about a simple char[256] table lookup instead?  That shouldn't
> be too ugly (still less code than the complicated setlocale
> fiddling) and it ought to deal with EBCDIC.

I think falling back to C locale is preferable. It matches the
behaviour for OpenSSH <7.3 best while giving us a chance at preserving
UTF-8 output. I'll tidy up that patch - there are a couple of minor
problems with it.

-- 
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
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


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

2016-12-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2643

Damien Miller  changed:

   What|Removed |Added

   Attachment #2910|0   |1
is obsolete||

-- 
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.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs