[Bug 2225] New: sshd core dumps when used in high scaled environments.

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2225

Bug ID: 2225
   Summary: sshd core dumps when used in high scaled environments.
   Product: Portable OpenSSH
   Version: 6.2p1
  Hardware: All
OS: All
Status: NEW
  Severity: major
  Priority: P5
 Component: sshd
  Assignee: unassigned-b...@mindrot.org
  Reporter: k...@juniper.net

Created attachment 2424
  -- https://bugzilla.mindrot.org/attachment.cgi?id=2424action=edit
possible fix.

sshd crashes with the core dump when used in high scale environment.
The program crashes inside the function cleanup_exit at line 

if (use_privsep  privsep_is_preauth  pmonitor-m_pid  1)

It is always assumed here that pmonitor is always not NULL.
However pmonitor can be null, in the execution sequence below:


#0  0x0804e214 in cleanup_exit (i=255) at
../../../../../../src/crypto/openssh/sshd.c:2415
#1  0x080ae7bf in fatal (fmt=0x80b8ea6 %s: socketpair: %s) at
../../../../../../src/crypto/openssh/fatal.c:42
#2  0x08065779 in monitor_openfds (mon=0x80eb5c0, do_logfds=1) at
../../../../../../src/crypto/openssh/monitor.c:1877
#3  0x080658ee in monitor_init () at
../../../../../../src/crypto/openssh/monitor.c:1903
#4  0x080507fd in privsep_preauth (authctxt=0x0) at
../../../../../../src/crypto/openssh/sshd.c:669
#5  0x08051f72 in main (ac=903248, av=0xc811cc00) at
../../../../../../src/crypto/openssh/sshd.c:2014


Here the pmonitor is NULL inside privsep_preauth, which calls
monitor_init. monitor_init allocates memory for mon and calls
monitor_openfds

However inside monitor_openfds the call to socketpair fails. (in our
case with errno = 23 /* Too many open files in system */).

This calls fatal which in-turn calls cleanup_exit.

Since pmonitor is not initialized until now, it crashes.

-- 
You are receiving this mail because:
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 2225] sshd core dumps when used in high scaled environments.

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2225

kavitha k...@juniper.net changed:

   What|Removed |Added

 CC||k...@juniper.net

-- 
You are receiving this mail because:
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 2226] New: Bugs intended to be fixed in 6.7

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2226

Bug ID: 2226
   Summary: Bugs intended to be fixed in 6.7
   Product: Portable OpenSSH
   Version: -current
  Hardware: Other
OS: All
Status: NEW
  Keywords: meta
  Severity: normal
  Priority: P5
 Component: Miscellaneous
  Assignee: unassigned-b...@mindrot.org
  Reporter: d...@mindrot.org

Tracking bug to plan bugs targeted to the openssh-6.7 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 1818] SSH2_MSG_CHANNEL_FAILURE on closed channel

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1818

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Blocks||2226

--- Comment #20 from Damien Miller d...@mindrot.org ---
Retarget to 6.7 release, since 6.6 was mostly bugfixing.

-- 
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

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1596

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Blocks||2226

--- Comment #17 from Damien Miller d...@mindrot.org ---
Retarget to 6.7 release, since 6.6 was mostly bugfixing.

-- 
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 928] Kerberos/GSSAPI authentication does not work with multihomed hosts

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=928

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Blocks||2226

--- Comment #33 from Damien Miller d...@mindrot.org ---
Retarget to 6.7 release, since 6.6 was mostly bugfixing.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching someone on the CC list 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 2071] sshd closes stderr but not stdout when child process exits

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2071

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Blocks||2226

--- Comment #6 from Damien Miller d...@mindrot.org ---
Retarget to 6.7 release, since 6.6 was mostly bugfixing.

-- 
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

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1164

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Blocks||2226

--- Comment #16 from Damien Miller d...@mindrot.org ---
Retarget to 6.7 release, since 6.6 was mostly bugfixing.

-- 
You are receiving this mail because:
You are watching someone on the CC list of the bug.
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 2226] Bugs intended to be fixed in 6.7

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2226

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Depends on||1742

-- 
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 1977] ProxyCommand seems to no execute shell commands

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1977

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Blocks||2226

--- Comment #9 from Damien Miller d...@mindrot.org ---
Retarget to 6.7 release, since 6.6 was mostly bugfixing.

-- 
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 1319] ssh-keygen does not properly handle multiple keys

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1319

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Blocks||2226

--- Comment #16 from Damien Miller d...@mindrot.org ---
Retarget to 6.7 release, since 6.6 was mostly bugfixing.

-- 
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 2226] Bugs intended to be fixed in 6.7

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2226

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Depends on||1596

