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