Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-25 | Drop workaround for #242462 on amd64; it's been fixed properly upstream. | Colin Watson | |
2005-05-25 | Enable libedit support in sftp; build-depend on libedit-dev. | Colin Watson | |
2005-05-25 | Merge 4.0p1 to the trunk. | Colin Watson | |
2005-01-13 | Depend on debconf | debconf-2.0. | Colin Watson | |
2005-01-04 | remove /usr/sbin from openssh-client | Colin Watson | |
2004-12-01 | Build ssh in binary-indep, not binary-arch (thanks, LaMont Jones). | Colin Watson | |
2004-11-12 | Merge from HEAD: | Colin Watson | |
Enable threading for PAM, on Sam Hartman's advice (closes: #278394). | |||
2004-10-24 | Forward-port from HEAD: | Colin Watson | |
* Preserve /etc/ssh/sshd_config ownership/permissions (closes: #276754). * Shorten the version string from the form "OpenSSH_3.8.1p1 Debian 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). * debconf template translations: - Add Finnish (thanks, Matti Pöllä; closes: #265339). - Update Danish (thanks, Morten Brix Pedersen; closes: #275895). - Update French (thanks, Denis Barbier; closes: #276703). - Update Japanese (thanks, Kenshi Muto; closes: #277438). | |||
2004-10-24 | Shorten the version string from the form "OpenSSH_3.8.1p1 Debian | Colin 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-08-31 | Move sshd_config(5) to openssh-server, where it belongs. | Colin Watson | |
2004-08-25 | Don't install the ssh-askpass-gnome .desktop file by default; I've had too | Colin Watson | |
many GNOME people tell me it's the wrong thing to be doing. I've left it in /usr/share/doc/ssh-askpass-gnome/examples/ for now. | |||
2004-08-02 | Add copyright file to transitional ssh package. | Colin Watson | |
2004-07-31 | * Split the ssh binary package into openssh-client and openssh-server | Colin Watson | |
(closes: #39741). openssh-server depends on openssh-client for some common functionality; it didn't seem worth creating yet another package for this. * New transitional ssh package, depending on openssh-client and openssh-server. May be removed once nothing depends on it. * When upgrading from ssh to openssh-{client,server}, it's very difficult for the maintainer scripts to find out what version we're upgrading from without dodgy dpkg hackery. I've therefore taken the opportunity to move a couple of debconf notes into NEWS files, namely ssh/ssh2_keys_merged and ssh/user_environment_tell. * In general, upgrading to this version directly from woody without first upgrading to the version in sarge is not currently guaranteed to work very smoothly due to the aforementioned version discovery problems. | |||
2004-07-30 | Merge from MAIN: | Colin Watson | |
cvs up -jV_3_8_1_P1-4 -jV_3_8_1_P1-8 | |||
2004-07-22 | Re-enable shadow password support in openssh-server-udeb, at Bastian | Colin Watson | |
Blank's request (closes: #260800). | |||
2004-07-21 | Make isinstallable executable. | Colin Watson | |
2004-07-19 | Implement hack in http://lists.debian.org/debian-boot/2004/07/msg01207.html | Colin Watson | |
to get openssh-client-udeb to show up as a retrievable debian-installer component. | |||
2004-07-10 | Add scp and sftp to openssh-client-udeb. It might not be very 'u' any more; | Colin Watson | |
oh well. | |||
2004-06-22 | Disable shadow password support in openssh-server-udeb. | Colin Watson | |
2004-05-20 | Add ssh-keygen to openssh-server-udeb. | Colin Watson | |
2004-05-20 | Don't link against libnsl in udeb builds. | Colin Watson | |
2004-05-20 | Restore ssh-askpass-gnome binary, lost by mistake. | Colin Watson | |
2004-05-11 | Work around lack of res_query weak alias in libresolv on amd64 (see | Colin Watson | |
#242462, awaiting real fix upstream). | |||
2004-05-11 | Add openssh-client-udeb and openssh-server-udeb binary packages for use in | Colin Watson | |
debian-installer. They still need libnss_files to be supplied in udeb form by glibc. | |||
2004-05-01 | Add .desktop file and icon for ssh-askpass-gnome (closes: #232333). | Colin Watson | |
2004-04-29 | Remove /usr/share/doc/ssh/RFC.gz from the ssh binary package (although it's | Colin 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-04 | Some older kernels are missing setresuid() and setresgid(), so don't try to | Colin Watson | |
use them. setreuid() and setregid() will do well enough for our purposes (closes: #239999). | |||
2004-03-28 | Build everything apart from contrib in a subdirectory, to allow for | Colin Watson | |
multiple builds. | |||
2004-03-05 | Remove a few line breaks that were awkwardly placed and just made it harder | Colin Watson | |
to grep for things. | |||
2004-02-22 | I'm not sure where the need to define __FILE_OFFSET_BITS (as opposed to | Colin Watson | |
_FILE_OFFSET_BITS) came from, but it doesn't seem to be necessary any more. Remove it. | |||
2003-11-16 | Merge from branch-V_3_6_1_P2-7-unstable: | Colin Watson | |
cvs up -jV_3_6_1_P2-9 -jV_3_6_1_P2-10 | |||
2003-11-16 | Fix code handling /etc/pam.d/ssh backports to woody so that it actually | Colin Watson | |
works, and so that it survives repeated runs of 'debian/rules binary'. | |||
2003-11-15 | Implement New World Order for PAM configuration, including | Colin Watson | |
/etc/pam.d/common-* from /etc/pam.d/ssh (closes: #212959). Add more commentary to /etc/pam.d/ssh. | |||
2003-09-23 | Remove -fno-builtin-log and -DHAVE_MMAP_ANON_SHARED compiler options, which | Colin Watson | |
are no longer necessary. | |||
2003-09-01 | Use a more CVS-friendly means of setting SSH_VERSION. | Colin Watson | |
2003-09-01 | Debian release 3.6.1p2-4. | Colin Watson | |
2003-09-01 | Debian release 3.6.1p2-3. | Colin Watson | |
2003-09-01 | Debian release 3.6.1p2-2. | Colin Watson | |
2003-09-01 | Debian release 3.6.1p2-1. | Colin Watson | |
2003-09-01 | Debian release 3.6p1-1. | Colin Watson | |
2003-09-01 | Debian release 3.5p1-5. | Colin Watson | |
2003-09-01 | Debian release 3.5p1-3. | Colin Watson | |
2003-09-01 | Debian release 3.5p1-1. | Colin Watson | |
2003-09-01 | Debian release 3.4p1-4. | Colin Watson | |
2003-09-01 | Debian release 3.4p1-1. | Colin Watson | |