| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r314601: | ngie | 2017-09-30 | 1 | -1/+1 |
* | Upgrade OpenSSH to 7.3p1. | des | 2017-09-01 | 156 | -3231/+5937 |
* | Revert OpenSSH 7.3p1; something went wrong between testing and committing. | des | 2017-09-01 | 156 | -5937/+3231 |
* | Upgrade OpenSSH to 7.3p1. | des | 2017-09-01 | 156 | -3231/+5937 |
* | Apply upstream fix: | delphij | 2017-08-10 | 1 | -0/+5 |
* | 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 |
* | MFH (r296633): upgrade to 7.2p2 (fixes xauth command injection bug) | des | 2016-03-12 | 141 | -3295/+5777 |
* | MFH (r265214, r294333, r294407, r294467): misc prop fixes | des | 2016-02-07 | 467 | -24586/+46067 |
* | MFH (r291198, r291260, r291261, r291375, r294325, r294335, r294563) | des | 2016-01-24 | 44 | -776/+169 |
* | MFH (r263234, r263691, r266465, r290671, r290672, r290673, r290674, | des | 2016-01-24 | 53 | -22220/+152 |
* | MFH (r292408): use correct length in calloc() call | des | 2016-01-16 | 1 | -1/+1 |
* | Merge r294048: fix OpenSSH client information leak. | glebius | 2016-01-14 | 1 | -3/+2 |
* | MFC: Fix OpenSSH multiple vulnerabilities. | delphij | 2015-08-25 | 3 | -6/+7 |
* | Fix patch(1) shell injection vulnerability. [SA-15:14] | delphij | 2015-07-28 | 2 | -18/+33 |
* | MFC r285642 | vangyzen | 2015-07-21 | 1 | -0/+17 |
* | MFH (r283578): import new moduli from upstream | des | 2015-06-30 | 1 | -261/+275 |
* | MFC r280999: | bdrewery | 2015-04-23 | 1 | -1/+1 |
* | MFC r280360: | bdrewery | 2015-04-07 | 2 | -2/+8 |
* | Merge an applicable subset of r263234 from HEAD to stable/10: | rwatson | 2015-03-19 | 1 | -1/+1 |
* | MFH (r264691): merge upstream patch for EC calculation bug | des | 2014-04-20 | 10 | -9/+35 |
* | MFH (r263712): upgrade openssh to 6.6p1 | des | 2014-04-12 | 123 | -2462/+1522 |
* | MFC r261499 (pjd): | delphij | 2014-03-03 | 1 | -2/+4 |
* | MFH (r261320): upgrade openssh to 6.5p1 | des | 2014-02-27 | 204 | -4435/+13545 |
* | MFH (r257954): upgrade to OpenSSH 6.4p1 | des | 2013-11-19 | 26 | -53/+69 |
* | Pre-zero the MAC context. | des | 2013-11-19 | 1 | -1/+1 |
* | Unbreak the WITHOUT_KERBEROS build and try to reduce the odds of a | des | 2013-09-23 | 6 | -17/+64 |
* | Pull in all the OpenSSH bits that we'd previously left out because we | des | 2013-09-21 | 146 | -0/+43001 |
|\ |
|
* \ | Upgrade to 6.3p1. | des | 2013-09-21 | 154 | -2393/+4264 |
|\ \
| |/ |
|
* | | Change the default value of VerifyHostKeyDNS to "yes" if compiled with | des | 2013-09-10 | 3 | -1/+11 |
* | | These three files appeared in 6.0p1, which was imported into the vendor | des | 2013-09-09 | 3 | -0/+558 |
|\ \
| |/ |
|
* | | Apply upstream revision 1.151 (fix relative symlinks) | des | 2013-08-13 | 1 | -1/+2 |
* | | r251088 reverted the default value for UsePrivilegeSeparation from | des | 2013-06-28 | 2 | -2/+2 |
* | | Revert a local change that sets the default for UsePrivilegeSeparation to | des | 2013-05-29 | 1 | -1/+1 |
* | | Upgrade to OpenSSH 6.2p2. Mostly a no-op since I had already patched | des | 2013-05-17 | 12 | -30/+65 |
* | | The HPN patch added a new BUG bit for SSH_BUG_LARGEWINDOW | bdrewery | 2013-05-13 | 1 | -1/+1 |
* | | Merge updated "no such identity file" patch. | des | 2013-04-24 | 3 | -34/+29 |
* | | Silence "received disconnect" in the common case. | des | 2013-04-14 | 1 | -2/+6 |
* | | Merge upstream patch to silence spurious "no such identity file" warnings. | des | 2013-04-02 | 4 | -14/+29 |
* | | Silence printf format warnings. | des | 2013-04-02 | 1 | -5/+10 |
* | | Silence warnings about redefined macros. | des | 2013-04-01 | 1 | -0/+4 |
* | | Revert r247892 now that this has been fixed upstream. | des | 2013-03-23 | 1 | -1/+0 |
* | | Upgrade to OpenSSH 6.2p1. The most important new features are support | des | 2013-03-22 | 94 | -1239/+4986 |
|\ \
| |/ |
|
* | | Keep the default AuthorizedKeysFile setting. Although authorized_keys2 | des | 2013-03-18 | 1 | -2/+1 |
* | | Unlike OpenBSD's, our setusercontext() will intentionally ignore the user's | des | 2013-03-13 | 1 | -0/+6 |
* | | Partially revert r247892 and r247904 since our strnvis() does not | des | 2013-03-07 | 2 | -2/+5 |
* | | Remove strnvis(), strvis(), strvisx(). | des | 2013-03-06 | 1 | -3/+0 |
* | | Explicitly disable lastlog, utmp and wtmp. | des | 2013-03-06 | 2 | -8/+44 |
* | | Upgrade OpenSSH to 6.1p1. | des | 2012-09-03 | 95 | -1090/+2649 |