[Bug 2039] Give proper credits for ECDSA patch

2012-09-06 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2039

Darren Tucker dtuc...@zip.com.au changed:

   What|Removed |Added

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

--- Comment #1 from Darren Tucker dtuc...@zip.com.au ---
we can't retroactively change the commit message and that's what's in
the ChangeLog, so I added a line following acknowledging the original
authorship.  Hope that's sufficient, it should be here:
http://anoncvs.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.6109r2=1.6110
once the anoncvs mirror catches up.

-- 
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 2028] SCP continues to send data packets when filesystem is full or ulimits reached.

2012-09-06 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2028

Darren Tucker dtuc...@zip.com.au changed:

   What|Removed |Added

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

--- Comment #1 from Darren Tucker dtuc...@zip.com.au ---
The problem is there's no backchannel in the scp protocol other than
the return code.  Basically the sending scp says write this here, this
here and this over there and the receiving scp gets to answer either
OK or not OK.

The only thing the receiving scp could do in this case is to exit early
with a non-zero return code.  That would mean that in the case where
more than one file is being copied, and only one has a problem (eg file
size limit, permissions or whatever) right now all but the problem file
will work.  Changing it would cause it to work worse in those cases.

Sorry, but there's nothing much that can be done with scp.   sftp can
do it because it's a much more structured protocol and the only
suggestion I have is if this matters to you then use sftp.

-- 
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 2040] Downgrade attack vulnerability when checking SSHFP records

2012-09-06 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2040

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

   What|Removed |Added

 CC||d...@mindrot.org

--- Comment #3 from Damien Miller d...@mindrot.org ---
Wouldn't it be simpler and safer to verify that all fingerprints match?
I.e verify that both SHA1 and SHA256 SSHFP records verify correctly.
Right now we need only one success and ignore all the hash
mismatches...

-- 
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 2024] Allow to ssh client say to ssh-agent which key should be used.

2012-09-06 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2024

--- Comment #5 from Damien Miller d...@mindrot.org ---
Created attachment 2186
  -- https://bugzilla.mindrot.org/attachment.cgi?id=2186action=edit
Document interaction of IdentitiesOnly, IdentityFile and ssh-agent more
explicitly

-- 
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 1986] Bugs intended to be fixed in 6.1

2012-09-06 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1986

Darren Tucker dtuc...@zip.com.au changed:

   What|Removed |Added

 Depends on|1981|

-- 
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 2035] Bugs intended to be fixed in 6.2

2012-09-06 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2035

Darren Tucker dtuc...@zip.com.au changed:

   What|Removed |Added

 Depends on||1981

-- 
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 1981] Trying to use ssh with a missing identity file gives no warnings

2012-09-06 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1981

Darren Tucker dtuc...@zip.com.au changed:

   What|Removed |Added

 Blocks|1986|2035

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

2012-09-06 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1833

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

   What|Removed |Added

 Blocks||2035

--- Comment #7 from Damien Miller d...@mindrot.org ---
Retarget uncompleted bugs from 6.1 = 6.2

-- 
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 1986] Bugs intended to be fixed in 6.1

2012-09-06 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1986

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

2012-09-06 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1833

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

   What|Removed |Added

 Blocks|1986|

--- Comment #8 from Damien Miller d...@mindrot.org ---
Retarget bugs from 6.1 = 6.2

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

2012-09-06 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1818

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

   What|Removed |Added

 Blocks|1986|

--- Comment #14 from Damien Miller d...@mindrot.org ---
Retarget bugs from 6.1 = 6.2

-- 
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 1986] Bugs intended to be fixed in 6.1

2012-09-06 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1986

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

   What|Removed |Added

 Depends on|1889|

-- 
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 1986] Bugs intended to be fixed in 6.1

2012-09-06 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1986

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 1986] Bugs intended to be fixed in 6.1

2012-09-06 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1986

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

   What|Removed |Added

 Depends on|1169|

-- 
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 1986] Bugs intended to be fixed in 6.1

2012-09-06 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1986

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 1986] Bugs intended to be fixed in 6.1

