[Bug 2129] New: [PATCH] sftp chroot regression

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2129

Bug ID: 2129
   Summary: [PATCH] sftp chroot regression
   Product: Portable OpenSSH
   Version: 6.2p1
  Hardware: Other
OS: FreeBSD
Status: NEW
  Severity: normal
  Priority: P5
 Component: sftp
  Assignee: unassigned-b...@mindrot.org
  Reporter: delp...@freebsd.org

Created attachment 2319
  -- https://bugzilla.mindrot.org/attachment.cgi?id=2319action=edit
patch to address sftp chroot symlink issue

I'd like to report a possible regression in sftp(1).  In earlier
OpenSSH versions, when doing 'symlink' over sftp, the system will
create a symbolic link with relative path, and now it creates a
symbolic link with absolute path.  When doing chroot, this would make
an unusable symbolic link.

The behavior change was introduced in OpenBSD src/usr.bin/ssh/sftp.c,v
1.132 and based on my understanding of the commit log, this is not
intentional.

How to reproduce:

# sftp dtest
sftp symlink ./l1 22
sftp ^D

# ssh dtest ls -l 22
lrwxr-xr-x  1 delphij  delphij  23 Jun 21 17:28 22@ - /home/delphij/l1

What's expected:

lrwxr-xr-x  1 delphij  delphij  4 Jun 21 17:25 22@ - ./l1

The attached patch should fix this.

-- 
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 2021] sftp resume support (using size and offset)

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2021

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

   What|Removed |Added

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

--- Comment #21 from Damien Miller d...@mindrot.org ---
committed - will be in openssh-6.3. Thanks :)

 CVSROOT:/cvs
 Module name:src
 Changes by: d...@cvs.openbsd.org 2013/07/24 18:56:52
 
 Modified files:
 usr.bin/ssh: sftp-client.c sftp-client.h sftp.1 sftp.c 
 
 Log message:
 sftp support for resuming partial downloads; patch mostly by Loganaden
 Velvindron/AfriNIC with some tweaks by me; feedback and ok dtucker@
 Just be careful deraadt@

-- 
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 2076] Bugs intended to be fixed in 6.3

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2076

Bug 2076 depends on bug 2021, which changed state.

Bug 2021 Summary: sftp resume support (using size and offset)
https://bugzilla.mindrot.org/show_bug.cgi?id=2021

   What|Removed |Added

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

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


[Bug 2130] New: Bugs intended to be fixed in 6.4

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2130

Bug ID: 2130
   Summary: Bugs intended to be fixed in 6.4
   Product: Portable OpenSSH
   Version: -current
  Hardware: Other
OS: Linux
Status: NEW
  Severity: enhancement
  Priority: P5
 Component: Miscellaneous
  Assignee: unassigned-b...@mindrot.org
  Reporter: d...@mindrot.org

Tracking bug

-- 
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 2130] Bugs intended to be fixed in 6.4

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2130

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

   What|Removed |Added

  Alias||V_6_4

-- 
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 1988] ControlPersist causes stderr to be left open until the master connection times out

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1988

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

   What|Removed |Added

 Blocks||2130

--- Comment #7 from Damien Miller d...@mindrot.org ---
Retarget to openssh-6.4

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


[Bug 2130] Bugs intended to be fixed in 6.4

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2130

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

   What|Removed |Added

 Depends on||1988

-- 
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 2076] Bugs intended to be fixed in 6.3

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2076

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

   What|Removed |Added

 Depends on|1644|

-- 
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 2076] Bugs intended to be fixed in 6.3

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2076

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

   What|Removed |Added

 Depends on|1211|

-- 
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 2130] Bugs intended to be fixed in 6.4

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2130

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 2076] Bugs intended to be fixed in 6.3

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2076

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

   What|Removed |Added

 Depends on|1798|

-- 
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 2076] Bugs intended to be fixed in 6.3

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2076

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 2076] Bugs intended to be fixed in 6.3

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2076

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

   What|Removed |Added

 Depends on|1596|

-- 
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 2076] Bugs intended to be fixed in 6.3

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2076

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

   What|Removed |Added

 Depends on|1233|

-- 
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 2130] Bugs intended to be fixed in 6.4

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2130

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 2130] Bugs intended to be fixed in 6.4

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2130

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 2076] Bugs intended to be fixed in 6.3

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2076

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

   What|Removed |Added

 Depends on|1513|

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

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1153

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

   What|Removed |Added

 Blocks||2130

--- Comment #15 from Damien Miller d...@mindrot.org ---
Retarget to openssh-6.4

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


[Bug 2071] sshd closes stderr but not stdout when child process exits

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2071

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

   What|Removed |Added

 Blocks||2130

