summaryrefslogtreecommitdiff
path: root/readconf.c
AgeCommit message (Expand)Author
2020-06-07Revert "upstream: Update default IPQoS in ssh(1), sshd(8) to DSCP AF21 for"Colin Watson
2020-06-07Various Debian-specific configuration changesColin Watson
2020-06-07Allow harmless group-writabilityColin Watson
2020-06-07Various keepalive extensionsRichard Kettlewell
2020-06-07Accept obsolete ssh-vulnkey configuration optionsColin Watson
2020-06-07GSSAPI key exchange supportSimon Wilkinson
2020-04-24upstream: Fix incorrect error message for "too many known hosts files."dtucker@openbsd.org
2020-04-03upstream: %C expansion just added to Match Exec should includedtucker@openbsd.org
2020-04-03upstream: Make with config keywords support whichdtucker@openbsd.org
2020-02-07upstream: expand HostkeyAlgorithms prior to config dump, matchingdjm@openbsd.org
2020-02-04upstream: revert enabling UpdateHostKeys by default - there are stilldjm@openbsd.org
2020-01-31upstream: enable UpdateKnownHosts=yes if the configurationdjm@openbsd.org
2020-01-25upstream: set UpdateKnownHosts=ask by default; bz#2894; okdjm@openbsd.org
2020-01-23upstream: Make zlib optional. This adds a "ZLIB" build time optiondtucker@openbsd.org
2020-01-23upstream: Replace all calls to signal(2) with a wrapper arounddtucker@openbsd.org
2020-01-23upstream: Remove unsupported algorithms from list of defaults at rundtucker@openbsd.org
2019-12-21upstream: Allow forwarding a different agent socket to the pathdjm@openbsd.org
2019-12-20upstream: Move always unsupported keywords to be grouped with the otherdtucker@openbsd.org
2019-12-20upstream: Remove obsolete opcodes from the configuation enum.dtucker@openbsd.org
2019-12-20upstream: Remove now-obsolete config options from example indtucker@openbsd.org
2019-12-16upstream: allow security keys to act as host keys as well as userdjm@openbsd.org
2019-11-15upstream: directly support U2F/FIDO2 security keys in OpenSSH bydjm@openbsd.org
2019-11-15upstream: remove size_t gl_pathc < 0 test, it is invalid. thederaadt@openbsd.org
2019-11-15upstream: stdarg.h required more broadly; ok djmderaadt@openbsd.org
2019-11-13upstream: enable ed25519 support; ok djmmarkus@openbsd.org
2019-11-01upstream: ssh client support for U2F/FIDO keysdjm@openbsd.org
2019-09-08upstream: Allow prepending a list of algorithms to the default setnaddy@openbsd.org
2019-08-09upstream: produce a useful error message if the user's shell is setdjm@openbsd.org
2019-07-05upstream: When system calls indicate an error they return -1, notderaadt@openbsd.org
2019-06-14upstream: Hostname->HostName cleanup; from lauri tirkkonen okjmc@openbsd.org
2019-06-08upstream: Typo and spelling fixes in comments and error messages.dtucker@openbsd.org
2019-03-01upstream: let PKCS11Provider=none do what users expectdjm@openbsd.org
2019-02-24upstream: openssh-7.9 accidentally reused the server's algorithm listsdjm@openbsd.org
2018-11-23upstream: add a ssh_config "Match final" predicatedjm@openbsd.org
2018-11-16upstream: use path_absolute() for pathname checks; from Manoj Ampalamdjm@openbsd.org
2018-10-07upstream: Support using service names for port numbers.naddy@openbsd.org
2018-10-03upstream: Allow ssh_config IdentityAgent directive to acceptdjm@openbsd.org
2018-09-20upstream: add CASignatureAlgorithms option for the client, allowingdjm@openbsd.org
2018-08-13upstream: better diagnosics on alg list assembly errors; okdjm@openbsd.org
2018-07-31Remove support for S/KeyDamien Miller
2018-07-31upstream: Now that ssh can't be setuid, remove thedtucker@openbsd.org
2018-07-31upstream: Remove uid checks from low port binds. Now that sshdtucker@openbsd.org
2018-07-19upstream: Deprecate UsePrivilegedPort now that support for runningdtucker@openbsd.org
2018-07-19upstream: Remove support for running ssh(1) setuid and fatal ifdtucker@openbsd.org
2018-07-04upstream: repair PubkeyAcceptedKeyTypes (and friends) after RSAdjm@openbsd.org
2018-06-11upstream: unbreak SendEnv; patch from tb@djm@openbsd.org
2018-06-09upstream: add a SetEnv directive to ssh_config that allows settingdjm@openbsd.org
2018-06-07upstream: switch config file parsing to getline(3) as this avoidsmarkus@openbsd.org
2018-06-01upstream: make UID available as a %-expansion everywhere that thedjm@openbsd.org
2018-05-22upstream: support ProxyJump=none to disable ProxyJumpdjm@openbsd.org