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