diff options
author | Colin Watson <cjwatson@debian.org> | 2008-07-23 16:55:07 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2008-07-23 16:55:07 +0000 |
commit | b1f4f9ad224c6f8d444fd4feedba7fe70dc8ee39 (patch) | |
tree | 65c63df2d7fd1f638c92a0bce85bcbabb2ac10c5 /debian/changelog | |
parent | 19032c34d72b8236b6b521173b0ed13bb2f32600 (diff) |
note SELinux status caching (LP: #237557) and ssh-keyscan rsa default (LP: #129794)
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index bc7e707a5..a0ce59273 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -55,6 +55,8 @@ openssh (1:5.1p1-1) UNRELEASED; urgency=low | |||
55 | failing to call it with root privileges (closes: #372680). | 55 | failing to call it with root privileges (closes: #372680). |
56 | + Fix activation of OpenSSL engine support when requested in configure | 56 | + Fix activation of OpenSSL engine support when requested in configure |
57 | (LP: #119295). | 57 | (LP: #119295). |
58 | + Cache SELinux status earlier so we know if it's enabled after a | ||
59 | chroot (LP: #237557). | ||
58 | - 5.1/5.1p1 (http://www.openssh.com/txt/release-5.1): | 60 | - 5.1/5.1p1 (http://www.openssh.com/txt/release-5.1): |
59 | + Introduce experimental SSH Fingerprint ASCII Visualisation to ssh(1) | 61 | + Introduce experimental SSH Fingerprint ASCII Visualisation to ssh(1) |
60 | and ssh-keygen(1). Visual fingerprint display is controlled by a new | 62 | and ssh-keygen(1). Visual fingerprint display is controlled by a new |
@@ -97,7 +99,7 @@ openssh (1:5.1p1-1) UNRELEASED; urgency=low | |||
97 | with -F to search for a host in ~/.ssh/known_hosts and display its | 99 | with -F to search for a host in ~/.ssh/known_hosts and display its |
98 | fingerprint. | 100 | fingerprint. |
99 | + ssh-keyscan(1) now defaults to "rsa" (protocol 2) keys, instead of | 101 | + ssh-keyscan(1) now defaults to "rsa" (protocol 2) keys, instead of |
100 | "rsa1". | 102 | "rsa1" (LP: #129794). |
101 | + Added an AllowAgentForwarding option to sshd_config(8) to control | 103 | + Added an AllowAgentForwarding option to sshd_config(8) to control |
102 | whether authentication agent forwarding is permitted. Note that this | 104 | whether authentication agent forwarding is permitted. Note that this |
103 | is a loose control, as a client may install their own unofficial | 105 | is a loose control, as a client may install their own unofficial |