summaryrefslogtreecommitdiffstats
path: root/readconf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* upstream: fix previous change to ssh_config Match, which broken ondjm@openbsd.org2024-09-271-7/+7
* upstream: fix regression introduced when I switched the "Match"djm@openbsd.org2024-09-251-5/+23
* upstream: switch "Match" directive processing over to the argvdjm@openbsd.org2024-09-151-21/+14
* upstream: allow the "Include" directive to expand the same set ofdjm@openbsd.org2024-09-031-44/+85
* upstream: As defined in the RFC, the SSH protocol has negotiablederaadt@openbsd.org2024-08-271-2/+2
* upstream: spelling; ok djm@jsg@openbsd.org2024-05-171-2/+2
* upstream: fix leak of CanonicalizePermittedCNAMEs on error path;djm@openbsd.org2024-03-041-7/+19
* upstream: Separate parsing of string array options from applying themdjm@openbsd.org2024-03-041-61/+86
* upstream: make DSA key support compile-time optional, defaulting todjm@openbsd.org2024-01-111-1/+3
* upstream: add %j token that expands to the configured ProxyJumpdjm@openbsd.org2023-10-121-4/+8
* upstream: add ChannelTimeout support to the client, mirroring thedjm@openbsd.org2023-10-121-2/+45
* upstream: Add keystroke timing obfuscation to the client.djm@openbsd.org2023-08-281-2/+62
* conditionalise match localnetwork on ifaddrs.hDamien Miller2023-07-181-0/+5
* upstream: missing match localnetwork negation checkdjm@openbsd.org2023-07-171-1/+3
* avoid AF_LINK on platforms that don't define itDamien Miller2023-07-171-0/+2
* upstream: Add support for configuration tags to ssh(1).djm@openbsd.org2023-07-171-2/+13
* upstream: add a "match localnetwork" predicate.djm@openbsd.org2023-07-171-4/+73
* upstream: better validate CASignatureAlgorithms in ssh_config anddjm@openbsd.org2023-06-211-3/+7
* upstream: don't leak arg2 on parse_pubkey_algos error path; okdjm@openbsd.org2023-03-311-1/+2
* upstream: Remove no-op (int) > INT_MAX checksdtucker@openbsd.org2023-03-101-5/+3
* upstream: modify parentheses in conditionals to make it clearer what isjcs@openbsd.org2023-03-101-2/+2
* upstream: Remove unused compat.h includes.dtucker@openbsd.org2023-03-051-2/+1
* upstream: Add a "Host" line to the output of ssh -G showing thedtucker@openbsd.org2023-01-131-1/+3
* upstream: fix bug in PermitRemoteOpen which caused it to ignore itsdjm@openbsd.org2023-01-031-29/+33
* upstream: New EnableEscapeCommandline ssh_config(5) optiondjm@openbsd.org2022-11-301-1/+11
* upstream: add a RequiredRSASize for checking RSA key length indjm@openbsd.org2022-09-171-2/+11
* upstream: Make SetEnv directives first-match-wins in bothdjm@openbsd.org2022-06-031-26/+15
* upstream: Avoid an unnecessary xstrdup in rm_env() when matchingmillert@openbsd.org2022-04-271-7/+3
* Really move DSA to end of list.Darren Tucker2022-02-201-2/+2
* upstream: Switch hpdelim interface to accept only ":" as delimiter.dtucker@openbsd.org2022-02-101-5/+4
* upstream: Since they are deprecated, move DSA to the end of thedtucker@openbsd.org2022-02-071-2/+2
* upstream: PubkeyAuthentication=yes|no|unbound|host-bounddjm@openbsd.org2021-12-191-3/+15
* upstream: missing space character in ssh -G output broke thedjm@openbsd.org2021-09-161-2/+2
* upstream: allow CanonicalizePermittedCNAMEs=none in ssh_config; okdjm@openbsd.org2021-09-161-11/+47
* upstream: Add a ForkAfterAuthentication ssh_config(5) counterpartdjm@openbsd.org2021-07-231-2/+11
* upstream: Add a StdinNull directive to ssh_config(5) that allowsdjm@openbsd.org2021-07-231-2/+11
* upstream: add a SessionType directive to ssh_config, allowing thedjm@openbsd.org2021-07-141-2/+21
* upstream: Remove references to ChallengeResponseAuthentication indtucker@openbsd.org2021-07-021-13/+5
* upstream: fix regression in r1.356: for ssh_config options thatdjm@openbsd.org2021-06-091-2/+3
* upstream: Switch ssh_config parsing to use argv_split()djm@openbsd.org2021-06-081-150/+266
* upstream: Check if IPQoS or TunnelDevice are already set beforedtucker@openbsd.org2021-06-081-3/+3
* upstream: ssh: The client configuration keyword isnaddy@openbsd.org2021-05-261-2/+2
* upstream: highly polished whitespace, mostly fixing spaces-for-tabdjm@openbsd.org2021-04-031-4/+4
* upstream: Put obsolete aliases for hostbasedalgorithms anddtucker@openbsd.org2021-02-241-3/+3
* upstream: ssh: add PermitRemoteOpen for remote dynamic forwardingmarkus@openbsd.org2021-02-171-3/+60
* upstream: Rename HostbasedKeyTypes (ssh) anddtucker@openbsd.org2021-01-261-9/+10
* upstream: Rename PubkeyAcceptedKeyTypes keyword todtucker@openbsd.org2021-01-221-13/+14
* upstream: make CheckHostIP default to 'no'. It doesn't provide anydjm@openbsd.org2021-01-081-2/+2
* upstream: Remove lines accidentally left behind in the ProxyJumptb@openbsd.org2020-12-221-4/+1
* upstream: add a ssh_config KnownHostsCommand that allows the clientdjm@openbsd.org2020-12-221-2/+10