summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog60
1 files changed, 60 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 0c159c1c7..a6eb2d15b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,63 @@
1openssh (1:4.6p1-1) UNRELEASED; urgency=low
2
3 * New upstream release (closes: #395507, #397961, #420035). Important
4 changes not previously backported to 4.3p2:
5 - 4.4/4.4p1 (http://www.openssh.org/txt/release-4.4):
6 + On portable OpenSSH, fix a GSSAPI authentication abort that could be
7 used to determine the validity of usernames on some platforms.
8 + Implemented conditional configuration in sshd_config(5) using the
9 "Match" directive. This allows some configuration options to be
10 selectively overridden if specific criteria (based on user, group,
11 hostname and/or address) are met. So far a useful subset of
12 post-authentication options are supported and more are expected to
13 be added in future releases.
14 + Add support for Diffie-Hellman group exchange key agreement with a
15 final hash of SHA256.
16 + Added a "ForceCommand" directive to sshd_config(5). Similar to the
17 command="..." option accepted in ~/.ssh/authorized_keys, this forces
18 the execution of the specified command regardless of what the user
19 requested. This is very useful in conjunction with the new "Match"
20 option.
21 + Add a "PermitOpen" directive to sshd_config(5). This mirrors the
22 permitopen="..." authorized_keys option, allowing fine-grained
23 control over the port-forwardings that a user is allowed to
24 establish.
25 + Add optional logging of transactions to sftp-server(8).
26 + ssh(1) will now record port numbers for hosts stored in
27 ~/.ssh/known_hosts when a non-standard port has been requested
28 (closes: #50612).
29 + Add an "ExitOnForwardFailure" option to cause ssh(1) to exit (with a
30 non-zero exit code) when requested port forwardings could not be
31 established.
32 + Extend sshd_config(5) "SubSystem" declarations to allow the
33 specification of command-line arguments.
34 + Replacement of all integer overflow susceptible invocations of
35 malloc(3) and realloc(3) with overflow-checking equivalents.
36 + Many manpage fixes and improvements.
37 + Add optional support for OpenSSL hardware accelerators (engines),
38 enabled using the --with-ssl-engine configure option.
39 + Tokens in configuration files may be double-quoted in order to
40 contain spaces (closes: #319639).
41 + Move a debug() call out of a SIGCHLD handler, fixing a hang when the
42 session exits very quickly (closes: #307890).
43 + Fix some incorrect buffer allocation calculations (closes: #410599).
44 + ssh-add doesn't ask for a passphrase if key file permissions are too
45 liberal (closes: #103677).
46 + Likewise, ssh doesn't ask either (closes: #99675).
47 - 4.6/4.6p1 (http://www.openssh.org/txt/release-4.6):
48 + sshd now allows the enabling and disabling of authentication methods
49 on a per user, group, host and network basis via the Match directive
50 in sshd_config.
51 + Fixed an inconsistent check for a terminal when displaying scp
52 progress meter (closes: #257524).
53 + Fix "hang on exit" when background processes are running at the time
54 of exit on a ttyful/login session (closes: #88337).
55 * Update to current GSSAPI patch from
56 http://www.sxw.org.uk/computing/patches/openssh-4.6p1-gsskex-20070312.patch;
57 install ChangeLog.gssapi.
58
59 -- Colin Watson <cjwatson@ubuntu.com> Tue, 12 Jun 2007 14:31:01 +0100
60
1openssh (1:4.3p2-11) unstable; urgency=low 61openssh (1:4.3p2-11) unstable; urgency=low
2 62
3 * It's been four and a half years now since I took over as "temporary" 63 * It's been four and a half years now since I took over as "temporary"