summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-07Revert "upstream: Update default IPQoS in ssh(1), sshd(8) to DSCP AF21 for"Colin Watson
2020-06-07Work around conch interoperability failureColin Watson
2020-06-07Restore reading authorized_keys2 by defaultColin Watson
2020-06-07Various Debian-specific configuration changesColin Watson
2020-06-07Add systemd readiness notification supportMichael Biebl
2020-06-07Give the ssh-askpass-gnome window a default iconVincent Untz
2020-06-07Don't check the status field of the OpenSSL versionKurt Roeckx
2020-06-07Document consequences of ssh-agent being setgid in ssh-agent(1)Colin Watson
2020-06-07Document that HashKnownHosts may break tab-completionColin Watson
2020-06-07ssh(1): Refer to ssh-argv0(1)Colin Watson
2020-06-07Adjust various OpenBSD-specific references in manual pagesColin Watson
2020-06-07Install authorized_keys(5) as a symlink to sshd(8)Tomas Pospisek
2020-06-07Add DebianBanner server configuration optionKees Cook
2020-06-07Include the Debian version in our identificationMatthew Vernon
2020-06-07Mention ssh-keygen in ssh fingerprint changed warningScott Moser
2020-06-07Force use of DNSSEC even if "options edns0" isn't in resolv.confColin Watson
2020-06-07Look for $SHELL on the path for ProxyCommand/LocalCommandColin Watson
2020-06-07Adjust scp quoting in verbose modeNicolas Valcárcel
2020-06-07Allow harmless group-writabilityColin Watson
2020-06-07"LogLevel SILENT" compatibilityNatalie Amery
2020-06-07Various keepalive extensionsRichard Kettlewell
2020-06-07Accept obsolete ssh-vulnkey configuration optionsColin Watson
2020-06-07Handle SELinux authorisation rolesManoj Srivastava
2020-06-07Restore TCP wrappers supportColin Watson
2020-06-07GSSAPI key exchange supportSimon Wilkinson
2020-06-07Import openssh_8.3p1.orig.tar.gzColin Watson
2020-05-27dependDamien Miller
2020-05-27upstream: avoid possible NULL deref; from Pedro Martellettodjm@openbsd.org
2020-05-14prefer ln to cp for temporary copy of sshdDamien Miller
2020-05-13Actually skip pty tests when needed.Darren Tucker
2020-05-13Skip building sk-dummy library if no SK support.Darren Tucker
2020-05-13explicitly manage .depend and .depend.bakDamien Miller
2020-05-13make dependDamien Miller
2020-05-13revert removal of .depend before makedependDamien Miller
2020-05-12prepare for 8.3 releaseDamien Miller
2020-05-08Ensure SA_SIGNAL test only signals itself.Darren Tucker
2020-05-08sync config.guess/config.sub with latest versionsDamien Miller
2020-05-07upstream: openssh-8.3; ok deraadt@djm@openbsd.org
2020-05-07upstream: another case where a utimes() failure could make scp senddjm@openbsd.org
2020-05-07Check if -D_REENTRANT is needed for localtime_r.Darren Tucker
2020-05-05Skip security key tests if ENABLE_SK not set.Darren Tucker
2020-05-04upstream: sure enough, some of the test data that we though were indjm@openbsd.org
2020-05-04upstream: make mktestdata.sh generate old/new format keys that wedjm@openbsd.org
2020-05-04upstream: portability fix for sed that always emil a newline evendjm@openbsd.org
2020-05-04upstream: remove obsolete RSA1 test keys; spotted by Michael Forneydjm@openbsd.org
2020-05-02Update .depend.Darren Tucker
2020-05-02Remove use of tail for 'make depend'.Darren Tucker
2020-05-02upstream: we have a sshkey_save_public() function to save public keys;djm@openbsd.org
2020-05-01Use LONG_LONG_MAX and friends if available.Darren Tucker
2020-05-01upstream: when receving a file in sink(), be careful to send atdjm@openbsd.org