Age | Commit message (Expand) | Author |
2022-04-20 | Try to continue running local I/O for channels in state OPEN during | Damien Miller |
2022-04-20 | Import regenerated moduli | Darren Tucker |
2022-04-16 | list the correct version number when usage of the sftp protocol became default | T.J. Townsend |
2022-04-12 | Correct path for system known hosts file in description of | Darren Tucker |
2022-04-11 | clear io_want/io_ready flags at start of poll() cycle; | Damien Miller |
2022-04-08 | Note that curve25519-sha256 was later published in RFC8731. ok djm@ | Darren Tucker |
2022-04-08 | two defensive changes from Tobias Stoeckmann via GHPR287 | Damien Miller |
2022-04-04 | openssh-9.0 | Damien Miller |
2022-03-31 | ssh: document sntrup761x25519-sha512@openssh.com as default KEX | Christian Weisgerber |
2022-03-31 | man pages: add missing commas between subordinate and main clauses | Christian Weisgerber |
2022-03-31 | add a sftp client "cp" command that supports server-side copying | Damien Miller |
2022-03-31 | add support for the "corp-data" protocol extension to allow | Damien Miller |
2022-03-30 | select post-quantum KEX sntrup761x25519-sha512@openssh.com as the | Damien Miller |
2022-03-30 | fix poll() spin when a channel's output fd closes without data in the | Damien Miller |
2022-03-30 | ssh is almost out of getopt() characters; note the remaining | Damien Miller |
2022-03-30 | avoid NULL deref via ssh-keygen -Y find-principals. bz3409, reported | Damien Miller |
2022-03-20 | don't leak argument list; bz3404, reported by Balu Gajjala | Damien Miller |
2022-03-20 | make addargs() and replacearg() a little more robust and improve error | Damien Miller |
2022-03-18 | don't try to resolve ListenAddress directives in the sshd re-exec | Damien Miller |
2022-03-18 | remove blank line | Damien Miller |
2022-03-18 | helpful comment | Damien Miller |
2022-03-18 | ssh-keygen -Y check-novalidate requires namespace or SEGV will ensue. | Damien Miller |
2022-03-15 | improve DEBUG_CHANNEL_POLL debugging message | Damien Miller |
2022-03-13 | ssh: xstrdup(): use memcpy(3) | Scott Soule Cheloha |
2022-03-01 | pack pollfd array before server_accept_loop() ppoll() call, | Damien Miller |
2022-02-27 | include rejected signature algorithm in error message and not the | Christian Weisgerber |
2022-02-25 | Remove the char * casts from arguments to do_lstat, do_readdir and | Darren Tucker |
2022-02-25 | save an unneccessary alloc/free, based on patch from | Damien Miller |
2022-02-23 | free(3) wants stdlib.h | Damien Miller |
2022-02-23 | put back the scp manpage changes for SFTP mode too | Damien Miller |
2022-02-23 | and we go back to testing sftp-scp after the 8.9 release... | Theo de Raadt |
2022-02-23 | avoid integer overflow of auth attempts (harmless, caught by monitor) | Damien Miller |
2022-02-23 | randomise the password used in fakepw | Damien Miller |
2022-02-23 | use asprintf to construct .rhosts paths | Damien Miller |
2022-02-23 | openssh-8.9 | Damien Miller |
2022-02-17 | check for EINTR/EAGAIN failures in the rfd fast-path; | Damien Miller |
2022-02-15 | document the unbound/host-bound options to PubkeyAuthentication; | Damien Miller |
2022-02-11 | Always initialize delim before passing to hpdelim2 which might not set it. | Darren Tucker |
2022-02-10 | revert for imminent OpenSSH release, which wil ship with scp in RCP mode. | Damien Miller |
2022-02-08 | Switch hpdelim interface to accept only ":" as delimiter. | Darren Tucker |
2022-02-07 | use libfido2 1.8.0+ fido_assert_set_clientdata() instead of manually | Damien Miller |
2022-02-06 | remove please from manual pages | Jonathan Gray |
2022-02-04 | Since they are deprecated, move DSA to the end of the default list of | Darren Tucker |
2022-02-01 | allow 'ssh-keygen -Y find-principals' to match wildcard principals | Damien Miller |
2022-02-01 | mark const string array contents const too, i.e. | Damien Miller |
2022-02-01 | better match legacy scp behaviour: show un-expanded paths in error | Damien Miller |
2022-02-01 | Remove explicit kill of privsep preauth child's PID in SIGALRM handler. | Darren Tucker |
2022-01-28 | When it's the possessive of 'it', it's spelled "its", without the | Philip Guenther |
2022-01-22 | add a ssh_packet_process_read() function that reads from a fd | Damien Miller |
2022-01-22 | Use sshbuf_read() to read directly into the channel input buffer | Damien Miller |