summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2023-05-08Prevent signed integer overflowTobias Stoeckmann
2023-05-08Improve error handlingTobias Stoeckmann
2023-05-08Reorder struct grid_cell_entryTheo Buehler
2023-05-05Reinstate X9.31 padding mode support in rsautlTheo Buehler
2023-05-04Straightforward conversion form K&R to ANSI function definitionsTheo Buehler
2023-05-03Improve setenv markupKlemens Nanni
2023-05-02Switch K&R function definition to ANSI to make clang 15 happierTheo Buehler
2023-05-01Import regenerated moduli.Darren Tucker
2023-04-30adjust ftruncate() logic to handle servers that reorder requests.Damien Miller
2023-04-29as noticed by sdk@, a package with an exact numbers of 64K chunks wouldMarc Espie
2023-04-28Make LLVM 15 happier by changing from K&R to ANSI prototypesTheo Buehler
2023-04-28Do not rewrite MAN_LP and MAN_P to MAN_PP because doing that causesIngo Schwarze
2023-04-28Implement --size-only and --ignore-timesClaudio Jeker
2023-04-28fix lfindent (newline-and-indent) comment and description in the man pageOmar Polo
2023-04-28mark up all commands in the man pageOmar Polo
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