summaryrefslogtreecommitdiffstats
path: root/readconf.c
AgeCommit message (Expand)Author
2023-01-13upstream: Add a "Host" line to the output of ssh -G showing thedtucker@openbsd.org
2023-01-03upstream: fix bug in PermitRemoteOpen which caused it to ignore itsdjm@openbsd.org
2022-11-30upstream: New EnableEscapeCommandline ssh_config(5) optiondjm@openbsd.org
2022-09-17upstream: add a RequiredRSASize for checking RSA key length indjm@openbsd.org
2022-06-03upstream: Make SetEnv directives first-match-wins in bothdjm@openbsd.org
2022-04-27upstream: Avoid an unnecessary xstrdup in rm_env() when matchingmillert@openbsd.org
2022-02-20Really move DSA to end of list.Darren Tucker
2022-02-10upstream: Switch hpdelim interface to accept only ":" as delimiter.dtucker@openbsd.org
2022-02-07upstream: Since they are deprecated, move DSA to the end of thedtucker@openbsd.org
2021-12-20upstream: PubkeyAuthentication=yes|no|unbound|host-bounddjm@openbsd.org
2021-09-16upstream: missing space character in ssh -G output broke thedjm@openbsd.org
2021-09-16upstream: allow CanonicalizePermittedCNAMEs=none in ssh_config; okdjm@openbsd.org
2021-07-23upstream: Add a ForkAfterAuthentication ssh_config(5) counterpartdjm@openbsd.org
2021-07-23upstream: Add a StdinNull directive to ssh_config(5) that allowsdjm@openbsd.org
2021-07-14upstream: add a SessionType directive to ssh_config, allowing thedjm@openbsd.org
2021-07-02upstream: Remove references to ChallengeResponseAuthentication indtucker@openbsd.org
2021-06-09upstream: fix regression in r1.356: for ssh_config options thatdjm@openbsd.org
2021-06-08upstream: Switch ssh_config parsing to use argv_split()djm@openbsd.org
2021-06-08upstream: Check if IPQoS or TunnelDevice are already set beforedtucker@openbsd.org
2021-05-26upstream: ssh: The client configuration keyword isnaddy@openbsd.org
2021-04-03upstream: highly polished whitespace, mostly fixing spaces-for-tabdjm@openbsd.org
2021-02-25upstream: Put obsolete aliases for hostbasedalgorithms anddtucker@openbsd.org
2021-02-17upstream: ssh: add PermitRemoteOpen for remote dynamic forwardingmarkus@openbsd.org
2021-01-26upstream: Rename HostbasedKeyTypes (ssh) anddtucker@openbsd.org
2021-01-22upstream: Rename PubkeyAcceptedKeyTypes keyword todtucker@openbsd.org
2021-01-08upstream: make CheckHostIP default to 'no'. It doesn't provide anydjm@openbsd.org
2020-12-22upstream: Remove lines accidentally left behind in the ProxyJumptb@openbsd.org
2020-12-22upstream: add a ssh_config KnownHostsCommand that allows the clientdjm@openbsd.org
2020-12-21upstream: properly fix ProxyJump parsing; Thanks to tb@ fordjm@openbsd.org
2020-12-21upstream: prepare readconf.c for fuzzing; remove fatal calls anddjm@openbsd.org
2020-12-04upstream: Ignore comments at the end of config lines in ssh_config,dtucker@openbsd.org
2020-11-16upstream: revert r1.341; it breaks ProxyJump; reported by sthen@djm@openbsd.org
2020-11-12upstream: fix logic error that broke URI parsing in ProxyJumpdjm@openbsd.org
2020-10-18upstream: use the new variant log macros instead of prependingdjm@openbsd.org
2020-10-17upstream: LogVerbose keyword for ssh and sshddjm@openbsd.org
2020-10-07upstream: disable UpdateHostkeys by default if VerifyHostKeyDNS isdjm@openbsd.org
2020-10-03upstream: There are lots of place where we want to redirect stdin,djm@openbsd.org
2020-10-03upstream: enable UpdateHostkeys by default when the configurationdjm@openbsd.org
2020-08-27upstream: remove unreachable code I forgot to delete in r1.334djm@openbsd.org
2020-08-27upstream: let ssh_config(5)'s AddKeysToAgent keyword accept a timedjm@openbsd.org
2020-07-17upstream: Add %k to the TOKENs for Match Exec for consistency withdtucker@openbsd.org
2020-07-15upstream: some language improvements; ok markusdjm@openbsd.org
2020-05-29upstream: Allow some keywords to expand shell-style ${ENV}dtucker@openbsd.org
2020-05-28upstream: fix crash in recallocarray when deleting SendEnvdjm@openbsd.org
2020-04-24upstream: Fix incorrect error message for "too many known hosts files."dtucker@openbsd.org
2020-04-03upstream: %C expansion just added to Match Exec should includedtucker@openbsd.org
2020-04-03upstream: Make with config keywords support whichdtucker@openbsd.org
2020-02-07upstream: expand HostkeyAlgorithms prior to config dump, matchingdjm@openbsd.org
2020-02-04upstream: revert enabling UpdateHostKeys by default - there are stilldjm@openbsd.org
2020-01-31upstream: enable UpdateKnownHosts=yes if the configurationdjm@openbsd.org