--- Comment #2 from Damien Miller d...@mindrot.org ---
Retarget to openssh-6.4

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


[Bug 2076] Bugs intended to be fixed in 6.3

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2076

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

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2052

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

   What|Removed |Added

 Blocks||2130

--- Comment #3 from Damien Miller d...@mindrot.org ---
Retarget to openssh-6.4

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


[Bug 1319] ssh-keygen does not properly handle multiple keys

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1319

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

   What|Removed |Added

 Blocks|2076|

--- Comment #13 from Damien Miller d...@mindrot.org ---
Retarget 6.3 - 6.4

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


[Bug 1542] Send echo on/off flag to SSH_ASKPASS

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1542

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

   What|Removed |Added

 Blocks|2076|

--- Comment #14 from Damien Miller d...@mindrot.org ---
Retarget 6.3 - 6.4

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


[Bug 1544] ssh-keygen -l on known_hosts file does not display hostnames for lines with comments

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1544

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

   What|Removed |Added

 Blocks|2076|

--- Comment #18 from Damien Miller d...@mindrot.org ---
Retarget 6.3 - 6.4

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


[Bug 2076] Bugs intended to be fixed in 6.3

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2076

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 2071] sshd closes stderr but not stdout when child process exits

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2071

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

   What|Removed |Added

 Blocks|2076|

--- Comment #3 from Damien Miller d...@mindrot.org ---
Retarget 6.3 - 6.4

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


[Bug 1164] scp with spaces username no longer works

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1164

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

   What|Removed |Added

 Blocks||2130

--- Comment #12 from Damien Miller d...@mindrot.org ---
Retarget to openssh-6.4

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
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 1552] Patch to log tunnel information

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1552

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

   What|Removed |Added

 Blocks||2130

--- Comment #13 from Damien Miller d...@mindrot.org ---
Retarget to openssh-6.4

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


[Bug 2076] Bugs intended to be fixed in 6.3

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2076

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

   What|Removed |Added

 Depends on|1948|

-- 
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 2130] Bugs intended to be fixed in 6.4

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2130

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 2076] Bugs intended to be fixed in 6.3

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2076

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

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1211

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

   What|Removed |Added

 Blocks|2076|

--- Comment #13 from Damien Miller d...@mindrot.org ---
Retarget 6.3 - 6.4

-- 
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 2076] Bugs intended to be fixed in 6.3

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2076

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 2130] Bugs intended to be fixed in 6.4

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2130

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 2130] Bugs intended to be fixed in 6.4

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2130

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

   What|Removed |Added

 Depends on||1513

-- 
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 2076] Bugs intended to be fixed in 6.3

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2076

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 2130] Bugs intended to be fixed in 6.4

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2130

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

   What|Removed |Added

 Depends on||1164

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

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1319

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

   What|Removed |Added

 Blocks||2130

--- Comment #12 from Damien Miller d...@mindrot.org ---
Retarget to openssh-6.4

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


[Bug 1169] Enhancement request to support subnet configurations for Host configuration directive

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1169

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

   What|Removed |Added

 Blocks|2076|

--- Comment #13 from Damien Miller d...@mindrot.org ---
Retarget 6.3 - 6.4

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


[Bug 2130] Bugs intended to be fixed in 6.4

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2130

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

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1552

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

   What|Removed |Added

 Blocks|2076|

--- Comment #14 from Damien Miller d...@mindrot.org ---
Retarget 6.3 - 6.4

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


[Bug 1800] PermitUserEnvironment accepting pattern of allowed userenv variables

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1800

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

   What|Removed |Added

 Blocks|2076|

--- Comment #21 from Damien Miller d...@mindrot.org ---
Retarget 6.3 - 6.4

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


[Bug 1153] DISPLAY should be set form the connected IP, not the hostname

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1153

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

   What|Removed |Added

 Blocks|2076|

--- Comment #16 from Damien Miller d...@mindrot.org ---
Retarget 6.3 - 6.4

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


[Bug 1818] SSH2_MSG_CHANNEL_FAILURE on closed channel

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1818

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

   What|Removed |Added

 Blocks||2130

--- Comment #16 from Damien Miller d...@mindrot.org ---
Retarget to openssh-6.4

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


[Bug 1967] Potential memory leak in ssh [detected by melton]

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1967

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

   What|Removed |Added

 Blocks|2076|

--- Comment #8 from Damien Miller d...@mindrot.org ---
Retarget 6.3 - 6.4

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


[Bug 2076] Bugs intended to be fixed in 6.3

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2076

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

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=928

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

   What|Removed |Added

 Blocks|2076|

--- Comment #30 from Damien Miller d...@mindrot.org ---
Retarget 6.3 - 6.4

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

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1918

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

   What|Removed |Added

 Blocks|2076|

