summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/sshd_config
Commit message (Collapse)AuthorAgeFilesLines
* As previously threatened, remove the HPN patch from OpenSSH.des2016-01-191-10/+1
|
* Remove description of the now-defunct NoneEnabled option.des2015-11-241-3/+0
|
* Change comment about HPNDisabled to match the style of other options tosmh2014-05-201-1/+1
| | | | | | avoid confusion. Sponsored by: Multiplay
* Apply upstream patch for EC calculation bug and bump version addendum.des2014-04-201-1/+1
|
* Upgrade to OpenSSH 6.6p1.des2014-03-251-1/+1
|\
* | Turn sandboxing on by default.des2014-02-011-1/+1
| |
* | Upgrade to OpenSSH 6.5p1.des2014-01-311-3/+6
|\ \ | |/
* | MFV r257952:delphij2013-11-111-1/+1
| | | | | | | | | | | | | | | | Upgrade to OpenSSH 6.4p1. Bump VersionAddendum. Approved by: des
* | Upgrade to 6.3p1.des2013-09-211-2/+5
|\ \ | |/ | | | | Approved by: re (gjb)
* | r251088 reverted the default value for UsePrivilegeSeparation fromdes2013-06-281-1/+1
| | | | | | | | "sandbox" to "yes", but did not update the documentation to match.
* | Upgrade to OpenSSH 6.2p2. Mostly a no-op since I had already patcheddes2013-05-171-1/+1
| | | | | | | | the issues that affected us.
* | Upgrade to OpenSSH 6.2p1. The most important new features are supportdes2013-03-221-3/+6
|\ \ | |/ | | | | for a key revocation list and more fine-grained authentication control.
* | Keep the default AuthorizedKeysFile setting. Although authorized_keys2des2013-03-181-2/+1
| | | | | | | | | | | | | | | | | | | | | | has been deprecated for a while, some people still use it and were unpleasantly surprised by this change. I may revert this commit at a later date if I can come up with a way to give users who still have authorized_keys2 files sufficient advance warning. MFC after: ASAP
* | Upgrade OpenSSH to 6.1p1.des2012-09-031-4/+5
| |
* | Upgrade to OpenSSH 5.9p1.des2011-10-051-4/+7
|\ \ | |/ | | | | MFC after: 3 months
* | Add support for dynamically adjusted buffers to allow the full use ofbrooks2011-08-031-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.des2011-05-041-2/+3
|\ \ | |/
* | Upgrade to OpenSSH 5.6p1.des2010-11-111-1/+1
|\ \ | |/
* | Upgrade to OpenSSH 5.5p1.des2010-04-281-1/+1
| |
* | Upgrade to OpenSSH 5.4p1.des2010-03-091-6/+4
|\ \ | |/ | | | | MFC after: 1 month
* | Remove dupe.des2009-10-111-1/+0
| |
* | Upgrade to OpenSSH 5.3p1.des2009-10-011-1/+1
|\ \ | |/
* | Upgrade to OpenSSH 5.2p1.des2009-05-221-1/+1
|\ \ | |/ | | | | MFC after: 3 months
* | Upgrade to OpenSSH 5.1p1.des2008-08-011-4/+13
|\ \ | |/ | | | | | | | | | | | | | | | | 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.des2008-07-221-112/+0
| |
| * Revert part of 180714 - the intent was to flatten dist, not to nuke it.des2008-07-221-0/+112
| |
| * Flatten the OpenSSH vendor tree for 3.x and newer.des2008-07-221-112/+0
| |
| * Vendor import of OpenSSH 4.4p1.des2006-09-301-7/+14
| |
| * Vendor import of OpenSSH 4.3p1.des2006-03-221-1/+2
| |
| * Vendor import of OpenSSH 4.2p1.des2005-09-031-3/+3
| |
| * Vendor import of OpenSSH 4.0p1.des2005-06-051-1/+2
| |
| * Vendor import of OpenSSH 3.9p1.des2004-10-281-4/+10
| |
| * Vendor import of OpenSSH 3.8p1.des2004-02-261-5/+6
| |
| * Vendor import of OpenSSH 3.7.1p2.des2004-01-071-16/+19
| |
| * Vendor import of OpenSSH-portable 3.5p1.des2002-10-291-3/+4
| |
| * Vendor import of OpenSSH 3.3p1.des2002-06-271-0/+6
| |
| * Vendor import of OpenSSH 3.3.des2002-06-231-7/+7
| |
| * Vendor import of OpenSSH 3.1des2002-03-181-43/+63
| |
| * Say "hi" to the latest in the OpenSSH series, version 2.9!green2001-05-041-5/+15
| | | | | | | | Happy birthday to: rwatson
| * Import of OpenSSH 2.3.0 (virgin OpenBSD source release).green2000-12-051-0/+1
| |
| * Initial import of OpenSSH post-2.2.0 snapshot dated 2000-09-09kris2000-09-101-0/+4
| |
| * Initial import of OpenSSH v2.1.kris2000-05-151-0/+1
| |
* | Resolve conflicts.des2006-11-101-1/+1
| |
* | Bump version addendum.des2006-09-301-1/+1
| | | | | | | | MFC after: 1 week
* | Merge conflicts.des2006-09-301-8/+15
| | | | | | | | MFC after: 1 week
* | Merge conflicts.des2006-03-221-2/+3
| |
* | Resolve conflicts.des2005-09-031-4/+4
| |
* | Resolve conflicts.des2005-06-051-2/+3
| |
* | Resolve conflictsdes2004-10-281-4/+11
| |
* | Adjust version number and addendum.des2004-04-201-1/+1
| |
OpenPOWER on IntegriCloud