summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2021-07-02Remove obsolete comments about SSHv1 auth methods. ok djm@Darren Tucker
2021-07-02Remove references to ChallengeResponseAuthentication in favour ofDarren Tucker
2021-06-25fix decoding of X.509 subject name; from Leif Thuresson via bz3327Damien Miller
2021-06-25Use better language to refer to the user. From l1ving via githubDarren Tucker
2021-06-25Replace SIGCHLD/notify_pipe kludge with pselect.Darren Tucker
2021-06-10Continue accept loop when pselect returns -1, eg if it was interruptedDarren Tucker
2021-06-08fix regression in r1.356: for ssh_config options that acceptedDamien Miller
2021-06-08switch sshd_config parsing to argv_split()Damien Miller
2021-06-08Switch ssh_config parsing to use argv_split()Damien Miller
2021-06-08Check if IPQoS or TunnelDevice are already set before overriding.Darren Tucker
2021-06-08Allow argv_split() to optionally terminate tokenisation when itDamien Miller
2021-06-07fix debug message when finding a private key to match a certificateDamien Miller
2021-06-06Match host certificates against host public keys, not private keys.Damien Miller
2021-06-06Client-side workaround for a bug in OpenSSH 7.4: this release allowsDamien Miller
2021-06-06degrade gracefully if a sftp-server offers the limits@openssh.comDamien Miller
2021-06-06the limits@openssh.com extension was incorrectly marked as anDamien Miller
2021-06-05PROTOCOL.certkeys: update reference from IETF draft to RFCChristian Weisgerber
2021-06-04The RB_GENERATE_STATIC(3) macro expands to a series of functionDamien Miller
2021-06-04rework authorized_keys example section, removing irrelevant stuff,Damien Miller
2021-06-04adjust SetEnv description to clarify $TERM handlingDamien Miller
2021-06-04Switch the listening select loop from select() to pselect() andDarren Tucker
2021-06-04allow ssh_config SetEnv to override $TERM, which is otherwise handledDamien Miller
2021-06-04correct extension name "no-presence-required" => "no-touch-required"Damien Miller
2021-05-31Hash challenge supplied by client during FIDO key enrollment prior toDamien Miller
2021-05-26fix SEGV in UpdateHostkeys debug() message, triggered when the updateDamien Miller
2021-05-23ssh: The client configuration keyword is "hostbasedacceptedalgorithms"Christian Weisgerber
2021-05-19restore blocking status on stdio fds before closeDamien Miller
2021-05-17fix breakage of -W forwaring introduced in 1.554; reported byDamien Miller
2021-05-17Regenerate moduli.Darren Tucker
2021-05-14fix previous: test saved no_shell_flag, not the one that just gotDamien Miller
2021-05-14Fix ssh started with ControlPersist incorrectly executing a shellDamien Miller
2021-05-12Clarify language about moduli. While both ends of the connection do needDarren Tucker
2021-05-07include pid in LogVerbose spamDamien Miller
2021-05-07don't sigdie() in signal handler in privsep child process;Damien Miller
2021-05-07correct mistake in spec - the private key blobs are encoded verbatimDamien Miller
2021-05-04Don't pass NULL as a string in debugging as it does not work on someDarren Tucker
2021-05-03more debugging for UpdateHostKeys signature failuresDamien Miller
2021-04-30a little debugging in the main mux process for status confirmationDamien Miller
2021-04-30Remove now-unused skey function prototypes leftover from skey removal.Darren Tucker
2021-04-16openssh-8.6Damien Miller
2021-04-15do not pass file/func to monitor; noted by Ilja van Sprundel; ok djm@Markus Friedl
2021-04-06include "ssherr.h" not <ssherr.h>; from Balu Gajjala via bz#3292Damien Miller
2021-04-04remove stray inserts; from matthias schmidtJason McIntyre
2021-04-04missing comma; from kawashima jamesJason McIntyre
2021-04-03typos in comments; GHPR#180 from Ville SkyttäDamien Miller
2021-04-03sync CASignatureAlgorithms lists with reality. GHPR#174 fromDamien Miller
2021-04-03highly polished whitespace, mostly fixing spaces-for-tab and badDamien Miller
2021-04-03whitespace (tab after space)Damien Miller
2021-04-03fix incorrect plural; from Ville Skyttä via GHPR#181Damien Miller
2021-04-03ensure that pkcs11_del_provider() is called before exit - some PKCS#11Damien Miller