[Bug 2561] ssh-keygen -A does not recreate broken zero-sized host keys

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2561

Damien Miller  changed:

   What|Removed |Added

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

--- Comment #13 from Damien Miller  ---
Created attachment 3004
  --> https://bugzilla.mindrot.org/attachment.cgi?id=3004=edit
revised diff

incorporating feedback: skip good keys early, NULL filenames to avoid
risk of double-free, check fwrite/fclose errors

-- 
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 2698] Tracking bug for OpenSSH 7.6 release

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2698
Bug 2698 depends on bug 2519, which changed state.

Bug 2519 Summary: Obsolete SSHv1 config options
https://bugzilla.mindrot.org/show_bug.cgi?id=2519

   What|Removed |Added

 Status|NEW |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 2519] Obsolete SSHv1 config options

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2519

Darren Tucker  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED
 CC||dtuc...@zip.com.au

--- Comment #6 from Darren Tucker  ---
Now that the SSH1 code is gone I think this is resolved.  Certainly the
one referred to in the upstream bug (Cipher) is gone.  If there are any
that we missed we will happily delete them.

-- 
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 1164] scp with spaces username no longer works

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1164

--- Comment #31 from Damien Miller  ---
remove 7.5 target

-- 
You are receiving this mail because:
You are watching the reporter of the bug.
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 2698] Tracking bug for OpenSSH 7.6 release

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2698
Bug 2698 depends on bug 2734, which changed state.

Bug 2734 Summary: close() is called twice in confree()
https://bugzilla.mindrot.org/show_bug.cgi?id=2734

   What|Removed |Added

 Status|NEW |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 2734] close() is called twice in confree()

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2734

Darren Tucker  changed:

   What|Removed |Added

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

--- Comment #2 from Darren Tucker  ---
Patch applied and will be in 7.6.  Thanks.

-- 
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 2434] scp can send arbitrary control characters / escape sequences to the terminal

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2434

--- Comment #21 from Damien Miller  ---
Comment on attachment 2942
  --> https://bugzilla.mindrot.org/attachment.cgi?id=2942
Simplify population of file name display

>This keeps the padded and/or truncated displayname in its own variable
>which will allow later use of non-signal-safe functions like snmprintf
>to compose it.
...
>-  snprintf(buf + strlen(buf), win_size - strlen(buf),
>-  " %3d%% ", percent);
>+  snprintf(buf, sizeof(buf), "\r%s %3d%% ", displayname, percent);

AFAIK it's not safe to truncate arbitrary strings using char* (as
opposed to wchar_t*) functions when the charset is not US-ASCII or
UTF-8. Could you do the truncation using snmprintf() instead?

-- 
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 1596] Option parser does not permit a double-quote character to occur in option values

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1596

--- Comment #33 from Damien Miller  ---
remove 7.5 target

-- 
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 2576] ssh-agent enters busy loop when running out of fds

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2576

Damien Miller  changed:

   What|Removed |Added

 Blocks|2647|


Referenced Bugs:

https://bugzilla.mindrot.org/show_bug.cgi?id=2647
[Bug 2647] Tracking bug for OpenSSH 7.5 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 2434] scp can send arbitrary control characters / escape sequences to the terminal

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2434

--- Comment #20 from Damien Miller  ---
remove 7.5 target

-- 
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 2568] ssh fails to authenticate using RSA keys when agent does not support sha256/512 signatures

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2568

Damien Miller  changed:

   What|Removed |Added

 Blocks|2647|


Referenced Bugs:

https://bugzilla.mindrot.org/show_bug.cgi?id=2647
[Bug 2647] Tracking bug for OpenSSH 7.5 release
-- 
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 2501] VerifyHostKeyDNS & StrictHostKeyChecking

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2501

Damien Miller  changed:

   What|Removed |Added

 Blocks||2698

--- Comment #9 from Damien Miller  ---
Move incomplete bugs to openssh-7.6 target since 7.5 shipped a while
back.

To calibrate expectations, there's little chance all of these are going
to make 7.6.


Referenced Bugs:

https://bugzilla.mindrot.org/show_bug.cgi?id=2698
[Bug 2698] Tracking bug for OpenSSH 7.6 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 2519] Obsolete SSHv1 config options

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2519

Damien Miller  changed:

   What|Removed |Added

 Blocks||2698