-- 
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 2226] Bugs intended to be fixed in 6.7

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2226

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Depends on||928

-- 
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 2226] Bugs intended to be fixed in 6.7

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2226

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Depends on||1424

-- 
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 2226] Bugs intended to be fixed in 6.7

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2226

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Depends on||1319

-- 
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 1742] sshconnect should use port returned by getaddrinfo

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1742

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Blocks||2226

--- Comment #18 from Damien Miller d...@mindrot.org ---
Retarget to 6.7 release, since 6.6 was mostly bugfixing.

-- 
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 1544] ssh-keygen -l on known_hosts file does not display hostnames for lines with comments

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1544

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Blocks||2226

--- Comment #21 from Damien Miller d...@mindrot.org ---
Retarget to 6.7 release, since 6.6 was mostly bugfixing.

-- 
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 2226] Bugs intended to be fixed in 6.7

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2226

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Depends on||2152

-- 
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 1424] Cannot signal a process over a channel (rfc 4254, section 6.9)

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1424

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Blocks||2226

--- Comment #32 from Damien Miller d...@mindrot.org ---
Retarget to 6.7 release, since 6.6 was mostly bugfixing.

-- 
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 2052] Memory leak when SSH login and logout

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2052

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Blocks||2226

--- Comment #7 from Damien Miller d...@mindrot.org ---
Retarget to 6.7 release, since 6.6 was mostly bugfixing.

-- 
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 2226] Bugs intended to be fixed in 6.7

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2226

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Depends on||1818

-- 
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 2106] When TZ isn't explicitly set ls can give different time stamps

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2106

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Blocks||2226

--- Comment #8 from Damien Miller d...@mindrot.org ---
Retarget to 6.7 release, since 6.6 was mostly bugfixing.

-- 
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 2226] Bugs intended to be fixed in 6.7

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2226

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Depends on||1545

-- 
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 1833] incorrect completion of quoted directory

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1833

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Blocks||2226

--- Comment #14 from Damien Miller d...@mindrot.org ---
Retarget to 6.7 release, since 6.6 was mostly bugfixing.

-- 
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 2154] Avoid key lookup overhead when re-keying

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2154

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Blocks||2226

--- Comment #7 from Damien Miller d...@mindrot.org ---
Retarget to 6.7 release, since 6.6 was mostly bugfixing.

-- 
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 2163] unchecked returned value from pam_get_item()

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2163

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Blocks||2226

--- Comment #17 from Damien Miller d...@mindrot.org ---
Retarget to 6.7 release, since 6.6 was mostly bugfixing.

-- 
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 2226] Bugs intended to be fixed in 6.7

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2226

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Depends on||1940

-- 
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 2226] Bugs intended to be fixed in 6.7

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2226

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Depends on||2163

-- 
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 1545] ssh-keygen -R removes all comments from known_hosts file

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1545

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Blocks||2226

--- Comment #21 from Damien Miller d...@mindrot.org ---
Retarget to 6.7 release, since 6.6 was mostly bugfixing.

-- 
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 2226] Bugs intended to be fixed in 6.7

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2226

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Depends on||2106

-- 
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 2226] Bugs intended to be fixed in 6.7

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2226

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Depends on||1967

-- 
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

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1800

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Blocks|2188|

--- Comment #25 from Damien Miller d...@mindrot.org ---
Remove from 6.6 tracking bug

-- 
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 1872] Support better hash algorithms for key fingerprints (FIPS compat)

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1872

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Blocks|2188|

--- Comment #14 from Damien Miller d...@mindrot.org ---
Remove from 6.6 tracking bug

-- 
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 2188] Bugs intended to be fixed in 6.6

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2188

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Depends on|2154|

-- 
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 2154] Avoid key lookup overhead when re-keying

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2154

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Blocks|2188|

--- Comment #8 from Damien Miller d...@mindrot.org ---
Remove from 6.6 tracking bug

-- 
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 928] Kerberos/GSSAPI authentication does not work with multihomed hosts

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=928

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Blocks|2188|

--- Comment #34 from Damien Miller d...@mindrot.org ---
Remove from 6.6 tracking bug

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching someone on the CC list 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 2188] Bugs intended to be fixed in 6.6

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2188

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Depends on|1872|

-- 
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

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1153

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Blocks|2188|

--- Comment #20 from Damien Miller d...@mindrot.org ---
Remove from 6.6 tracking bug

-- 
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 1967] Potential memory leak in ssh [detected by melton]

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1967

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Blocks|2188|

--- Comment #12 from Damien Miller d...@mindrot.org ---
Remove from 6.6 tracking bug

