Age | Commit message (Expand) | Author |
2016-02-28 | drop the support for Linux emulation; ok guenther@ visa@ | Christian Weisgerber |
2016-02-28 | Support for running Linux binaries under emulation is going away. | Christian Weisgerber |
2016-02-26 | there is no emulation "bsd", our default is "native"; ok deraadt@ millert@ | Christian Weisgerber |
2016-02-25 | remove extra word; from edgar pettijohn | Jason McIntyre |
2016-02-23 | openssh-7.2 | Damien Miller |
2016-02-23 | fix spurious error message when incorrect passphrase entered for | Damien Miller |
2016-02-22 | Properly handle ed-files which fully replace input file content. This | Tobias Stoeckmann |
2016-02-21 | Fix skeyinit -E by hoisting argument parsing and the call to enable_db() | tb |
2016-02-20 | set ssh(1) protocol version to 2 only. | Igor Sobrado |
2016-02-20 | add missing ~/.ssh/id_ecdsa and ~/.ssh/id_ed25519 to IdentityFile. | Igor Sobrado |
2016-02-20 | AddressFamily defaults to any. | Igor Sobrado |
2016-02-20 | spell out RIPE without errant acute accents; ok millert@ | Christian Weisgerber |
2016-02-20 | Fix the C type used for 32-bit float/lefloat/befloat, it should be float | Nicholas Marriott |
2016-02-18 | TMPDIR is no longer supported; | Jason McIntyre |
2016-02-18 | finish conversion select -> poll, error messages count too, sloppy theo. | Marc Espie |
2016-02-17 | rekey refactor broke SSH1; spotted by Tom G. Christensen | Damien Miller |
2016-02-17 | rsa-sha2-512,rsa-sha2-256 cannot be selected explicitly in | Damien Miller |
2016-02-17 | since these pages now clearly tell folks to avoid v1, normalise | Jason McIntyre |
2016-02-17 | make sandboxed privilege separation the default, not just for new | Damien Miller |
2016-02-16 | correct(ish) date of death for alexander the great; | Jason McIntyre |
2016-02-16 | no need to state that protocol 2 is the default twice; | Jason McIntyre |
2016-02-16 | Replace list of ciphers and MACs adjacent to -1/-2 flag descriptions in | Damien Miller |
2016-02-16 | add a "Close session" log entry (at loglevel=verbose) to correspond | Damien Miller |
2016-02-15 | memleak of algorithm name in mm_answer_sign; reported by Jakub Jelen | Damien Miller |
2016-02-15 | Do a carriage return before password prompt. | martijn |
2016-02-15 | Add a function to enable security-related malloc_options. With and ok | Darren Tucker |
2016-02-12 | word fix from previous; ok sthen | Jason McIntyre |
2016-02-12 | Expand client formats in run-shell. | Nicholas Marriott |
2016-02-12 | avoid fatal() for PKCS11 tokens that present empty key IDs | Damien Miller |
2016-02-11 | Update comment: the #ifdef VDSUSP was removed in r1.22. | Tim van der Molen |
2016-02-11 | sync crypto algorithm lists in ssh_config(5) and sshd_config(5) | Damien Miller |
2016-02-11 | fix regression in openssh-6.8 sftp client: existing destination | Damien Miller |
2016-02-09 | avoid special characters; from michael reed | Jason McIntyre |
2016-02-09 | turn off more old crypto in the client: hmac-md5, ripemd, truncated | Damien Miller |
2016-02-09 | Replace a three step string duplication with strndup(). | mmcc |
2016-02-09 | For a long time, nomem() has been a wrapper for err(1, NULL) and | tb |
2016-02-08 | don't attempt to percent_expand() already-canonicalised addresses, | Damien Miller |
2016-02-08 | Fix a bug that caused nothing to be skipped when skipping exactly the | Ingo Schwarze |
2016-02-08 | remove main() declaration | mmcc |
2016-02-08 | sslv3 has been removed; | Jason McIntyre |
2016-02-08 | refactor activation of rekeying | Damien Miller |
2016-02-07 | require a tty for the password. | Ted Unangst |
2016-02-05 | Explain why we intentionally violate POSIX here, to prevent people from | Ingo Schwarze |
2016-02-05 | Make write explicitly ASCII only by transforming UTF-8 characters and non-ASCII | martijn |
2016-02-05 | Only check errno if read() has returned an error. EOF is not an error. | Christian Weisgerber |
2016-02-05 | Sort includes. | Jeremie Courreges-Anglas |
2016-02-05 | No need for pledge("rpath") | Jeremie Courreges-Anglas |
2016-02-05 | Do not wrap cursor at start or end of history, from Michal Mazurek. | Nicholas Marriott |
2016-02-05 | pledge(2) for talk(1): | mestre |
2016-02-05 | avoid an uninitialised value when NumberOfPasswordPrompts is 0 | Jonathan Gray |