--- Comment #4 from Damien Miller  ---
Move incomplete bugs to openssh-7.6 target since 7.5 shipped a while
back.

To calibrate expectations, there's little chance all of these are going
to make 7.6.


Referenced Bugs:

https://bugzilla.mindrot.org/show_bug.cgi?id=2698
[Bug 2698] Tracking bug for OpenSSH 7.6 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 2687] Coverity scan fixes

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2687

Damien Miller  changed:

   What|Removed |Added

 Blocks|2647|


Referenced Bugs:

https://bugzilla.mindrot.org/show_bug.cgi?id=2647
[Bug 2647] Tracking bug for OpenSSH 7.5 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 2440] X11 connection will fail if user's home directory is read-only

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2440

Damien Miller  changed:

   What|Removed |Added

 Blocks||2698

--- Comment #10 from Damien Miller  ---
Move incomplete bugs to openssh-7.6 target since 7.5 shipped a while
back.

To calibrate expectations, there's little chance all of these are going
to make 7.6.


Referenced Bugs:

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

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2647

Damien Miller  changed:

   What|Removed |Added

 Depends on|2439|


Referenced Bugs:

https://bugzilla.mindrot.org/show_bug.cgi?id=2439
[Bug 2439] New sha256-base64 SSH Fingerprints in openssh-6.8
-- 
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 2501] VerifyHostKeyDNS & StrictHostKeyChecking

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2501

--- Comment #10 from Damien Miller  ---
remove 7.5 target

-- 
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 2698] Tracking bug for OpenSSH 7.6 release

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2698

Damien Miller  changed:

   What|Removed |Added

 Depends on||1918


Referenced Bugs:

https://bugzilla.mindrot.org/show_bug.cgi?id=1918
[Bug 1918] match_pattern_list fails for negated failure
-- 
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 2660] Create mux socket for regress in temp directory

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2660

Damien Miller  changed:

   What|Removed |Added

 Blocks||2698

--- Comment #3 from Damien Miller  ---
Move incomplete bugs to openssh-7.6 target since 7.5 shipped a while
back.

To calibrate expectations, there's little chance all of these are going
to make 7.6.


Referenced Bugs:

https://bugzilla.mindrot.org/show_bug.cgi?id=2698
[Bug 2698] Tracking bug for OpenSSH 7.6 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 2397] Match block doesn't match negated addresses

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2397

--- Comment #12 from Damien Miller  ---
remove 7.5 target

-- 
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 2519] Obsolete SSHv1 config options

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2519

--- Comment #5 from Damien Miller  ---
remove 7.5 target

-- 
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 2698] Tracking bug for OpenSSH 7.6 release

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2698

Damien Miller  changed:

   What|Removed |Added

 Depends on||2440


Referenced Bugs:

https://bugzilla.mindrot.org/show_bug.cgi?id=2440
[Bug 2440] X11 connection will fail if user's home directory is
read-only
-- 
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 2647] Tracking bug for OpenSSH 7.5 release

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2647

Damien Miller  changed:

   What|Removed |Added

 Depends on|2501|


Referenced Bugs:

https://bugzilla.mindrot.org/show_bug.cgi?id=2501
[Bug 2501] VerifyHostKeyDNS & StrictHostKeyChecking
-- 
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 2687] Coverity scan fixes

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2687

Damien Miller  changed:

   What|Removed |Added

 Blocks||2698

--- Comment #8 from Damien Miller  ---
Move incomplete bugs to openssh-7.6 target since 7.5 shipped a while
back.

To calibrate expectations, there's little chance all of these are going
to make 7.6.


Referenced Bugs:

https://bugzilla.mindrot.org/show_bug.cgi?id=2698
[Bug 2698] Tracking bug for OpenSSH 7.6 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 2734] close() is called twice in confree()

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2734

Damien Miller  changed:

   What|Removed |Added

   Attachment #3001|ok?(d...@mindrot.org)|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 2561] ssh-keygen -A does not recreate broken zero-sized host keys

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2561

Damien Miller  changed:

   What|Removed |Added

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

--- Comment #11 from Damien Miller  ---
Created attachment 3003
  --> https://bugzilla.mindrot.org/attachment.cgi?id=3003=edit
update to current

Update to HEAD, remove appending '/' to path since the paths we later
append start with '/' anyway.

-- 
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 2719] Notify user, when ssh transport process dies.

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2719

Darren Tucker  changed:

   What|Removed |Added

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

