summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/channels.c
Commit message (Collapse)AuthorAgeFilesLines
* 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/+20
|\
* | MFV r257952:delphij2013-11-111-2/+2
| | | | | | | | | | | | | | | | Upgrade to OpenSSH 6.4p1. Bump VersionAddendum. Approved by: des
* | Upgrade to 6.3p1.des2013-09-211-71/+66
|\ \ | |/ | | | | Approved by: re (gjb)
* | Upgrade to OpenSSH 6.2p1. The most important new features are supportdes2013-03-221-7/+5
|\ \ | |/ | | | | for a key revocation list and more fine-grained authentication control.
* | Upgrade OpenSSH to 6.1p1.des2012-09-031-73/+243
| |
* | Polish diff against upstream.ed2012-02-131-8/+8
| | | | | | | | | | | | | | | | | | | | - Revert unneeded whitespace changes. - Revert modifications to loginrec.c, as the upstream version already does the right thing. - Fix indentation and whitespace of local changes. Approved by: des MFC after: 1 month
* | Upgrade to OpenSSH 5.9p1.des2011-10-051-3/+3
|\ \ | |/ | | | | MFC after: 3 months
* | Add support for dynamically adjusted buffers to allow the full use ofbrooks2011-08-031-11/+87
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-4/+1
|\ \ | |/
* | Upgrade to OpenSSH 5.6p1.des2010-11-111-34/+65
|\ \ | |/
* | Upgrade to OpenSSH 5.5p1.des2010-04-281-1/+5
| |
* | Upgrade to OpenSSH 5.4p1.des2010-03-091-65/+214
|\ \ | |/ | | | | MFC after: 1 month
* | Upgrade to OpenSSH 5.3p1.des2009-10-011-2/+4
|\ \ | |/
* | Upgrade to OpenSSH 5.2p1.des2009-05-221-38/+149
|\ \ | |/ | | | | MFC after: 3 months
* | Upgrade to OpenSSH 5.1p1.des2008-08-011-128/+249
|\ \ | |/ | | | | | | | | | | | | | | | | 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-3227/+0
| |
| * Revert part of 180714 - the intent was to flatten dist, not to nuke it.des2008-07-221-0/+3227
| |
| * Flatten the OpenSSH vendor tree for 3.x and newer.des2008-07-221-3227/+0
| |
| * Vendor import of OpenSSH 4.4p1.des2006-09-301-91/+183
| |
| * Vendor import of OpenSSH 4.3p1.des2006-03-221-38/+130
| |
| * Vendor import of OpenSSH 4.2p1.des2005-09-031-47/+61
| |
| * Vendor import of OpenSSH 4.1p1.des2005-06-051-11/+16
| |
| * Vendor import of OpenSSH 4.0p1.des2005-06-051-17/+69
| |
| * Vendor import of OpenSSH 3.9p1.des2004-10-281-39/+159
| |
| * Vendor import of OpenSSH 3.8p1.des2004-02-261-56/+24
| |
| * Vendor import of OpenSSH 3.7.1p2.des2004-01-071-73/+185
| |
| * Additional corrections to OpenSSH buffer handling.joe2003-09-261-2/+3
| | | | | | | | | | Obtained from: openssh.org Originally committed to head by: nectar
| * Vendor import of OpenSSH-portable 3.6.1p1.des2003-04-231-9/+14
| |
| * Vendor import of OpenSSH-portable 3.5p1.des2002-10-291-9/+25
| |
| * Vendor import of OpenSSH 3.4p1.des2002-06-291-13/+18
| |
| * Vendor import of OpenSSH 3.3p1.des2002-06-271-3/+35
| |
| * Vendor import of OpenSSH 3.3.des2002-06-231-110/+24
| |
| * Vendor import of OpenSSH 3.1des2002-03-181-863/+906
| |
| * Say "hi" to the latest in the OpenSSH series, version 2.9!green2001-05-041-215/+637
| | | | | | | | Happy birthday to: rwatson
* | Merge conflicts.des2006-09-301-91/+183
| | | | | | | | MFC after: 1 week
* | Merge conflicts.des2006-03-221-38/+130
| |
* | Resolve conflicts.des2005-09-031-47/+61
| |
* | Resolve conflicts.des2005-06-051-21/+78
| |
* | Resolve conflictsdes2004-10-281-39/+159
| |
* | Merge OpenSSH 3.8p1.des2004-02-261-56/+24
| |
* | Merge OpenSSH 3.7.1p2.des2004-01-071-73/+185
| |
* | Additional corrections to OpenSSH buffer handling.joe2003-09-261-2/+3
| | | | | | | | | | Obtained from: openssh.org Originally committed to head by: nectar
* | Remove RCSID from files which have no other diffs to the vendor branch.des2003-05-011-1/+0
| |
* | Resolve conflicts.des2003-04-231-9/+14
| |
* | Resolve conflicts.des2002-10-291-9/+25
| |
* | Resolve conflicts.des2002-06-291-13/+19
| | | | | | | | Sponsored by: DARPA, NAI Labs
* | Forcibly revert to mainline.des2002-06-271-5/+36
| |
* | Resolve conflicts. Known issues:des2002-06-231-110/+24
| | | | | | | | | | | | | | | | | | | | | | - sshd fails to set TERM correctly. - privilege separation may break PAM and is currently turned off. - man pages have not yet been updated I will have these issues resolved, and privilege separation turned on by default, in time for DP2. Sponsored by: DARPA, NAI Labs
* | Fix conflicts.des2002-03-181-858/+896
| |
OpenPOWER on IntegriCloud