summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2023-03-07Fix mem leak in environment setup. From jjelen at redhat.com viaDarren Tucker
2023-03-07fix memory leak in process_read() path; Spotted by James RobinsonDamien Miller
2023-03-07correct size for array argument when changing UMAC_OUTPUT_LENDamien Miller
2023-03-06Refactor creation of KEX proposal.Darren Tucker
2023-03-05Fix mem and FILE leaks in moduli screening.Darren Tucker
2023-03-05Plug mem leak in moduli checkpoint option parsing.Darren Tucker
2023-03-05Remove unused compat.h includes. We've previously removed a lotDarren Tucker
2023-03-04Use time_t instead of u_int for remaining x11 timeout checks for 64bitDarren Tucker
2023-03-03Ensure ms_remain is always initialized, similar to what we do inDarren Tucker
2023-03-03Check for non-NULL before string comparison. From jjelen at redhat.comDarren Tucker
2023-03-03guard against getsockname(-1, ...) from Coverity CID 291832Damien Miller
2023-03-03some options are not first-match-wins. Mention that there areDamien Miller
2023-03-03actually print "channeltimeout none" in config dump mode;Damien Miller
2023-03-03Check return values of dup2. Spotted by Coverity, ok djm@Darren Tucker
2023-03-03Use time_t for x11_refuse_time timeout. We need SSH_TIME_T_MAX forDarren Tucker
2023-03-03Check return value from fctnl and warn on failure. Spotted by Coverity,Darren Tucker
2023-03-02Ensure we always call fclose when writing checkpoints. In the case ofDarren Tucker
2023-02-28fatal out if allocating banner string fails to avoid potential nullDarren Tucker
2023-02-28Explicitly ignore return from fchmod similar to other calls toDarren Tucker
2023-02-27Plug mem leak on globbed ls error path. Spotted by Coverity, ok deraadt@Darren Tucker
2023-02-22fix progressmeter corruption on wide displays; bz3534Damien Miller
2023-02-21fseek to end of known_hosts before writing to it. POSIX and ANSI CDarren Tucker
2023-02-17Remove now-unused compat bit SSH_BUG_RSASIGMD5. The code to set thisDarren Tucker
2023-02-17Remove now-unused compat bit SSH_BUG_BIGENDIANAES. This wasDarren Tucker
2023-02-16Remove SSH_BUG_PASSWORDPAD compat bit since it's no longer used.Darren Tucker
2023-02-16Remove SSH_BUG_IGNOREMSG compat flag since it's only applicable to SSH1Darren Tucker
2023-02-10space between macro and punctuation;Jason McIntyre
2023-02-10space between macro and punctuation;Jason McIntyre
2023-02-10sort SYNOPSIS;Jason McIntyre
2023-02-10let ssh-keygen and ssh-keyscan accept -Ohashalg=sha1|sha256 whenDamien Miller
2023-02-10add a `sshd -G` option that parses and prints the effectiveDamien Miller
2023-02-10make `ssh -Q CASignatureAlgorithms` work as the manpage says it shouldDamien Miller
2023-02-09Ensure that there is a terminating newline when adding a new entryDarren Tucker
2023-02-02openssh-9.2Damien Miller
2023-02-02fix double-free caused by compat_kex_proposal(); bz3522Damien Miller
2023-01-18delete useless dependencyTheo de Raadt
2023-01-18Create and install sshd random relink kit.Theo de Raadt
2023-01-18tweak previous; ok djmJason McIntyre
2023-01-18when restoring non-blocking mode to stdio fds, restore exactlyDamien Miller
2023-01-18Add a -V (version) option to sshd like the ssh client has.Todd C. Miller
2023-01-17For "ssh -V" always exit 0, there is no need to check opt again.Todd C. Miller
2023-01-17Add a sshd_config UnusedConnectionTimeout option to terminateDamien Miller
2023-01-15update OpenSSH's Ed25519 code to the last version of SUPERCOP (20221122)Damien Miller
2023-01-13fix double phrase in previous;Jason McIntyre
2023-01-13Document "UserKnownHostsFile none". ok djm@Darren Tucker
2023-01-13Add a "Host" line to the output of ssh -G showing the original host arg.Darren Tucker
2023-01-13avoid printf("%s", NULL) if using ssh -oUserKnownHostsFile=noneDamien Miller
2023-01-11clamp the minimum buffer lengths and number of inflight requests tooDamien Miller
2023-01-11ignore bogus upload/download buffer lengths in the limits extensionDamien Miller
2023-01-11remove whitespace at EOL from code extracted from SUPERCOPDamien Miller