summaryrefslogtreecommitdiff
path: root/debian
AgeCommit message (Collapse)Author
2004-10-24Shorten the version string from the form "OpenSSH_3.8.1p1 DebianColin Watson
1:3.8.1p1-8.sarge.1" to "OpenSSH_3.8.1p1 Debian-8.sarge.1", as some SSH implementations apparently have problems with the long version string. This is of course a bug in those implementations, but since the extent of the problem is unknown it's best to play safe (closes: #275731).
2004-10-24Update Japanese debconf template translation (thanks, Kenshi Muto; closes:Colin Watson
#277438).
2004-10-24Update French debconf template translation (thanks, Denis Barbier; closes:Colin Watson
#276703).
2004-10-24Update Danish debconf template translation (thanks, Morten Brix Pedersen;Colin Watson
closes: #275895).
2004-10-24Add Finnish debconf template translation (thanks, Matti Pöllä; closes:Colin Watson
#265339).
2004-10-24Preserve /etc/ssh/sshd_config ownership/permissions (closes: #276754).Colin Watson
2004-10-06Finish 1:3.8.1p1-8.sarge.1.Colin Watson
2004-10-06Leave ChallengeResponseAuthentication enabled by default, sinceColin Watson
PasswordAuthentication has been turned off for new installs since 1:3.8p1-2.
2004-10-06Don't ask ssh/disable_cr_auth unless /etc/ssh/sshd_config exists.Colin Watson
2004-10-06get_config_option checks for existence of /etc/ssh/sshd_config.Colin Watson
2004-10-05If PasswordAuthentication is disabled, then offer to disableColin Watson
ChallengeResponseAuthentication too. The current PAM code will attempt password-style authentication if ChallengeResponseAuthentication is enabled (closes: #250369).
2004-07-29Changelog Matthew's copyright file change. Finish 1:3.8.1p1-8.Colin Watson
2004-07-28update copyright file to allow distribution of the debian patchMatthew Vernon
2004-07-22Re-enable shadow password support in openssh-server-udeb, at BastianColin Watson
Blank's request (closes: #260800).
2004-07-21Finish 1:3.8.1p1-6.Colin Watson
2004-07-21Generate host keys in postinst only if the relevant HostKey directives areColin Watson
found in sshd_config (closes: #87946).
2004-07-21Make isinstallable executable.Colin Watson
2004-07-19Implement hack in http://lists.debian.org/debian-boot/2004/07/msg01207.htmlColin Watson
to get openssh-client-udeb to show up as a retrievable debian-installer component.
2004-07-10Finish 1:3.8.1p1-5. Set urgency to medium due to the orphaned [pam] processColin Watson
fix.
2004-07-10Apply upstream bits of the patch for #258517.Colin Watson
2004-07-10Add scp and sftp to openssh-client-udeb. It might not be very 'u' any more;Colin Watson
oh well.
2004-07-10Apply patch from Darren Tucker to make the PAM authentication SIGCHLDColin Watson
handler kill the PAM thread if its waitpid() call returns 0, as well as the previous check for -1 (closes: #252676).
2004-07-10They aren't all bashisms ...Colin Watson
2004-07-10Fix bashisms in maintainer scripts (thanks, David Weinehall; partial fixColin Watson
for #258517).
2004-06-22debconf-updatepoColin Watson
2004-06-22Disable shadow password support in openssh-server-udeb.Colin Watson
2004-06-14Remove Suggests: dnsutils, as it was only needed for make-ssh-known-hostsColin Watson
(#93265), which has been replaced by ssh-keyscan.
2004-06-02Update German debconf template translation (thanks, Helge Kreutzmann;Colin Watson
closes: #252226).
2004-05-28Finish 1:3.8.1p1-4.Colin Watson
2004-05-28Kill off PAM thread if privsep slave dies (closes: #248125).Colin Watson
2004-05-20Finish 1:3.8.1p1-3.Colin Watson
2004-05-20Add ssh-keygen to openssh-server-udeb.Colin Watson
2004-05-20Finish 1:3.8.1p1-2.Colin Watson
2004-05-20Don't link against libnsl in udeb builds.Colin Watson
2004-05-20Restore ssh-askpass-gnome binary, lost by mistake.Colin Watson
2004-05-20Run debconf-updatepo.Colin Watson
2004-05-14openssh-client-udeb and openssh-server-udeb depend on libnss-files-udebColin Watson
(not yet uploaded).
2004-05-13Add Catalan debconf template translation (thanks, Aleix Badia i Bosch;Colin Watson
closes: #248748).
2004-05-11Finish 1:3.8.1p1-1.Colin Watson
2004-05-11Work around lack of res_query weak alias in libresolv on amd64 (seeColin Watson
#242462, awaiting real fix upstream).
2004-05-11Add openssh-client-udeb and openssh-server-udeb binary packages for use inColin Watson
debian-installer. They still need libnss_files to be supplied in udeb form by glibc.
2004-05-05Note closure of #247538.Colin Watson
2004-05-01Add .desktop file and icon for ssh-askpass-gnome (closes: #232333).Colin Watson
2004-05-01msgmerge update.Colin Watson
2004-05-01Add Turkish debconf template translation (thanks, Recai Oktaş; closes:Colin Watson
#246068).
2004-05-01Update Polish debconf template translation (thanks, Emil Nowak; closes:Colin Watson
#242808).
2004-05-01Fix grammar in sshd(8) (closes: #238753).Colin Watson
2004-05-01Update changelog for 3.8.1p1.Colin Watson
2004-04-29Remove /usr/share/doc/ssh/RFC.gz from the ssh binary package (although it'sColin Watson
still in the source, so this only addresses part of #211640 rather than closing it). It isn't DFSG-free and only documents the obsolete SSH1 protocol, not to mention that it was never a real RFC but only an Internet-Draft. It's available from http://www.free.lp.se/bamse/draft-ylonen-ssh-protocol-00.txt if you want it for some reason.
2004-04-20Make sure there's a newline at the end of sshd_config before adding 'UsePAMColin Watson
yes' (closes: #244829).