2012-09-06 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1986

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

   What|Removed |Added

 Depends on|1957|

-- 
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 1986] Bugs intended to be fixed in 6.1

2012-09-06 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1986

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 1986] Bugs intended to be fixed in 6.1

2012-09-06 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1986

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 1986] Bugs intended to be fixed in 6.1

2012-09-06 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1986

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

   What|Removed |Added

 Depends on|983 |

-- 
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 2035] Bugs intended to be fixed in 6.2

2012-09-06 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2035

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 2035] Bugs intended to be fixed in 6.2

2012-09-06 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2035

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 2035] Bugs intended to be fixed in 6.2

2012-09-06 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2035

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 2035] Bugs intended to be fixed in 6.2

2012-09-06 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2035

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

   What|Removed |Added

 Depends on||1957

-- 
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 2035] Bugs intended to be fixed in 6.2

2012-09-06 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2035

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 2035] Bugs intended to be fixed in 6.2

2012-09-06 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2035

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

   What|Removed |Added

 Depends on||1870

-- 
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 2035] Bugs intended to be fixed in 6.2

2012-09-06 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2035

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 1872] proposal how to change fingerprints to come fips compatible

2012-09-06 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1872

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

   What|Removed |Added

 Blocks|1986|

--- Comment #6 from Damien Miller d...@mindrot.org ---
Retarget bugs from 6.1 = 6.2

-- 
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 983] Required authentication

2012-09-06 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=983

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

   What|Removed |Added

 Blocks|1986|

--- Comment #57 from Damien Miller d...@mindrot.org ---
Retarget bugs from 6.1 = 6.2

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


[Bug 1211] option BindAddress is ignored by option UsePrivilegedPort

2012-09-06 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1211

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

   What|Removed |Added

 Blocks|1986|

--- Comment #10 from Damien Miller d...@mindrot.org ---
Retarget bugs from 6.1 = 6.2

-- 
You are receiving this mail because:
You are the assignee for 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 983] Required authentication

2012-09-06 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=983

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

   What|Removed |Added

 Blocks||2035

--- Comment #56 from Damien Miller d...@mindrot.org ---
Retarget uncompleted bugs from 6.1 = 6.2

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


[Bug 1985] -N and -O stop

2012-09-06 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1985

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

   What|Removed |Added

 Blocks||2035

--- Comment #2 from Damien Miller d...@mindrot.org ---
Retarget uncompleted bugs from 6.1 = 6.2

-- 
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 1211] option BindAddress is ignored by option UsePrivilegedPort

2012-09-06 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1211

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

   What|Removed |Added

 Blocks||2035

--- Comment #9 from Damien Miller d...@mindrot.org ---
Retarget uncompleted bugs from 6.1 = 6.2

-- 
You are receiving this mail because:
You are the assignee for 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 1542] Send echo on/off flag to SSH_ASKPASS

2012-09-06 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1542

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

   What|Removed |Added

 Blocks|1986|

--- Comment #11 from Damien Miller d...@mindrot.org ---
Retarget bugs from 6.1 = 6.2

-- 
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 1957] New -K option overwites output file

2012-09-06 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1957

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

   What|Removed |Added

 Blocks|1986|

--- Comment #2 from Damien Miller d...@mindrot.org ---
Retarget bugs from 6.1 = 6.2

-- 
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 1295] [PATCH] Transparent proxy support on Linux

2012-09-06 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1295

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

   What|Removed |Added

 Blocks|1986|

--- Comment #19 from Damien Miller d...@mindrot.org ---
Retarget bugs from 6.1 = 6.2

-- 
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 1956] sftp segfaults in parse_args() when argv[0] is NULL

2012-09-06 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1956

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

   What|Removed |Added

 Blocks|1986|

--- Comment #4 from Damien Miller d...@mindrot.org ---
Retarget bugs from 6.1 = 6.2

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

2012-09-06 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1948

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

   What|Removed |Added

 Blocks|1986|

--- Comment #7 from Damien Miller d...@mindrot.org ---
Retarget bugs from 6.1 = 6.2

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

