summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2017-04-28sort;Jason McIntyre
2017-04-28include key fingerprint in "Offering public key" debug messageDamien Miller
2017-04-28Avoid relying on implementation-specific behavior when detectingTodd C. Miller
2017-04-28Add SyslogFacility option to ssh(1) matching the equivalent option inDarren Tucker
2017-04-27remove a static array unused since rev 1.306 spotted by clangJonathan Gray
2017-04-27Avoid potential signed int overflow when parsing the file size.Todd C. Miller
2017-04-17Recognize nl_langinfo(CODESET) return values "646" and "" as aliasesIngo Schwarze
2017-04-17Change COMPILER_VERSION tests which limited additional warnings to gcc4Jonathan Gray
2017-04-04disallow creation (of empty files) in read-only mode; reported byDamien Miller
2017-03-26incorrect renditions of this quote bother meTheo de Raadt
2017-03-20openssh-7.5Damien Miller
2017-03-15disallow KEXINIT before NEWKEYS; ok djm; report by vegard.nossum at oracle.comMarkus Friedl
2017-03-15accidents happen to the best of us; ok djmTheo de Raadt
2017-03-15fix regression in 7.4: deletion of PKCS#11-hosted keys would failDamien Miller
2017-03-15Fix segfault when sshd attempts to load RSA1 keys (can only happenDamien Miller
2017-03-14Mark the sshd_config UsePrivilegeSeparation option as deprecated,Damien Miller
2017-03-14Fix convtime() overflow test on boundary condition, spotted by & ok djm.Darren Tucker
2017-03-14Check for integer overflow when parsing times in convtime(). Reported byDarren Tucker
2017-03-11allow ssh to use certificates accompanied by a private key file but noDamien Miller
2017-03-11Don't count the initial block twice when computing how many bytesMarkus Friedl
2017-03-10krl.cDarren Tucker
2017-03-10When updating hostkeys, accept RSA keys if HostkeyAlgorithms containsDamien Miller
2017-03-10better match sshd config parser behaviour: fatal() if line is overlong,Damien Miller
2017-03-10ensure hostname is lower-case before hashing it; bz#2591 reported byDamien Miller
2017-03-10make hostname matching really insensitive to case; bz#2685,Damien Miller
2017-03-10Remove old null check from config dumper. Patch from jjelen at redhat.comDarren Tucker
2017-03-10fix regression in 7.4 server-sig-algs, where we were accidentallyDamien Miller
2017-03-10Check for NULL return value from key_new. Patch from jjelen at redhat.comDarren Tucker
2017-03-10reword a comment to make it fit 80 columnsDamien Miller
2017-03-10Check for NULL argument to sshkey_read. Patch from jjelen at redhat.comDarren Tucker
2017-03-10Plug some mem leaks mostly on error paths. From jjelen at redhat.comDarren Tucker
2017-03-10Plug mem leak on GLOB_NOMATCH case. From jjelen at redhat.com viaDarren Tucker
2017-03-10Plug descriptor leaks of auth_sock. From jjelen at redhat.com viaDarren Tucker
2017-03-10correctly hash hosts with a port number. Reported by Josh Powers inDamien Miller
2017-03-10don't truncate off \r\n from long stderr lines; bz#2688, reported byDamien Miller
2017-03-10Validate digest arg in ssh_digest_final; from jjelen at redhat.com viaDarren Tucker
2017-03-08quote [host]:port in generated ProxyJump commandline; the [ / ]Damien Miller
2017-03-06Check l->hosts before dereferencing; fixes potential null pointer deref.Darren Tucker
2017-03-06linenum is unsigned long so use %lu in log formats. ok deraadt@Darren Tucker
2017-03-03fix ssh-keygen -H accidentally corrupting known_hosts that containedDamien Miller
2017-02-28small memleak: free fd_set on connection timeout (though we are heading toDamien Miller
2017-02-27errant dot; from klemens nanniJason McIntyre
2017-02-24might as well set the listener socket CLOEXECDamien Miller
2017-02-19Add a common nl_langinfo(CODESET) alias for US-ASCII "ANSI_X3.4-1968"Damien Miller
2017-02-17Do not show rsa1 key type in usage when compiled without SSH1 support.Darren Tucker
2017-02-17ifdef out "rsa1" from the list of supported keytypes when compiled withoutDarren Tucker
2017-02-17For ProxyJump/-J, surround host name with brackets to allowDamien Miller
2017-02-15Fix memory leaks in match_filter_list() error paths.Jonathan Gray
2017-02-15fix division by zero crash in "df" output when server returns zeroDamien Miller
2017-02-10bring back r1.34 that was backed out for problems loading public keys:Damien Miller