Age | Commit message (Expand) | Author |
2021-12-07 | better error message for FIDO keys when we can't match them to a token | Damien Miller |
2021-12-05 | fix unintended sizeof pointer in debug path | Jonathan Gray |
2021-12-04 | RSA/SHA-1 is not used by default anymore on the server | Christian Weisgerber |
2021-12-02 | hash full host:port when asked to hash output, fixes hashes for non- | Damien Miller |
2021-12-02 | improve the testing of credentials against inserted FIDO keys a little | Damien Miller |
2021-12-02 | move check_sk_options() up so we can use it earlier | Damien Miller |
2021-12-02 | ssh-rsa is no longer in the default for PubkeyAcceptedAlgorithms. | Darren Tucker |
2021-12-02 | don't put the tty into raw mode when SessionType=none, avoids ^c being | Damien Miller |
2021-11-28 | sshsig: return "key not found" when searching empty files rather than | Damien Miller |
2021-11-28 | ssh-keygen -Y match-principals doesn't accept any -O options | Damien Miller |
2021-11-28 | fix indenting in last commit | Damien Miller |
2021-11-28 | missing initialisation for oerrno | Damien Miller |
2021-11-27 | Add ssh-keygen -Y match-principals operation to perform matching of | Damien Miller |
2021-11-25 | debug("func: ...") -> debug_f("...") | Damien Miller |
2021-11-18 | less confusing debug message; bz#3365 | Damien Miller |
2021-11-18 | avoid xmalloc(0) for PKCS#11 keyid for ECDSA keys (we already did this | Damien Miller |
2021-11-18 | ssh-keygen -Y find-principals was verifying key validity when using | Damien Miller |
2021-11-18 | check for POLLHUP wherever we check for POLLIN | Damien Miller |
2021-11-18 | fd leak in sshd listen loop error path; from Gleb Smirnoff | Damien Miller |
2021-11-18 | check for POLLHUP as well as POLLIN in sshd listen loop; | Damien Miller |
2021-11-18 | check for POLLHUP as well as POLLIN, handle transient IO errors as well | Damien Miller |
2021-11-17 | set num_listen_socks to 0 on close-all instead of -1, which | Damien Miller |
2021-11-14 | use ppoll() instead of pselect() | Theo de Raadt |
2021-11-14 | match .events with .fd better | Theo de Raadt |
2021-11-14 | convert select() to poll() | Theo de Raadt |
2021-11-13 | replace select() with ppoll(), including converting timeval's to timespec's | Theo de Raadt |
2021-11-13 | It really looks like pledge "stdio dns" is possible earlier. | Theo de Raadt |
2021-11-12 | aggressively pre-fill the pollfd array with fd=-1 | Theo de Raadt |
2021-11-11 | Convert from select() to ppoll(). Along the way, I observed that the | Theo de Raadt |
2021-11-10 | add the sntrup761x25519-sha512@openssh.com hybrid ECDH/x25519 + | Damien Miller |
2021-11-10 | fix ssh-keysign for KEX algorithms that use SHA384/512 exchange hashes; | Damien Miller |
2021-11-08 | improve error message when trying to expand a ~user path for a | Damien Miller |
2021-11-06 | Plug a couple of minor mem leaks. From beldmit at gmail.com via github | Darren Tucker |
2021-11-05 | move cert_filter_principals() to earlier in the file for reuse; | Damien Miller |
2021-11-03 | Many downstreams expect ssh to compile as non-C99... | Theo de Raadt |
2021-11-02 | Better handle FIDO keys on tokens that provide user verification (UV) | Damien Miller |
2021-10-29 | ssh-keygen: make verify-time argument parsing optional | Damien Miller |
2021-10-28 | When downloading resident keys from a FIDO token, pass back the | Damien Miller |
2021-10-24 | For open/openat, if the flags parameter does not contain O_CREAT, the | Theo de Raadt |
2021-10-22 | Prevent mem leaks in the (unlikely) event that getaddrinfo returns | Darren Tucker |
2021-10-22 | Remove unnecessary semicolons in case statements. From khaleesicodes | Darren Tucker |
2021-10-22 | Fix typos in comments. From khaleesicodes via github PR#280. | Darren Tucker |
2021-10-15 | openbsd 7.0 release shipped with the (hopefully last) scp that uses RCP | Theo de Raadt |
2021-10-09 | Document that CASignatureAlgorithms, ExposeAuthInfo and PubkeyAuthOptions | Darren Tucker |
2021-10-02 | Dynamically allocate encoded HashKnownHosts and free as appropriate. | Darren Tucker |
2021-10-01 | unbreak FIDO sk-ed25519 key enrollment for OPENSSL=no builds; | Damien Miller |
2021-09-29 | add some debug output showing how many key file/command lines | Damien Miller |
2021-09-28 | Make prototype for rijndaelEncrypt match function including the bounds. | Darren Tucker |
2021-09-28 | Import regenerated moduli. | Darren Tucker |
2021-09-26 | openssh-8.8 | Damien Miller |