| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r318242: Refine and update blacklist support in sshd | lidl | 2017-05-17 | 8 | -16/+23 |
* | MFC r313965: | lidl | 2017-02-22 | 1 | -2/+2 |
* | MFC r311585: | ngie | 2017-02-04 | 1 | -1/+1 |
* | MFC r311914: MFV r311913: | delphij | 2017-01-11 | 8 | -15/+55 |
* | MFC r308197: MFV r308196: | delphij | 2016-11-02 | 1 | -0/+1 |
* | MFC r305065: Add refactored blacklist support to sshd | lidl | 2016-09-06 | 12 | -1/+195 |
* | MFH (r303832): check whether each key file exists before adding it | des | 2016-08-11 | 1 | -10/+15 |
* | MFH (r303716, r303719): drop SSH1 support, disable DSA by default | des | 2016-08-05 | 7 | -40/+19 |
* | Revert r301551, which added blacklistd(8) to sshd(8). | gjb | 2016-06-24 | 8 | -145/+0 |
* | Add blacklist support to sshd | lidl | 2016-06-07 | 8 | -0/+145 |
* | Re-add AES-CBC ciphers to the default cipher list on the server. | des | 2016-03-11 | 3 | -4/+12 |
* | Upgrade to OpenSSH 7.2p2. | des | 2016-03-11 | 140 | -3291/+5765 |
|\ |
|
* | | Document our modified default value for PermitRootLogin. | des | 2016-02-02 | 2 | -2/+2 |
* | | Switch UseDNS back on | des | 2016-01-27 | 4 | -4/+7 |
* | | r294563 was incomplete; re-add the client-side options as well. | des | 2016-01-22 | 1 | -0/+2 |
* | | Instead of removing the NoneEnabled option, mark it as unsupported. | des | 2016-01-22 | 1 | -0/+1 |
* | | Update the instructions and the list of major local modifications. | des | 2016-01-21 | 1 | -17/+47 |
* | | Explain why we don't include VersionAddendum in the debug mode banner. | des | 2016-01-21 | 1 | -0/+1 |
* | | Upgrade to OpenSSH 7.1p2. | des | 2016-01-21 | 28 | -1806/+301 |
* | | Enable DSA keys by default. They were disabled in OpenSSH 6.9p1. | des | 2016-01-21 | 3 | -13/+28 |
* | | Take care not to pick up the wrong version of OpenSSL when running in an | des | 2016-01-21 | 1 | -0/+6 |
* | | Remove RCS tags from files in which we no longer have any local | des | 2016-01-20 | 14 | -12/+2 |
* | | Remove a number of generated files which are either out-of-date (because | des | 2016-01-20 | 16 | -27242/+0 |
* | | Upgrade to OpenSSH 7.0p1. | des | 2016-01-20 | 158 | -1655/+2319 |
* | | Upgrade to OpenSSH 6.9p1. | des | 2016-01-19 | 115 | -2304/+3871 |
|\ \
| |/ |
|
* | | Re-add HPN configuration options as deprecated options to avoid breaking | des | 2016-01-19 | 2 | -0/+7 |
* | | Upgrade to OpenSSH 6.8p1. | des | 2016-01-19 | 330 | -14249/+30265 |
|\ \
| |/ |
|
* | | Now that we have local modifications in configure.ac and configure, run | des | 2016-01-19 | 4 | -129/+155 |
* | | Upgrade to OpenSSH 6.7p1, retaining libwrap support (which has been removed | des | 2016-01-19 | 286 | -6983/+17450 |
|\ \
| |/ |
|
* | | As previously threatened, remove the HPN patch from OpenSSH. | des | 2016-01-19 | 28 | -534/+154 |
* | | Use 'svn list -R' instead of find, and recognize comments in shell scripts | des | 2016-01-19 | 1 | -2/+2 |
* | | Recognize *roff comments. | des | 2016-01-19 | 1 | -1/+1 |
* | | Update the pre- and post-merge scripts to work correctly after the recent | des | 2016-01-19 | 2 | -15/+13 |
* | | Fix OpenSSH client information leak. | glebius | 2016-01-14 | 1 | -3/+2 |
* | | Incorrect length in calloc() call, already fixed upstream. | des | 2015-12-17 | 1 | -1/+1 |
* | | r291198 inadvertantly reverted a local patch for the default location | des | 2015-11-26 | 1 | -2/+3 |
* | | Revert inadvertent commit of an incorrect patch | des | 2015-11-24 | 1 | -2/+1 |
* | | Remove description of the now-defunct NoneEnabled option. | des | 2015-11-24 | 2 | -4/+2 |
* | | Retire the NONE cipher option. | des | 2015-11-23 | 16 | -225/+4 |
* | | Remove dead code. | des | 2015-11-11 | 1 | -672/+0 |
* | | One more $Mdocdate$ | des | 2015-11-11 | 1 | -1/+1 |
* | | Remove /* $FreeBSD$ */ from files that already have __RCSID("$FreeBSD$"). | des | 2015-11-11 | 25 | -25/+0 |
* | | Now that we have mandoc, we can leave $Mdocdate$ tags as-is. Unfortunately, | des | 2015-11-11 | 13 | -22/+13 |
* | | Fix OpenSSH multiple vulnerabilities by backporting three changes | delphij | 2015-08-25 | 3 | -6/+7 |
* | | Fix multiple OpenSSH vulnerabilities. | delphij | 2015-07-28 | 2 | -18/+33 |
* | | ssh: canonicize the host name before looking it up in the host file | vangyzen | 2015-07-16 | 1 | -0/+17 |
* | | Import new moduli from OpenBSD. Although there is no reason to distrust | des | 2015-05-26 | 1 | -261/+275 |
* | | Use proper CHAN_TCP_PACKET_DEFAULT for agent forwarding when HPN disabled. | bdrewery | 2015-04-02 | 1 | -1/+1 |
* | | Document "none" for VersionAddendum. | bdrewery | 2015-03-23 | 2 | -2/+8 |
* | | Change comment about HPNDisabled to match the style of other options to | smh | 2014-05-20 | 1 | -1/+1 |