summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2023-04-28Add options to change the confirm key and default behaviour ofNicholas Marriott
2023-04-28Do not fatal if tparm fails, instead just log it (not working sequencesNicholas Marriott
2023-04-27sort options;Jason McIntyre
2023-04-27Implement -V as an alias to --version.Claudio Jeker
2023-04-26Check for ProxyJump=none in CanonicalizeHostname logic.Damien Miller
2023-04-25Remove the nseq commandTheo Buehler
2023-04-25mark up `mode' in -f descriptionOmar Polo
2023-04-25Tidy tparm wrapper functions to have more obvious names and check tparmNicholas Marriott
2023-04-25Invalidate cached tty state after changing features since they mayNicholas Marriott
2023-04-25document that prefix-region with a prefix argument prompts for the stringOmar Polo
2023-04-22Document the change in default to comma plus space but leave out theTheo Buehler
2023-04-22Fix UTF-8 issuer printingTheo Buehler
2023-04-21mg: fix space_to_tabstopOmar Polo
2023-04-21mg: allow to change the tab widthOmar Polo
2023-04-19remove duplicate includesJonathan Gray
2023-04-17Ignore the user keys range when checking if a key is Unicode.Nicholas Marriott
2023-04-17It seems silly to use progname for version, just always say tmux.Nicholas Marriott
2023-04-17Make the check if printing is allowed the same as writing which is lessNicholas Marriott
2023-04-17Discard mouse sequences that have the right form but actually areNicholas Marriott
2023-04-17fix buffer overflow in displaymatch(); ok/tweak tb@Omar Polo
2023-04-17fix a few dobeep_msgs() calls: a space is already added between the argumentsOmar Polo
2023-04-17add doindent() prototype at the start of the file; forgotten in previousOmar Polo
2023-04-17resurrect mg' no-tab-modeOmar Polo
2023-04-17fix a macro and tweak punctuation;Jason McIntyre
2023-04-16Add a -u label option to print selected utrace records, used by upcomingOtto Moerbeek
2023-04-14Add a missing voidTheo Buehler
2023-04-14Drop policy printing from opensslTheo Buehler
2023-04-14Fix double free in error path in openssl(1) x509Theo Buehler
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