-- 
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 2400] StrictHostKeyChecking=no behaviour on HOST_CHANGED is excessively insecure

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2400

Damien Miller  changed:

   What|Removed |Added

 Blocks||2698

--- Comment #13 from Damien Miller  ---
Move incomplete bugs to openssh-7.6 target since 7.5 shipped a while
back.

To calibrate expectations, there's little chance all of these are going
to make 7.6.


Referenced Bugs:

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

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2647

Damien Miller  changed:

   What|Removed |Added

 Depends on|1153|


Referenced Bugs:

https://bugzilla.mindrot.org/show_bug.cgi?id=1153
[Bug 1153] DISPLAY should be set form the connected IP, not the
hostname
-- 
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 2647] Tracking bug for OpenSSH 7.5 release

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2647

Damien Miller  changed:

   What|Removed |Added

 Depends on|2400|


Referenced Bugs:

https://bugzilla.mindrot.org/show_bug.cgi?id=2400
[Bug 2400] StrictHostKeyChecking=no behaviour on HOST_CHANGED is
excessively insecure
-- 
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 2647] Tracking bug for OpenSSH 7.5 release

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2647

Damien Miller  changed:

   What|Removed |Added

 Depends on|2397|


Referenced Bugs:

https://bugzilla.mindrot.org/show_bug.cgi?id=2397
[Bug 2397] Match block doesn't match negated addresses
-- 
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 1153] DISPLAY should be set form the connected IP, not the hostname

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1153

Damien Miller  changed:

   What|Removed |Added

 Blocks||2698

--- Comment #33 from Damien Miller  ---
Move incomplete bugs to openssh-7.6 target since 7.5 shipped a while
back.

To calibrate expectations, there's little chance all of these are going
to make 7.6.


Referenced Bugs:

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

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2647

Damien Miller  changed:

   What|Removed |Added

 Depends on|2660|


Referenced Bugs:

https://bugzilla.mindrot.org/show_bug.cgi?id=2660
[Bug 2660] Create mux socket for regress in temp directory
-- 
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 2434] scp can send arbitrary control characters / escape sequences to the terminal

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2434

Damien Miller  changed:

   What|Removed |Added

 Blocks|2647|


Referenced Bugs:

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

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2647

Damien Miller  changed:

   What|Removed |Added

 Depends on|1164|


Referenced Bugs:

https://bugzilla.mindrot.org/show_bug.cgi?id=1164
[Bug 1164] scp with spaces username no longer works
-- 
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 2647] Tracking bug for OpenSSH 7.5 release

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2647

Damien Miller  changed:

   What|Removed |Added

 Depends on|2625|


Referenced Bugs:

https://bugzilla.mindrot.org/show_bug.cgi?id=2625
[Bug 2625] Support Capabilities for ssh client port forwarding
-- 
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 2660] Create mux socket for regress in temp directory

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2660

--- Comment #4 from Damien Miller  ---
remove 7.5 target

-- 
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 1164] scp with spaces username no longer works

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1164

Damien Miller  changed:

   What|Removed |Added

 Blocks||2698

--- Comment #30 from Damien Miller  ---
Move incomplete bugs to openssh-7.6 target since 7.5 shipped a while
back.

To calibrate expectations, there's little chance all of these are going
to make 7.6.


Referenced Bugs:

https://bugzilla.mindrot.org/show_bug.cgi?id=2698
[Bug 2698] Tracking bug for OpenSSH 7.6 release
-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching the reporter 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 2698] Tracking bug for OpenSSH 7.6 release

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2698

Damien Miller  changed:

   What|Removed |Added

 Depends on||2501


Referenced Bugs:

https://bugzilla.mindrot.org/show_bug.cgi?id=2501
[Bug 2501] VerifyHostKeyDNS & StrictHostKeyChecking
-- 
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 2698] Tracking bug for OpenSSH 7.6 release

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2698

Damien Miller  changed:

   What|Removed |Added

 Depends on||2687


Referenced Bugs:

https://bugzilla.mindrot.org/show_bug.cgi?id=2687
[Bug 2687] Coverity scan fixes
-- 
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 1402] Support auditing through Linux Audit subsystem

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1402

Damien Miller  changed:

   What|Removed |Added

 Blocks|2647|


Referenced Bugs:

https://bugzilla.mindrot.org/show_bug.cgi?id=2647
[Bug 2647] Tracking bug for OpenSSH 7.5 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 2453] Document authentication method "none" for AuthenticationMethods

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2453

Damien Miller  changed:

   What|Removed |Added

 Blocks||2698

--- Comment #9 from Damien Miller  ---
Move incomplete bugs to openssh-7.6 target since 7.5 shipped a while
back.

To calibrate expectations, there's little chance all of these are going
to make 7.6.


Referenced Bugs:

https://bugzilla.mindrot.org/show_bug.cgi?id=2698
[Bug 2698] Tracking bug for OpenSSH 7.6 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 2576] ssh-agent enters busy loop when running out of fds

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2576

Damien Miller  changed:

   What|Removed |Added

 Blocks||2698

--- Comment #8 from Damien Miller  ---
Move incomplete bugs to openssh-7.6 target since 7.5 shipped a while
back.

To calibrate expectations, there's little chance all of these are going
to make 7.6.


Referenced Bugs:

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

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2698

Damien Miller  changed:

   What|Removed |Added

 Depends on||2439


Referenced Bugs:

https://bugzilla.mindrot.org/show_bug.cgi?id=2439
[Bug 2439] New sha256-base64 SSH Fingerprints in openssh-6.8
-- 
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 2647] Tracking bug for OpenSSH 7.5 release

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2647

Damien Miller  changed:

   What|Removed |Added

 Depends on|2434|


Referenced Bugs:

https://bugzilla.mindrot.org/show_bug.cgi?id=2434
[Bug 2434] scp can send arbitrary control characters / escape sequences
to the terminal
-- 
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 1800] PermitUserEnvironment accepting pattern of allowed userenv variables

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1800

Damien Miller  changed:

   What|Removed |Added

 Blocks|2647|


Referenced Bugs:

https://bugzilla.mindrot.org/show_bug.cgi?id=2647
[Bug 2647] Tracking bug for OpenSSH 7.5 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 2439] New sha256-base64 SSH Fingerprints in openssh-6.8

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2439

Damien Miller  changed:

   What|Removed |Added

 Blocks|2647|


Referenced Bugs:

https://bugzilla.mindrot.org/show_bug.cgi?id=2647
[Bug 2647] Tracking bug for OpenSSH 7.5 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 2158] Race condition in receiving SIGTERM

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2158

Damien Miller  changed:

   What|Removed |Added

 Blocks|2647|


Referenced Bugs:

https://bugzilla.mindrot.org/show_bug.cgi?id=2647
[Bug 2647] Tracking bug for OpenSSH 7.5 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 2453] Document authentication method "none" for AuthenticationMethods

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2453

Damien Miller  changed:

   What|Removed |Added

 Blocks|2647|


Referenced Bugs:

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

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2647

Damien Miller  changed:

   What|Removed |Added

 Depends on|1800|


Referenced Bugs:

https://bugzilla.mindrot.org/show_bug.cgi?id=1800
[Bug 1800] PermitUserEnvironment accepting pattern of allowed userenv
variables
-- 
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 2647] Tracking bug for OpenSSH 7.5 release

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2647

Damien Miller  changed:

   What|Removed |Added

 Depends on|2158|


Referenced Bugs:

https://bugzilla.mindrot.org/show_bug.cgi?id=2158
[Bug 2158] Race condition in receiving SIGTERM
-- 
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 2647] Tracking bug for OpenSSH 7.5 release

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2647

Damien Miller  changed:

   What|Removed |Added

 Depends on|2519|


Referenced Bugs:

https://bugzilla.mindrot.org/show_bug.cgi?id=2519
[Bug 2519] Obsolete SSHv1 config options
-- 
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 2660] Create mux socket for regress in temp directory

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2660

Damien Miller  changed:

   What|Removed |Added

 Blocks|2647|


Referenced Bugs:

https://bugzilla.mindrot.org/show_bug.cgi?id=2647
[Bug 2647] Tracking bug for OpenSSH 7.5 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 2588] When no MAC is specified in config the server offers non-existing hmac-sha2* without openssl

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2588

Damien Miller  changed:

   What|Removed |Added

 Blocks|2647|


Referenced Bugs:

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

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2647

Damien Miller  changed:

   What|Removed |Added

 Depends on|1918|


Referenced Bugs:

https://bugzilla.mindrot.org/show_bug.cgi?id=1918
[Bug 1918] match_pattern_list fails for negated failure
-- 
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 1918] match_pattern_list fails for negated failure

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1918

