Age | Commit message (Expand) | Author |
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 |
2019-12-19 | Prevent redirections to file: URLs | Jeremie Courreges-Anglas |
2019-12-18 | use "Currently" in the doc for "openssl enc" when talking about default | Stuart Henderson |
2019-12-18 | In January, the default digest used in the openssl enc command was | Theo Buehler |
2019-12-18 | Do not rely on errno after glob(3) fails. | Nicholas Marriott |
2019-12-17 | cut obsolete lists of crypto algorithms from outline of how SSH works | Christian Weisgerber |
2019-12-17 | Use the message that has already been built rather than the va_list. | Nicholas Marriott |
2019-12-16 | Delete tests for P_THREAD that predate the existence of | Philip Guenther |
2019-12-16 | If /dev/fd/X is a symlink and realpath() expands symlinks, /dev/fd/X | Nicholas Marriott |
2019-12-16 | Need to include message size in the maximum buffer calculation. | Nicholas Marriott |
2019-12-16 | Instead of using large buffers in imsgs, add the data or path onto the end. | Nicholas Marriott |
2019-12-16 | strdup may return NULL if memory allocation fails. Use the safer xstrdup | tobhe |
2019-12-16 | sort sk-* methods behind their plain key methods cousins for now | Damien Miller |
2019-12-15 | don't treat HostKeyAgent=none as a path either; avoids spurious | Damien Miller |