Age | Commit message (Expand) | Author |
2020-10-09 | Add nolog option to avoid syslog(3) | kn |
2020-10-09 | Improve error message on missing permission | kn |
2020-10-08 | set SO_REUSEADDR on the server socket when we play oscp server. | Bob Beck |
2020-10-08 | don't misdetect comma-separated hostkey names as wildcards; | Damien Miller |
2020-10-08 | clarify conditions for UpdateHostkeys | Damien Miller |
2020-10-07 | Allow fnmatch(3) wildcards in update-environment, GitHub issue 2397. | Nicholas Marriott |
2020-10-07 | Disable UpdateHostkeys when hostkey checking fails | Damien Miller |
2020-10-07 | Fix UpdateHostkeys/HashKnownHosts/CheckHostIP bug | Damien Miller |
2020-10-07 | don't UpdateHostkeys when the hostkey is verified by the | Damien Miller |
2020-10-07 | revert kex->flags cert hostkey downgrade back to a plain key | Damien Miller |
2020-10-07 | simply disable UpdateHostkeys when a certificate successfully | Damien Miller |
2020-10-07 | disable UpdateHostkeys by default if VerifyHostKeyDNS is enabled; | Damien Miller |
2020-10-06 | Fix a last minute change in previous. | Nicholas Marriott |
2020-10-06 | Add a state struct to store working state during format expansion | Nicholas Marriott |
2020-10-06 | Agent protocol draft is now at rev 4. ok djm@ | Darren Tucker |
2020-10-05 | Trim "s from process names; also fix a default format in man page. | Nicholas Marriott |
2020-10-05 | Tidy the resize code, merge some common bits and add some comments. From | Nicholas Marriott |
2020-10-05 | Use the setal capability as well as (tmux's) Setulc. | Nicholas Marriott |
2020-10-04 | when ordering host key algorithms in the client, consider the ECDSA | Damien Miller |
2020-10-04 | Allow full range of UIDs and GIDs for sftp chown and chgrp on 32bit | Darren Tucker |
2020-10-03 | There are lots of place where we want to redirect stdin, stdout | Damien Miller |
2020-10-03 | enable UpdateHostkeys by default when the configuration has not | Damien Miller |
2020-10-03 | disable UpdateHostkeys when a wildcard hostname pattern is | Damien Miller |
2020-10-03 | record when the host key checking code downgrades a certificate host | Damien Miller |
2020-10-03 | prefer ed25519 signature algorithm variants to ECDSA; ok markus@ | Damien Miller |
2020-10-03 | want time.h here too | Damien Miller |
2020-10-03 | split introductory paragraph, and insert ominous words about the glob | Theo de Raadt |
2020-10-02 | Add -[46] nops for compatibility with the OpenSSL s_server | Theo Buehler |
2020-10-01 | add a missing .Pp | Ingo Schwarze |
2020-10-01 | add example to apropos.1 to list all manuals in a given section | ians |
2020-10-01 | update currency exchange rates; | Jason McIntyre |
2020-09-30 | Now that dprintf(3) uses format string annotation checking, a sizeof() | Theo de Raadt |
2020-09-30 | Regen moduli. | Darren Tucker |
2020-09-27 | openssh 8.4 | Damien Miller |
2020-09-23 | Escape+Up and the other arrow keys should be kept as Escape+Up and not | Nicholas Marriott |
2020-09-22 | Move a sentence to the right command. | Nicholas Marriott |
2020-09-22 | Do not wrap at end of text when positioning at end of match because the | Nicholas Marriott |
2020-09-22 | Resize screen to the correct size (borders need to be taken off). | Nicholas Marriott |
2020-09-22 | Fix warnings on some platforms with %llx and add a new message to handle | Nicholas Marriott |
2020-09-21 | close stdin when forking after authentication too; ok markus | Damien Miller |
2020-09-20 | close stdout/stderr after "ssh -f ..." forking | Damien Miller |
2020-09-20 | cap channel input buffer size at 16MB; avoids high memory use when | Damien Miller |
2020-09-18 | Free buffer earlier to avoid confusing some compilers, GitHub issue | Nicholas Marriott |
2020-09-18 | Some other warnings, GitHub issue 2382. | Nicholas Marriott |
2020-09-18 | handle multiple messages in a single read() | Damien Miller |
2020-09-18 | tweak the client hostkey preference ordering algorithm to prefer the | Damien Miller |
2020-09-16 | Add -q flag to unbind-key to hide errors, GitHub issue 2381. | Nicholas Marriott |
2020-09-16 | Fix some warnings, GitHub issue 2382. | Nicholas Marriott |
2020-09-16 | Remove unused buf, last user was removed when switching to the sshbuf API. | Darren Tucker |
2020-09-15 | "Route show" and "netstat -r" provide formatting for routing tables with | pamela |