Age | Commit message (Expand) | Author |
2023-03-07 | fix memory leak in process_read() path; Spotted by James Robinson | Damien Miller |
2023-03-07 | correct size for array argument when changing UMAC_OUTPUT_LEN | Damien Miller |
2023-03-06 | Rename struct ${app}_config to plain cfg | Theo Buehler |
2023-03-06 | Refactor creation of KEX proposal. | Darren Tucker |
2023-03-05 | Actually, LANG only set the default. | Antoine Jacoutot |
2023-03-05 | openssl: make all config structs static | Theo Buehler |
2023-03-05 | openssl/cms: zap some trailing whitespace | Theo Buehler |
2023-03-05 | oops, overridden has two d's; apologies ajacoutot for not spotting that. | Jason McIntyre |
2023-03-05 | Values for categories that are not set in the environment or that are overriden | Antoine Jacoutot |
2023-03-05 | Fix mem and FILE leaks in moduli screening. | Darren Tucker |
2023-03-05 | Plug mem leak in moduli checkpoint option parsing. | Darren Tucker |
2023-03-05 | Remove unused compat.h includes. We've previously removed a lot | Darren Tucker |
2023-03-04 | openssl enc doesn't really support AEAD ciphers and XTS mode | Theo Buehler |
2023-03-04 | openssl/req: garbage collect a pointless EVP_MD_CTX_init() | Theo Buehler |
2023-03-04 | Use time_t instead of u_int for remaining x11 timeout checks for 64bit | Darren Tucker |
2023-03-04 | tee(1): explicitly check read(2) return value for 0 and -1 | Scott Soule Cheloha |
2023-03-03 | Ensure ms_remain is always initialized, similar to what we do in | Darren Tucker |
2023-03-03 | Check for non-NULL before string comparison. From jjelen at redhat.com | Darren Tucker |
2023-03-03 | guard against getsockname(-1, ...) from Coverity CID 291832 | Damien Miller |
2023-03-03 | some options are not first-match-wins. Mention that there are | Damien Miller |
2023-03-03 | actually print "channeltimeout none" in config dump mode; | Damien Miller |
2023-03-03 | Check return values of dup2. Spotted by Coverity, ok djm@ | Darren Tucker |
2023-03-03 | Use time_t for x11_refuse_time timeout. We need SSH_TIME_T_MAX for | Darren Tucker |
2023-03-03 | Check return value from fctnl and warn on failure. Spotted by Coverity, | Darren Tucker |
2023-03-02 | Ensure we always call fclose when writing checkpoints. In the case of | Darren Tucker |
2023-02-28 | fatal out if allocating banner string fails to avoid potential null | Darren Tucker |
2023-02-28 | Explicitly ignore return from fchmod similar to other calls to | Darren Tucker |
2023-02-27 | Plug mem leak on globbed ls error path. Spotted by Coverity, ok deraadt@ | Darren Tucker |
2023-02-23 | openssl speed: avoid bad plural | Theo Buehler |
2023-02-22 | fix progressmeter corruption on wide displays; bz3534 | Damien Miller |
2023-02-21 | for process kills due to execve from non-pinned syscall address, export | Theo de Raadt |
2023-02-21 | fseek to end of known_hosts before writing to it. POSIX and ANSI C | Darren Tucker |
2023-02-17 | KTRC_CODE__SYSCALL is never set anymore, because __syscall() is gone. | Theo de Raadt |
2023-02-17 | Remove redundant assignment; ok millert@ | Miod Vallat |
2023-02-17 | Remove unused variables; ok millert@ | Miod Vallat |
2023-02-17 | Remove now-unused compat bit SSH_BUG_RSASIGMD5. The code to set this | Darren Tucker |
2023-02-17 | Remove now-unused compat bit SSH_BUG_BIGENDIANAES. This was | Darren Tucker |
2023-02-16 | Remove SSH_BUG_PASSWORDPAD compat bit since it's no longer used. | Darren Tucker |
2023-02-16 | Remove SSH_BUG_IGNOREMSG compat flag since it's only applicable to SSH1 | Darren Tucker |
2023-02-14 | Fix handling of port numbers in rsync://host[:port]/module URLs | Job Snijders |
2023-02-10 | Fix cursor position after zero width space, GitHub issue 3469. | Nicholas Marriott |
2023-02-10 | space between macro and punctuation; | Jason McIntyre |
2023-02-10 | space between macro and punctuation; | Jason McIntyre |
2023-02-10 | sort SYNOPSIS; | Jason McIntyre |
2023-02-10 | let ssh-keygen and ssh-keyscan accept -Ohashalg=sha1|sha256 when | Damien Miller |
2023-02-10 | add a `sshd -G` option that parses and prints the effective | Damien Miller |
2023-02-10 | make `ssh -Q CASignatureAlgorithms` work as the manpage says it should | Damien Miller |
2023-02-09 | Ensure that there is a terminating newline when adding a new entry | Darren Tucker |
2023-02-08 | Use _nc_tparm_analyze() instead of trying to do it ourselves in process(). | Todd C. Miller |
2023-02-08 | finger/mail: two trivial functions were missed in earlier ansi passes | Theo Buehler |