summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2019-12-15do not attempt to find an absolute path for sshd_configDamien Miller
2019-12-15allow ssh-keyscan to find security key hostkeysDamien Miller
2019-12-15allow security keys to act as host keys as well as user keys.Damien Miller
2019-12-13actually commit the ssh-sk-helper client code; ok markusDamien Miller
2019-12-13perform security key enrollment via ssh-sk-helper too. This meansDamien Miller
2019-12-13allow sshbuf_put_stringb(buf, NULL); ok markus@Damien Miller
2019-12-13use ssh-sk-helper for all security key signing operationsDamien Miller
2019-12-13Show UTF-8 in choose-buffer mode. From KOIE Hidetaka.Nicholas Marriott
2019-12-13Need to check in the error callback also.Nicholas Marriott
2019-12-13Do not spin waiting for exit, instead check in the write callback.Nicholas Marriott
2019-12-12Do not crash in tree modes if the pane is only 1 in width, reported byNicholas Marriott
2019-12-12Add function to the right file.Nicholas Marriott
2019-12-12Change source-file to use new file code which allows it to read fromNicholas Marriott
2019-12-12Do not check if client is dead if it is NULL.Nicholas Marriott
2019-12-12Rewrite the code for reading and writing files. Now, if the client isNicholas Marriott
2019-12-11add a note about the 'extensions' field in the signed objectDamien Miller
2019-12-11Merge existing decls and decls introduced in rev 1.10Jeremie Courreges-Anglas
2019-12-11Tweak previous to check the wrapped flag and stop if not set.Nicholas Marriott
2019-12-11Allow search across wrapped lines and fix some inconsistencies in how thNicholas Marriott
2019-12-11Do not set cursor colour to default unless it has been changed, GitHubNicholas Marriott
2019-12-10some more corrections for documentation problems spotted by Ron FrederickDamien Miller
2019-12-10loading security keys into ssh-agent used the extension constraintDamien Miller
2019-12-10add security key types to list of keys allowed to act as CAs;Damien Miller
2019-12-10when acting as a CA and using a security key as the CA key, remind theDamien Miller
2019-12-10chop some unnecessary and confusing verbiage from the security keyDamien Miller
2019-12-10Make TMUX_CONF a list of files and expand leading $FOO or ~.Nicholas Marriott
2019-12-10In HTML, display straight quotes, not curly quotes, for Qq/Qo/Qc macros.Anthony J. Bentley
2019-12-09Reinstate ftp_printf to log sent HTTP headersJeremie Courreges-Anglas
2019-12-09Move RCS Id to the top of the fileJeremie Courreges-Anglas