Age | Commit message (Expand) | Author |
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 |
2022-01-22 | Add a sshbuf_read() that attempts to read(2) directly in to a | Damien Miller |
2022-01-21 | add a helper for writing an error message to the stderr_buf and setting | Damien Miller |
2022-01-21 | correct comment and use local variable instead of long indirection; | Damien Miller |
2022-01-21 | When poll(2) returns -1, for some error conditions pfd[].revents is | Theo de Raadt |
2022-01-17 | when decompressing zlib compressed packets, use Z_SYNC_FLUSH instead | Damien Miller |
2022-01-17 | make most of the sftp errors more idiomatic, following the general form | Damien Miller |
2022-01-17 | when transferring multiple files in SFTP mode, create the destination | Damien Miller |