Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-06-14 | Remove Suggests: dnsutils, as it was only needed for make-ssh-known-hosts | Colin Watson | |
(#93265), which has been replaced by ssh-keyscan. | |||
2004-06-02 | Update German debconf template translation (thanks, Helge Kreutzmann; | Colin Watson | |
closes: #252226). | |||
2004-05-28 | Finish 1:3.8.1p1-4. | Colin Watson | |
2004-05-28 | Kill off PAM thread if privsep slave dies (closes: #248125). | Colin Watson | |
2004-05-20 | Finish 1:3.8.1p1-3. | Colin Watson | |
2004-05-20 | Add ssh-keygen to openssh-server-udeb. | Colin Watson | |
2004-05-20 | Finish 1:3.8.1p1-2. | 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-20 | Run debconf-updatepo. | Colin Watson | |
2004-05-14 | openssh-client-udeb and openssh-server-udeb depend on libnss-files-udeb | Colin Watson | |
(not yet uploaded). | |||
2004-05-13 | Add Catalan debconf template translation (thanks, Aleix Badia i Bosch; | Colin Watson | |
closes: #248748). | |||
2004-05-11 | Finish 1:3.8.1p1-1. | 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-05 | Note closure of #247538. | Colin Watson | |
2004-05-01 | Add .desktop file and icon for ssh-askpass-gnome (closes: #232333). | Colin Watson | |
2004-05-01 | msgmerge update. | Colin Watson | |
2004-05-01 | Add Turkish debconf template translation (thanks, Recai Oktaş; closes: | Colin Watson | |
#246068). | |||
2004-05-01 | Update Polish debconf template translation (thanks, Emil Nowak; closes: | Colin Watson | |
#242808). | |||
2004-05-01 | Fix grammar in sshd(8) (closes: #238753). | Colin Watson | |
2004-05-01 | Update changelog for 3.8.1p1. | 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-20 | Make sure there's a newline at the end of sshd_config before adding 'UsePAM | Colin Watson | |
yes' (closes: #244829). | |||
2004-04-20 | Finish 1:3.8p1-3 (actually, I did this ages ago ...). | Colin Watson | |
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-25 | Remove deprecated ReverseMappingCheck option from newly generated | Colin Watson | |
sshd_config files (closes: #239987). | |||
2004-03-10 | Finish 1:3.8p1-2. | Colin Watson | |
2004-03-10 | Turn off the new ForwardX11Trusted by default, returning to the semantics | Colin Watson | |
of 3.7 and earlier, since it seems immature and causes far too many problems with existing setups. See README.Debian for details (closes: #237021). | |||
2004-03-08 | Disable PasswordAuthentication for new installations (closes: #236810). | Colin Watson | |
2004-03-06 | Finish 1:3.8p1-1. | Colin Watson | |
2004-03-06 | Add Greek debconf template translation (thanks, Konstantinos Margaritis; | Colin Watson | |
closes: #232843). | |||
2004-03-06 | Add Italian debconf template translation (thanks, Renato Gini; | Colin Watson | |
closes: #234777). | |||
2004-03-06 | Privilege separation and PAM are now properly supported together, so remove | Colin Watson | |
both debconf questions related to them and simply set it unconditionally in newly generated sshd_config files (closes: #228838). | |||
2004-03-06 | Fix up details of configuration upgrading a bit, including a warning | Colin Watson | |
message. | |||
2004-03-05 | Remove README.Debian warnings about privsep not working properly with PAM. | Colin Watson | |
2004-03-05 | Really pick up upstream fix for OpenSSH bug #808, a segfault. The previous | Colin Watson | |
auth-pam.c change was in fact a different bug. | |||
2004-03-05 | Implement SSH1 support for ServerAliveInterval using SSH_MSG_IGNORE. As | Colin Watson | |
documented in ssh_config(5), it's not as good as the SSH2 version. | |||
2004-03-05 | Remove a few line breaks that were awkwardly placed and just made it harder | Colin Watson | |
to grep for things. | |||
2004-03-05 | Update config.guess and config.sub from autotools-dev 20040105.1. | Colin Watson | |
2004-03-05 | Pick up upstream fix for OpenSSH bug #808, a segfault: | Colin Watson | |
revision 1.97 date: 2004/03/04 09:03:54; author: dtucker; state: Exp; lines: +2 -1 - (dtucker) [auth-pam.c] Reset signal status when starting pam auth thread, prevent hanging during PAM keyboard-interactive authentications. ok djm@ | |||
2004-03-01 | Since PAM session modules are run as root, we can turn pam_limits back on | Colin Watson | |
by default, and it no longer spits out "Operation not permitted" to syslog (closes: #171673). | |||
2004-03-01 | According to Darren Tucker, password expiry has been fixed. | Colin Watson | |
2004-03-01 | Merge 3.8p1 to the trunk. This builds and runs, but I haven't tested it | Colin Watson | |
extensively yet. ProtocolKeepAlives is now just a compatibility alias for ServerAliveInterval. | |||
2004-02-22 | Add yet more upstream bug closures. | Colin Watson | |
2004-02-22 | Close "new version available" bug. | Colin Watson | |
2004-02-22 | Add more upstream bug closures. | Colin Watson | |
2004-02-22 | Add 'UsePAM yes' to /etc/ssh/sshd_config on upgrade from versions older | Colin Watson | |
than this, to maintain the standard Debian sshd configuration. Comment out PAMAuthenticationViaKbdInt and RhostsAuthentication in sshd_config on upgrade. Neither option is supported any more. | |||
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. |