Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-13 | Update NEWS entry timestamp to match changelog | Colin Watson | |
2019-10-10 | releasing package openssh version 1:8.1p1-1 | Colin Watson | |
2019-10-09 | Re-enable hardening on hppa | Colin Watson | |
The corresponding GCC bug is apparently fixed. | |||
2019-10-09 | Fix Launchpad bug URL | Colin Watson | |
2019-10-09 | New upstream release (8.1p1) | Colin Watson | |
2019-10-05 | releasing package openssh version 1:8.0p1-7 | Colin Watson | |
2019-10-05 | Deny (non-fatal) shmget/shmat/shmdt in preauth privsep child | Colin Watson | |
This copes with changes in OpenSSL 1.1.1d that broke OpenSSH on Linux kernels before 3.19. Closes: #941663 | |||
2019-08-28 | runit: Correct typo | Daniel Kahn Gillmor | |
The name of the file that we check when sshd is supposed to be down is correct in the script, but not in the comments :) Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net> | |||
2019-08-28 | releasing package openssh version 1:8.0p1-6 | Colin Watson | |
2019-08-28 | Only run dh_runit on openssh-server | Colin Watson | |
Closes: #935936 | |||
2019-08-27 | releasing package openssh version 1:8.0p1-5 | Colin Watson | |
2019-08-13 | Add a runscript for runit | Colin Watson | |
Changelog entry for Lorenzo Puliti's recently-merged commit. Closes: #933999 | |||
2019-08-13 | Consistent whitespace | Colin Watson | |
2019-08-12 | Add a runscript for runit | Lorenzo Puliti | |
Add a 'run' and a 'finish' script for runit init system; rely on dh-runit for maintscript code. | |||
2019-08-03 | releasing package openssh version 1:8.0p1-4 | Colin Watson | |
2019-08-03 | Run regression tests against the Python 3 version of Twisted Conch | Colin Watson | |
2019-08-03 | debian/*.apport: Fix flake8 errors | Colin Watson | |
2019-08-03 | debian/*.apport: Avoid star imports | Colin Watson | |
2019-08-03 | Remove #! lines from apport hooks | Colin Watson | |
These aren't executed as top-level programs. | |||
2019-08-03 | Use debhelper-compat instead of debian/compat | Colin Watson | |
2019-07-08 | releasing package openssh version 1:8.0p1-3 | Colin Watson | |
2019-07-08 | Upload to unstable | Colin Watson | |
2019-06-21 | Update contact information for Natalie Amery | Colin Watson | |
2019-06-14 | releasing package openssh version 1:8.0p1-2 | Colin Watson | |
2019-06-14 | Fix interop tests for recent regress changes | Colin Watson | |
2019-06-09 | releasing package openssh version 1:8.0p1-1 | Colin Watson | |
2019-06-09 | Fix utimensat tests when not using compat code | Colin Watson | |
2019-06-09 | New upstream release (8.0p1) | Colin Watson | |
2019-04-08 | releasing package openssh version 1:7.9p1-10 | Colin Watson | |
2019-04-08 | Temporarily revert IPQoS defaults to pre-7.8 values | Colin Watson | |
This is just until issues with "iptables -m tos" and VMware have been fixed. Closes: #923879, #926229 LP: #1822370 | |||
2019-03-01 | releasing package openssh version 1:7.9p1-9 | Colin Watson | |
2019-03-01 | Handle shell-style brace expansions in scp checks | Colin Watson | |
2019-02-28 | releasing package openssh version 1:7.9p1-8 | Colin Watson | |
2019-02-28 | Move moduli(5) manual page to openssh-server | Colin Watson | |
This goes with /etc/ssh/moduli; forgotten in 1:7.9p1-5. | |||
2019-02-28 | Correctly handle conffile move to openssh-server | Dominik George | |
Closes: #919344 | |||
2019-02-28 | Request RSA-SHA2 signatures for corresponding cert algorithms | Colin Watson | |
Closes: #923419 | |||
2019-02-28 | Fix key type checks with RSA-SHA2 signature types | Colin Watson | |
2019-02-26 | releasing package openssh version 1:7.9p1-7 | Colin Watson | |
2019-02-25 | Tighten up start-stop-daemon invocations | Colin Watson | |
Pass "--exec /usr/sbin/sshd" to start-stop-daemon on stop as well as start and pass "--chuid 0:0" on start, to avoid problems with non-root groups leaking into the ownership of /run/sshd.pid. Closes: #922365 | |||
2019-02-25 | Update logind recommendation | Colin Watson | |
Recommend "default-logind | logind | libpam-systemd" rather than just libpam-systemd. (I've retained libpam-systemd as an alternative for a while to avoid backporting accidents, although it can be removed later.) Thanks, Adam Borowski. Closes: #923199 | |||
2019-02-08 | releasing package openssh version 1:7.9p1-6 | Colin Watson | |
2019-02-08 | scp: Check remote->local directory copy filenames | Colin Watson | |
CVE-2019-6111 | |||
2019-02-08 | Sanitize scp filenames via snmprintf | Colin Watson | |
CVE-2019-6109 Closes: #793412 | |||
2019-01-13 | releasing package openssh version 1:7.9p1-5 | Colin Watson | |
2019-01-12 | scp: disallow empty incoming filename or "." | Colin Watson | |
Closes: #919101 | |||
2018-12-26 | Drop obsolete alternate build-dependency on libssl1.0-dev | Colin Watson | |
Closes: #917342 | |||
2018-12-06 | Move /etc/ssh/moduli to openssh-server | Colin Watson | |
It's reasonably large and only used by sshd. Closes: #858050 | |||
2018-11-16 | releasing package openssh version 1:7.9p1-4 | Colin Watson | |
2018-11-16 | Use dpkg_vendor_derives_from again | Colin Watson | |
This time with syntax that works. | |||
2018-11-15 | Fix Ubuntu detection in debian/rules | Colin Watson | |
The documentation comment for dpkg_vendor_derives_from is wrong (thanks, Jeremy Bicha; see #913816). |