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