Age | Commit message (Expand) | Author |
2023-04-09 | Remove X9.31 support from openssl(1) | Theo Buehler |
2023-04-09 | Minor code cleanup | Theo Buehler |
2023-04-06 | simplify sshsig_find_principals() similar to what happened to | Damien Miller |
2023-04-06 | remove redundant ssh!=NULL check; we'd already dereferenced it | Damien Miller |
2023-04-06 | match_user() shouldn't be called with user==NULL unless | Damien Miller |
2023-04-06 | don't care about glob() return value here. | Damien Miller |
2023-04-03 | Move null check up and simplify process_escapes. Based on Coverity CID | Darren Tucker |
2023-04-03 | Clarify text for new -A slightly, GitHub issue 3508. | Nicholas Marriott |
2023-04-02 | add Ryuichi Sakamoto. rest in peace. | Stuart Henderson |
2023-04-01 | horrible whitespace, mostly on non-code lines. no object change | Theo Buehler |
2023-03-31 | Explicitly ignore return from waitpid here too. | Darren Tucker |
2023-03-31 | Explictly ignore return codes where we don't check them. From Dmitry | Darren Tucker |
2023-03-31 | Return immediately from get_sock_port if sock <0 so we don't call | Darren Tucker |
2023-03-31 | don't leak arg2 on parse_pubkey_algos error path; ok dtucker@ | Damien Miller |
2023-03-31 | clamp max number of GSSAPI mechanisms to 2048; ok dtucker | Damien Miller |
2023-03-31 | don't print key if printing hostname failed; with/ok dtucker@ | Damien Miller |
2023-03-31 | remove redundant test | Damien Miller |
2023-03-31 | don't attempt to decode a ridiculous number of attributes; | Damien Miller |
2023-03-31 | remove unused variable; prompted by Coverity CID 291879 | Damien Miller |
2023-03-31 | Check fd against >=0 instead of >0 in error path. The dup could | Darren Tucker |
2023-03-30 | drop unnecessary copy of fname; ok tb@ | Omar Polo |
2023-03-30 | tabify two lines | Omar Polo |
2023-03-30 | don't access(conffile) | Omar Polo |
2023-03-30 | trailing whitespaces | Omar Polo |
2023-03-30 | strncpy -> strlcpy to properly NUL-terminate the copy of the path | Omar Polo |
2023-03-30 | Ignore return value from muxclient(). It normally loops without returning, | Darren Tucker |
2023-03-30 | return SSH_ERR_KEY_NOT_FOUND if the allowed_signers file is empty, | Damien Miller |
2023-03-30 | Remove dead code from inside if block. The only way the if statement can | Darren Tucker |
2023-03-29 | plug leak of tagpos in poptag() if loadbuffer() fails | Omar Polo |
2023-03-29 | drop needless global tagsfn path | Omar Polo |
2023-03-29 | change tagvisit (aka visit-tag-table) to immediately load the tag file | Omar Polo |
2023-03-29 | Explicitly ignore return value from sshpkt_disconnect since we set our | Darren Tucker |
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 |