2012-09-06 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1742

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

   What|Removed |Added

 Blocks|1986|

--- Comment #11 from Damien Miller d...@mindrot.org ---
Retarget bugs from 6.1 = 6.2

-- 
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 1552] Patch to log tunnel information

2012-09-06 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1552

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

   What|Removed |Added

 Blocks|1986|

--- Comment #11 from Damien Miller d...@mindrot.org ---
Retarget bugs from 6.1 = 6.2

-- 
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 1818] SSH2_MSG_CHANNEL_FAILURE on closed channel

2012-09-06 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1818

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

   What|Removed |Added

 Blocks||2035

--- Comment #13 from Damien Miller d...@mindrot.org ---
Retarget uncompleted bugs from 6.1 = 6.2

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

2012-09-06 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1233

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

   What|Removed |Added

 Blocks|1986|

--- Comment #10 from Damien Miller d...@mindrot.org ---
Retarget bugs from 6.1 = 6.2

-- 
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 1644] Allow ip options except source routing

2012-09-06 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1644

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

   What|Removed |Added

 Blocks|1986|

--- Comment #16 from Damien Miller d...@mindrot.org ---
Retarget bugs from 6.1 = 6.2

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

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

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

   What|Removed |Added

 Blocks||2035

--- Comment #3 from Damien Miller d...@mindrot.org ---
Retarget uncompleted bugs from 6.1 = 6.2

-- 
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 1889] bug in packet.c sometimes cause segfault

2012-09-06 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1889

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

   What|Removed |Added

 Blocks|1986|

--- Comment #12 from Damien Miller d...@mindrot.org ---
Retarget bugs from 6.1 = 6.2

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

2012-09-06 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1545

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

   What|Removed |Added

 Blocks|1986|

--- Comment #13 from Damien Miller d...@mindrot.org ---
Retarget bugs from 6.1 = 6.2

-- 
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 1295] [PATCH] Transparent proxy support on Linux

2012-09-06 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1295

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

   What|Removed |Added

 Blocks||2035

--- Comment #18 from Damien Miller d...@mindrot.org ---
Retarget uncompleted bugs from 6.1 = 6.2

-- 
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 1153] DISPLAY should be set form the connected IP, not the hostname

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

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

   What|Removed |Added

 Blocks|1986|

--- Comment #13 from Damien Miller d...@mindrot.org ---
Retarget bugs from 6.1 = 6.2

-- 
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 1798] Add fsync() support to sftp/sftp-server

2012-09-06 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1798

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

   What|Removed |Added

 Blocks||2035

--- Comment #11 from Damien Miller d...@mindrot.org ---
Retarget uncompleted bugs from 6.1 = 6.2

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

2012-09-06 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1742

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

   What|Removed |Added

 Blocks||2035

--- Comment #10 from Damien Miller d...@mindrot.org ---
Retarget uncompleted bugs from 6.1 = 6.2

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

2012-09-06 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1319

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

   What|Removed |Added

 Blocks||2035

--- Comment #9 from Damien Miller d...@mindrot.org ---
Retarget uncompleted bugs from 6.1 = 6.2

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

2012-09-06 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1233

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

   What|Removed |Added

 Blocks||2035

--- Comment #9 from Damien Miller d...@mindrot.org ---
Retarget uncompleted bugs from 6.1 = 6.2

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

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

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

   What|Removed |Added

 Blocks|1986|

--- Comment #18 from Damien Miller d...@mindrot.org ---
Retarget bugs from 6.1 = 6.2

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

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

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

   What|Removed |Added

 Blocks|1986|

--- Comment #49 from Damien Miller d...@mindrot.org ---
Retarget bugs from 6.1 = 6.2

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

2012-09-06 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1424

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

   What|Removed |Added

 Blocks|1986|

--- Comment #26 from Damien Miller d...@mindrot.org ---
Retarget bugs from 6.1 = 6.2

-- 
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 1153] DISPLAY should be set form the connected IP, not the hostname

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

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

   What|Removed |Added

 Blocks||2035

