Age | Commit message (Expand) | Author |
2023-03-29 | Plug another potential mem leak in process_put. It allocates abs_dst | Darren Tucker |
2023-03-29 | fix memory leak; Coverity CID 291848, with/ok dtucker@ | Damien Miller |
2023-03-28 | mg: fix parsing of tag files with duplicate entries | Theo Buehler |
2023-03-28 | use the shell basename as argv[0] instead of hardcoding "sh" | Omar Polo |
2023-03-28 | mg: fall back to /bin/sh if $SHELL is undefined. | Omar Polo |
2023-03-28 | Plug more mem leaks in sftp by making make_absolute_pwd_glob work in | Darren Tucker |
2023-03-28 | Remove compatibility code for OpenSSL versions prior to 1.1.* since | Darren Tucker |
2023-03-27 | kill another empty line | Omar Polo |
2023-03-27 | kill two empty lines and some trailing whitespaces | Omar Polo |
2023-03-27 | typo: filed -> failed; ok ratchov@ | Omar Polo |
2023-03-27 | reading aid: explicitly check for memcmp() != 0; no functional change | Omar Polo |
2023-03-27 | Add a format to show if there are unseen changes while in a mode, from | Nicholas Marriott |
2023-03-27 | For passthrough, don't write to clients attached to different sessions, | Nicholas Marriott |
2023-03-27 | Add tilde and environment variable expansion to RevokedHostKeys. | Darren Tucker |
2023-03-27 | fix test: getnameinfo returns a non-zero value on error, | Damien Miller |
2023-03-27 | scp: when copying local->remote, check that source file exists before | Damien Miller |
2023-03-26 | The slightly less deprecated spelling of ERR_remove_state(0) is | Theo Buehler |
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 |