Age | Commit message (Expand) | Author |
2020-12-04 | shuffle a few utility functions into sftp-client.c; from Jakub Jelen | Damien Miller |
2020-12-04 | make ssh_free(NULL) a no-op | Damien Miller |
2020-12-04 | memleak of DH public bignum; found with libfuzzer | Damien Miller |
2020-12-04 | fix minor memleak of kex->hostkey_alg on rekex | Damien Miller |
2020-12-04 | typos: s/hex/kex/ in error messages | Damien Miller |
2020-12-04 | make program name be const | Damien Miller |
2020-12-03 | grammar fixes from Varik "The Genuine Article!!!" Valefor; | Jason McIntyre |
2020-12-03 | Redraw any visible modes when status line changes so that formats like | Nicholas Marriott |
2020-12-02 | Add argc check for snmp trap and drop to usage if we're short. | Martijn van Duren |
2020-12-01 | Leave newlines inside multiline quotes. | Nicholas Marriott |
2020-12-01 | Make replacement of ##s consistent when drawing formats, whether | Nicholas Marriott |
2020-12-01 | update currency exchange rates; | Jason McIntyre |
2020-11-30 | Ignore running command when checking for no-hooks flag if it is blocked. | Nicholas Marriott |
2020-11-30 | Ignore comments at the end of config lines in ssh_config, similar to what | Darren Tucker |
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 |