summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh (follow)
Commit message (Expand)AuthorAgeFilesLines
* typos in comments; GHPR#180 from Ville Skyttädjm2021-04-033-6/+6
* sync CASignatureAlgorithms lists with reality. GHPR#174 fromdjm2021-04-032-8/+10
* highly polished whitespace, mostly fixing spaces-for-tab and baddjm2021-04-0340-153/+156
* whitespace (tab after space)djm2021-04-034-9/+9
* fix incorrect plural; from Ville Skyttä via GHPR#181djm2021-04-031-3/+3
* ensure that pkcs11_del_provider() is called before exit - some PKCS#11djm2021-04-031-1/+5
* unused variabledjm2021-04-031-2/+2
* Fix two problems in string->argv conversion: 1) multiple backslashesdjm2021-04-031-7/+4
* Use new limits@openssh.com protocol extension to let the client selectdjm2021-03-313-18/+115
* do not advertise protocol extensions that have been disallowed bydjm2021-03-311-33/+53
* return non-zero exit status when killed by signal; bz#3281djm2021-03-191-2/+2
* increase maximum SSH2_FXP_READ to match the maximum packet size.djm2021-03-191-24/+38
* don't let logging clobber errno before usedjm2021-03-161-4/+6
* spellingjsg2021-03-121-3/+3
* Add ModuliFile keyword to sshd_config to specify the location of thedtucker2021-03-126-12/+49
* pwcopy() struct passwd that we're going to reuse across a bunch ofdjm2021-03-121-1/+2
* Import regenerated moduli file.dtucker2021-03-106-405/+445
* no need to reset buffer after send_msg() as that is done for us;djm2021-03-101-3/+1
* Fix PRINT macro, the suffix param to sshlog() was missing.millert2021-03-061-21/+20
* don't sshbuf_get_u32() into an enum; reported by goetze ATdjm2021-03-031-4/+4
* typo in other_hostkeys_message() display output, ok djmsthen2021-03-031-2/+2
* needs FILE*; from Mike Frysingerdjm2021-03-031-1/+2
* openssh-8.5djm2021-03-021-2/+2
* Add %k to list of keywords. From Eero Häkkinenvia bz#3267dtucker2021-02-281-3/+3
* Do not try to reset signal handler for signal 0 in subprocess.dtucker2021-02-281-2/+2
* fix alphabetic ordering of options; spotted by Iain Morgandjm2021-02-271-9/+9
* a bit more debugging behind #ifdef DEBUG_SKdjm2021-02-261-2/+7
* Put obsolete aliases for hostbasedalgorithms and pubkeyacceptedalgorithmsdtucker2021-02-242-6/+6
* lots more s/key types/signature algorithms/ mostly indjm2021-02-232-32/+32
* Correct reference to signature algorithms as keys; from Jakub Jelendjm2021-02-231-3/+3
* warn when the user specifies a ForwardAgent path that does not existdjm2021-02-231-1/+7
* Fix the hostkeys rotation extension documentationdjm2021-02-181-1/+2
* make names in function prototypes match those in definitiondjm2021-02-182-4/+4
* unbreak SK_DEBUG buildsdjm2021-02-181-3/+3
* sftp-server: implement limits@openssh.com extensiondjm2021-02-182-3/+85
* ssh: add PermitRemoteOpen for remote dynamic forwarding with SOCKSmarkus2021-02-156-9/+170
* factor out opt_array_append; ok djm@markus2021-02-153-43/+51
* ProxyJump takes "none" to disable processing like ProxyCommand doesdlg2021-02-151-2/+5
* sftp: add missing lsetstat@openssh.com documentationdjm2021-02-123-13/+39
* factor SSH_AGENT_CONSTRAIN_EXTENSION parsing into its own functiondjm2021-02-121-41/+59
* Remove debug message from sigchld handler. While this works on OpenBSDdtucker2021-02-051-3/+1
* whitespacedjm2021-02-021-2/+1
* fix memleaks in private key deserialisation; enforce more consistencydjm2021-02-021-1/+20
* memleak on error path; ok markus@djm2021-02-021-2/+2
* more strictly enforce KEX state-machine by banning packet typesdjm2021-01-315-9/+25
* Set linesize returned by getline to zero when freeing and NULLing thedtucker2021-01-311-1/+3
* fix the values of enum sock_typedjm2021-01-291-4/+4
* give typedef'd struct a struct name; makes the fuzzer I'm writing a bitdjm2021-01-291-2/+2
* fix leak: was double allocating kex->session_id bufferdjm2021-01-271-4/+6
* this needs kex.h nowdjm2021-01-271-1/+2