summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2023-03-22plug another leak in addctag; found + ok tb@Omar Polo
2023-03-22avoid memleak / crash in addctagOmar Polo
2023-03-22plug memleak in error pathOmar Polo
2023-03-22delete trailing whitespaces; no functional changeOmar Polo
2023-03-15openssh-9.3Damien Miller
2023-03-15Do not leak screen in popups, GitHub issue 3492.Nicholas Marriott
2023-03-15Fix command prompt not to always append argument but only if there hasNicholas Marriott
2023-03-14Free KRL itself in addition to its contents. From Coverity CID 291841,Darren Tucker
2023-03-14Check pointer for NULL before attempting to deref. None of the existingDarren Tucker
2023-03-12Put upper bound on number of entries in SSH2_MSG_EXT_INFO request.Darren Tucker
2023-03-12calloc can return NULL but xcalloc cannot. From Coverity CID 291881,Darren Tucker
2023-03-10openssl(1) asn1parse: avoid crash with ASN.1 BOOLEANSTheo Buehler
2023-03-10Explicitly ignore return from fcntl(... FD_CLOEXEC) here too.Darren Tucker
2023-03-10Plug mem leak on error path. Coverity CID 405026, ok djm@.Darren Tucker
2023-03-10Expliticly ignore return code from fcntl(.. FD_CLOEXEC) since there'sDarren Tucker
2023-03-10Like sshd_config, some ssh_config options are not first-match-wins.Damien Miller
2023-03-10Remove no-op (int) > INT_MAX checks since they can never be true.Darren Tucker
2023-03-09modify parentheses in conditionals to make it clearer what is beingJoshua Stein
2023-03-09Re-split the merge of the reorder-hostkeys test.Darren Tucker
2023-03-09include destination constraints for smartcard keys too.Damien Miller
2023-03-08Plug mem leak. Coverity CID 405196, ok djm@Darren Tucker
2023-03-08ssh-pkcs11: synchronize error messages with errorsTheo Buehler
2023-03-08Delete obsolete /* ARGSUSED */ lint comments.Philip Guenther
2023-03-08use RSA/SHA256 when testing usability of private key in agent;Damien Miller
2023-03-08use RSA/SHA256 when testing usability of private key;Damien Miller
2023-03-07refactor to be more readable top to bottom. Prompted by Coverity CIDDamien Miller
2023-03-07Delete obsolete /* ARGSUSED1 */ lint comments.Philip Guenther
2023-03-07Fix mem leak in environment setup. From jjelen at redhat.com viaDarren Tucker
2023-03-07Basic cleanup in asn1pars.cTheo Buehler
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-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