Age | Commit message (Expand) | Author |
2023-05-10 | Remove now-unused prototypes for ssh1 RSA functions. From lengyijun via | Darren Tucker |
2023-05-01 | Import regenerated moduli. | Darren Tucker |
2023-04-30 | adjust ftruncate() logic to handle servers that reorder requests. | Damien Miller |
2023-04-26 | Check for ProxyJump=none in CanonicalizeHostname logic. | Damien Miller |
2023-04-12 | remove duplicate signal.h include | Jonathan Gray |
2023-04-12 | fix double words | Jonathan Gray |
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-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 | 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 | 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 | 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 | 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-15 | openssh-9.3 | Damien Miller |
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 | 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 |