summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2020-01-09fix reversed arguments on expand_proxy_command(); spotted byDamien Miller
2020-01-08Do not hang in format_trim_* on invalid UTF-8 characters.Nicholas Marriott
2020-01-08fix -q: in compatMode, compute and return outofdate just like parallel mode.Marc Espie
2020-01-08Skip whitespace before tokens, too.Ingo Schwarze
2020-01-08Add -Z to default switch-client command in tree mode, matches previousNicholas Marriott
2020-01-07If the client provides a TLS certificate and the user specifies aAlexander Bluhm
2020-01-07zap trailing whitespace;Jason McIntyre
2020-01-07Clarify that zero matches are not an error.Vadim Zhukov
2020-01-07Improve the description of -m/-M/MANPATH/man.conf in multiple respectsIngo Schwarze
2020-01-06Implement scrolling in top(1) using 9 and 0 keys.Vadim Zhukov
2020-01-06The unveil(2) for nc -U -u -l was wrong. The server cannot unveilAlexander Bluhm
2020-01-06When using UNIX domain sockets, always call report_sock() with theAlexander Bluhm
2020-01-06put the fido options in a list, and tidy up the text a little;Jason McIntyre
2020-01-06missing else in check_enroll_options()Damien Miller
2020-01-06fix error messageDamien Miller
2020-01-06Extends the SK API to accept a set of key/value options for allDamien Miller
2020-01-05Common function to free key bindings.Nicholas Marriott
2020-01-05fix CanonicalizeHostname, broken by rev 1.507Bob Beck
2020-01-05Send errors to stdout in control mode so they don't get reordered withNicholas Marriott
2020-01-04Add ~ to quoted characters for %%%, reported by tb@.Nicholas Marriott
2020-01-04create a separate function "may_continue_heldback_jobs" and invokeMarc Espie
2020-01-04Check CMS API return value in openssl(1) cmsKinichiro Inoguchi
2020-01-04remove redundant test, !keepgoing is already a condition forMarc Espie
2020-01-04Delete .Xrs to rsync(5) and rsyncd(5).Ingo Schwarze
2020-01-03the download resident keys option is -K (upper) not -k (lower);Jason McIntyre
2020-01-02ability to download FIDO2 resident keys from a token viaDamien Miller
2020-01-02add sshkey_save_public(), to save a public key; ok markus@Damien Miller
2020-01-02Add CMD_FIND_DEFAULT_MARKED to join-pane like move-pane, fromNicholas Marriott
2020-01-01Document client exit messages.Nicholas Marriott
2020-01-01Fix format expansion in window names, reported by Suraj N Kurapati.Nicholas Marriott
2020-01-01update currency exchange rates;Jason McIntyre
2019-12-31When all cells in a tbl(1) column are empty, set the column widthIngo Schwarze
2019-12-31plug memory leakMarc Espie
2019-12-30Do not let readonly clients limit the size, suggested by Max BarracloughNicholas Marriott
2019-12-30simplify the list for moduli options - no need for -compact;Jason McIntyre
2019-12-30Do not perform top-level sort when -c is used with a -k field.Todd C. Miller
2019-12-307 years later, I think the commit message was not enough.Marc Espie
2019-12-30Remove the -x option currently used for FIDO/U2F-specific key flags.Damien Miller
2019-12-30document SK API changes in PROTOCOL.u2fDamien Miller
2019-12-30translate and return error codes; retry on bad PINDamien Miller
2019-12-30improve some error messages; ok markus@Damien Miller
2019-12-30SK API and sk-helper error/PIN passingDamien Miller
2019-12-30implement loading resident keys in ssh-addDamien Miller
2019-12-30implement loading of resident keys in ssh-sk-helperDamien Miller
2019-12-30resident keys support in SK APIDamien Miller
2019-12-30Factor out parsing of struct sk_enroll_responseDamien Miller
2019-12-30basic support for generating FIDO2 resident keysDamien Miller
2019-12-30remove single-letter flags for moduli optionsDamien Miller
2019-12-30prepare for use of ssh-keygen -O flag beyond certsDamien Miller
2019-12-27Support regex search in copy mode, from Anindya Mukherjee in GitHubNicholas Marriott