| Commit message (Expand) | Author | Files | Lines |
2020-01-26 | upstream: factor out reading/writing sshbufs to dedicated | djm@openbsd.org | 9 | -128/+163 |
2020-01-26 | upstream: add a comment describing the ranges of channel IDs that | djm@openbsd.org | 1 | -1/+9 |
2020-01-26 | upstream: make sshd_config:ClientAliveCountMax=0 disable the | djm@openbsd.org | 2 | -3/+7 |
2020-01-26 | upstream: clarify order of AllowUsers/DenyUsers vs | djm@openbsd.org | 1 | -19/+7 |
2020-01-25 | upstream: when AddKeysToAgent=yes is set and the key contains no | djm@openbsd.org | 2 | -6/+8 |
2020-01-25 | upstream: group14-sha1 is no longer a default algorithm | tedu@openbsd.org | 2 | -5/+4 |
2020-01-25 | upstream: reword HashKnownHosts description a little more; some | djm@openbsd.org | 1 | -3/+3 |
2020-01-25 | upstream: weaken the language for what HashKnownHosts provides with | djm@openbsd.org | 1 | -4/+4 |
2020-01-25 | upstream: the GatewayPorts vs -R listen address selection logic is | djm@openbsd.org | 1 | -2/+7 |
2020-01-25 | upstream: mention that permitopen=/PermitOpen do no name to address | djm@openbsd.org | 2 | -7/+9 |
2020-01-25 | include tunnel device path in error message | Damien Miller | 1 | -4/+4 |
2020-01-25 | upstream: unrevert this: | djm@openbsd.org | 1 | -5/+3 |
2020-01-25 | upstream: Move setting $NC into test-exec since it's now used by | dtucker@openbsd.org | 3 | -7/+6 |
2020-01-25 | Put EC key export inside OPENSSL_HAS_ECC. | Darren Tucker | 1 | -0/+2 |
2020-01-25 | upstream: Wait a bit longer for the multiplex master to become ready | dtucker@openbsd.org | 1 | -2/+2 |
2020-01-25 | upstream: Add a connection test for proxycommand. This would have | dtucker@openbsd.org | 1 | -2/+11 |
2020-01-25 | upstream: set UpdateKnownHosts=ask by default; bz#2894; ok | djm@openbsd.org | 1 | -2/+2 |
2020-01-25 | upstream: allow UpdateKnownHosts=yes to function when multiple | djm@openbsd.org | 3 | -17/+47 |
2020-01-25 | upstream: process security key provider via realpath() in agent, | djm@openbsd.org | 1 | -7/+19 |
2020-01-25 | upstream: expose PKCS#11 key labels/X.509 subjects as comments | djm@openbsd.org | 7 | -82/+144 |
2020-01-25 | upstream: tweak proctitle to include sshd arguments, as these are | djm@openbsd.org | 1 | -4/+18 |
2020-01-25 | upstream: add xextendf() to extend a string with a format | djm@openbsd.org | 2 | -2/+31 |
2020-01-25 | upstream: minor tweaks to ssh-keygen -Y find-principals: | djm@openbsd.org | 1 | -11/+21 |
2020-01-25 | upstream: remove ssh-rsa (SHA1) from the list of allowed CA | djm@openbsd.org | 1 | -3/+2 |
2020-01-25 | upstream: when signing a certificate with an RSA key, default to | djm@openbsd.org | 1 | -5/+9 |
2020-01-25 | upstream: allow PEM export of DSA and ECDSA keys; bz3091, patch | djm@openbsd.org | 1 | -1/+9 |
2020-01-25 | upstream: ssh-keygen -Y find-principals fixes based on feedback | djm@openbsd.org | 4 | -33/+84 |
2020-01-24 | upstream: Do not warn about permissions on symlinks. | dtucker@openbsd.org | 1 | -2/+2 |
2020-01-23 | upstream: Handle zlib compression being disabled now that it's | dtucker@openbsd.org | 2 | -4/+16 |
2020-01-23 | upstream: Fix typo in comment. | dtucker@openbsd.org | 1 | -2/+2 |
2020-01-23 | upstream: When checking for unsafe directories, ignore non-directories | dtucker@openbsd.org | 1 | -4/+6 |
2020-01-23 | zlib is now optional. | Darren Tucker | 1 | -5/+4 |
2020-01-23 | Plumb WITH_ZLIB into configure. | Darren Tucker | 1 | -10/+18 |
2020-01-23 | upstream: Make zlib optional. This adds a "ZLIB" build time option | dtucker@openbsd.org | 8 | -16/+91 |
2020-01-23 | upstream: remove trailing period characters from pub/priv key | djm@openbsd.org | 1 | -3/+3 |
2020-01-23 | Fix a couple of mysig_t leftovers. | Darren Tucker | 3 | -3/+6 |
2020-01-23 | Remove mysignal wrapper. | Darren Tucker | 2 | -38/+0 |
2020-01-23 | upstream: new sentence, new line; | jmc@openbsd.org | 1 | -3/+3 |
2020-01-23 | upstream: Replace all calls to signal(2) with a wrapper around | dtucker@openbsd.org | 25 | -131/+153 |
2020-01-23 | upstream: missing header change from previous; spotted by dtucker@ | djm@openbsd.org | 1 | -0/+10 |
2020-01-23 | upstream: Check for and warn about StrictModes permission problems. ok tb@ | dtucker@openbsd.org | 1 | -1/+24 |
2020-01-23 | upstream: Also test PuTTY chacha20. | dtucker@openbsd.org | 1 | -2/+2 |
2020-01-23 | upstream: Also test PuTTY ecdh kex methods. | dtucker@openbsd.org | 1 | -2/+2 |
2020-01-23 | upstream: Remove unsupported algorithms from list of defaults at run | dtucker@openbsd.org | 6 | -162/+92 |
2020-01-23 | upstream: add a new signature operations "find-principal" to look | djm@openbsd.org | 3 | -11/+209 |
2020-01-23 | upstream: Ignore whitespace when checking explict fingerprint. | dtucker@openbsd.org | 1 | -5/+6 |
2020-01-22 | upstream: Increase keyscan timeout from default. On slow hosts 3 | dtucker@openbsd.org | 1 | -2/+2 |
2020-01-22 | upstream: remove diffie-hellman-group14-sha1 from default kex to | tedu@openbsd.org | 1 | -3/+2 |
2020-01-22 | upstream: For ssh-keygen -lF only add a space after key fingerprint | claudio@openbsd.org | 1 | -3/+5 |
2020-01-22 | upstream: some __func__ and strerror(errno) here; no functional | djm@openbsd.org | 1 | -7/+7 |