-- 
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 2188] Bugs intended to be fixed in 6.6

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2188

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Depends on|1742|

-- 
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 2188] Bugs intended to be fixed in 6.6

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2188

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Depends on|1153|

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

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1164

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Blocks|2188|

--- Comment #17 from Damien Miller d...@mindrot.org ---
Remove from 6.6 tracking bug

-- 
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 2188] Bugs intended to be fixed in 6.6

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2188

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Depends on|1164|

-- 
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 2188] Bugs intended to be fixed in 6.6

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2188

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Depends on|1818|

-- 
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 2185] Allow entering the PIN via reader pinpad

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2185

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Blocks|2188|

--- Comment #5 from Damien Miller d...@mindrot.org ---
Remove from 6.6 tracking bug

-- 
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 2188] Bugs intended to be fixed in 6.6

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2188

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Depends on|2163|

-- 
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 2188] Bugs intended to be fixed in 6.6

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2188

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Depends on|1967|

-- 
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 2188] Bugs intended to be fixed in 6.6

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2188

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Depends on|1402|

-- 
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 2188] Bugs intended to be fixed in 6.6

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2188

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Depends on|2106|

-- 
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

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1596

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Blocks|2188|

--- Comment #18 from Damien Miller d...@mindrot.org ---
Remove from 6.6 tracking bug

-- 
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 2188] Bugs intended to be fixed in 6.6

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2188

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Depends on|2185|

-- 
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 1545] ssh-keygen -R removes all comments from known_hosts file

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1545

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Blocks|2188|

--- Comment #22 from Damien Miller d...@mindrot.org ---
Remove from 6.6 tracking bug

-- 
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 1977] ProxyCommand seems to no execute shell commands

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1977

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Blocks|2188|

--- Comment #10 from Damien Miller d...@mindrot.org ---
Remove from 6.6 tracking bug

-- 
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 1542] Send echo on/off flag to SSH_ASKPASS

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1542

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Blocks|2188|

--- Comment #18 from Damien Miller d...@mindrot.org ---
Remove from 6.6 tracking bug

-- 
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 2163] unchecked returned value from pam_get_item()

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2163

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Blocks|2188|

--- Comment #18 from Damien Miller d...@mindrot.org ---
Remove from 6.6 tracking bug

-- 
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 2106] When TZ isn't explicitly set ls can give different time stamps

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2106

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Blocks|2188|

--- Comment #9 from Damien Miller d...@mindrot.org ---
Remove from 6.6 tracking bug

-- 
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 2188] Bugs intended to be fixed in 6.6

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2188

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Depends on|2152|

-- 
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 2188] Bugs intended to be fixed in 6.6

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2188

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

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

--- Comment #1 from Damien Miller d...@mindrot.org ---
6.6 was released a little while ago.

-- 
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 2226] Bugs intended to be fixed in 6.7

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2226

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Depends on||2225

-- 
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 2226] Bugs intended to be fixed in 6.7

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2226
Bug 2226 depends on bug 2225, which changed state.

Bug 2225 Summary: sshd core dumps when used in high scaled environments.
https://bugzilla.mindrot.org/show_bug.cgi?id=2225

   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 2225] sshd core dumps when used in high scaled environments.

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2225

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED
 Blocks||2226
 CC||d...@mindrot.org

--- Comment #1 from Damien Miller d...@mindrot.org ---
Patch applied - this will be in OpenSSH-6.7. Thanks!

-- 
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 2226] Bugs intended to be fixed in 6.7

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2226

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Depends on||2071

-- 
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 2188] Bugs intended to be fixed in 6.6

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2188

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Depends on|1424|

-- 
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 2226] Bugs intended to be fixed in 6.7

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2226

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Depends on||1153

-- 
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 2188] Bugs intended to be fixed in 6.6

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2188

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Depends on|1544|

-- 
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 2226] Bugs intended to be fixed in 6.7

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2226

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Depends on||1542

-- 
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 2226] Bugs intended to be fixed in 6.7

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2226

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Depends on||2154

-- 
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 2226] Bugs intended to be fixed in 6.7

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2226

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Depends on||1948

-- 
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 2188] Bugs intended to be fixed in 6.6

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2188

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Depends on|1513|

-- 
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 2226] Bugs intended to be fixed in 6.7

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2226

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Depends on||1833

-- 
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 1513] CIDR address/masklen matching support for permitopen=

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1513

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Blocks|2188|

--- Comment #24 from Damien Miller d...@mindrot.org ---
Remove from 6.6 tracking bug

-- 
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 1948] ssh -f doesn't terminate when muxing connections.

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1948

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Blocks||2226

