summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
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
2021-02-23warn when the user specifies a ForwardAgent path that does not existDamien Miller
2021-02-18Fix the hostkeys rotation extension documentationDamien Miller
2021-02-18make names in function prototypes match those in definitionDamien Miller
2021-02-18unbreak SK_DEBUG buildsDamien Miller
2021-02-18sftp-server: implement limits@openssh.com extensionDamien Miller
2021-02-15ssh: add PermitRemoteOpen for remote dynamic forwarding with SOCKSMarkus Friedl
2021-02-15factor out opt_array_append; ok djm@Markus Friedl
2021-02-15ProxyJump takes "none" to disable processing like ProxyCommand doesDavid Gwynne
2021-02-12sftp: add missing lsetstat@openssh.com documentationDamien Miller
2021-02-12factor SSH_AGENT_CONSTRAIN_EXTENSION parsing into its own functionDamien Miller
2021-02-05Remove debug message from sigchld handler. While this works on OpenBSDDarren Tucker
2021-02-02whitespaceDamien Miller
2021-02-02fix memleaks in private key deserialisation; enforce more consistencyDamien Miller
2021-02-02memleak on error path; ok markus@Damien Miller
2021-01-31more strictly enforce KEX state-machine by banning packet typesDamien Miller