summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/readconf.c
AgeCommit message (Expand)Author
2020-07-05some language improvements; ok markusDamien Miller
2020-05-29Allow some keywords to expand shell-style ${ENV} environmentDarren Tucker
2020-05-27fix crash in recallocarray when deleting SendEnv variables;Damien Miller
2020-04-24Fix incorrect error message for "too many known hosts files." bz#3149, patchDarren Tucker
2020-04-03%C expansion just added to Match Exec should include remote user not localDarren Tucker
2020-04-03Make with config keywords support which percent_expansions more consistent.Darren Tucker
2020-02-06expand HostkeyAlgorithms prior to config dump, matching otherDamien Miller
2020-02-03revert enabling UpdateHostKeys by default - there are still corner casesDamien Miller
2020-01-30enable UpdateKnownHosts=yes if the configuration specifies only theDamien Miller
2020-01-25set UpdateKnownHosts=ask by default; bz#2894; ok markus@Damien Miller
2020-01-23Make zlib optional. This adds a "ZLIB" build time option that allowsDarren Tucker
2020-01-23Replace all calls to signal(2) with a wrapper around sigaction(2).Darren Tucker
2020-01-23Remove unsupported algorithms from list of defaults at run time andDarren Tucker
2019-12-21Allow forwarding a different agent socket to the path specified byDamien Miller
2019-12-20Move always unsupported keywords to be grouped with the other ones.Darren Tucker
2019-12-20Remove obsolete opcodes from the configuation enum. Patch fromDarren Tucker
2019-12-20Remove now-obsolete config options from example in comment. Patch fromDarren Tucker
2019-12-15allow security keys to act as host keys as well as user keys.Damien Miller
2019-11-14directly support U2F/FIDO2 security keys in OpenSSH by linkingDamien Miller
2019-11-13remove size_t gl_pathc < 0 test, it is invalid. the return value fromTheo de Raadt
2019-11-13stdarg.h required more broadly; ok djmTheo de Raadt
2019-11-12enable ed25519 support; ok djmMarkus Friedl
2019-10-31ssh client support for U2F/FIDO keysDamien Miller
2019-09-06Allow prepending a list of algorithms to the default set by startingChristian Weisgerber
2019-08-09produce a useful error message if the user's shell is set incorrectlyDamien Miller
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2019-06-12Hostname->HostName cleanup; from lauri tirkkonenJason McIntyre
2019-06-07Typo and spelling fixes in comments and error messages. Patch fromDarren Tucker
2019-03-01let PKCS11Provider=none do what users expectDamien Miller
2019-02-23openssh-7.9 accidentally reused the server's algorithm lists in theDamien Miller
2018-11-23add a ssh_config "Match final" predicateDamien Miller
2018-11-16use path_absolute() for pathname checks; from Manoj AmpalamDamien Miller
2018-10-05Support using service names for port numbers.Christian Weisgerber
2018-10-03Allow ssh_config IdentityAgent directive to accept environment variableDamien Miller
2018-09-20add CASignatureAlgorithms option for the client, allowing it to specifyDamien Miller
2018-08-12better diagnosics on alg list assembly errors; ok deraadt@ markus@Damien Miller
2018-07-27Now that ssh can't be setuid, remove the original_real_uid andDarren Tucker
2018-07-27Remove uid checks from low port binds. Now that ssh cannot beDarren Tucker
2018-07-19Deprecate UsePrivilegedPort now that support for running ssh(1)Darren Tucker
2018-07-18Remove support for running ssh(1) setuid and fatal if attempted.Darren Tucker
2018-07-04repair PubkeyAcceptedKeyTypes (and friends) after RSA signature work -Damien Miller
2018-06-10unbreak SendEnv; patch from tb@Damien Miller
2018-06-09add a SetEnv directive to ssh_config that allows setting environmentDamien Miller
2018-06-06switch config file parsing to getline(3) as this avoids static limitsMarkus Friedl
2018-06-01make UID available as a %-expansion everywhere that the username isDamien Miller
2018-05-22support ProxyJump=none to disable ProxyJump functionality; bz#2869Damien Miller
2018-04-06Allow "SendEnv -PATTERN" to clear environment variables previouslyDamien Miller
2018-04-06add a couple of missed options to the config dump; patch fromDamien Miller
2018-04-04Update default IPQoS in ssh(1), sshd(8) to DSCP AF21 for interactive and CS1 ...job
2018-02-23Add experimental support for PQC XMSS keys (Extended Hash-Based Signatures)Markus Friedl