Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-15 | releasing package openssh version 1:7.9p1-3 | Colin Watson | |
2018-11-15 | Restore some direct test dependencies | Colin Watson | |
Restore direct test dependencies on openssl, putty-tools, and python-twisted-conch; these are really only indirect dependencies via openssh-tests, but including them means that this package will be retested when they change. | |||
2018-11-15 | Re-export debian/upstream/signing-key.asc without extra signatures | Colin Watson | |
2018-11-15 | debian/control: Remove trailing whitespace | Colin Watson | |
2018-11-15 | Avoid incorrect Makefile symlink in openssh-tests | Colin Watson | |
Be more specific about what files to install in openssh-tests, to avoid installing a symlink into the build tree. | |||
2018-11-14 | releasing package openssh version 1:7.9p1-2 | Colin Watson | |
2018-11-05 | Add an openssh-tests binary package | Colin Watson | |
This contains enough files to run the upstream regression tests. Doing this allows autopkgtest to run more efficiently, as it doesn't have to build part of the source tree again. | |||
2018-11-05 | Set TEST_SHELL again | Colin Watson | |
There's no default for this in regress/Makefile (only in the top-level Makefile), so leaving it unset here doesn't work. | |||
2018-11-03 | Drop "set -x" verbosity from the autopkgtest | Colin Watson | |
I think we can do without this in most cases nowadays, as things have been pretty stable for a while. | |||
2018-11-03 | Make the autopkgtest create /run/sshd if it doesn't already exist | Colin Watson | |
2018-11-03 | Add GitLab CI configuration | Colin Watson | |
2018-10-22 | Mark debian/NEWS entry as released | Colin Watson | |
2018-10-21 | releasing package openssh version 1:7.9p1-1 | Colin Watson | |
2018-10-21 | Remove /etc/network/if-up.d/openssh-server | Colin Watson | |
It causes more problems than it solves. Add an "if-up hook removed" section to README.Debian documenting the corner case that may need configuration adjustments. Thanks, Christian Ehrhardt, Andreas Hasenack, and David Britton. Closes: #789532 LP: #1037738, #1674330, #1718227 | |||
2018-10-21 | Simplify debian/rules using /usr/share/dpkg/default.mk. | Colin Watson | |
2018-10-20 | Remove dh_builddeb override to use xz compression | Colin Watson | |
This has been the default since dpkg 1.17.0. | |||
2018-10-20 | New upstream release (7.9p1) | Colin Watson | |
2018-08-30 | releasing package openssh version 1:7.8p1-1 | Colin Watson | |
2018-08-30 | Work around conch interoperability failure | Colin Watson | |
Twisted Conch fails to read private keys in the new format (https://twistedmatrix.com/trac/ticket/9515). Work around this until it can be fixed in Twisted. | |||
2018-08-30 | New upstream release (7.8p1) | Colin Watson | |
Closes: #907534 | |||
2018-08-24 | Switch debian/watch to HTTPS. | Colin Watson | |
2018-08-18 | Retroactively mention CVE-2018-15473 in changelog | Colin Watson | |
2018-08-17 | releasing package openssh version 1:7.7p1-4 | Colin Watson | |
2018-08-17 | Fix user enumeration vulnerability | Colin Watson | |
Apply upstream patch to delay bailout for invalid authenticating user until after the packet containing the request has been fully parsed. Closes: #906236 | |||
2018-07-10 | releasing package openssh version 1:7.7p1-3 | Colin Watson | |
2018-07-10 | Close #903474 as well | Colin Watson | |
2018-06-28 | [ Christian Ehrhardt ] | Christian Ehrhardt | |
Fix unintentional restriction of authorized keys environment options to be alphanumeric (LP: #1771011) | |||
2018-06-18 | Add documentation links for systemd | Colin Watson | |
Add Documentation keys to ssh-agent.service, ssh.service, and ssh@.service. | |||
2018-06-18 | Remove no-longer-used Lintian overrides from openssh-server and ssh. | Colin Watson | |
2018-06-18 | Remove trailing blanks from old changelog entries | Colin Watson | |
2018-06-16 | Chase Vcs-Git redirection | Colin Watson | |
2018-06-16 | Merge branch 'gratuxri-guest/master' | Colin Watson | |
Add rescue.target with ssh support See merge request ssh-team/openssh!1 | |||
2018-06-16 | Adjust git-dpm tagging configuration. | Colin Watson | |
2018-04-04 | releasing package openssh version 1:7.7p1-2 | Colin Watson | |
2018-04-03 | Fix parsing of DebianBanner option | Colin Watson | |
Closes: #894730 | |||
2018-04-03 | releasing package openssh version 1:7.7p1-1 | Colin Watson | |
2018-04-03 | New upstream release (7.7p1) | Colin Watson | |
2018-04-01 | releasing package openssh version 1:7.6p1-5 | Colin Watson | |
2018-04-01 | Explicitly build-depend on pkg-config | Colin Watson | |
Build-depending on it via libgtk-3-dev is insufficient, especially when using the pkg.openssh.nognome build profile. Thanks to Aurelien Jarno. Closes: #894558 | |||
2018-03-05 | Add rescue.target with ssh support to debian package | Juri Grabowski | |
2018-03-05 | Add rescue.target with ssh support | Juri Grabowski | |
2018-02-10 | releasing package openssh version 1:7.6p1-4 | Colin Watson | |
2018-01-26 | Add debconf template to disable password auth | Colin Watson | |
The new template is called openssh-server/password-authentication, and is preseeding-only (at least for now). Closes: #878945 | |||
2018-01-23 | Retroactively mention CVE-2017-15906 in changelog | Colin Watson | |
2018-01-22 | Move VCS to salsa.debian.org. | Colin Watson | |
2018-01-16 | releasing package openssh version 1:7.6p1-3 | Colin Watson | |
2018-01-16 | Fix putty-transfer regression test. | Colin Watson | |
2018-01-02 | Support the "noudeb" build profile. | Colin Watson | |
2017-12-12 | Add a "pkg.openssh.nognome" build profile | Jason Duerstock | |
This disables building the ssh-askpass-gnome binary package and avoids the build-dependency on libgtk-3-dev (closes: #883819). | |||
2017-12-01 | debian/systemd/ssh-agent.service: Add missing dbus dependency. | Anders Kaseorg | |