summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2023-03-06Rename struct ${app}_config to plain cfgTheo Buehler
2023-03-06Refactor creation of KEX proposal.Darren Tucker
2023-03-05Actually, LANG only set the default.Antoine Jacoutot
2023-03-05openssl: make all config structs staticTheo Buehler
2023-03-05openssl/cms: zap some trailing whitespaceTheo Buehler
2023-03-05oops, overridden has two d's; apologies ajacoutot for not spotting that.Jason McIntyre
2023-03-05Values for categories that are not set in the environment or that are overridenAntoine Jacoutot
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-04openssl enc doesn't really support AEAD ciphers and XTS modeTheo Buehler
2023-03-04openssl/req: garbage collect a pointless EVP_MD_CTX_init()Theo Buehler
2023-03-04Use time_t instead of u_int for remaining x11 timeout checks for 64bitDarren Tucker
2023-03-04tee(1): explicitly check read(2) return value for 0 and -1Scott Soule Cheloha
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-23openssl speed: avoid bad pluralTheo Buehler
2023-02-22fix progressmeter corruption on wide displays; bz3534Damien Miller
2023-02-21for process kills due to execve from non-pinned syscall address, exportTheo de Raadt
2023-02-21fseek to end of known_hosts before writing to it. POSIX and ANSI CDarren Tucker
2023-02-17KTRC_CODE__SYSCALL is never set anymore, because __syscall() is gone.Theo de Raadt
2023-02-17Remove redundant assignment; ok millert@Miod Vallat
2023-02-17Remove unused variables; ok millert@Miod Vallat
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-14Fix handling of port numbers in rsync://host[:port]/module URLsJob Snijders
2023-02-10Fix cursor position after zero width space, GitHub issue 3469.Nicholas Marriott
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-08Use _nc_tparm_analyze() instead of trying to do it ourselves in process().Todd C. Miller
2023-02-08finger/mail: two trivial functions were missed in earlier ansi passesTheo Buehler
2023-02-08telnet: fix prototypes for two signal handlers to make clang 15 happyTheo Buehler
2023-02-08sed: add missing void to avoid -Wstrict-prototype with clang 15Theo Buehler