summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-06-21Adjust various OpenBSD-specific references in manual pagesColin Watson
2019-06-21Install authorized_keys(5) as a symlink to sshd(8)Tomas Pospisek
2019-06-21Add DebianBanner server configuration optionKees Cook
2019-06-21Include the Debian version in our identificationMatthew Vernon
2019-06-21Mention ssh-keygen in ssh fingerprint changed warningScott Moser
2019-06-21Force use of DNSSEC even if "options edns0" isn't in resolv.confColin Watson
2019-06-21Look for $SHELL on the path for ProxyCommand/LocalCommandColin Watson
2019-06-21Adjust scp quoting in verbose modeNicolas Valcárcel
2019-06-21Allow harmless group-writabilityColin Watson
2019-06-21"LogLevel SILENT" compatibilityNatalie Amery
2019-06-05Various keepalive extensionsRichard Kettlewell
2019-06-05Accept obsolete ssh-vulnkey configuration optionsColin Watson
2019-06-05Handle SELinux authorisation rolesManoj Srivastava
2019-06-05Restore TCP wrappers supportColin Watson
2019-06-05GSSAPI key exchange supportSimon Wilkinson
2019-06-05Import openssh_8.0p1.orig.tar.gzColin Watson
2019-04-18makedependDamien Miller
2019-04-05second thoughts: leave README in placeDamien Miller
2019-04-05Revert "rewrite README"Damien Miller
2019-04-05rewrite READMEDamien Miller
2019-04-05update versionsDamien Miller
2019-04-05upstream: openssh-8.0djm@openbsd.org
2019-04-04session: Do not use removed APIDamien Miller
2019-04-03upstream: when logging/fataling on error, include a bit more detaildjm@openbsd.org
2019-04-03Remove "struct ssh" from sys_auth_record_login.Darren Tucker
2019-04-02Adapt custom_failed_login to new prototype.Darren Tucker
2019-04-01Add includes.h for compat layer.Darren Tucker
2019-03-31Stop USL compilers for erroring with "integral constant expression expected"Tim Rice
2019-03-31Only use O_NOFOLLOW in fchownat and fchmodat if definedTim Rice
2019-03-29Adjust softhsm2 path on Fedora Linux for regressJakub Jelen
2019-03-28Only use O_NOFOLLOW in utimensat if defined.Darren Tucker
2019-03-28drop old Cygwin considerationsCorinna Vinschen
2019-03-27upstream: fix interaction between ClientAliveInterval and RekeyLimitdjm@openbsd.org
2019-03-26upstream: Fix authentication failures when "AuthenticationMethodsdjm@openbsd.org
2019-03-26upstream: whitespacedjm@openbsd.org
2019-03-26upstream: Expand comment to document rationale for default keydtucker@openbsd.org
2019-03-26upstream: Increase the default RSA key size to 3072 bits. Based ondtucker@openbsd.org
2019-03-26upstream: full stop in the wrong place;jmc@openbsd.org
2019-03-26upstream: benno helped me clean up the tcp forwarding section;jmc@openbsd.org
2019-03-26upstream: fix use-after-free in ssh-pkcs11; found by hshoexer w/AFLmarkus@openbsd.org
2019-03-14Fix build when configured --without-openssl.Darren Tucker
2019-03-14On Cygwin run sshd as SYSTEM where possible.Darren Tucker
2019-03-13Replace alloca with xcalloc.Darren Tucker
2019-03-12Use Cygwin-specific matching only for users+groups.Darren Tucker
2019-03-08upstream: Move checks for lists of users or groups into their owndtucker@openbsd.org
2019-03-08upstream: Reset last-seen time when sending a keepalive. Preventsdtucker@openbsd.org
2019-03-08upstream: PKCS#11 support is no longer limited to RSA; ok benno@naddy@openbsd.org
2019-03-08upstream: in ssh_set_newkeys(), mention the direction that we'redjm@openbsd.org
2019-03-01upstream: Fix two race conditions in sshd relating to SIGHUP:djm@openbsd.org
2019-03-01upstream: mention PKCS11Provide=none, reword a little and removedjm@openbsd.org