summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2021-04-13Handle C-Tab correctly with extended keys, GitHub issue 2642.Nicholas Marriott
2021-04-12Add a flag to disable keys to close a message, GitHub issue 2625.Nicholas Marriott
2021-04-12Permit shortcut keys in buffer, client, tree modes to be configured withNicholas Marriott
2021-04-09Change a type to fix a warning with some compilers.Nicholas Marriott
2021-04-08Log the key written to the terminal as well as tmux's idea of what itNicholas Marriott
2021-04-07Restore previous behaviour so that C-X remains the same as C-x. Instead,Nicholas Marriott
2021-04-07Add a current_file format for the config file being parsed. OriginallyNicholas Marriott
2021-04-07When display-message used in config file, show the message after theNicholas Marriott
2021-04-07Check function return value in openssl(1) x509.cKinichiro Inoguchi
2021-04-07Avoid leak in error pathKinichiro Inoguchi
2021-04-07Fixes for extended keys: 1) allow C-x and C-X to be bound separatelyNicholas Marriott
2021-04-06include "ssherr.h" not <ssherr.h>; from Balu Gajjala via bz#3292Damien Miller
2021-04-05minor KNFTheo de Raadt
2021-04-05Move client-detached into server_client_lost so it is fired even if aNicholas Marriott
2021-04-05Fix a couple of edge cases with the jump-back-xxx commands, and alsoNicholas Marriott
2021-04-04remove stray inserts; from matthias schmidtJason McIntyre
2021-04-04fix spacing issue in macro;Jason McIntyre
2021-04-04missing comma; from kawashima jamesJason McIntyre
2021-04-03typos in comments; GHPR#180 from Ville SkyttäDamien Miller
2021-04-03sync CASignatureAlgorithms lists with reality. GHPR#174 fromDamien Miller
2021-04-03highly polished whitespace, mostly fixing spaces-for-tab and badDamien Miller
2021-04-03whitespace (tab after space)Damien Miller
2021-04-03fix incorrect plural; from Ville Skyttä via GHPR#181Damien Miller
2021-04-03ensure that pkcs11_del_provider() is called before exit - some PKCS#11Damien Miller
2021-04-03unused variableDamien Miller
2021-04-03Fix two problems in string->argv conversion: 1) multiple backslashesDamien Miller
2021-04-02Show DTLS1.2 message with openssl(1) s_server and s_clientKinichiro Inoguchi
2021-04-02Implement ZONEMD (RFC8976), based on DS (ds_43.c)Florian Obser
2021-04-01update currency exchange rates;Jason McIntyre
2021-04-01Compare the pointer variable explicitly with NULL in if conditionKinichiro Inoguchi
2021-04-01Change search-again with vi keys to work like actual vi(1), also someNicholas Marriott
2021-04-01Missing commas, from Vipul Kumar.Nicholas Marriott
2021-03-31Use new limits@openssh.com protocol extension to let the client selectDamien Miller
2021-03-31do not advertise protocol extensions that have been disallowed byDamien Miller
2021-03-31one of the examples needs an -N (and explanation);Jason McIntyre
2021-03-31add --no-motd to SYNOPSIS;Jason McIntyre
2021-03-31Add option to suppress the Message of the Dayjob
2021-03-31Remove workarounds for SSL_is_dtls()Theo Buehler
2021-03-31Do not exit if cannot write to normal log file, GitHub issue 2630.Nicholas Marriott
2021-03-30In HTML output, correctly render .Bd -unfilled in proportionally-spacedIngo Schwarze
2021-03-29in unsafe_char(), handle %NN with array-index inspection rather than weirdTheo de Raadt
2021-03-28Fix duplicate SSL_is_dtls in libssl and apps.cKinichiro Inoguchi
2021-03-26Invert the 'R' indicator which seems rather unintuitive at the moment,Mark Lumsden
2021-03-26Sort header files and wrap long lines in x509.cKinichiro Inoguchi
2021-03-26Add 'get-environment-variable', in a fashion:Mark Lumsden
2021-03-26Change the regex for define names. Make more characters available.Mark Lumsden
2021-03-26Change two more bool counters to pointer NULL checks.Mark Lumsden
2021-03-25Move the expression list create item code into a single function.Mark Lumsden
2021-03-25Add an (exit) method.Mark Lumsden
2021-03-25User a pointer's value (!NULL) instead of a boolean to indicate someMark Lumsden