summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-13Update NEWS entry timestamp to match changelogColin Watson
2019-10-10releasing package openssh version 1:8.1p1-1Colin Watson
2019-10-09Re-enable hardening on hppaColin Watson
2019-10-09Fix Launchpad bug URLColin Watson
2019-10-09Revert "upstream: Update default IPQoS in ssh(1), sshd(8) to DSCP AF21 for"Colin Watson
2019-10-09New upstream release (8.1p1)Colin Watson
2019-10-09Revert "upstream: Update default IPQoS in ssh(1), sshd(8) to DSCP AF21 for"Colin Watson
2019-10-09Work around conch interoperability failureColin Watson
2019-10-09Allow flock and ipc syscall for s390 architectureEduardo Barretto
2019-10-09Restore reading authorized_keys2 by defaultColin Watson
2019-10-09Various Debian-specific configuration changesColin Watson
2019-10-09Add systemd readiness notification supportMichael Biebl
2019-10-09Give the ssh-askpass-gnome window a default iconVincent Untz
2019-10-09Don't check the status field of the OpenSSL versionKurt Roeckx
2019-10-09Document consequences of ssh-agent being setgid in ssh-agent(1)Colin Watson
2019-10-09Document that HashKnownHosts may break tab-completionColin Watson
2019-10-09ssh(1): Refer to ssh-argv0(1)Colin Watson
2019-10-09Adjust various OpenBSD-specific references in manual pagesColin Watson
2019-10-09Install authorized_keys(5) as a symlink to sshd(8)Tomas Pospisek
2019-10-09Add DebianBanner server configuration optionKees Cook
2019-10-09Include the Debian version in our identificationMatthew Vernon
2019-10-09Mention ssh-keygen in ssh fingerprint changed warningScott Moser
2019-10-09Force use of DNSSEC even if "options edns0" isn't in resolv.confColin Watson
2019-10-09Look for $SHELL on the path for ProxyCommand/LocalCommandColin Watson
2019-10-09Adjust scp quoting in verbose modeNicolas Valcárcel
2019-10-09Allow harmless group-writabilityColin Watson
2019-10-09"LogLevel SILENT" compatibilityNatalie Amery
2019-10-09Various keepalive extensionsRichard Kettlewell
2019-10-09Accept obsolete ssh-vulnkey configuration optionsColin Watson
2019-10-09Handle SELinux authorisation rolesManoj Srivastava
2019-10-09Restore TCP wrappers supportColin Watson
2019-10-09GSSAPI key exchange supportSimon Wilkinson
2019-10-09Import openssh_8.1p1.orig.tar.gzColin Watson
2019-10-09prepare for 8.1 releaseDamien Miller
2019-10-09upstream: openssh-8.1djm@openbsd.org
2019-10-09upstream: fix an unreachable integer overflow similar to the XMSSdjm@openbsd.org
2019-10-09upstream: fix integer overflow in XMSS private key parsing.djm@openbsd.org
2019-10-09upstream: Correct type for end-of-list sentinel; fixes initializerdtucker@openbsd.org
2019-10-09upstream: reversed test yielded incorrect debug messagedjm@openbsd.org
2019-10-09dependDamien Miller
2019-10-09Make MAKE_CLONE no-op macro more correct.Darren Tucker
2019-10-09wrap stdint.h include in HAVE_STDINT_HDamien Miller
2019-10-08avoid "return (value)" in void-declared functionDamien Miller
2019-10-08Make DEF_WEAK more likely to be correct.Darren Tucker
2019-10-07upstream: Instead of running sed over the whole log to remove CRs,dtucker@openbsd.org
2019-10-05releasing package openssh version 1:8.0p1-7Colin Watson
2019-10-05Deny (non-fatal) shmget/shmat/shmdt in preauth privsep childColin Watson
2019-10-05Deny (non-fatal) shmget/shmat/shmdt in preauth privsep child.Lonnie Abelbeck
2019-10-05Enable specific ioctl call for EP11 crypto card (s390)Eduardo Barretto
2019-10-04upstream: fix memory leak in error path; bz#3074 patch fromdjm@openbsd.org