diff options
-rw-r--r-- | debian/changelog | 20 | ||||
-rw-r--r-- | debian/openssh-client-udeb.isinstallable | 10 |
2 files changed, 30 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 573dc927c..787d2dd0f 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -86,6 +86,26 @@ openssh (1:3.8.1p1-9) experimental; urgency=low | |||
86 | 86 | ||
87 | -- Colin Watson <cjwatson@debian.org> Mon, 2 Aug 2004 20:48:54 +0100 | 87 | -- Colin Watson <cjwatson@debian.org> Mon, 2 Aug 2004 20:48:54 +0100 |
88 | 88 | ||
89 | openssh (1:3.8.1p1-8.sarge.4) unstable; urgency=high | ||
90 | |||
91 | * Fix timing information leak allowing discovery of invalid usernames in | ||
92 | PAM keyboard-interactive authentication (backported from a patch by | ||
93 | Darren Tucker; closes: #281595). | ||
94 | * Make sure that there's a delay in PAM keyboard-interactive | ||
95 | authentication when PermitRootLogin is not set to yes and the correct | ||
96 | root password is entered (closes: #248747). | ||
97 | |||
98 | -- Colin Watson <cjwatson@debian.org> Sun, 28 Nov 2004 12:37:16 +0000 | ||
99 | |||
100 | openssh (1:3.8.1p1-8.sarge.3) unstable; urgency=low | ||
101 | |||
102 | * Enable threading for PAM, on Sam Hartman's advice (closes: #278394). | ||
103 | * debconf template translations: | ||
104 | - Update Dutch (thanks, cobaco; closes: #278715). | ||
105 | * Correct README.Debian's ForwardX11Trusted description (closes: #280190). | ||
106 | |||
107 | -- Colin Watson <cjwatson@debian.org> Fri, 12 Nov 2004 10:31:12 +0000 | ||
108 | |||
89 | openssh (1:3.8.1p1-8.sarge.2) unstable; urgency=low | 109 | openssh (1:3.8.1p1-8.sarge.2) unstable; urgency=low |
90 | 110 | ||
91 | * Preserve /etc/ssh/sshd_config ownership/permissions (closes: #276754). | 111 | * Preserve /etc/ssh/sshd_config ownership/permissions (closes: #276754). |
diff --git a/debian/openssh-client-udeb.isinstallable b/debian/openssh-client-udeb.isinstallable new file mode 100644 index 000000000..7591b6245 --- /dev/null +++ b/debian/openssh-client-udeb.isinstallable | |||
@@ -0,0 +1,10 @@ | |||
1 | #! /bin/sh | ||
2 | |||
3 | # This is a hack to arrange for openssh-client-udeb to show up as a | ||
4 | # retrievable debian-installer component in expert mode (due to the | ||
5 | # Installer-Menu-Item: control field) while not actually appearing on the | ||
6 | # d-i main menu. See: | ||
7 | # | ||
8 | # http://lists.debian.org/debian-boot/2004/07/msg01207.html | ||
9 | |||
10 | exit 1 | ||