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