summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh
AgeCommit message (Expand)AuthorFilesLines
2021-04-03typos in comments; GHPR#180 from Ville Skyttädjm3-6/+6
2021-04-03sync CASignatureAlgorithms lists with reality. GHPR#174 fromdjm2-8/+10
2021-04-03highly polished whitespace, mostly fixing spaces-for-tab and baddjm40-153/+156
2021-04-03whitespace (tab after space)djm4-9/+9
2021-04-03fix incorrect plural; from Ville Skyttä via GHPR#181djm1-3/+3
2021-04-03ensure that pkcs11_del_provider() is called before exit - some PKCS#11djm1-1/+5
2021-04-03unused variabledjm1-2/+2
2021-04-03Fix two problems in string->argv conversion: 1) multiple backslashesdjm1-7/+4
2021-03-31Use new limits@openssh.com protocol extension to let the client selectdjm3-18/+115
2021-03-31do not advertise protocol extensions that have been disallowed bydjm1-33/+53
2021-03-19return non-zero exit status when killed by signal; bz#3281djm1-2/+2
2021-03-19increase maximum SSH2_FXP_READ to match the maximum packet size.djm1-24/+38
2021-03-16don't let logging clobber errno before usedjm1-4/+6
2021-03-12spellingjsg1-3/+3
2021-03-12Add ModuliFile keyword to sshd_config to specify the location of thedtucker6-12/+49
2021-03-12pwcopy() struct passwd that we're going to reuse across a bunch ofdjm1-1/+2
2021-03-10Import regenerated moduli file.dtucker6-405/+445
2021-03-10no need to reset buffer after send_msg() as that is done for us;djm1-3/+1
2021-03-06Fix PRINT macro, the suffix param to sshlog() was missing.millert1-21/+20
2021-03-03don't sshbuf_get_u32() into an enum; reported by goetze ATdjm1-4/+4
2021-03-03typo in other_hostkeys_message() display output, ok djmsthen1-2/+2
2021-03-03needs FILE*; from Mike Frysingerdjm1-1/+2
2021-03-02openssh-8.5djm1-2/+2
2021-02-28Add %k to list of keywords. From Eero Häkkinenvia bz#3267dtucker1-3/+3
2021-02-28Do not try to reset signal handler for signal 0 in subprocess.dtucker1-2/+2
2021-02-27fix alphabetic ordering of options; spotted by Iain Morgandjm1-9/+9
2021-02-26a bit more debugging behind #ifdef DEBUG_SKdjm1-2/+7
2021-02-24Put obsolete aliases for hostbasedalgorithms and pubkeyacceptedalgorithmsdtucker2-6/+6
2021-02-23lots more s/key types/signature algorithms/ mostly indjm2-32/+32
2021-02-23Correct reference to signature algorithms as keys; from Jakub Jelendjm1-3/+3
2021-02-23warn when the user specifies a ForwardAgent path that does not existdjm1-1/+7
2021-02-18Fix the hostkeys rotation extension documentationdjm1-1/+2
2021-02-18make names in function prototypes match those in definitiondjm2-4/+4
2021-02-18unbreak SK_DEBUG buildsdjm1-3/+3
2021-02-18sftp-server: implement limits@openssh.com extensiondjm2-3/+85
2021-02-15ssh: add PermitRemoteOpen for remote dynamic forwarding with SOCKSmarkus6-9/+170
2021-02-15factor out opt_array_append; ok djm@markus3-43/+51
2021-02-15ProxyJump takes "none" to disable processing like ProxyCommand doesdlg1-2/+5
2021-02-12sftp: add missing lsetstat@openssh.com documentationdjm3-13/+39
2021-02-12factor SSH_AGENT_CONSTRAIN_EXTENSION parsing into its own functiondjm1-41/+59
2021-02-05Remove debug message from sigchld handler. While this works on OpenBSDdtucker1-3/+1
2021-02-02whitespacedjm1-2/+1
2021-02-02fix memleaks in private key deserialisation; enforce more consistencydjm1-1/+20
2021-02-02memleak on error path; ok markus@djm1-2/+2
2021-01-31more strictly enforce KEX state-machine by banning packet typesdjm5-9/+25
2021-01-31Set linesize returned by getline to zero when freeing and NULLing thedtucker1-1/+3
2021-01-29fix the values of enum sock_typedjm1-4/+4
2021-01-29give typedef'd struct a struct name; makes the fuzzer I'm writing a bitdjm1-2/+2
2021-01-27fix leak: was double allocating kex->session_id bufferdjm1-4/+6
2021-01-27this needs kex.h nowdjm1-1/+2