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