summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2023-04-12correct the entry for chilepeso; from jan staryJason McIntyre
2023-04-12remove duplicate signal.h includeJonathan Gray
2023-04-12fix double wordsJonathan Gray
2023-04-12Fix 24bit maximum/mask in manpage. Noticed by wangqr on github.Claudio Jeker
2023-04-09Remove X9.31 support from openssl(1)Theo Buehler
2023-04-09Minor code cleanupTheo Buehler
2023-04-06simplify sshsig_find_principals() similar to what happened toDamien Miller
2023-04-06remove redundant ssh!=NULL check; we'd already dereferenced itDamien Miller
2023-04-06match_user() shouldn't be called with user==NULL unlessDamien Miller
2023-04-06don't care about glob() return value here.Damien Miller
2023-04-03Move null check up and simplify process_escapes. Based on Coverity CIDDarren Tucker
2023-04-03Clarify text for new -A slightly, GitHub issue 3508.Nicholas Marriott
2023-04-02add Ryuichi Sakamoto. rest in peace.Stuart Henderson
2023-04-01horrible whitespace, mostly on non-code lines. no object changeTheo Buehler
2023-03-31Explicitly ignore return from waitpid here too.Darren Tucker
2023-03-31Explictly ignore return codes where we don't check them. From DmitryDarren Tucker
2023-03-31Return immediately from get_sock_port if sock <0 so we don't callDarren Tucker
2023-03-31don't leak arg2 on parse_pubkey_algos error path; ok dtucker@Damien Miller
2023-03-31clamp max number of GSSAPI mechanisms to 2048; ok dtuckerDamien Miller
2023-03-31don't print key if printing hostname failed; with/ok dtucker@Damien Miller
2023-03-31remove redundant testDamien Miller
2023-03-31don't attempt to decode a ridiculous number of attributes;Damien Miller
2023-03-31remove unused variable; prompted by Coverity CID 291879Damien Miller
2023-03-31Check fd against >=0 instead of >0 in error path. The dup couldDarren Tucker
2023-03-30drop unnecessary copy of fname; ok tb@Omar Polo
2023-03-30tabify two linesOmar Polo
2023-03-30don't access(conffile)Omar Polo
2023-03-30trailing whitespacesOmar Polo
2023-03-30strncpy -> strlcpy to properly NUL-terminate the copy of the pathOmar Polo
2023-03-30Ignore return value from muxclient(). It normally loops without returning,Darren Tucker
2023-03-30return SSH_ERR_KEY_NOT_FOUND if the allowed_signers file is empty,Damien Miller
2023-03-30Remove dead code from inside if block. The only way the if statement canDarren Tucker
2023-03-29plug leak of tagpos in poptag() if loadbuffer() failsOmar Polo
2023-03-29drop needless global tagsfn pathOmar Polo
2023-03-29change tagvisit (aka visit-tag-table) to immediately load the tag fileOmar Polo
2023-03-29Explicitly ignore return value from sshpkt_disconnect since we set ourDarren Tucker
2023-03-29Plug another potential mem leak in process_put. It allocates abs_dstDarren Tucker
2023-03-29fix memory leak; Coverity CID 291848, with/ok dtucker@Damien Miller
2023-03-28mg: fix parsing of tag files with duplicate entriesTheo Buehler
2023-03-28use the shell basename as argv[0] instead of hardcoding "sh"Omar Polo
2023-03-28mg: fall back to /bin/sh if $SHELL is undefined.Omar Polo
2023-03-28Plug more mem leaks in sftp by making make_absolute_pwd_glob work inDarren Tucker
2023-03-28Remove compatibility code for OpenSSL versions prior to 1.1.* sinceDarren Tucker
2023-03-27kill another empty lineOmar Polo
2023-03-27kill two empty lines and some trailing whitespacesOmar Polo
2023-03-27typo: filed -> failed; ok ratchov@Omar Polo
2023-03-27reading aid: explicitly check for memcmp() != 0; no functional changeOmar Polo
2023-03-27Add a format to show if there are unseen changes while in a mode, fromNicholas Marriott
2023-03-27For passthrough, don't write to clients attached to different sessions,Nicholas Marriott
2023-03-27Add tilde and environment variable expansion to RevokedHostKeys.Darren Tucker