--- Comment #7 from Damien Miller d...@mindrot.org ---
Retarget 6.3 - 6.4

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


[Bug 1872] proposal how to change fingerprints to come fips compatible

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1872

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

   What|Removed |Added

 Blocks|2076|

--- Comment #10 from Damien Miller d...@mindrot.org ---
Retarget 6.3 - 6.4

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

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1233

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

   What|Removed |Added

 Blocks|2076|

--- Comment #13 from Damien Miller d...@mindrot.org ---
Retarget 6.3 - 6.4

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


[Bug 1977] ProxyCommand seems to no execute shell commands

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1977

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

   What|Removed |Added

 Blocks|2076|

--- Comment #6 from Damien Miller d...@mindrot.org ---
Retarget 6.3 - 6.4

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


[Bug 1402] Support auditing through Linux Audit subsystem

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1402

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

   What|Removed |Added

 Blocks|2076|

--- Comment #52 from Damien Miller d...@mindrot.org ---
Retarget 6.3 - 6.4

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


[Bug 1545] ssh-keygen -R removes all comments from known_hosts file

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1545

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

   What|Removed |Added

 Blocks|2076|

--- Comment #18 from Damien Miller d...@mindrot.org ---
Retarget 6.3 - 6.4

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


[Bug 1545] ssh-keygen -R removes all comments from known_hosts file

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1545

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

   What|Removed |Added

 Blocks||2130

--- Comment #17 from Damien Miller d...@mindrot.org ---
Retarget to openssh-6.4

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


[Bug 1542] Send echo on/off flag to SSH_ASKPASS

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1542

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

   What|Removed |Added

 Blocks||2130

--- Comment #13 from Damien Miller d...@mindrot.org ---
Retarget to openssh-6.4

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


[Bug 1644] Allow ip options except source routing

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1644

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

   What|Removed |Added

 Blocks|2076|

--- Comment #20 from Damien Miller d...@mindrot.org ---
Retarget 6.3 - 6.4

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


[Bug 1870] Do not show VisualHostKey unless attached to a terminal

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1870

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

   What|Removed |Added

 Blocks||2130

--- Comment #12 from Damien Miller d...@mindrot.org ---
Retarget to openssh-6.4

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


[Bug 1967] Potential memory leak in ssh [detected by melton]

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1967

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

   What|Removed |Added

 Blocks||2130

--- Comment #7 from Damien Miller d...@mindrot.org ---
Retarget to openssh-6.4

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


[Bug 1969] Potential memory leak in sshd [Detected by melton]

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1969

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

   What|Removed |Added

 Blocks|2076|

--- Comment #3 from Damien Miller d...@mindrot.org ---
Retarget 6.3 - 6.4

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


[Bug 2070] OpenSSH daemon PermitTTY option

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2070

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

   What|Removed |Added

 Blocks|2076|

--- Comment #4 from Damien Miller d...@mindrot.org ---
Retarget 6.3 - 6.4

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


[Bug 2130] Bugs intended to be fixed in 6.4

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2130

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 2076] Bugs intended to be fixed in 6.3

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2076

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 2076] Bugs intended to be fixed in 6.3

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2076

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 2130] Bugs intended to be fixed in 6.4

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2130

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

   What|Removed |Added

 Depends on||1644

-- 
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 2130] Bugs intended to be fixed in 6.4

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2130

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

   What|Removed |Added

 Depends on||1798

-- 
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 2076] Bugs intended to be fixed in 6.3

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2076

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

   What|Removed |Added

 Depends on|1295|

-- 
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 2076] Bugs intended to be fixed in 6.3

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2076

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

   What|Removed |Added

 Depends on|1552|

-- 
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 2130] Bugs intended to be fixed in 6.4

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2130

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

   What|Removed |Added

 Depends on||1596

-- 
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 2130] Bugs intended to be fixed in 6.4

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2130

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 2130] Bugs intended to be fixed in 6.4

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2130

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

   What|Removed |Added

 Depends on||1295

-- 
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 2130] Bugs intended to be fixed in 6.4

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2130

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 2076] Bugs intended to be fixed in 6.3

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2076

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 2130] Bugs intended to be fixed in 6.4

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2130

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

   What|Removed |Added

 Depends on||1800

-- 
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 2076] Bugs intended to be fixed in 6.3

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2076

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

   What|Removed |Added

 Depends on|1800|

-- 
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 2130] Bugs intended to be fixed in 6.4

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2130

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 2076] Bugs intended to be fixed in 6.3

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2076

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 2130] Bugs intended to be fixed in 6.4

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2130

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 2076] Bugs intended to be fixed in 6.3

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2076

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 2130] Bugs intended to be fixed in 6.4

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2130

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

   What|Removed |Added

 Depends on||1948

