summaryrefslogtreecommitdiff
path: root/debian/patches
AgeCommit message (Collapse)Author
2021-03-13CVE-2021-28041: Fix double free in ssh-agent(1)Colin Watson
Closes: #984940
2020-12-02Fix `EOF: command not found` error in ssh-copy-idColin Watson
Closes: #975540
2020-10-26Revert incorrect upstream x32 seccomp patchColin Watson
2020-10-20New upstream release (8.4p1)Colin Watson
2020-06-07Fix the handling of Port directives after IncludeColin Watson
Closes: #962035 LP: #1876320
2020-06-07New upstream release (8.3p1)Colin Watson
Also update GSSAPI key exchange patch from https://github.com/openssh-gsskex/openssh-gsskex.
2020-02-21Include /etc/ssh/*_config.d/*.confColin Watson
Include /etc/ssh/ssh_config.d/*.conf from /etc/ssh/ssh_config and /etc/ssh/sshd_config.d/*.conf from /etc/ssh/sshd_config. Closes: #845315
2020-02-21New upstream release (8.2p1)Colin Watson
2020-02-19ssh(1): Explain that -Y is equivalent to -XColin Watson
Closes: #951640
2020-01-11Deny (non-fatal) ipc in preauth privsep childColin Watson
Closes: #946242
2020-01-11seccomp: Allow clock_nanosleep() and variantsColin Watson
2020-01-09Stop using 2020 as a future date in regress testsColin Watson
2019-10-22Drop seccomp-s390-flock-ipc.patch for nowColin Watson
Drop "Allow flock and ipc syscall for s390 architecture" patch for now; upstream has security concerns with it and it doesn't currently seem to be needed.
2019-10-09Fix Launchpad bug URLColin Watson
2019-10-09New upstream release (8.1p1)Colin Watson
2019-10-05Deny (non-fatal) shmget/shmat/shmdt in preauth privsep childColin Watson
This copes with changes in OpenSSL 1.1.1d that broke OpenSSH on Linux kernels before 3.19. Closes: #941663
2019-06-21Update contact information for Natalie AmeryColin Watson
2019-06-14Fix interop tests for recent regress changesColin Watson
2019-06-09Fix utimensat tests when not using compat codeColin Watson
2019-06-09New upstream release (8.0p1)Colin Watson
2019-04-08Temporarily revert IPQoS defaults to pre-7.8 valuesColin Watson
This is just until issues with "iptables -m tos" and VMware have been fixed. Closes: #923879, #926229 LP: #1822370
2019-03-01Handle shell-style brace expansions in scp checksColin Watson
2019-02-28Request RSA-SHA2 signatures for corresponding cert algorithmsColin Watson
Closes: #923419
2019-02-28Fix key type checks with RSA-SHA2 signature typesColin Watson
2019-02-08scp: Check remote->local directory copy filenamesColin Watson
CVE-2019-6111
2019-02-08Sanitize scp filenames via snmprintfColin Watson
CVE-2019-6109 Closes: #793412
2019-01-12scp: disallow empty incoming filename or "."Colin Watson
Closes: #919101
2018-10-20New upstream release (7.9p1)Colin Watson
2018-08-30Work around conch interoperability failureColin 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-30New upstream release (7.8p1)Colin Watson
Closes: #907534
2018-08-17Fix user enumeration vulnerabilityColin 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-06-28[ Christian Ehrhardt ]Christian Ehrhardt
Fix unintentional restriction of authorized keys environment options to be alphanumeric (LP: #1771011)
2018-04-03Fix parsing of DebianBanner optionColin Watson
Closes: #894730
2018-04-03New upstream release (7.7p1)Colin Watson
2018-01-16Fix putty-transfer regression test.Colin Watson
2017-10-07Apply upstream patch to fix PermitOpen argument handling.Colin Watson
2017-10-05New upstream release (7.6p1)Colin Watson
2017-08-28Apply patches from https://bugzilla.mindrot.org/show_bug.cgi?id=2752 to ↵Colin Watson
allow some extra syscalls for crypto cards on s390x (LP: #1686618).
2017-08-22Quote IP address in suggested "ssh-keygen -f" calls (closes: #872643).Colin Watson
2017-08-22Drop Upstart-specific patchesColin Watson
2017-06-06Fix incoming compression statistics (thanks, Russell Coker; closes: #797964).Colin Watson
2017-04-02Fix syntax error on Linux/X32Colin Watson
2017-04-02Add missing header on Linux/s390Colin Watson
2017-04-02New upstream release (7.5p1)Colin Watson
2017-03-30Unbreak Unix domain socket forwarding for root (closes: #858252).Colin Watson
2017-03-16Fix null pointer dereference in ssh-keygen; this fixes an autopkgtest ↵Colin Watson
regression introduced in 1:7.4p1-8.
2017-03-14Fix ssh-keyscan to correctly hash hosts with a port number (closes: #857736, ↵Colin Watson
LP: #1670745).
2017-03-09Fix ssh-keygen -H accidentally corrupting known_hosts that contained ↵Colin Watson
already-hashed entries (closes: #851734, LP: #1668093).
2017-03-05Restore reading authorized_keys2 by defaultColin Watson
Upstream seems to intend to gradually phase this out, so don't assume that this will remain the default forever. However, we were late in adopting the upstream sshd_config changes, so it makes sense to extend the grace period (closes: #852320).
2017-01-16Fix rekeying failure with GSSAPI key exchange (thanks, Harald Barth; closes: ↵Colin Watson
#819361).