--- Comment #13 from Damien Miller d...@mindrot.org ---
Retarget to 6.7 release, since 6.6 was mostly bugfixing.

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

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1402

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Blocks||2226

--- Comment #55 from Damien Miller d...@mindrot.org ---
Retarget to 6.7 release, since 6.6 was mostly bugfixing.

-- 
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 2226] Bugs intended to be fixed in 6.7

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2226

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Depends on||1800

-- 
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 1872] Support better hash algorithms for key fingerprints (FIPS compat)

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1872

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Blocks||2226

--- Comment #13 from Damien Miller d...@mindrot.org ---
Retarget to 6.7 release, since 6.6 was mostly bugfixing.

-- 
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 1967] Potential memory leak in ssh [detected by melton]

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1967

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Blocks||2226

--- Comment #11 from Damien Miller d...@mindrot.org ---
Retarget to 6.7 release, since 6.6 was mostly bugfixing.

-- 
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

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1800

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Blocks||2226

--- Comment #24 from Damien Miller d...@mindrot.org ---
Retarget to 6.7 release, since 6.6 was mostly bugfixing.

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

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1918

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Blocks||2226

--- Comment #10 from Damien Miller d...@mindrot.org ---
Retarget to 6.7 release, since 6.6 was mostly bugfixing.

-- 
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 1513] CIDR address/masklen matching support for permitopen=

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1513

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Blocks||2226

--- Comment #23 from Damien Miller d...@mindrot.org ---
Retarget to 6.7 release, since 6.6 was mostly bugfixing.

-- 
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 2152] Simplify handling of sftp(1) command flags

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2152

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Blocks||2226

--- Comment #3 from Damien Miller d...@mindrot.org ---
Retarget to 6.7 release, since 6.6 was mostly bugfixing.

-- 
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 2152] Simplify handling of sftp(1) command flags

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2152

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Blocks|2188|

--- Comment #4 from Damien Miller d...@mindrot.org ---
Remove from 6.6 tracking bug

-- 
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 1233] Tunnel should pass device-name to LocalCommand

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1233

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Blocks||2226

--- Comment #16 from Damien Miller d...@mindrot.org ---
Retarget to 6.7 release, since 6.6 was mostly bugfixing.

-- 
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 1424] Cannot signal a process over a channel (rfc 4254, section 6.9)

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1424

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Blocks|2188|

--- Comment #33 from Damien Miller d...@mindrot.org ---
Remove from 6.6 tracking bug

-- 
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 2226] Bugs intended to be fixed in 6.7

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2226

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Depends on||1544

-- 
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 2188] Bugs intended to be fixed in 6.6

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2188

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Depends on|1233|

-- 
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 2188] Bugs intended to be fixed in 6.6

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2188

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Depends on|2052|

-- 
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 2188] Bugs intended to be fixed in 6.6

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2188

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Depends on|1319|

-- 
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 2226] Bugs intended to be fixed in 6.7

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2226

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Depends on||1513

-- 
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 1940] Selinux based sandbox

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1940

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Blocks||2226

--- Comment #11 from Damien Miller d...@mindrot.org ---
Retarget to 6.7 release, since 6.6 was mostly bugfixing.

-- 
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 2188] Bugs intended to be fixed in 6.6

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2188

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Depends on|1542|

-- 
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 2185] Allow entering the PIN via reader pinpad

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2185

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Blocks||2226

--- Comment #4 from Damien Miller d...@mindrot.org ---
Retarget to 6.7 release, since 6.6 was mostly bugfixing.

-- 
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 1319] ssh-keygen does not properly handle multiple keys

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1319

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Blocks|2188|

--- Comment #17 from Damien Miller d...@mindrot.org ---
Remove from 6.6 tracking bug

-- 
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 2226] Bugs intended to be fixed in 6.7

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2226

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Depends on||1918

-- 
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 2188] Bugs intended to be fixed in 6.6

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2188

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Depends on|1940|

-- 
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 2226] Bugs intended to be fixed in 6.7

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2226

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Depends on||1402

-- 
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 1542] Send echo on/off flag to SSH_ASKPASS

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1542

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Blocks||2226

--- Comment #17 from Damien Miller d...@mindrot.org ---
Retarget to 6.7 release, since 6.6 was mostly bugfixing.

-- 
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 2226] Bugs intended to be fixed in 6.7

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2226

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Depends on||1872

-- 
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 2188] Bugs intended to be fixed in 6.6

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2188

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Depends on|1948|

-- 
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 2188] Bugs intended to be fixed in 6.6

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2188

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Depends on|1977|

-- 
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 2188] Bugs intended to be fixed in 6.6

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2188

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Depends on|1545|

-- 
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


  1   2   >