summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-20ssh(1): Refer to ssh-argv0(1)Colin Watson
2018-10-20Adjust various OpenBSD-specific references in manual pagesColin Watson
2018-10-20Install authorized_keys(5) as a symlink to sshd(8)Tomas Pospisek
2018-10-20Add DebianBanner server configuration optionKees Cook
2018-10-20Include the Debian version in our identificationMatthew Vernon
2018-10-20Mention ssh-keygen in ssh fingerprint changed warningScott Moser
2018-10-20Force use of DNSSEC even if "options edns0" isn't in resolv.confColin Watson
2018-10-20Look for $SHELL on the path for ProxyCommand/LocalCommandColin Watson
2018-10-20Adjust scp quoting in verbose modeNicolas Valcárcel
2018-10-20Allow harmless group-writabilityColin Watson
2018-10-20"LogLevel SILENT" compatibilityJonathan David Amery
2018-10-20Various keepalive extensionsRichard Kettlewell
2018-10-20Accept obsolete ssh-vulnkey configuration optionsColin Watson
2018-10-20Handle SELinux authorisation rolesManoj Srivastava
2018-10-20Restore TCP wrappers supportColin Watson
2018-10-20GSSAPI key exchange supportSimon Wilkinson
2018-10-19Import openssh_7.9p1.orig.tar.gzColin Watson
2018-10-17Require OpenSSL 1.1.x series 1.1.0g or greaterDamien Miller
2018-10-17unbreak compilation with --with-ssl-engineDamien Miller
2018-10-16Remove gcc spectre mitigation flags.Darren Tucker
2018-10-16Avoid deprecated OPENSSL_config when using 1.1.xDamien Miller
2018-10-12Don't avoid our *sprintf replacements.Darren Tucker
2018-10-12Check if snprintf understands %zu.Darren Tucker
2018-10-12remove stale link, tweakDamien Miller
2018-10-12update version numbers ahead of releaseDamien Miller
2018-10-12upstream: don't send new-style rsa-sha2-*-cert-v01@openssh.com names todjm@openbsd.org
2018-10-11update dependsDamien Miller
2018-10-11some more duplicated key algorithm linesDamien Miller
2018-10-11fix duplicated algorithm specification linesDamien Miller
2018-10-11upstream: typo in plain RSA algorithm counterpart names fordjm@openbsd.org
2018-10-11check pw_passwd != NULL here tooDamien Miller
2018-10-11check for NULL return from shadow_pw()Damien Miller
2018-10-11upstream: introducing openssh 7.9deraadt@openbsd.org
2018-10-11supply callback to PEM_read_bio_PrivateKeyDamien Miller
2018-10-10in pick_salt() avoid dereference of NULL passwordsDamien Miller
2018-10-09upstream: Treat all PEM_read_bio_PrivateKey() errors when a passphrasedjm@openbsd.org
2018-10-07upstream: Support using service names for port numbers.naddy@openbsd.org
2018-10-04upstream: when the peer sends a channel-close message, make sure wedjm@openbsd.org
2018-10-04upstream: factor out channel status formatting fromdjm@openbsd.org
2018-10-04upstream: include a little more information about the status anddjm@openbsd.org
2018-10-04upstream: explicit_bzero here to be consistent with other kex*.c;djm@openbsd.org
2018-10-03upstream: Allow ssh_config IdentityAgent directive to acceptdjm@openbsd.org
2018-10-02upstream: mention INFO@openssh.com for sending SIGINFOdjm@openbsd.org
2018-10-02only support SIGINFO on systems with SIGINFODamien Miller
2018-10-02upstream: Add server support for signalling sessions via the SSHdjm@openbsd.org
2018-09-26upstream: remove big ugly TODO comment from start of file. Some ofdjm@openbsd.org
2018-09-26upstream: Document mux proxy mode; added by Markus in openssh-7.4djm@openbsd.org
2018-09-26upstream: s/process_mux_master/mux_master_process/ in mux masterdjm@openbsd.org
2018-09-22Remove unused variable in _ssh_compat_fflush.Darren Tucker
2018-09-22Import updated moduli.Darren Tucker