Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-19 | Fix incorrect version in most recent debian/NEWS entry. | Colin Watson | |
2015-08-19 | New upstream release (6.8p1). | Colin Watson | |
2015-07-20 | Add generated file debian/copyright | Colin Watson | |
This is friendlier to tools such as dgit that want the packaging git tree to look like the output of "dpkg-source -x". | |||
2015-04-19 | releasing package openssh version 1:6.7p1-6 | Colin Watson | |
2015-04-19 | Silence confusing messages if Upstart is installed but not active | Martin Pitt | |
* openssh-server.postinst: Quiesce "Unable to connect to Upstart" error message from initctl if upstart is installed, but not the current init system. (LP: #1440070) * openssh-server.postinst: Fix version comparisons of upgrade adjustments to not apply to fresh installs. | |||
2015-03-22 | releasing package openssh version 1:6.7p1-5 | Colin Watson | |
2015-03-22 | Add a NEWS.Debian entry documenting this reversion, as it is too difficult ↵ | Colin Watson | |
to undo the sshd_config change automatically without compounding the problem of (arguably) overwriting user configuration. | |||
2015-03-22 | Revert LC_* configuration change (closes: #780797). | Colin Watson | |
2015-03-18 | releasing package openssh version 1:6.7p1-4 | Colin Watson | |
2014-12-03 | Brazilian Portuguese (thanks, José de Figueiredo; closes: #771859). | Colin Watson | |
2014-11-07 | Document interactions between ListenAddress/Port and ssh.socket in ↵ | Colin Watson | |
README.Debian (closes: #764842). | |||
2014-11-06 | Send/accept only specific known LC_* variables, rather than using a wildcard ↵ | Colin Watson | |
(closes: #765633). | |||
2014-11-03 | releasing package openssh version 1:6.7p1-3 | Colin Watson | |
2014-11-03 | Assume that dpkg-statoverride exists and drop the test for an obsolete ↵ | Colin Watson | |
compatibility path. | |||
2014-10-19 | Dutch (thanks, Frans Spiesschaert; closes: #765851). | Colin Watson | |
2014-10-10 | releasing package openssh version 1:6.7p1-2 | Colin Watson | |
2014-10-10 | debian/tests/control: Drop isolation-container. | Colin Watson | |
The tests run on a high port. They're still not guaranteed to run correctly in an schroot, but may manage to work, so this lets the tests at least try to run on ci.debian.net. | |||
2014-10-10 | changelog typo | Colin Watson | |
2014-10-09 | releasing package openssh version 1:6.7p1-1 | Colin Watson | |
2014-10-09 | Disable PuTTY and conch interop tests for now. Basic interop seems OK; ↵ | Colin Watson | |
(some) test fixes in progress. | |||
2014-10-08 | Run a subset of the upstream regression test suite at package build time, ↵ | Colin Watson | |
and the rest of it under autopkgtest. | |||
2014-10-07 | Merge 6.7p1. | Colin Watson | |
* New upstream release (http://www.openssh.com/txt/release-6.7): - sshd(8): The default set of ciphers and MACs has been altered to remove unsafe algorithms. In particular, CBC ciphers and arcfour* are disabled by default. The full set of algorithms remains available if configured explicitly via the Ciphers and MACs sshd_config options. - ssh(1), sshd(8): Add support for Unix domain socket forwarding. A remote TCP port may be forwarded to a local Unix domain socket and vice versa or both ends may be a Unix domain socket (closes: #236718). - ssh(1), ssh-keygen(1): Add support for SSHFP DNS records for ED25519 key types. - sftp(1): Allow resumption of interrupted uploads. - ssh(1): When rekeying, skip file/DNS lookups of the hostkey if it is the same as the one sent during initial key exchange. - sshd(8): Allow explicit ::1 and 127.0.0.1 forwarding bind addresses when GatewayPorts=no; allows client to choose address family. - sshd(8): Add a sshd_config PermitUserRC option to control whether ~/.ssh/rc is executed, mirroring the no-user-rc authorized_keys option. - ssh(1): Add a %C escape sequence for LocalCommand and ControlPath that expands to a unique identifer based on a hash of the tuple of (local host, remote user, hostname, port). Helps avoid exceeding miserly pathname limits for Unix domain sockets in multiplexing control paths. - sshd(8): Make the "Too many authentication failures" message include the user, source address, port and protocol in a format similar to the authentication success / failure messages. - Use CLOCK_BOOTTIME in preference to CLOCK_MONOTONIC when it is available. It considers time spent suspended, thereby ensuring timeouts (e.g. for expiring agent keys) fire correctly (closes: #734553). - Use prctl() to prevent sftp-server from accessing /proc/self/{mem,maps}. * Restore TCP wrappers support, removed upstream in 6.7. It is true that dropping this reduces preauth attack surface in sshd. On the other hand, this support seems to be quite widely used, and abruptly dropping it (from the perspective of users who don't read openssh-unix-dev) could easily cause more serious problems in practice. It's not entirely clear what the right long-term answer for Debian is, but it at least probably doesn't involve dropping this feature shortly before a freeze. * Replace patch to disable OpenSSL version check with an updated version of Kurt Roeckx's patch from #732940 to just avoid checking the status field. | |||
2014-10-07 | record new upstream branch created by importing openssh_6.7p1.orig.tar.gz | Colin Watson | |
2014-10-06 | Use Package-Type rather than XC-Package-Type, now that it is an official field. | Colin Watson | |
2014-10-06 | Simplify debian/rules using /usr/share/dpkg/buildflags.mk. | Colin Watson | |
2014-10-06 | Build-depend on a new enough dpkg-dev for dpkg-buildflags, rather than ↵ | Colin Watson | |
simply a new enough dpkg. | |||
2014-10-03 | releasing package openssh version 1:6.6p1-8 | Colin Watson | |
2014-09-30 | Don't link /usr/share/doc/ssh to openssh-client, as this is not safe between ↵ | Colin Watson | |
Architecture: all and Architecture: any binary packages (closes: #763375). | |||
2014-09-28 | Policy version 3.9.6: no changes required. | Colin Watson | |
2014-09-20 | Show fingerprints of new keys after creating them in the postinst (closes: ↵ | Colin Watson | |
#762128). | |||
2014-08-13 | Make the if-up hook use "reload" rather than "restart" if the system was ↵ | Colin Watson | |
booted using systemd (closes: #756547). | |||
2014-08-05 | releasing package openssh version 1:6.6p1-7 | Colin Watson | |
2014-08-05 | Pass noupdate to the second call to pam_motd, not the first (thanks, Ken T ↵ | Colin Watson | |
Takusagawa; closes: #757059). | |||
2014-08-02 | Remove several unnecessary entries in debian/*.dirs. | Colin Watson | |
2014-08-02 | Turkish (thanks, Mert Dirik; closes: #756757). | Colin Watson | |
2014-08-02 | Use dh-exec to simplify override_dh_install target. | Colin Watson | |
2014-07-20 | Make sure that DEB_HOST_ARCH is set, even when invoking debian/rules directly. | Colin Watson | |
2014-06-28 | releasing package openssh version 1:6.6p1-6 | Colin Watson | |
2014-06-28 | Make get_config_option more robust against trailing whitespace (thanks, ↵ | Colin Watson | |
LaMont Jones). | |||
2014-06-12 | Czech (thanks, Michal Šimůnek; closes: #751419). | Colin Watson | |
2014-05-26 | Only use pam_keyinit on Linux architectures (closes: #747245). | Colin Watson | |
2014-05-26 | Upgrade to debhelper v9. | Colin Watson | |
2014-05-01 | releasing package openssh version 1:6.6p1-5 | Colin Watson | |
2014-04-28 | Force ssh-agent Upstart job to use sh syntax regardless of the user's shell ↵ | Colin Watson | |
(thanks, Steffen Stempel; LP: #1312928). | |||
2014-04-21 | releasing package openssh version 1:6.6p1-4 | Colin Watson | |
2014-04-21 | Apply upstream-recommended patch to fix bignum encoding for ↵ | Colin Watson | |
curve25519-sha256@libssh.org, fixing occasional key exchange failures. | |||
2014-04-15 | Spanish (thanks, Matías Bellone; closes: #744867). | Colin Watson | |
2014-04-14 | releasing package openssh version 1:6.6p1-3 | Colin Watson | |
2014-04-14 | Never signal the service supervisor with SIGSTOP more than once, to | Colin Watson | |
prevent a hang on re-exec (thanks, Robie Basak; LP: #1306877). | |||
2014-04-01 | French (thanks, Étienne Gilli; closes: #743242). | Colin Watson | |