summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
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
2021-04-03unused variableDamien Miller
2021-04-03Fix two problems in string->argv conversion: 1) multiple backslashesDamien Miller
2021-03-31Use new limits@openssh.com protocol extension to let the client selectDamien Miller
2021-03-31do not advertise protocol extensions that have been disallowed byDamien Miller
2021-03-19return non-zero exit status when killed by signal; bz#3281Damien Miller
2021-03-19increase maximum SSH2_FXP_READ to match the maximum packet size.Damien Miller
2021-03-16don't let logging clobber errno before useDamien Miller
2021-03-12spellingJonathan Gray
2021-03-12Add ModuliFile keyword to sshd_config to specify the location of theDarren Tucker
2021-03-12pwcopy() struct passwd that we're going to reuse across a bunch ofDamien Miller
2021-03-10Import regenerated moduli file.Darren Tucker
2021-03-10no need to reset buffer after send_msg() as that is done for us;Damien Miller
2021-03-06Fix PRINT macro, the suffix param to sshlog() was missing.Todd C. Miller
2021-03-03don't sshbuf_get_u32() into an enum; reported by goetze ATDamien Miller
2021-03-03typo in other_hostkeys_message() display output, ok djmStuart Henderson
2021-03-03needs FILE*; from Mike FrysingerDamien Miller
2021-03-02openssh-8.5Damien Miller
2021-02-28Add %k to list of keywords. From Eero Häkkinenvia bz#3267Darren Tucker
2021-02-28Do not try to reset signal handler for signal 0 in subprocess.Darren Tucker
2021-02-27fix alphabetic ordering of options; spotted by Iain MorganDamien Miller
2021-02-26a bit more debugging behind #ifdef DEBUG_SKDamien Miller
2021-02-24Put obsolete aliases for hostbasedalgorithms and pubkeyacceptedalgorithmsDarren Tucker
2021-02-23lots more s/key types/signature algorithms/ mostly inDamien Miller
2021-02-23Correct reference to signature algorithms as keys; from Jakub JelenDamien Miller