summaryrefslogtreecommitdiff
path: root/readconf.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* upstream: let PKCS11Provider=none do what users expectdjm@openbsd.org2019-03-011-2/+3
* upstream: openssh-7.9 accidentally reused the server's algorithm listsdjm@openbsd.org2019-02-241-4/+4
* upstream: add a ssh_config "Match final" predicatedjm@openbsd.org2018-11-231-16/+28
* upstream: use path_absolute() for pathname checks; from Manoj Ampalamdjm@openbsd.org2018-11-161-2/+2
* upstream: Support using service names for port numbers.naddy@openbsd.org2018-10-071-6/+15
* upstream: Allow ssh_config IdentityAgent directive to acceptdjm@openbsd.org2018-10-031-2/+13
* upstream: add CASignatureAlgorithms option for the client, allowingdjm@openbsd.org2018-09-201-3/+13
* upstream: better diagnosics on alg list assembly errors; okdjm@openbsd.org2018-08-131-12/+15
* Remove support for S/KeyDamien Miller2018-07-311-1/+1
* upstream: Now that ssh can't be setuid, remove thedtucker@openbsd.org2018-07-311-3/+1
* upstream: Remove uid checks from low port binds. Now that sshdtucker@openbsd.org2018-07-311-4/+1
* upstream: Deprecate UsePrivilegedPort now that support for runningdtucker@openbsd.org2018-07-191-10/+2
* upstream: Remove support for running ssh(1) setuid and fatal ifdtucker@openbsd.org2018-07-191-4/+1
* upstream: repair PubkeyAcceptedKeyTypes (and friends) after RSAdjm@openbsd.org2018-07-041-10/+28
* upstream: unbreak SendEnv; patch from tb@djm@openbsd.org2018-06-111-2/+2
* upstream: add a SetEnv directive to ssh_config that allows settingdjm@openbsd.org2018-06-091-3/+31
* upstream: switch config file parsing to getline(3) as this avoidsmarkus@openbsd.org2018-06-071-5/+5
* upstream: make UID available as a %-expansion everywhere that thedjm@openbsd.org2018-06-011-1/+5
* upstream: support ProxyJump=none to disable ProxyJumpdjm@openbsd.org2018-05-221-9/+22
* upstream: Allow "SendEnv -PATTERN" to clear environment variablesdjm@openbsd.org2018-04-061-6/+42
* upstream: add a couple of missed options to the config dump; patchdjm@openbsd.org2018-04-061-1/+9
* upstream: Update default IPQoS in ssh(1), sshd(8) to DSCP AF21 forjob@openbsd.org2018-04-061-3/+3
* upstream: Add experimental support for PQC XMSS keys (Extendedmarkus@openbsd.org2018-02-261-1/+2
* upstream: Add BindInterface ssh_config directive and -Bdjm@openbsd.org2018-02-231-2/+9
* upstream commitdtucker@openbsd.org2017-12-071-11/+5
* upstream commitmillert@openbsd.org2017-10-231-32/+22
* upstream commitmarkus@openbsd.org2017-09-221-18/+24
* upstream commitdjm@openbsd.org2017-09-041-4/+15