summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-06-05Add systemd readiness notification supportMichael Biebl
2019-06-05Give the ssh-askpass-gnome window a default iconVincent Untz
2019-06-05Don't check the status field of the OpenSSL versionKurt Roeckx
2019-06-05Document consequences of ssh-agent being setgid in ssh-agent(1)Colin Watson
2019-06-05Document that HashKnownHosts may break tab-completionColin Watson
2019-06-05ssh(1): Refer to ssh-argv0(1)Colin Watson
2019-06-05Various keepalive extensionsRichard Kettlewell
2019-06-05Adjust various OpenBSD-specific references in manual pagesColin Watson
2019-06-05Accept obsolete ssh-vulnkey configuration optionsColin Watson
2019-06-05Install authorized_keys(5) as a symlink to sshd(8)Tomas Pospisek
2019-06-05Handle SELinux authorisation rolesManoj Srivastava
2019-06-05Add DebianBanner server configuration optionKees Cook
2019-06-05Include the Debian version in our identificationMatthew Vernon
2019-06-05Mention ssh-keygen in ssh fingerprint changed warningScott Moser
2019-06-05Force use of DNSSEC even if "options edns0" isn't in resolv.confColin Watson
2019-06-05Look for $SHELL on the path for ProxyCommand/LocalCommandColin Watson
2019-06-05Adjust scp quoting in verbose modeNicolas Valcárcel
2019-06-05Allow harmless group-writabilityColin Watson
2019-06-05"LogLevel SILENT" compatibilityJonathan David Amery
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-08releasing package openssh version 1:7.9p1-10Colin Watson
2019-04-08Temporarily revert IPQoS defaults to pre-7.8 valuesColin Watson
2019-04-08Revert "upstream: Update default IPQoS in ssh(1), sshd(8) to DSCP AF21 for"Colin Watson
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