Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2004-02-22 | Backport a few more changes to auth-pam.c from upstream portable CVS. PAM | Colin Watson | |
session modules finally produce output! | |||
2004-02-11 | Merge from branch-V_3_6_1_P2-7-unstable: | Colin Watson | |
cvs up -jV_3_6_1_P2-10 -jV_3_6_1_P2-12 | |||
2004-02-11 | Finish 1:3.6.1p2-12. | Colin Watson | |
2004-02-02 | Add Simplified Chinese debconf template translation (thanks, Hiei Xu; | Colin Watson | |
closes: #230726). | |||
2004-01-28 | Add Czech debconf template translation (thanks, Miroslav Kure; closes: | Colin Watson | |
#230110). | |||
2004-01-21 | Update Spanish debconf template translation (thanks, Javier | Colin Watson | |
Fernández-Sanguino Peña; closes: #228242). | |||
2004-01-04 | Finish 1:3.6.1p2-11. | Colin Watson | |
2004-01-04 | ssh-copy-id exits if ssh fails (closes: #215252). | Colin Watson | |
2004-01-04 | Backport format string bug fix in sshconnect.c (closes: #225238). | Colin Watson | |
2003-12-30 | Use invoke-rc.d (if it exists) to run the init script. | Colin Watson | |
2003-12-30 | Comment out pam_limits in default configuration, for now at least | Colin Watson | |
(closes: #198254). | |||
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 | Finish 1:3.6.1p2-10. | Colin Watson | |
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 | Update Japanese debconf template translation (thanks, Kenshi Muto; closes: | Colin Watson | |
#212497). | |||
2003-11-15 | Update Spanish debconf template translation (thanks, Carlos Valdivia Yagüe; | Colin Watson | |
closes: #211832). | |||
2003-11-15 | Depend on dpkg (>= 1.9.0) for start-stop-daemon's --retry option. | Colin Watson | |
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-11-15 | New po-debconf adds Type: comments to .po and .pot files. | Colin Watson | |
2003-11-15 | Update config.guess and config.sub from autotools-dev 20031007.1 (closes: | Colin Watson | |
#217696). | |||
2003-11-15 | Update Brazilian Portuguese debconf template translation (thanks, Andre | Colin Watson | |
Luis Lopes; closes: #219844). | |||
2003-11-15 | Update Danish debconf template translation (thanks, Morten Brix Pedersen; | Colin Watson | |
closes: #217964). | |||
2003-11-15 | Merge init script fix and translation updates from HEAD: | Colin Watson | |
cvs up -jV_3_6_1_P2-7 -jHEAD debian/changelog debian/init debian/po | |||
2003-11-15 | Something in the build process seems to have decided to word-wrap nl.po and | Colin Watson | |
ru.po. Whatever. | |||
2003-10-17 | Add Dutch debconf template translation (thanks, cobaco; closes: #215372). | Colin Watson | |
2003-10-02 | Update Russian debconf template translation (thanks, Ilgiz Kalmetev). | Colin Watson | |
2003-09-30 | Use --retry in init script when restarting rather than sleeping, to make | Colin Watson | |
sure the old process is dead (thanks, Herbert Xu; closes: #212117). | |||
2003-09-23 | Remove -fno-builtin-log and -DHAVE_MMAP_ANON_SHARED compiler options, which | Colin Watson | |
are no longer necessary. | |||
2003-09-23 | Start 1:3.7.1p2-1. | Colin Watson | |
2003-09-23 | Merge from branch-V_3_6_1_P2-7-unstable: | Colin Watson | |
cvs up -jV_3_6_1_P2-7 -jV_3_6_1_P2-9 | |||
2003-09-19 | Merge even more buffer allocation fixes from upstream (CAN-2003-0682, | Colin Watson | |
#211434). | |||
2003-09-17 | Merge more buffer allocation fixes from new upstream version 3.7.1p1 | Colin Watson | |
(#211324). cvs up -j V_3_7_P1 -j V_3_7_1_P1 buffer.c channels.c | |||
2003-09-16 | Finish changelog for 1:3.6.1p2-7. | Colin Watson | |
2003-09-16 | Merge from branch-V_3_6_1_P2-6-nmu: | Colin Watson | |
cvs up -j V_3_6_1_P2-6 -j V_3_6_1_P2-6_0 | |||
2003-09-16 | NMU by Michael Stone: | Colin Watson | |
* SECURITY: fix for CAN-2003-0693, buffer allocation error | |||
2003-09-13 | Document how to generate an RSA1 host key (#141703). | Colin Watson | |
2003-09-12 | Some small improvements to the English templates courtesy of Christian | Colin Watson | |
Perrier. I've manually unfuzzied a few translations where it was obvious, on Christian's advice, but the others will have to be updated. |