Damien Miller  changed:

   What|Removed |Added

 Blocks|2647|


Referenced Bugs:

https://bugzilla.mindrot.org/show_bug.cgi?id=2647
[Bug 2647] Tracking bug for OpenSSH 7.5 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 2501] VerifyHostKeyDNS & StrictHostKeyChecking

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2501

Damien Miller  changed:

   What|Removed |Added

 Blocks|2647|


Referenced Bugs:

https://bugzilla.mindrot.org/show_bug.cgi?id=2647
[Bug 2647] Tracking bug for OpenSSH 7.5 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 2625] Support Capabilities for ssh client port forwarding

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2625

Damien Miller  changed:

   What|Removed |Added

 Blocks|2647|


Referenced Bugs:

https://bugzilla.mindrot.org/show_bug.cgi?id=2647
[Bug 2647] Tracking bug for OpenSSH 7.5 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 1153] DISPLAY should be set form the connected IP, not the hostname

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1153

Damien Miller  changed:

   What|Removed |Added

 Blocks|2647|


Referenced Bugs:

https://bugzilla.mindrot.org/show_bug.cgi?id=2647
[Bug 2647] Tracking bug for OpenSSH 7.5 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 2440] X11 connection will fail if user's home directory is read-only

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2440

Damien Miller  changed:

   What|Removed |Added

 Blocks|2647|


Referenced Bugs:

https://bugzilla.mindrot.org/show_bug.cgi?id=2647
[Bug 2647] Tracking bug for OpenSSH 7.5 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 2561] ssh-keygen -A does not recreate broken zero-sized host keys

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2561

Damien Miller  changed:

   What|Removed |Added

 Blocks|2647|


Referenced Bugs:

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

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2647

Damien Miller  changed:

   What|Removed |Added

 Depends on|2687|


Referenced Bugs:

https://bugzilla.mindrot.org/show_bug.cgi?id=2687
[Bug 2687] Coverity scan fixes
-- 
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 2397] Match block doesn't match negated addresses

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2397

Damien Miller  changed:

   What|Removed |Added

 Blocks|2647|


Referenced Bugs:

https://bugzilla.mindrot.org/show_bug.cgi?id=2647
[Bug 2647] Tracking bug for OpenSSH 7.5 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 1164] scp with spaces username no longer works

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1164

Damien Miller  changed:

   What|Removed |Added

 Blocks|2647|


Referenced Bugs:

https://bugzilla.mindrot.org/show_bug.cgi?id=2647
[Bug 2647] Tracking bug for OpenSSH 7.5 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.
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 1153] DISPLAY should be set form the connected IP, not the hostname

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1153

--- Comment #34 from Damien Miller  ---
remove 7.5 target

-- 
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 1800] PermitUserEnvironment accepting pattern of allowed userenv variables

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1800

--- Comment #39 from Damien Miller  ---
remove 7.5 target

-- 
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 2561] ssh-keygen -A does not recreate broken zero-sized host keys

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2561

--- Comment #10 from Damien Miller  ---
remove 7.5 target

-- 
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 1402] Support auditing through Linux Audit subsystem

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1402

--- Comment #71 from Damien Miller  ---
remove 7.5 target

-- 
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 2453] Document authentication method "none" for AuthenticationMethods

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2453

--- Comment #10 from Damien Miller  ---
remove 7.5 target

-- 
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 1918] match_pattern_list fails for negated failure

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1918

--- Comment #30 from Damien Miller  ---
remove 7.5 target

-- 
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 2400] StrictHostKeyChecking=no behaviour on HOST_CHANGED is excessively insecure

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2400

--- Comment #14 from Damien Miller  ---
remove 7.5 target

-- 
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 2158] Race condition in receiving SIGTERM

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2158

--- Comment #16 from Damien Miller  ---
remove 7.5 target

-- 
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 2687] Coverity scan fixes

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2687

--- Comment #9 from Damien Miller  ---
remove 7.5 target

-- 
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 2568] ssh fails to authenticate using RSA keys when agent does not support sha256/512 signatures

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2568

--- Comment #9 from Damien Miller  ---
remove 7.5 target

-- 
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 2576] ssh-agent enters busy loop when running out of fds

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2576

--- Comment #9 from Damien Miller  ---
remove 7.5 target

