summaryrefslogtreecommitdiff
path: root/readconf.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* upstream: Make with config keywords support whichdtucker@openbsd.org2020-04-031-1/+25
* upstream: expand HostkeyAlgorithms prior to config dump, matchingdjm@openbsd.org2020-02-071-3/+15
* upstream: revert enabling UpdateHostKeys by default - there are stilldjm@openbsd.org2020-02-041-14/+3
* upstream: enable UpdateKnownHosts=yes if the configurationdjm@openbsd.org2020-01-311-3/+14
* upstream: set UpdateKnownHosts=ask by default; bz#2894; okdjm@openbsd.org2020-01-251-2/+2
* upstream: Make zlib optional. This adds a "ZLIB" build time optiondtucker@openbsd.org2020-01-231-2/+10
* upstream: Replace all calls to signal(2) with a wrapper arounddtucker@openbsd.org2020-01-231-2/+2
* upstream: Remove unsupported algorithms from list of defaults at rundtucker@openbsd.org2020-01-231-19/+34
* upstream: Allow forwarding a different agent socket to the pathdjm@openbsd.org2019-12-211-6/+37
* upstream: Move always unsupported keywords to be grouped with the otherdtucker@openbsd.org2019-12-201-5/+5
* upstream: Remove obsolete opcodes from the configuation enum.dtucker@openbsd.org2019-12-201-6/+6
* upstream: Remove now-obsolete config options from example indtucker@openbsd.org2019-12-201-3/+1
* upstream: allow security keys to act as host keys as well as userdjm@openbsd.org2019-12-161-2/+2
* upstream: directly support U2F/FIDO2 security keys in OpenSSH bydjm@openbsd.org2019-11-151-1/+6
* upstream: remove size_t gl_pathc < 0 test, it is invalid. thederaadt@openbsd.org2019-11-151-3/+3
* upstream: stdarg.h required more broadly; ok djmderaadt@openbsd.org2019-11-151-2/+2
* upstream: enable ed25519 support; ok djmmarkus@openbsd.org2019-11-131-1/+3
* upstream: ssh client support for U2F/FIDO keysdjm@openbsd.org2019-11-011-2/+15
* upstream: Allow prepending a list of algorithms to the default setnaddy@openbsd.org2019-09-081-5/+9
* upstream: produce a useful error message if the user's shell is setdjm@openbsd.org2019-08-091-1/+6
* upstream: When system calls indicate an error they return -1, notderaadt@openbsd.org2019-07-051-2/+2
* upstream: Hostname->HostName cleanup; from lauri tirkkonen okjmc@openbsd.org2019-06-141-6/+6
* upstream: Typo and spelling fixes in comments and error messages.dtucker@openbsd.org2019-06-081-2/+2