aboutsummaryrefslogtreecommitdiff
path: root/crypto/openssh/misc.h
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to OpenSSH 7.9p1.Ed Maste2020-02-141-1/+2
|\ | | | | | | | | | | | | | | MFC after: 2 months Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=357926
* | Upgrade to OpenSSH 7.8p1.Dag-Erling Smørgrav2018-09-101-3/+2
|\| | | | | | | | | | | | | Approved by: re (kib@) Notes: svn path=/head/; revision=338561
* | Upgrade to OpenSSH 7.7p1.Dag-Erling Smørgrav2018-05-111-8/+13
|\| | | | | | | Notes: svn path=/head/; revision=333490
* | Upgrade to OpenSSH 7.6p1. This will be followed shortly by 7.7p1.Dag-Erling Smørgrav2018-05-081-1/+21
|\| | | | | | | | | | | | | | | | | This completely removes client-side support for the SSH 1 protocol, which was already disabled in 12 but is still enabled in 11. For that reason, we will not be able to merge 7.6p1 or newer back to 11. Notes: svn path=/head/; revision=333389
* | Upgrade to OpenSSH 7.4p1.Dag-Erling Smørgrav2017-03-061-1/+9
|\| | | | | | | Notes: svn path=/head/; revision=314720
* | Upgrade to OpenSSH 7.3p1.Dag-Erling Smørgrav2017-03-021-1/+5
|\| | | | | | | Notes: svn path=/head/; revision=314527
* | Remove RCS tags from files in which we no longer have any localDag-Erling Smørgrav2016-01-201-1/+0
| | | | | | | | | | | | | | modifications, and add them to two files in which we do. Notes: svn path=/head/; revision=294469
* | Upgrade to OpenSSH 6.7p1, retaining libwrap support (which has been removedDag-Erling Smørgrav2016-01-191-1/+30
|\| | | | | | | | | | | | | | | | | upstream) and a number of security fixes which we had already backported. MFC after: 1 week Notes: svn path=/head/; revision=294328
* | As previously threatened, remove the HPN patch from OpenSSH.Dag-Erling Smørgrav2016-01-191-1/+0
| | | | | | | | Notes: svn path=/head/; revision=294325
* | Upgrade to OpenSSH 6.5p1.Dag-Erling Smørgrav2014-01-311-1/+3
|\| | | | | | | Notes: svn path=/head/; revision=261320
* | Upgrade to 6.3p1.Dag-Erling Smørgrav2013-09-211-1/+2
|\| | | | | | | | | | | | | Approved by: re (gjb) Notes: svn path=/head/; revision=255767
* | Upgrade to OpenSSH 5.9p1.Dag-Erling Smørgrav2011-10-051-1/+2
|\| | | | | | | | | | | | | MFC after: 3 months Notes: svn path=/head/; revision=226046
* | Add support for dynamically adjusted buffers to allow the full use ofBrooks Davis2011-08-031-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=224638
* | Upgrade to OpenSSH 5.8p2.Dag-Erling Smørgrav2011-05-041-2/+12
|\| | | | | | | Notes: svn path=/head/; revision=221420
* | Upgrade to OpenSSH 5.6p1.Dag-Erling Smørgrav2010-11-111-1/+2
|\| | | | | | | Notes: svn path=/head/; revision=215116
* | Upgrade to OpenSSH 5.4p1.Dag-Erling Smørgrav2010-03-091-1/+2
|\| | | | | | | | | | | | | MFC after: 1 month Notes: svn path=/head/; revision=204917
* | Upgrade to OpenSSH 5.1p1.Dag-Erling Smørgrav2008-08-011-1/+4
|\| | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=181111
| * Properly flatten openssh/dist.Dag-Erling Smørgrav2008-07-221-90/+0
|/ | | | Notes: svn path=/vendor-crypto/openssh/dist/; revision=180720
* Vendor import of OpenSSH 4.4p1.Dag-Erling Smørgrav2006-09-301-13/+34
| | | | Notes: svn path=/vendor-crypto/openssh/dist/; revision=162852
* Vendor import of OpenSSH 4.3p1.Dag-Erling Smørgrav2006-03-221-2/+21
| | | | Notes: svn path=/vendor-crypto/openssh/dist/; revision=157016
* Vendor import of OpenSSH 4.2p1.Dag-Erling Smørgrav2005-09-031-5/+4
| | | | Notes: svn path=/vendor-crypto/openssh/dist/; revision=149749
* Vendor import of OpenSSH 4.0p1.Dag-Erling Smørgrav2005-06-051-1/+4
| | | | Notes: svn path=/vendor-crypto/openssh/dist/; revision=146998
* Vendor import of OpenSSH 3.9p1.Dag-Erling Smørgrav2004-10-281-5/+20
| | | | Notes: svn path=/vendor-crypto/openssh/dist/; revision=137015
* Vendor import of OpenSSH 3.7.1p2.Dag-Erling Smørgrav2004-01-071-4/+0
| | | | Notes: svn path=/vendor-crypto/openssh/dist/; revision=124208
* Vendor import of OpenSSH 3.3p1.Dag-Erling Smørgrav2002-06-271-0/+4
| | | | Notes: svn path=/vendor-crypto/openssh/dist/; revision=98937
* Vendor import of OpenSSH 3.3.Dag-Erling Smørgrav2002-06-231-4/+4
| | | | Notes: svn path=/vendor-crypto/openssh/dist/; revision=98675
* Vendor import of OpenSSH 3.1Dag-Erling Smørgrav2002-03-181-15/+18
| | | | Notes: svn path=/vendor-crypto/openssh/dist/; revision=92555
* Say "hi" to the latest in the OpenSSH series, version 2.9!Brian Feldman2001-05-041-0/+30
Happy birthday to: rwatson Notes: svn path=/vendor-crypto/openssh/dist/; revision=76259