diff options
author | Colin Watson <cjwatson@debian.org> | 2008-02-01 21:53:32 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2008-02-01 21:53:32 +0000 |
commit | d577a83a31e9938ca46fe15ef0bfb2b09722832a (patch) | |
tree | 387da5bf6b739679f87bcf080923187ef477bff4 /debian/changelog | |
parent | 9984cafa631d79c7dc2a0da37c2f04433ee21137 (diff) |
* Backport from upstream:
- Use the correct packet maximum sizes for remote port and agent
forwarding. Prevents the server from killing the connection if too
much data is queued and an excessively large packet gets sent
(https://bugzilla.mindrot.org/show_bug.cgi?id=1360).
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index ac0e40932..d2c6dea57 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -1,6 +1,11 @@ | |||
1 | openssh (1:4.7p1-3) UNRELEASED; urgency=low | 1 | openssh (1:4.7p1-3) UNRELEASED; urgency=low |
2 | 2 | ||
3 | * Improve grammar of ssh-askpass-gnome description. | 3 | * Improve grammar of ssh-askpass-gnome description. |
4 | * Backport from upstream: | ||
5 | - Use the correct packet maximum sizes for remote port and agent | ||
6 | forwarding. Prevents the server from killing the connection if too | ||
7 | much data is queued and an excessively large packet gets sent | ||
8 | (https://bugzilla.mindrot.org/show_bug.cgi?id=1360). | ||
4 | 9 | ||
5 | -- Colin Watson <cjwatson@debian.org> Sat, 12 Jan 2008 09:11:08 +0000 | 10 | -- Colin Watson <cjwatson@debian.org> Sat, 12 Jan 2008 09:11:08 +0000 |
6 | 11 | ||