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

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

Damien Miller  changed:

   What|Removed |Added

   Attachment #2911|0   |1
is obsolete||

--- Comment #7 from Damien Miller  ---
Created attachment 2912
  --> https://bugzilla.mindrot.org/attachment.cgi?id=2912&action=edit
fall back to C locale for LC_CTYPE

Helps if I attach the correct diff...

-- 
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-08 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2643

--- Comment #6 from Damien Miller  ---
Created attachment 2911
  --> https://bugzilla.mindrot.org/attachment.cgi?id=2911&action=edit
fall back to C locale for LC_CTYPE

I think this is less terrible - it falls back to the C locale for tr*
locales, and tries to preserve UTF-8 if the system supports C.UTF-8

-- 
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-08 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2643

Damien Miller  changed:

   What|Removed |Added

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

--- Comment #5 from Damien Miller  ---
Comment on attachment 2910
  --> https://bugzilla.mindrot.org/attachment.cgi?id=2910
use ctype functions instead of roll-ur-own

Not sure I want to go with the approach

-- 
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 2613] Log connections dropped when MaxStartups is reached

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

Damien Miller  changed:

   What|Removed |Added

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

--- Comment #6 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 2594] Tracking bug for OpenSSH 7.4 release

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

Bug 2613 Summary: Log connections dropped when MaxStartups is reached
https://bugzilla.mindrot.org/show_bug.cgi?id=2613

   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-08 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2643

Damien Miller  changed:

   What|Removed |Added

   Attachment #2908|0   |1
is obsolete||
   Assignee|unassigned-b...@mindrot.org |d...@mindrot.org
 CC||dtuc...@zip.com.au
 Status|NEW |ASSIGNED
   Attachment #2910||ok?(dtuc...@zip.com.au)
  Flags||

--- Comment #4 from Damien Miller  ---
Created attachment 2910
  --> https://bugzilla.mindrot.org/attachment.cgi?id=2910&action=edit
use ctype functions instead of roll-ur-own

-- 
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-08 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2617

Damien Miller  changed:

   What|Removed |Added

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

--- Comment #16 from Damien Miller  ---
Comment on attachment 2909
  --> https://bugzilla.mindrot.org/attachment.cgi?id=2909
consolidated and tweaked patches

Note to Darren: the changes in identity_sign(), etc are necessary
because we'll now let identities with id->key == NULL in for the case
where a certificate doesn't have a .pub file that corresponds to the
private file.

-- 
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 2617] sign_and_send_pubkey: no separate private key for certificate

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

--- Comment #15 from Damien Miller  ---
Created attachment 2909
  --> https://bugzilla.mindrot.org/attachment.cgi?id=2909&action=edit
consolidated and tweaked patches

Thanks indeed for taking the time to write regression tests.

I've merged most of the patches to this one. It does not include your
changes to load keys specified via CertificateFile but not IdentityFile
- I want to think about those a bit more and I'd like to get the rest
of it in before release if possible.

-- 
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 2613] Log connections dropped when MaxStartups is reached

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

Darren Tucker  changed:

   What|Removed |Added

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

--- Comment #5 from Darren Tucker  ---
Comment on attachment 2907
  --> https://bugzilla.mindrot.org/attachment.cgi?id=2907
log addresses too

[127.0.0.1]:22 vs [::1]:22

nevermind, I withdraw that bogus objection.

-- 
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 2613] Log connections dropped when MaxStartups is reached

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

--- Comment #4 from Darren Tucker  ---
Comment on attachment 2907
  --> https://bugzilla.mindrot.org/attachment.cgi?id=2907
log addresses too

>+  verbose("drop connection #%d from [%s]:%d "

won't that be wrong (or at least misleading) for IPv6 addresses?

-- 
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-08 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2643

Darren Tucker  changed:

   What|Removed |Added

   Attachment #2908||ok-
  Flags||

--- Comment #3 from Darren Tucker  ---
Comment on attachment 2908
  --> https://bugzilla.mindrot.org/attachment.cgi?id=2908
use an ASCII tolower replacement for lowercasing strings

>+int
>+tolowerc(int c)
>+{
>+  if (c < (int)'A' || c > (int)'Z')

That's wrong for EBCDIC systems since the alphabet is not contiguous.

>+  return c;
>+  return c - ((int)'A' - (int)'a');
>+}

Does the C standard guarantee that the offset between upper and
lowercase characters is constant?  It is in ASCII and EBCDIC.  What
else is out there?

-- 
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-08 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2643

--- Comment #2 from Damien Miller  ---
Created attachment 2908
  --> https://bugzilla.mindrot.org/attachment.cgi?id=2908&action=edit
use an ASCII tolower replacement for lowercasing strings

-- 
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 2478] Escape sequences (starting with ~) don't work when remote shell is BusyBox ash

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

