summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2024-08-30Add and use local copy of X509V3_add_value()Theo Buehler
2024-08-30use strtonum() to parse numeric option values instead of atoi()Omar Polo
2024-08-30zap line missed in previous removal; ok tbJason McIntyre
2024-08-29fix handling of Return-PathOmar Polo
2024-08-29Adjust documentation for check/pubcheck removalTheo Buehler
2024-08-29Remove check and pubcheck from openssl pkey and pkeyparamTheo Buehler
2024-08-29ocsp.c: zap trailing whitespaceTheo Buehler
2024-08-29Show expensive mbuf operations in netstat(1) statistics.Alexander Bluhm
2024-08-29Update root hints.Florian Obser
2024-08-28Fix the case where the pattern space is empty but does not startTodd C. Miller
2024-08-27Display hyperlinks in copy mode and add copy_cursor_hyperlink format toNicholas Marriott
2024-08-27Add search_count and search_count_partial formats in copy mode, GitHubNicholas Marriott
2024-08-27Do not reset mouse pane if clicked on status line, it may have been setNicholas Marriott
2024-08-26replace hand-rolled number parser with strtonumOmar Polo
2024-08-26ts.c: typo flaf -> flagTheo Buehler
2024-08-26Use strtonum instead of atoi.Nicholas Marriott
2024-08-26C-h should not be treated specially and represented internally as \b butNicholas Marriott
2024-08-26Pass the screen_redraw_ctx struct into more functions instead ofNicholas Marriott
2024-08-26Client flags was changed to uint64_t a while ago, fix a few cases whereNicholas Marriott
2024-08-26Add window_pane_mode helper function to tell if a pane is in copy mode,Nicholas Marriott
2024-08-26Add copy-mode -d flag to scroll a page down if in copy mode already,Nicholas Marriott
2024-08-26annoying whitespace found during an audit processTheo de Raadt
2024-08-25PASSTHROUGH -> FALLTHROUGHJonathan Gray
2024-08-23Fix some program names that were not expanded correctly when ncurses wasNicholas Marriott
2024-08-23Ignore internal function keys if they have not got an entry in the keyNicholas Marriott
2024-08-23Check for exact match for layout name before looking for a prefix match.Nicholas Marriott
2024-08-23As defined in the RFC, the SSH protocol has negotiable compression supportTheo de Raadt
2024-08-23FALLTHROUHG -> FALLTHROUGHJonathan Gray
2024-08-22sntrup761x25519-sha512 now has an IANA codepoint assigned,Damien Miller
2024-08-22openssl: adjust manual for LMK and CSP removalTheo Buehler
2024-08-22openssl pkcs12: remove support for LMK and CSP attributesTheo Buehler
2024-08-22Clear overlay when command prompt is entered. Also fix some spacing inNicholas Marriott
2024-08-22Short Ctrl keys like ^A need to be converted to lowercase so they end upNicholas Marriott
2024-08-21Reformat gprof.callg to be more compact so that it annoys a bit less whenClaudio Jeker
2024-08-21alpbetically sort the configuration choicesTheo de Raadt
2024-08-21Import regenerated moduli.Darren Tucker
2024-08-21Mention that load- and save-buffer can use stdin, from Ramon Fischer.Nicholas Marriott
2024-08-21Add mirrored versions of the main-horizontal and main-vertical layouts whereNicholas Marriott
2024-08-21C-Space and Meta keys should not be translated in mode 1 extended keys.Nicholas Marriott
2024-08-21Set the default for extended-keys back to off because it appears emacs turnsNicholas Marriott
2024-08-21Revamp extended keys support to more closely match xterm and supportNicholas Marriott
2024-08-20actually use the length parameter that was passed in rather than aDamien Miller
2024-08-20nasty whitespaceTheo de Raadt
2024-08-20place shielded keys (i.e. keys at rest in RAM) into memory allocatedDamien Miller
2024-08-19whitespacesTheo de Raadt
2024-08-19Allow REP to work with Unicode characters, GitHub issue 3687.Nicholas Marriott
2024-08-19Both terminators \007 and \033\\ leave the index pointing to the finalNicholas Marriott
2024-08-19Get rid of inet_aton(3).Florian Obser
2024-08-19Replace inet_aton / gethostbyname with getaddrinfo.Florian Obser
2024-08-18whitespacesTheo de Raadt