Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Upgrade to 6.3p1. | des | 2013-09-21 | 1 | -22/+21 |
|\ | | | | | | | Approved by: re (gjb) | ||||
* | | Upgrade to OpenSSH 6.2p2. Mostly a no-op since I had already patched | des | 2013-05-17 | 1 | -1/+8 |
| | | | | | | | | the issues that affected us. | ||||
* | | Upgrade to OpenSSH 6.2p1. The most important new features are support | des | 2013-03-22 | 1 | -15/+31 |
|\ \ | |/ | | | | | for a key revocation list and more fine-grained authentication control. | ||||
* | | Upgrade OpenSSH to 6.1p1. | des | 2012-09-03 | 1 | -2/+4 |
| | | |||||
* | | OpenSSH: allow VersionAddendum to be used again | rea | 2012-05-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prior to this, setting VersionAddendum will be a no-op: one will always have BASE_VERSION + " " + VERSION_HPN for VersionAddendum set in the config and a bare BASE_VERSION + VERSION_HPN when there is no VersionAddendum is set. HPN patch requires both parties to have the "hpn" inside their advertized versions, so we add VERSION_HPN to the VERSION_BASE if HPN is enabled and omitting it if HPN is disabled. VersionAddendum now uses the following logics: * unset (default value): append " " and VERSION_ADDENDUM; * VersionAddendum is set and isn't empty: append " " and VersionAddendum; * VersionAddendum is set and empty: don't append anything. Approved by: des Reviewed by: bz MFC after: 3 days | ||||
* | | Upgrade to OpenSSH 5.9p1. | des | 2011-10-05 | 1 | -37/+36 |
|\ \ | |/ | | | | | MFC after: 3 months | ||||
* | | Add support for dynamically adjusted buffers to allow the full use of | brooks | 2011-08-03 | 1 | -1/+29 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the bandwidth of long fat pipes (i.e. 100Mbps+ trans-oceanic or trans-continental links). Bandwidth-delay products up to 64MB are supported. Also add support (not compiled by default) for the None cypher. The None cypher can only be enabled on non-interactive sessions (those without a pty where -T was not used) and must be enabled in both the client and server configuration files and on the client command line. Additionally, the None cypher will only be activated after authentication is complete. To enable the None cypher you must add -DNONE_CIPHER_ENABLED to CFLAGS via the make command line or in /etc/make.conf. This code is a style(9) compliant version of these features extracted from the patches published at: http://www.psc.edu/networking/projects/hpn-ssh/ Merging this patch has been a collaboration between me and Bjoern. Reviewed by: bz Approved by: re (kib), des (maintainer) | ||||
* | | Upgrade to OpenSSH 5.8p2. | des | 2011-05-04 | 1 | -149/+177 |
|\ \ | |/ | |||||
* | | Upgrade to OpenSSH 5.6p1. | des | 2010-11-11 | 1 | -7/+7 |
|\ \ | |/ | |||||
* | | Upgrade to OpenSSH 5.4p1. | des | 2010-03-09 | 1 | -15/+91 |
|\ \ | |/ | | | | | MFC after: 1 month | ||||
* | | Upgrade to OpenSSH 5.3p1. | des | 2009-10-01 | 1 | -4/+6 |
|\ \ | |/ | |||||
* | | Upgrade to OpenSSH 5.2p1. | des | 2009-05-22 | 1 | -7/+3 |
|\ \ | |/ | | | | | MFC after: 3 months | ||||
* | | Upgrade to OpenSSH 5.1p1. | des | 2008-08-01 | 1 | -37/+122 |
|\ \ | |/ | | | | | | | | | | | | | | | | | I have worked hard to reduce diffs against the vendor branch. One notable change in that respect is that we no longer prefer DSA over RSA - the reasons for doing so went away years ago. This may cause some surprises, as ssh will warn about unknown host keys even for hosts whose keys haven't changed. MFC after: 6 weeks | ||||
| * | Properly flatten openssh/dist. | des | 2008-07-22 | 1 | -1106/+0 |
| | | |||||
| * | Revert part of 180714 - the intent was to flatten dist, not to nuke it. | des | 2008-07-22 | 1 | -0/+1106 |
| | | |||||
| * | Flatten the OpenSSH vendor tree for 3.x and newer. | des | 2008-07-22 | 1 | -1106/+0 |
| | | |||||
| * | Vendor import of OpenSSH 4.5p1. | des | 2006-11-10 | 1 | -6/+5 |
| | | |||||
| * | Vendor import of OpenSSH 4.4p1. | des | 2006-09-30 | 1 | -54/+89 |
| | | |||||
| * | Vendor import of OpenSSH 4.3p1. | des | 2006-03-22 | 1 | -4/+39 |
| | | |||||
| * | Vendor import of OpenSSH 4.2p1. | des | 2005-09-03 | 1 | -48/+22 |
| | | |||||
| * | Vendor import of OpenSSH 4.1p1. | des | 2005-06-05 | 1 | -3/+3 |
| | | |||||
| * | Vendor import of OpenSSH 4.0p1. | des | 2005-06-05 | 1 | -26/+28 |
| | | |||||
| * | Vendor import of OpenSSH 3.9p1. | des | 2004-10-28 | 1 | -7/+6 |
| | | |||||
| * | Vendor import of OpenSSH 3.8p1. | des | 2004-02-26 | 1 | -49/+56 |
| | | |||||
| * | Vendor import of OpenSSH 3.7.1p2. | des | 2004-01-07 | 1 | -28/+157 |
| | | |||||
| * | Vendor import of OpenSSH-portable 3.6.1p1. | des | 2003-04-23 | 1 | -6/+6 |
| | | |||||
| * | Vendor import of OpenSSH-portable 3.5p1. | des | 2002-10-29 | 1 | -31/+87 |
| | | |||||
| * | Vendor import of OpenSSH 3.4p1. | des | 2002-06-29 | 1 | -3/+2 |
| | | |||||
| * | Vendor import of OpenSSH 3.3p1. | des | 2002-06-27 | 1 | -1/+9 |
| | | |||||
| * | Vendor import of OpenSSH 3.3. | des | 2002-06-23 | 1 | -48/+27 |
| | | |||||
| * | Vendor import of OpenSSH 3.1 | des | 2002-03-18 | 1 | -126/+228 |
| | | |||||
| * | Say "hi" to the latest in the OpenSSH series, version 2.9! | green | 2001-05-04 | 1 | -72/+158 |
| | | | | | | | | Happy birthday to: rwatson | ||||
| * | Import of OpenSSH 2.3.0 (virgin OpenBSD source release). | green | 2000-12-05 | 1 | -2/+4 |
| | | |||||
| * | Initial import of OpenSSH post-2.2.0 snapshot dated 2000-09-09 | kris | 2000-09-10 | 1 | -19/+29 |
| | | |||||
| * | Initial import of OpenSSH snapshot from 2000/05/30 | kris | 2000-06-03 | 1 | -17/+2 |
| | | | | | | | | Obtained from: OpenBSD | ||||
| * | Initial import of OpenSSH v2.1. | kris | 2000-05-15 | 1 | -1055/+115 |
| | | |||||
| * | Virgin import of OpenSSH sources dated 2000/03/25 | kris | 2000-03-26 | 1 | -47/+47 |
| | | |||||
* | | Resolve conflicts. | des | 2006-11-10 | 1 | -6/+5 |
| | | |||||
* | | Merge conflicts. | des | 2006-09-30 | 1 | -54/+89 |
| | | | | | | | | MFC after: 1 week | ||||
* | | Merge conflicts. | des | 2006-03-22 | 1 | -4/+39 |
| | | |||||
* | | Resolve conflicts. | des | 2005-09-03 | 1 | -48/+22 |
| | | |||||
* | | Resolve conflicts. | des | 2005-06-05 | 1 | -28/+30 |
| | | |||||
* | | Resolve conflicts | des | 2004-10-28 | 1 | -7/+6 |
| | | |||||
* | | Resolve conflicts. | des | 2004-02-26 | 1 | -49/+56 |
| | | |||||
* | | Resolve conflicts and remove obsolete files. | des | 2004-01-07 | 1 | -28/+157 |
| | | | | | | | | Sponsored by: registrar.no | ||||
* | | Remove RCSID from files which have no other diffs to the vendor branch. | des | 2003-05-01 | 1 | -1/+0 |
| | | |||||
* | | Resolve conflicts. | des | 2003-04-23 | 1 | -6/+6 |
| | | |||||
* | | Resolve conflicts. | des | 2002-10-29 | 1 | -31/+87 |
| | | |||||
* | | Resolve conflicts. | des | 2002-06-29 | 1 | -3/+3 |
| | | | | | | | | Sponsored by: DARPA, NAI Labs | ||||
* | | Forcibly revert to mainline. | des | 2002-06-27 | 1 | -2/+9 |
| | |