Damien Miller  changed:

   What|Removed |Added

 Blocks|2594|

--- Comment #11 from Damien Miller  ---
I think this patch needs more work - at the very least it needs to
conditionalise its special-casing of ANSI sequences to be enabled only
for ANSI-like $TERM (-inals).

BusyBox's behaviour does seem kind of dumb though...


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 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 2594] Tracking bug for OpenSSH 7.4 release

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

Damien Miller  changed:

   What|Removed |Added

 Depends on|2478|


Referenced Bugs:

https://bugzilla.mindrot.org/show_bug.cgi?id=2478
[Bug 2478] Escape sequences (starting with ~) don't work when remote
shell is BusyBox ash
-- 
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 2594] Tracking bug for OpenSSH 7.4 release

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

Damien Miller  changed:

   What|Removed |Added

 Depends on|1278|


Referenced Bugs:

https://bugzilla.mindrot.org/show_bug.cgi?id=1278
[Bug 1278] CYGWIN controlMaster connections don't work.
-- 
You are receiving this mail because:
You are watching the reporter 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 1278] CYGWIN controlMaster connections don't work.

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

Damien Miller  changed:

   What|Removed |Added

 Blocks|2594|

--- Comment #13 from Damien Miller  ---
Remove this from the 7.4 release blockers list. We have at least the
beginnings of a solution for 7.4 in place now (in the form of mux proxy
mode)


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 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 2613] Log connections dropped when MaxStartups is reached

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

Damien Miller  changed:

   What|Removed |Added

   Attachment #2873|0   |1
is obsolete||
 CC||d...@mindrot.org
 Status|NEW |ASSIGNED
   Assignee|unassigned-b...@mindrot.org |d...@mindrot.org
   Attachment #2907||ok?(dtuc...@zip.com.au)
  Flags||

--- Comment #3 from Damien Miller  ---
Created attachment 2907
  --> https://bugzilla.mindrot.org/attachment.cgi?id=2907&action=edit
log addresses too

This logs the endpoint addresses too and downgrades the message to
verbose() - IMO it could be pretty spammy during a DoS

-- 
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 2425] sshd doesn't need to call setproject() when configured to use PAM on Solaris

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

Damien Miller  changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

--- Comment #6 from Damien Miller  ---
Bulk mark issues CLOSED in 7.3 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.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 2589] errors show when build openssh 6.7p1 on AIX 5.3

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

Damien Miller  changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

--- Comment #33 from Damien Miller  ---
Bulk mark issues CLOSED in 7.3 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.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 2582] [PATCH] Allow PermitOpen to use a wildcard hostname with a fixed port

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

Damien Miller  changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

--- Comment #6 from Damien Miller  ---
Bulk mark issues CLOSED in 7.3 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.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 2557] Incorrect file entries in openssh.spec

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

Damien Miller  changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

--- Comment #2 from Damien Miller  ---
Bulk mark issues CLOSED in 7.3 release

-- 
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 2590] Seccomp filter for missing architectures

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

Damien Miller  changed:

   What|Removed |Added

 Blocks|2543|


Referenced Bugs:

https://bugzilla.mindrot.org/show_bug.cgi?id=2543
[Bug 2543] Tracking bug for OpenSSH 7.3 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.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 2543] Tracking bug for OpenSSH 7.3 release

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

Damien Miller  changed:

   What|Removed |Added

 Depends on|2590|


Referenced Bugs:

https://bugzilla.mindrot.org/show_bug.cgi?id=2590
[Bug 2590] Seccomp filter for missing architectures
-- 
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 2543] Tracking bug for OpenSSH 7.3 release

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

Damien Miller  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|NEW |RESOLVED

--- Comment #2 from Damien Miller  ---
7.3 release is long finished.

-- 
You are receiving this mail because:
You are watching the reporter 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 2601] StreamLocalBindUnlink not working

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

Luca Capello  changed:

   What|Removed |Added

 CC||l...@pca.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