Age | Commit message (Expand) | Author |
2020-11-28 | Include cipher.h for declaration of cipher_by_name. | Darren Tucker |
2020-11-28 | Use IN_MULTICAST correctly, so it checks the IP address rather than the | Jonathan Matthew |
2020-11-28 | check result of strchr() against NULL rather than searched-for | Damien Miller |
2020-11-27 | Document ssh-keygen -Z, sanity check its argument earlier and provide | Darren Tucker |
2020-11-27 | Set the specified TOS/DSCP for interactive use prior to TCP connect. | Damien Miller |
2020-11-27 | clean up passing of struct passwd from monitor to preauth privsep | Damien Miller |
2020-11-26 | Fix check for vertical centre. | Nicholas Marriott |
2020-11-26 | Add -N flag to display-panes to ignore keys, GitHub issue 2473. | Nicholas Marriott |
2020-11-24 | Simple implementation of --timeout to exit after specified seconds of I/O | Claudio Jeker |
2020-11-23 | The -exec primary is terminated by either ';' or '+', but the latter | Alexander Hall |
2020-11-22 | when loading PKCS#11 keys, include the key fingerprints and provider/slot | Damien Miller |
2020-11-22 | when mentioning that the host key has changed, don't report the type | Damien Miller |
2020-11-22 | fix typo; from Kris Katterjohn | Jonathan Gray |
2020-11-21 | Groups are optional | kn |
2020-11-20 | When doing an sftp recursive upload or download of a read-only directory, | Darren Tucker |
2020-11-20 | Explicitly initialize all members of the find_by_key_ctx struct. Initializing | Darren Tucker |
2020-11-19 | draft-ietf-secsh-architecture is now RFC4251. | Darren Tucker |
2020-11-17 | Specify that the KDF function is bcrypt. Based on github PR#214 | Darren Tucker |
2020-11-17 | Log missing keys when extended keys is on rather than fatal(). | Nicholas Marriott |
2020-11-15 | revert r1.341; it breaks ProxyJump; reported by sthen@ | Damien Miller |
2020-11-14 | Simplify wording of the matching rules, with help and ok jmc@ | Otto Moerbeek |
2020-11-14 | remove macro instances from arbitrary string width specifiers. for example | Jason McIntyre |
2020-11-13 | scrub keyboard-interactive authentication prompts coming from the | Damien Miller |
2020-11-13 | prefix keyboard interactive prompts with (user@host) to make it easier | Damien Miller |
2020-11-12 | when prompting the user to accept a new hostkey, display any other | Damien Miller |
2020-11-12 | Prevent integer overflow when ridiculously large ConnectTimeout is | Darren Tucker |
2020-11-11 | fix logic error that broke URI parsing in ProxyJump directives; | Damien Miller |
2020-11-10 | Allow previous-word to scroll onto the first line, noticed by Anindya | Nicholas Marriott |
2020-11-10 | Free the previously allocated msg buffer after writing it out. | Claudio Jeker |
2020-11-09 | If mouse bits change, clear them all and set again to avoid problems | Nicholas Marriott |
2020-11-09 | Change how escaping is processed for formats so that ## and # can be | Nicholas Marriott |
2020-11-09 | Remove some old debug logging. | Nicholas Marriott |
2020-11-08 | unbreak; missing NULL check | Damien Miller |
2020-11-08 | when requesting a security key touch on stderr, inform the user once | Damien Miller |
2020-11-08 | Add a comment documenting the source of the moduli group sizes. | Darren Tucker |
2020-11-08 | Replace WITH_OPENSSL ifdefs in log calls with a macro. The log calls | Darren Tucker |
2020-11-05 | double word fixes; | Jason McIntyre |
2020-11-03 | fold consecutive '*' wildcards to mitigate combinatorial explosion | Damien Miller |
2020-11-03 | Wrap remaining overlong lines. | Theo Buehler |
2020-11-03 | garbage collect an essentially unused variable and wrap some overlong | Theo Buehler |
2020-11-03 | * ptr -> *ptr | Theo Buehler |
2020-11-03 | X509_verify_cert()'s return value is not reliable if the callback | Theo Buehler |
2020-11-03 | Expand menu and popup -x and -y as a format, from teo_paul1 at yahoo dot | Nicholas Marriott |
2020-11-02 | Add numeric comparisons for formats, from teo_paul1 at yahoo dot com in | Nicholas Marriott |
2020-11-01 | some comma fixes; from varik valefor | Jason McIntyre |
2020-11-01 | restore RCS id removed in 1.33 | Joshua Stein |
2020-11-01 | update currency exchange rates; | Jason McIntyre |
2020-11-01 | Implement Extended DNS Error (RFC 8914). | Florian Obser |
2020-10-30 | Finally get rid of the "overflow: auto" property of ".Bl-tag > dd" | Ingo Schwarze |
2020-10-30 | With csh, a tmux client gets SIGTERM before SIGCONT when killed with | Nicholas Marriott |