Age | Commit message (Expand) | Author |
2020-01-01 | Document client exit messages. | Nicholas Marriott |
2020-01-01 | Fix format expansion in window names, reported by Suraj N Kurapati. | Nicholas Marriott |
2020-01-01 | update currency exchange rates; | Jason McIntyre |
2019-12-31 | When all cells in a tbl(1) column are empty, set the column width | Ingo Schwarze |
2019-12-31 | plug memory leak | Marc Espie |
2019-12-30 | Do not let readonly clients limit the size, suggested by Max Barraclough | Nicholas Marriott |
2019-12-30 | simplify the list for moduli options - no need for -compact; | Jason McIntyre |
2019-12-30 | Do not perform top-level sort when -c is used with a -k field. | Todd C. Miller |
2019-12-30 | 7 years later, I think the commit message was not enough. | Marc Espie |
2019-12-30 | Remove the -x option currently used for FIDO/U2F-specific key flags. | Damien Miller |
2019-12-30 | document SK API changes in PROTOCOL.u2f | Damien Miller |
2019-12-30 | translate and return error codes; retry on bad PIN | Damien Miller |
2019-12-30 | improve some error messages; ok markus@ | Damien Miller |
2019-12-30 | SK API and sk-helper error/PIN passing | Damien Miller |
2019-12-30 | implement loading resident keys in ssh-add | Damien Miller |
2019-12-30 | implement loading of resident keys in ssh-sk-helper | Damien Miller |
2019-12-30 | resident keys support in SK API | Damien Miller |
2019-12-30 | Factor out parsing of struct sk_enroll_response | Damien Miller |
2019-12-30 | basic support for generating FIDO2 resident keys | Damien Miller |
2019-12-30 | remove single-letter flags for moduli options | Damien Miller |
2019-12-30 | prepare for use of ssh-keygen -O flag beyond certs | Damien Miller |
2019-12-27 | Support regex search in copy mode, from Anindya Mukherjee in GitHub | Nicholas Marriott |
2019-12-27 | sort -Y internally in the options list, as is already done in synopsis; | Jason McIntyre |
2019-12-27 | in the options list, sort -Y and -y; | Jason McIntyre |
2019-12-26 | Do not fail an assertion when a high level macro occurs in the body | Ingo Schwarze |
2019-12-26 | Pass correct value into iterator callback for time formats. | Nicholas Marriott |
2019-12-26 | Add a number of new formats to inspect what sessions and clients a | Nicholas Marriott |
2019-12-25 | exit_type is already set up with exactly the information we need, | Marc Espie |
2019-12-24 | Remove non-sensical line. The node certainly hasn't been rebuilt yet, | Marc Espie |
2019-12-24 | Fix name of option, GitHub issue 2030. | Nicholas Marriott |
2019-12-22 | - give a specific value to OP_ERROR that doesn't occur in nature | Marc Espie |
2019-12-22 | we also have "VAR_*" constants in parsevar with totally different meanings. | Marc Espie |
2019-12-22 | have parseb64file be non-destructive, so we can write the | Marc Espie |
2019-12-21 | a few depend:-related thingies that were still in. | Marc Espie |
2019-12-21 | Replace the term "security key" with "(FIDO) authenticator". | Christian Weisgerber |
2019-12-21 | Restore source-file -q behaviour, broken in r1.42; OK nicm@ | Tim van der Molen |
2019-12-21 | yet another mostly cosmetic diff | Marc Espie |
2019-12-21 | those fields only hold true/false value | Marc Espie |
2019-12-21 | rename a few variable/functions to have better names. | Marc Espie |
2019-12-21 | rename built_status constants to be less quirky | Marc Espie |
2019-12-21 | tweak buffer handling a bit: | Marc Espie |
2019-12-21 | The man page actually didn't explain its main parameters! | Marc Espie |
2019-12-21 | Allow forwarding a different agent socket to the path specified by | Damien Miller |
2019-12-20 | SSH U2F keys can now be used as host keys. Fix a garden path sentence. | Christian Weisgerber |
2019-12-20 | Move always unsupported keywords to be grouped with the other ones. | Darren Tucker |
2019-12-20 | Remove obsolete opcodes from the configuation enum. Patch from | Darren Tucker |
2019-12-20 | Remove now-obsolete config options from example in comment. Patch from | Darren Tucker |
2019-12-19 | Document that security key-hosted keys can act as host keys. | Christian Weisgerber |
2019-12-19 | When adding a list with multiple commands to the queue, the next item to | Nicholas Marriott |
2019-12-19 | "Forward security" -> "Forward secrecy" since that's the correct term. | Darren Tucker |