summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/buffer.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove RCS tags from files in which we no longer have any localdes2016-01-201-1/+0
| | | | modifications, and add them to two files in which we do.
* Upgrade to OpenSSH 6.7p1, retaining libwrap support (which has been removeddes2016-01-191-190/+55
|\ | | | | | | | | | | upstream) and a number of security fixes which we had already backported. MFC after: 1 week
* | As previously threatened, remove the HPN patch from OpenSSH.des2016-01-191-8/+1
| |
* | Remove /* $FreeBSD$ */ from files that already have __RCSID("$FreeBSD$").des2015-11-111-1/+0
| |
* | Upgrade to OpenSSH 6.6p1.des2014-03-251-2/+2
|\ \ | |/
* | 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-1/+2
|\ \ | |/
* | Upgrade to 6.3p1.des2013-09-211-2/+2
|\ \ | |/ | | | | Approved by: re (gjb)
* | Add support for dynamically adjusted buffers to allow the full use ofbrooks2011-08-031-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.4p1.des2010-03-091-4/+4
|\ \ | |/ | | | | MFC after: 1 month
| * Properly flatten openssh/dist.des2008-07-221-252/+0
| |
| * Revert part of 180714 - the intent was to flatten dist, not to nuke it.des2008-07-221-0/+252
| |
| * Flatten the OpenSSH vendor tree for 3.x and newer.des2008-07-221-252/+0
|/
* Vendor import of OpenSSH 4.4p1.des2006-09-301-14/+55
|
* Vendor import of OpenSSH 4.1p1.des2005-06-051-4/+4
|
* Vendor import of OpenSSH 4.0p1.des2005-06-051-10/+38
|
* Vendor import of OpenSSH 3.8p1.des2004-02-261-3/+3
|
* Vendor import of OpenSSH 3.7.1p2.des2004-01-071-1/+2
|
* Additional corrections to OpenSSH buffer handling.joe2003-09-261-4/+9
| | | | | Obtained from: openssh.org Originally committed to head by: nectar
* Do not record expanded size before attempting to reallocate associatednectar2003-09-161-5/+8
| | | | | | memory. Obtained from: OpenBSD
* Vendor import of OpenSSH 3.4p1.des2002-06-291-1/+7
|
* Vendor import of OpenSSH 3.1des2002-03-181-12/+15
|
* Say "hi" to the latest in the OpenSSH series, version 2.9!green2001-05-041-14/+20
| | | | Happy birthday to: rwatson
* Initial import of OpenSSH post-2.2.0 snapshot dated 2000-09-09kris2000-09-101-8/+6
|
* Initial import of OpenSSH v2.1.kris2000-05-151-20/+20
|
* Vendor import of OpenSSH.markm2000-02-241-0/+161
OpenPOWER on IntegriCloud