-- 
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 2588] When no MAC is specified in config the server offers non-existing hmac-sha2* without openssl

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2588

--- Comment #9 from Damien Miller  ---
remove 7.5 target

-- 
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 2439] New sha256-base64 SSH Fingerprints in openssh-6.8

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2439

--- Comment #10 from Damien Miller  ---
remove 7.5 target

-- 
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 2440] X11 connection will fail if user's home directory is read-only

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2440

--- Comment #11 from Damien Miller  ---
remove 7.5 target

-- 
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 2158] Race condition in receiving SIGTERM

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2158

Damien Miller  changed:

   What|Removed |Added

 Blocks||2698

--- Comment #15 from Damien Miller  ---
Move incomplete bugs to openssh-7.6 target since 7.5 shipped a while
back.

To calibrate expectations, there's little chance all of these are going
to make 7.6.


Referenced Bugs:

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

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2698

Damien Miller  changed:

   What|Removed |Added

 Depends on||1164


Referenced Bugs:

https://bugzilla.mindrot.org/show_bug.cgi?id=1164
[Bug 1164] scp with spaces username no longer works
-- 
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 1596] Option parser does not permit a double-quote character to occur in option values

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1596

Damien Miller  changed:

   What|Removed |Added

 Blocks||2698

--- Comment #32 from Damien Miller  ---
Move incomplete bugs to openssh-7.6 target since 7.5 shipped a while
back.

To calibrate expectations, there's little chance all of these are going
to make 7.6.


Referenced Bugs:

https://bugzilla.mindrot.org/show_bug.cgi?id=2698
[Bug 2698] Tracking bug for OpenSSH 7.6 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 2588] When no MAC is specified in config the server offers non-existing hmac-sha2* without openssl

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2588

Damien Miller  changed:

   What|Removed |Added

 Blocks||2698

--- Comment #8 from Damien Miller  ---
Move incomplete bugs to openssh-7.6 target since 7.5 shipped a while
back.

To calibrate expectations, there's little chance all of these are going
to make 7.6.


Referenced Bugs:

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

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2698

Damien Miller  changed:

   What|Removed |Added

 Depends on||2158


Referenced Bugs:

https://bugzilla.mindrot.org/show_bug.cgi?id=2158
[Bug 2158] Race condition in receiving SIGTERM
-- 
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 1800] PermitUserEnvironment accepting pattern of allowed userenv variables

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1800

Damien Miller  changed:

   What|Removed |Added

 Blocks||2698

--- Comment #38 from Damien Miller  ---
Move incomplete bugs to openssh-7.6 target since 7.5 shipped a while
back.

To calibrate expectations, there's little chance all of these are going
to make 7.6.


Referenced Bugs:

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

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2698

Damien Miller  changed:

   What|Removed |Added

 Depends on||2576


Referenced Bugs:

https://bugzilla.mindrot.org/show_bug.cgi?id=2576
[Bug 2576] ssh-agent enters busy loop when running out of fds
-- 
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 2698] Tracking bug for OpenSSH 7.6 release

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2698

Damien Miller  changed:

   What|Removed |Added

 Depends on||2561


Referenced Bugs:

https://bugzilla.mindrot.org/show_bug.cgi?id=2561
[Bug 2561] ssh-keygen -A does not recreate broken zero-sized host keys
-- 
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 2698] Tracking bug for OpenSSH 7.6 release

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2698

Damien Miller  changed:

   What|Removed |Added

 Depends on||1596


Referenced Bugs:

https://bugzilla.mindrot.org/show_bug.cgi?id=1596
[Bug 1596] Option parser does not permit a double-quote character to
occur in option values
-- 
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 2561] ssh-keygen -A does not recreate broken zero-sized host keys

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2561

Damien Miller  changed:

   What|Removed |Added

 Blocks||2698

--- Comment #9 from Damien Miller  ---
Move incomplete bugs to openssh-7.6 target since 7.5 shipped a while
back.

To calibrate expectations, there's little chance all of these are going
to make 7.6.


Referenced Bugs:

https://bugzilla.mindrot.org/show_bug.cgi?id=2698
[Bug 2698] Tracking bug for OpenSSH 7.6 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 2439] New sha256-base64 SSH Fingerprints in openssh-6.8

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2439

Damien Miller  changed:

   What|Removed |Added

 Blocks||2698

--- Comment #9 from Damien Miller  ---
Move incomplete bugs to openssh-7.6 target since 7.5 shipped a while
back.

