summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2020-09-13No need to refcount the parser, we never hold more than one reference.Florian Obser
2020-09-12Let snmp df make use of the new displayhint code, so we don't print randomMartijn van Duren
2020-09-12trailing whitespaceJasper Lievisse Adriaanse
2020-09-12Remove unused callback mechanism / indirection.Florian Obser
2020-09-09For the hostkey confirmation message:Damien Miller
2020-09-09Element next-line scopes can nest. Consequently, even when closingIngo Schwarze
2020-09-09Wrap long lines, add space in front of goto label in openssl(1) ocsp.cKinichiro Inoguchi
2020-09-09Do not abuse assert(3) to react to absurd input; the purpose of assert(3)Ingo Schwarze
2020-09-09Change SSLv23_client_method to TLS_client_method openssl(1) ocspKinichiro Inoguchi
2020-09-09Remove space between pointer '*' and variable name in ocsp.cKinichiro Inoguchi
2020-09-09Convert openssl(1) ocsp option handlingKinichiro Inoguchi
2020-09-09Add option type OPTION_UL_VALUE_ORKinichiro Inoguchi
2020-09-09when writing an attestation blob for a FIDO key, record all the dataDamien Miller
2020-09-08Allow -N without a command to change or add a note to an existing key.Nicholas Marriott
2020-09-06After .ti, there are many reasons why the offset may change, so settingIngo Schwarze
2020-09-06On tls_config_set_protocols() failure, include the output ofTheo Buehler
2020-09-06Wording tweak from jsingTheo Buehler
2020-09-06Use an int for the verification depth and drop a cast.Theo Buehler
2020-09-06Document -S protocols in ftp(1)Theo Buehler
2020-09-06Allow specifying supported TLS protocols in ftp(1)Theo Buehler
2020-09-04calloc cb data so the client is NULL.Nicholas Marriott
2020-09-03Fix two issues with .po (page offset) formatting:Ingo Schwarze
2020-09-03If .ti had an excessive argument, using it was attempted, in someIngo Schwarze
2020-09-03Do not free old session working directory until after expanding the newNicholas Marriott
2020-09-03Switch use of '\0' to NULLTheo Buehler
2020-09-02Check started flag before looking for capability.Nicholas Marriott
2020-09-02Do not indent by SIZE_MAX/2 when .ce occurs inside explicit no-fill mode.Ingo Schwarze
2020-09-02Add a -w flag to set- and load-buffer to send to clipboard using OSC 52.Nicholas Marriott
2020-09-01Ignore unreasonably large spacing modifiers in tbl layouts.Ingo Schwarze
2020-09-01Missed WRITE_BIG -> WRITE_10Kenneth R Westerback
2020-09-01Fix build with -fno-common (default in clang 11)Jeremie Courreges-Anglas
2020-09-01update currency exchange rates;Jason McIntyre
2020-09-01Add -F to set-environment and source-file; GitHub issue 2359.Nicholas Marriott
2020-09-01Only print below number when there is enough space.Nicholas Marriott
2020-09-01Allow a-z keys for display-panes to jump to higher numbered panes.Nicholas Marriott
2020-08-31crank to 6.8-betaTheo de Raadt
2020-08-31refuse to add verify-required (PINful) FIDO keys to ssh-agent untilDamien Miller
2020-08-31Add RCS IDs to the few files that are missing them;Damien Miller
2020-08-30Fix :S with anchors and replacementTheo Buehler
2020-08-28Implement mktime() function for compatibility with mawk and gawk.Todd C. Miller
2020-08-28Check that the addresses supplied to Match Address and MatchDarren Tucker
2020-08-27Remove a lie reported by Jamie Landeg-Jones <jamie at catflap dot org>:Ingo Schwarze
2020-08-27unveil(_PATH_DEV, "r") when -T or -u is used: who(1) is using stat(2) for det...Sebastien Marie
2020-08-27Fix a regression caused by the insertion of two new tokens,Ingo Schwarze
2020-08-27Make it more explicit that the statement "-O tag does not work with less(1)"Ingo Schwarze
2020-08-27Avoid artifacts in the most common case of closing conditional blocksIngo Schwarze
2020-08-27sentence fix; from pedro martellettoJason McIntyre
2020-08-27debug()-print a little info about FIDO-specific key fields viaDamien Miller
2020-08-27skip a bit more FIDO token selection logic when only a single tokenDamien Miller
2020-08-27Add pane_last format, GitHub issue 2353.Nicholas Marriott