summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2019-12-27sort -Y internally in the options list, as is already done in synopsis;Jason McIntyre
2019-12-27in the options list, sort -Y and -y;Jason McIntyre
2019-12-26Do not fail an assertion when a high level macro occurs in the bodyIngo Schwarze
2019-12-26Pass correct value into iterator callback for time formats.Nicholas Marriott
2019-12-26Add a number of new formats to inspect what sessions and clients aNicholas Marriott
2019-12-25exit_type is already set up with exactly the information we need,Marc Espie
2019-12-24Remove non-sensical line. The node certainly hasn't been rebuilt yet,Marc Espie
2019-12-24Fix name of option, GitHub issue 2030.Nicholas Marriott
2019-12-22- give a specific value to OP_ERROR that doesn't occur in natureMarc Espie
2019-12-22we also have "VAR_*" constants in parsevar with totally different meanings.Marc Espie
2019-12-22have parseb64file be non-destructive, so we can write theMarc Espie
2019-12-21a few depend:-related thingies that were still in.Marc Espie
2019-12-21Replace the term "security key" with "(FIDO) authenticator".Christian Weisgerber
2019-12-21Restore source-file -q behaviour, broken in r1.42; OK nicm@Tim van der Molen
2019-12-21yet another mostly cosmetic diffMarc Espie
2019-12-21those fields only hold true/false valueMarc Espie
2019-12-21rename a few variable/functions to have better names.Marc Espie
2019-12-21rename built_status constants to be less quirkyMarc Espie
2019-12-21tweak buffer handling a bit:Marc Espie
2019-12-21The man page actually didn't explain its main parameters!Marc Espie
2019-12-21Allow forwarding a different agent socket to the path specified byDamien Miller
2019-12-20SSH U2F keys can now be used as host keys. Fix a garden path sentence.Christian Weisgerber
2019-12-20Move always unsupported keywords to be grouped with the other ones.Darren Tucker
2019-12-20Remove obsolete opcodes from the configuation enum. Patch fromDarren Tucker
2019-12-20Remove now-obsolete config options from example in comment. Patch fromDarren Tucker
2019-12-19Document that security key-hosted keys can act as host keys.Christian Weisgerber
2019-12-19When adding a list with multiple commands to the queue, the next item toNicholas Marriott
2019-12-19"Forward security" -> "Forward secrecy" since that's the correct term.Darren Tucker