summaryrefslogtreecommitdiffstats
path: root/readconf.c
AgeCommit message (Expand)Author
2024-03-04upstream: fix leak of CanonicalizePermittedCNAMEs on error path;djm@openbsd.org
2024-03-04upstream: Separate parsing of string array options from applying themdjm@openbsd.org
2024-01-11upstream: make DSA key support compile-time optional, defaulting todjm@openbsd.org
2023-10-12upstream: add %j token that expands to the configured ProxyJumpdjm@openbsd.org
2023-10-12upstream: add ChannelTimeout support to the client, mirroring thedjm@openbsd.org
2023-08-28upstream: Add keystroke timing obfuscation to the client.djm@openbsd.org
2023-07-18conditionalise match localnetwork on ifaddrs.hDamien Miller
2023-07-17upstream: missing match localnetwork negation checkdjm@openbsd.org
2023-07-17avoid AF_LINK on platforms that don't define itDamien Miller
2023-07-17upstream: Add support for configuration tags to ssh(1).djm@openbsd.org
2023-07-17upstream: add a "match localnetwork" predicate.djm@openbsd.org
2023-06-21upstream: better validate CASignatureAlgorithms in ssh_config anddjm@openbsd.org
2023-03-31upstream: don't leak arg2 on parse_pubkey_algos error path; okdjm@openbsd.org
2023-03-10upstream: Remove no-op (int) > INT_MAX checksdtucker@openbsd.org
2023-03-10upstream: modify parentheses in conditionals to make it clearer what isjcs@openbsd.org
2023-03-05upstream: Remove unused compat.h includes.dtucker@openbsd.org
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