summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/clientloop.c
Commit message (Collapse)AuthorAgeFilesLines
* Use proper CHAN_TCP_PACKET_DEFAULT for agent forwarding when HPN disabled.bdrewery2015-04-021-1/+1
| | | | | | | | | | | | | | | | | The use of CHAN_TCP_WINDOW_DEFAULT here was fixed in upstream OpenSSH in CVS 1.4810, git 5baa170d771de9e95cf30b4c469ece684244cf3e: - dtucker@cvs.openbsd.org 2007/12/28 22:34:47 [clientloop.c] Use the correct packet maximum sizes for remote port and agent forwarding. Prevents the server from killing the connection if too much data is queued and an excessively large packet gets sent. bz #1360, ok djm@. The change was lost due to the the way the original upstream HPN patch modified this code. It was re-adding the original OpenSSH code and never was properly fixed to use the new value. MFC after: 2 weeks
* Upgrade to OpenSSH 6.6p1.des2014-03-251-5/+5
|\
* | Add a pre-merge script which reverts mechanical changes such as addeddes2014-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.
* | Upgrade to OpenSSH 6.5p1.des2014-01-311-5/+5
|\ \ | |/
* | MFV r257952:delphij2013-11-111-4/+4
| | | | | | | | | | | | | | | | Upgrade to OpenSSH 6.4p1. Bump VersionAddendum. Approved by: des
* | Upgrade to 6.3p1.des2013-09-211-42/+49
|\ \ | |/ | | | | Approved by: re (gjb)
* | Upgrade to OpenSSH 6.2p1. The most important new features are supportdes2013-03-221-45/+100
|\ \ | |/ | | | | for a key revocation list and more fine-grained authentication control.
* | Upgrade OpenSSH to 6.1p1.des2012-09-031-12/+48
| |
* | Upgrade to OpenSSH 5.9p1.des2011-10-051-35/+75
|\ \ | |/ | | | | MFC after: 3 months
* | Add support for dynamically adjusted buffers to allow the full use ofbrooks2011-08-031-9/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-19/+21
|\ \ | |/
* | Upgrade to OpenSSH 5.6p1.des2010-11-111-10/+79
|\ \ | |/
* | Upgrade to OpenSSH 5.5p1.des2010-04-281-1/+2
| |
* | Upgrade to OpenSSH 5.4p1.des2010-03-091-35/+40
|\ \ | |/ | | | | MFC after: 1 month
* | Upgrade to OpenSSH 5.3p1.des2009-10-011-8/+17
|\ \ | |/
* | Upgrade to OpenSSH 5.2p1.des2009-05-221-19/+25
|\ \ | |/ | | | | MFC after: 3 months
* | Upgrade to OpenSSH 5.1p1.des2008-08-011-420/+416
|\ \ | |/ | | | | | | | | | | | | | | | | 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-2047/+0
| |
| * Revert part of 180714 - the intent was to flatten dist, not to nuke it.des2008-07-221-0/+2047
| |
| * Flatten the OpenSSH vendor tree for 3.x and newer.des2008-07-221-2047/+0
|/
* Vendor import of OpenSSH 4.5p1.des2006-11-101-3/+5
|
* Vendor import of OpenSSH 4.4p1.des2006-09-301-28/+59
|
* Vendor import of OpenSSH 4.3p1.des2006-03-221-10/+20
|
* Vendor import of OpenSSH 4.2p1.des2005-09-031-11/+142
|
* Vendor import of OpenSSH 4.1p1.des2005-06-051-2/+2
|
* Vendor import of OpenSSH 4.0p1.des2005-06-051-69/+106
|
* Vendor import of OpenSSH 3.9p1.des2004-10-281-58/+420
|
* Vendor import of OpenSSH 3.8p1.des2004-02-261-17/+102
|
* Vendor import of OpenSSH 3.7.1p2.des2004-01-071-18/+30
|
* Vendor import of OpenSSH-portable 3.6.1p1.des2003-04-231-5/+11
|
* Vendor import of OpenSSH-portable 3.5p1.des2002-10-291-13/+15
|
* Vendor import of OpenSSH 3.4p1.des2002-06-291-4/+2
|
* Vendor import of OpenSSH 3.3.des2002-06-231-1/+73
|
* Vendor import of OpenSSH 3.1des2002-03-181-131/+178
|
* Say "hi" to the latest in the OpenSSH series, version 2.9!green2001-05-041-231/+301
| | | | Happy birthday to: rwatson
* Import of OpenSSH 2.3.0 (virgin OpenBSD source release).green2000-12-051-17/+16
|
* Import a security fix: the client would allow a server to use itsgreen2000-11-141-4/+8
| | | | | | | | ssh-agent or X11 forwarding even if it was disabled. This is the vendor fix provided, not an actual revision of clientloop.c. Submitted by: Markus Friedl <markus@OpenBSD.org> via kris
* Initial import of OpenSSH post-2.2.0 snapshot dated 2000-09-09kris2000-09-101-169/+231
|
* Initial import of OpenSSH v2.1.kris2000-05-151-178/+343
|
* Vendor import of OpenSSH.markm2000-02-241-0/+952
OpenPOWER on IntegriCloud