--- Comment #12 from Damien Miller d...@mindrot.org ---
Retarget uncompleted bugs from 6.1 = 6.2

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

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

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

   What|Removed |Added

 Blocks||2035

--- Comment #17 from Damien Miller d...@mindrot.org ---
Retarget uncompleted bugs from 6.1 = 6.2

-- 
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 1169] Enhancement request to support subnet configurations for Host configuration directive

2012-09-06 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1169

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

   What|Removed |Added

 Blocks||2035

--- Comment #8 from Damien Miller d...@mindrot.org ---
Retarget uncompleted bugs from 6.1 = 6.2

-- 
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 1898] possible unreasonable behaviour when using ProxyCommand with multiple IdentityFile(s)

2012-09-06 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1898

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

   What|Removed |Added

 Blocks||2035

--- Comment #12 from Damien Miller d...@mindrot.org ---
Retarget uncompleted bugs from 6.1 = 6.2

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

2012-09-06 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=928

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

   What|Removed |Added

 Blocks||2035

--- Comment #22 from Damien Miller d...@mindrot.org ---
Retarget uncompleted bugs from 6.1 = 6.2

-- 
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 1815] RemoteCommand and PseudoTTY config options

2012-09-06 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1815

Darren Tucker dtuc...@zip.com.au changed:

   What|Removed |Added

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

--- Comment #6 from Darren Tucker dtuc...@zip.com.au ---
if you're using openssh on windows you've likely got enough of cygwin
to run shell scripts as well.

anyway: we're not adding RemoteCommand because it is not needed. 
there's lots of other ways of achieving the same goal: a local script,
remote ForceCommand, remote sshrc, remote shell startup file.

-- 
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 1870] Do not show VisualHostKey unless attached to a terminal

2012-09-06 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1870

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

   What|Removed |Added

 Blocks|1986|

--- Comment #9 from Damien Miller d...@mindrot.org ---
Retarget bugs from 6.1 = 6.2

-- 
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 1986] Bugs intended to be fixed in 6.1

2012-09-06 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1986

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 1872] proposal how to change fingerprints to come fips compatible

2012-09-06 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1872

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

   What|Removed |Added

 Blocks||2035

--- Comment #5 from Damien Miller d...@mindrot.org ---
Retarget uncompleted bugs from 6.1 = 6.2

-- 
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 1956] sftp segfaults in parse_args() when argv[0] is NULL

2012-09-06 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1956

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

   What|Removed |Added

 Blocks||2035

--- Comment #3 from Damien Miller d...@mindrot.org ---
Retarget uncompleted bugs from 6.1 = 6.2

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

2012-09-06 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1948

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

   What|Removed |Added

 Blocks||2035

--- Comment #6 from Damien Miller d...@mindrot.org ---
Retarget uncompleted bugs from 6.1 = 6.2

-- 
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 2038] permitopen functionality but for remote forwards

2012-09-06 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2038

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

   What|Removed |Added

 CC||d...@mindrot.org

--- Comment #1 from Damien Miller d...@mindrot.org ---
Some options:

1. Separate option

PermitROpen 2000 2001 2002 3000-3999

2. Reuse PermitOpen, but treat numbers without ':' as -R port numbers

PermitOpen 127.0.0.1:1234 2000 2001 2002 3000-3999

The advantage of (1) is that we can extend it to allow selection of
bind address, but (2) can't do this...

-- 
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 1552] Patch to log tunnel information

2012-09-06 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1552

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

   What|Removed |Added

 Blocks||2035

--- Comment #10 from Damien Miller d...@mindrot.org ---
Retarget uncompleted bugs from 6.1 = 6.2

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

2012-09-06 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1513

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

   What|Removed |Added

 Blocks||2035

--- Comment #16 from Damien Miller d...@mindrot.org ---
Retarget uncompleted bugs from 6.1 = 6.2

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

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

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

   What|Removed |Added

 Blocks||2035

--- Comment #9 from Damien Miller d...@mindrot.org ---
Retarget uncompleted bugs from 6.1 = 6.2

-- 
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.
You are watching the reporter of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs