summaryrefslogtreecommitdiff
path: root/readconf.c
Commit message (Expand)AuthorAgeFilesLines
* 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-201-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-251-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
* upstream: properly fix ProxyJump parsing; Thanks to tb@ fordjm@openbsd.org2020-12-211-4/+9
* upstream: prepare readconf.c for fuzzing; remove fatal calls anddjm@openbsd.org2020-12-211-155/+404
* upstream: Ignore comments at the end of config lines in ssh_config,dtucker@openbsd.org2020-12-041-2/+9
* upstream: revert r1.341; it breaks ProxyJump; reported by sthen@djm@openbsd.org2020-11-161-3/+3
* upstream: fix logic error that broke URI parsing in ProxyJumpdjm@openbsd.org2020-11-121-3/+3
* upstream: use the new variant log macros instead of prependingdjm@openbsd.org2020-10-181-12/+11
* upstream: LogVerbose keyword for ssh and sshddjm@openbsd.org2020-10-171-3/+20
* upstream: disable UpdateHostkeys by default if VerifyHostKeyDNS isdjm@openbsd.org2020-10-071-3/+4
* upstream: There are lots of place where we want to redirect stdin,djm@openbsd.org2020-10-031-15/+4
* upstream: enable UpdateHostkeys by default when the configurationdjm@openbsd.org2020-10-031-2/+8
* upstream: remove unreachable code I forgot to delete in r1.334djm@openbsd.org2020-08-271-13/+1
* upstream: let ssh_config(5)'s AddKeysToAgent keyword accept a timedjm@openbsd.org2020-08-271-17/+68
* upstream: Add %k to the TOKENs for Match Exec for consistency withdtucker@openbsd.org2020-07-171-2/+5
* upstream: some language improvements; ok markusdjm@openbsd.org2020-07-151-6/+6
* upstream: Allow some keywords to expand shell-style ${ENV}dtucker@openbsd.org2020-05-291-4/+16
* upstream: fix crash in recallocarray when deleting SendEnvdjm@openbsd.org2020-05-281-2/+7
* upstream: Fix incorrect error message for "too many known hosts files."dtucker@openbsd.org2020-04-241-2/+2
* upstream: %C expansion just added to Match Exec should includedtucker@openbsd.org2020-04-031-2/+2