summaryrefslogtreecommitdiff
path: root/crypto/openssh/sshconnect.c
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to OpenSSH 7.9p1.Ed Maste2020-02-141-4/+13
|\ | | | | | | | | | | | | | | 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-49/+20
|\| | | | | | | | | | | | | Approved by: re (kib@) Notes: svn path=/head/; revision=338561
* | Upgrade to OpenSSH 7.7p1.Dag-Erling Smørgrav2018-05-111-39/+158
|\| | | | | | | 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-199/+139
|\| | | | | | | | | | | | | | | | | 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.5p1.Dag-Erling Smørgrav2017-08-041-1/+3
|\| | | | | | | Notes: svn path=/head/; revision=322052
* | Upgrade to OpenSSH 7.4p1.Dag-Erling Smørgrav2017-03-061-3/+2
|\| | | | | | | Notes: svn path=/head/; revision=314720
* | Upgrade to OpenSSH 7.2p2.Dag-Erling Smørgrav2016-03-111-10/+65
|\| | | | | | | Notes: svn path=/head/; revision=296633
* | Upgrade to OpenSSH 7.1p2.Dag-Erling Smørgrav2016-01-211-2/+2
|\| | | | | | | Notes: svn path=/head/; revision=294496
* | Upgrade to OpenSSH 6.9p1.Dag-Erling Smørgrav2016-01-191-3/+4
|\| | | | | | | Notes: svn path=/head/; revision=294336
* | Upgrade to OpenSSH 6.8p1.Dag-Erling Smørgrav2016-01-191-28/+82
|\| | | | | | | Notes: svn path=/head/; revision=294332
* | Upgrade to OpenSSH 6.7p1, retaining libwrap support (which has been removedDag-Erling Smørgrav2016-01-191-6/+25
|\| | | | | | | | | | | | | | | | | 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-28/+2
| | | | | | | | Notes: svn path=/head/; revision=294325
* | Remove /* $FreeBSD$ */ from files that already have __RCSID("$FreeBSD$").Dag-Erling Smørgrav2015-11-111-1/+0
| | | | | | | | Notes: svn path=/head/; revision=290672
* | Fix multiple OpenSSH vulnerabilities.Xin LI2015-07-281-16/+26
| | | | | | | | | | | | | | | | | | Security: CVE-2014-2653 Security: CVE-2015-5600 Security: FreeBSD-SA-15:16.openssh Notes: svn path=/head/; revision=285975
* | Upgrade to OpenSSH 6.6p1.Dag-Erling Smørgrav2014-03-251-16/+19
|\| | | | | | | Notes: svn path=/head/; revision=263712
* | Add a pre-merge script which reverts mechanical changes such as addedDag-Erling Smørgrav2014-03-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | $FreeBSD$ tags and man page dates. Add a post-merge script which reapplies these changes. Run both scripts to normalize the existing code base. As a result, many files which should have had $FreeBSD$ tags but didn't now have them. Partly rewrite the upgrade instructions and remove the now outdated list of tricks. Notes: svn path=/head/; revision=263691
* | Upgrade to OpenSSH 6.5p1.Dag-Erling Smørgrav2014-01-311-83/+168
|\| | | | | | | Notes: svn path=/head/; revision=261320
* | Upgrade to 6.3p1.Dag-Erling Smørgrav2013-09-211-22/+21
|\| | | | | | | | | | | | | Approved by: re (gjb) Notes: svn path=/head/; revision=255767
* | Upgrade to OpenSSH 6.2p2. Mostly a no-op since I had already patchedDag-Erling Smørgrav2013-05-171-1/+8
|\| | | | | | | | | | | | | the issues that affected us. Notes: svn path=/head/; revision=250739
* | Upgrade to OpenSSH 6.2p1. The most important new features are supportDag-Erling Smørgrav2013-03-221-15/+31
|\| | | | | | | | | | | | | for a key revocation list and more fine-grained authentication control. Notes: svn path=/head/; revision=248619
* | Upgrade OpenSSH to 6.1p1.Dag-Erling Smørgrav2012-09-031-2/+4
|\| | | | | | | Notes: svn path=/head/; revision=240075
* | OpenSSH: allow VersionAddendum to be used againEygene Ryabinkin2012-05-271-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 Notes: svn path=/head/; revision=236139
* | Upgrade to OpenSSH 5.9p1.Dag-Erling Smørgrav2011-10-051-37/+36
|\| | | | | | | | | | | | | 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-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) Notes: svn path=/head/; revision=224638
* | Upgrade to OpenSSH 5.8p2.Dag-Erling Smørgrav2011-05-041-149/+177
|\| | | | | | | Notes: svn path=/head/; revision=221420
* | Upgrade to OpenSSH 5.6p1.Dag-Erling Smørgrav2010-11-111-7/+7
|\| | | | | | | Notes: svn path=/head/; revision=215116
* | Upgrade to OpenSSH 5.4p1.Dag-Erling Smørgrav2010-03-091-15/+91
|\| | | | | | | | | | | | | MFC after: 1 month Notes: svn path=/head/; revision=204917
* | Upgrade to OpenSSH 5.3p1.Dag-Erling Smørgrav2009-10-011-4/+6
|\| | | | | | | Notes: svn path=/head/; revision=197679
* | Upgrade to OpenSSH 5.2p1.Dag-Erling Smørgrav2009-05-221-7/+3
|\| | | | | | | | | | | | | MFC after: 3 months Notes: svn path=/head/; revision=192595
* | Upgrade to OpenSSH 5.1p1.Dag-Erling Smørgrav2008-08-011-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 Notes: svn path=/head/; revision=181111
| * Properly flatten openssh/dist.Dag-Erling Smørgrav2008-07-221-1106/+0
| | | | | | | | Notes: svn path=/vendor-crypto/openssh/dist/; revision=180720
| * Vendor import of OpenSSH 4.5p1.Dag-Erling Smørgrav2006-11-101-6/+5
| | | | | | | | Notes: svn path=/vendor-crypto/openssh/dist/; revision=164146
| * Vendor import of OpenSSH 4.4p1.Dag-Erling Smørgrav2006-09-301-54/+89
| | | | | | | | Notes: svn path=/vendor-crypto/openssh/dist/; revision=162852
| * Vendor import of OpenSSH 4.3p1.Dag-Erling Smørgrav2006-03-221-4/+39
| | | | | | | | Notes: svn path=/vendor-crypto/openssh/dist/; revision=157016
| * Vendor import of OpenSSH 4.2p1.Dag-Erling Smørgrav2005-09-031-48/+22
| | | | | | | | Notes: svn path=/vendor-crypto/openssh/dist/; revision=149749
| * Vendor import of OpenSSH 4.1p1.Dag-Erling Smørgrav2005-06-051-3/+3
| | | | | | | | Notes: svn path=/vendor-crypto/openssh/dist/; revision=147001
| * Vendor import of OpenSSH 4.0p1.Dag-Erling Smørgrav2005-06-051-26/+28
| | | | | | | | Notes: svn path=/vendor-crypto/openssh/dist/; revision=146998
| * Vendor import of OpenSSH 3.9p1.Dag-Erling Smørgrav2004-10-281-7/+6
| | | | | | | | Notes: svn path=/vendor-crypto/openssh/dist/; revision=137015
| * Vendor import of OpenSSH 3.8p1.Dag-Erling Smørgrav2004-02-261-49/+56
| | | | | | | | Notes: svn path=/vendor-crypto/openssh/dist/; revision=126274
| * Vendor import of OpenSSH 3.7.1p2.Dag-Erling Smørgrav2004-01-071-28/+157
| | | | | | | | Notes: svn path=/vendor-crypto/openssh/dist/; revision=124208
| * Vendor import of OpenSSH-portable 3.6.1p1.Dag-Erling Smørgrav2003-04-231-6/+6
| | | | | | | | Notes: svn path=/vendor-crypto/openssh/dist/; revision=113908
| * Vendor import of OpenSSH-portable 3.5p1.Dag-Erling Smørgrav2002-10-291-31/+87
| | | | | | | | Notes: svn path=/vendor-crypto/openssh/dist/; revision=106121
| * Vendor import of OpenSSH 3.4p1.Dag-Erling Smørgrav2002-06-291-3/+2
| | | | | | | | Notes: svn path=/vendor-crypto/openssh/dist/; revision=99060
| * Vendor import of OpenSSH 3.3p1.Dag-Erling Smørgrav2002-06-271-1/+9
| | | | | | | | Notes: svn path=/vendor-crypto/openssh/dist/; revision=98937
| * Vendor import of OpenSSH 3.3.Dag-Erling Smørgrav2002-06-231-48/+27
| | | | | | | | Notes: svn path=/vendor-crypto/openssh/dist/; revision=98675
| * Vendor import of OpenSSH 3.1Dag-Erling Smørgrav2002-03-181-126/+228
| | | | | | | | 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-72/+158
| | | | | | | | | | | | | | Happy birthday to: rwatson Notes: svn path=/vendor-crypto/openssh/dist/; revision=76259
| * Import of OpenSSH 2.3.0 (virgin OpenBSD source release).Brian Feldman2000-12-051-2/+4
| | | | | | | | Notes: svn path=/vendor-crypto/openssh/dist/; revision=69587
| * Initial import of OpenSSH post-2.2.0 snapshot dated 2000-09-09Kris Kennaway2000-09-101-19/+29
| | | | | | | | Notes: svn path=/vendor-crypto/openssh/dist/; revision=65668
| * Initial import of OpenSSH snapshot from 2000/05/30Kris Kennaway2000-06-031-17/+2
| | | | | | | | | | | | | | Obtained from: OpenBSD Notes: svn path=/vendor-crypto/openssh/dist/; revision=61209