To calibrate expectations, there's little chance all of these are going
to make 7.6.


Referenced Bugs:

https://bugzilla.mindrot.org/show_bug.cgi?id=2698
[Bug 2698] Tracking bug for OpenSSH 7.6 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 1402] Support auditing through Linux Audit subsystem

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1402

Damien Miller  changed:

   What|Removed |Added

 Blocks||2698

--- Comment #70 from Damien Miller  ---
Move incomplete bugs to openssh-7.6 target since 7.5 shipped a while
back.

To calibrate expectations, there's little chance all of these are going
to make 7.6.


Referenced Bugs:

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

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2698

Damien Miller  changed:

   What|Removed |Added

 Depends on||2588


Referenced Bugs:

https://bugzilla.mindrot.org/show_bug.cgi?id=2588
[Bug 2588] When no MAC is specified in config the server offers
non-existing hmac-sha2* without openssl
-- 
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 2698] Tracking bug for OpenSSH 7.6 release

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2698

Damien Miller  changed:

   What|Removed |Added

 Depends on||2625


Referenced Bugs:

https://bugzilla.mindrot.org/show_bug.cgi?id=2625
[Bug 2625] Support Capabilities for ssh client port forwarding
-- 
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 1918] match_pattern_list fails for negated failure

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1918

Damien Miller  changed:

   What|Removed |Added

 Blocks||2698

--- Comment #29 from Damien Miller  ---
Move incomplete bugs to openssh-7.6 target since 7.5 shipped a while
back.

To calibrate expectations, there's little chance all of these are going
to make 7.6.


Referenced Bugs:

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

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2698

Damien Miller  changed:

   What|Removed |Added

 Depends on||2400


Referenced Bugs:

https://bugzilla.mindrot.org/show_bug.cgi?id=2400
[Bug 2400] StrictHostKeyChecking=no behaviour on HOST_CHANGED is
excessively insecure
-- 
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 2625] Support Capabilities for ssh client port forwarding

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2625

Damien Miller  changed:

   What|Removed |Added

 Blocks||2698

--- Comment #12 from Damien Miller  ---
Move incomplete bugs to openssh-7.6 target since 7.5 shipped a while
back.

To calibrate expectations, there's little chance all of these are going
to make 7.6.


Referenced Bugs:

https://bugzilla.mindrot.org/show_bug.cgi?id=2698
[Bug 2698] Tracking bug for OpenSSH 7.6 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 2397] Match block doesn't match negated addresses

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2397

Damien Miller  changed:

   What|Removed |Added

 Blocks||2698

--- Comment #11 from Damien Miller  ---
Move incomplete bugs to openssh-7.6 target since 7.5 shipped a while
back.

To calibrate expectations, there's little chance all of these are going
to make 7.6.


Referenced Bugs:

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

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2698

Damien Miller  changed:

   What|Removed |Added

 Depends on||2568


Referenced Bugs:

https://bugzilla.mindrot.org/show_bug.cgi?id=2568
[Bug 2568] ssh fails to authenticate using RSA keys when agent does not
support sha256/512 signatures
-- 
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 2568] ssh fails to authenticate using RSA keys when agent does not support sha256/512 signatures

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2568

Damien Miller  changed:

   What|Removed |Added

 Blocks||2698

--- Comment #8 from Damien Miller  ---
Move incomplete bugs to openssh-7.6 target since 7.5 shipped a while
back.

To calibrate expectations, there's little chance all of these are going
to make 7.6.


Referenced Bugs:

https://bugzilla.mindrot.org/show_bug.cgi?id=2698
[Bug 2698] Tracking bug for OpenSSH 7.6 release
-- 
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 2434] scp can send arbitrary control characters / escape sequences to the terminal

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2434

Damien Miller  changed:

   What|Removed |Added

 Blocks||2698

--- Comment #19 from Damien Miller  ---
Move incomplete bugs to openssh-7.6 target since 7.5 shipped a while
back.

To calibrate expectations, there's little chance all of these are going
to make 7.6.


Referenced Bugs:

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

2017-06-29 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2698

Damien Miller  changed:

   What|Removed |Added

 Depends on||2397


Referenced Bugs:

https://bugzilla.mindrot.org/show_bug.cgi?id=2397
[Bug 2397] Match block doesn't match negated addresses
-- 
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


  1   2   >