-- 
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 2130] Bugs intended to be fixed in 6.4

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2130

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

   What|Removed |Added

 Depends on||1969

-- 
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 2076] Bugs intended to be fixed in 6.3

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2076

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

   What|Removed |Added

 Depends on|1164|

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

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1798

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

   What|Removed |Added

 Blocks|2076|

--- Comment #17 from Damien Miller d...@mindrot.org ---
Retarget 6.3 - 6.4

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


[Bug 1940] Selinux based sandbox

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1940

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

   What|Removed |Added

 Blocks||2130

--- Comment #7 from Damien Miller d...@mindrot.org ---
Retarget to openssh-6.4

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


[Bug 1644] Allow ip options except source routing

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1644

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

   What|Removed |Added

 Blocks||2130

--- Comment #19 from Damien Miller d...@mindrot.org ---
Retarget to openssh-6.4

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


[Bug 1833] incorrect completion of quoted directory

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1833

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

   What|Removed |Added

 Blocks|2076|

--- Comment #11 from Damien Miller d...@mindrot.org ---
Retarget 6.3 - 6.4

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

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1513

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

   What|Removed |Added

 Blocks||2130

--- Comment #19 from Damien Miller d...@mindrot.org ---
Retarget to openssh-6.4

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


[Bug 1211] option BindAddress is ignored by option UsePrivilegedPort

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1211

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

   What|Removed |Added

 Blocks||2130

--- Comment #12 from Damien Miller d...@mindrot.org ---
Retarget to openssh-6.4

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

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1742

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

   What|Removed |Added

 Blocks||2130

--- Comment #14 from Damien Miller d...@mindrot.org ---
Retarget to openssh-6.4

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


[Bug 1295] [PATCH] Transparent proxy support on Linux

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1295

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

   What|Removed |Added

 Blocks||2130

--- Comment #21 from Damien Miller d...@mindrot.org ---
Retarget to openssh-6.4

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


[Bug 1969] Potential memory leak in sshd [Detected by melton]

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1969

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

   What|Removed |Added

 Blocks||2130

--- Comment #2 from Damien Miller d...@mindrot.org ---
Retarget to openssh-6.4

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


[Bug 1295] [PATCH] Transparent proxy support on Linux

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1295

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

   What|Removed |Added

 Blocks|2076|

--- Comment #22 from Damien Miller d...@mindrot.org ---
Retarget 6.3 - 6.4

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


[Bug 1818] SSH2_MSG_CHANNEL_FAILURE on closed channel

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1818

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

   What|Removed |Added

 Blocks|2076|

--- Comment #17 from Damien Miller d...@mindrot.org ---
Retarget 6.3 - 6.4

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


[Bug 1233] Tunnel should pass device-name to LocalCommand

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1233

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

   What|Removed |Added

 Blocks||2130

--- Comment #12 from Damien Miller d...@mindrot.org ---
Retarget to openssh-6.4

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


[Bug 2032] Local user name in krb5_kuserok call

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2032

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

   What|Removed |Added

 Blocks||2130

--- Comment #5 from Damien Miller d...@mindrot.org ---
Retarget to openssh-6.4

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


[Bug 1513] CIDR address/masklen matching support for permitopen=

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1513

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

   What|Removed |Added

 Blocks|2076|

--- Comment #20 from Damien Miller d...@mindrot.org ---
Retarget 6.3 - 6.4

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


[Bug 1800] PermitUserEnvironment accepting pattern of allowed userenv variables

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1800

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

   What|Removed |Added

 Blocks||2130

--- Comment #20 from Damien Miller d...@mindrot.org ---
Retarget to openssh-6.4

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


[Bug 1918] match_pattern_list fails for negated failure

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1918

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

   What|Removed |Added

 Blocks||2130

--- Comment #6 from Damien Miller d...@mindrot.org ---
Retarget to openssh-6.4

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


[Bug 2106] When TZ isn't explicitly set ls can give different time stamps

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2106

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

   What|Removed |Added

 Blocks|2076|

--- Comment #4 from Damien Miller d...@mindrot.org ---
Retarget 6.3 - 6.4

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


[Bug 1948] ssh -f doesn't terminate when muxing connections.

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1948

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

   What|Removed |Added

 Blocks|2076|

--- Comment #10 from Damien Miller d...@mindrot.org ---
Retarget 6.3 - 6.4

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


[Bug 2070] OpenSSH daemon PermitTTY option

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2070

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

   What|Removed |Added

 Blocks||2130

--- Comment #3 from Damien Miller d...@mindrot.org ---
Retarget to openssh-6.4

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


  1   2   >