summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/cipher.c
Commit message (Collapse)AuthorAgeFilesLines
* Add support for dynamically adjusted buffers to allow the full use ofbrooks2011-08-031-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | | 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.2p1.des2009-05-221-21/+28
|\ | | | | | | MFC after: 3 months
| * Properly flatten openssh/dist.des2008-07-221-424/+0
| |
| * Revert part of 180714 - the intent was to flatten dist, not to nuke it.des2008-07-221-0/+424
| |
| * Flatten the OpenSSH vendor tree for 3.x and newer.des2008-07-221-424/+0
| |
| * Vendor import of OpenSSH 4.4p1.des2006-09-301-3/+8
| |
| * Vendor import of OpenSSH 4.3p1.des2006-03-221-2/+2
| |
| * Vendor import of OpenSSH 4.2p1.des2005-09-031-61/+41
| |
| * Vendor import of OpenSSH 4.0p1.des2005-06-051-4/+6
| |
| * Vendor import of OpenSSH 3.9p1.des2004-10-281-26/+26
| |
| * Vendor import of OpenSSH 3.8p1.des2004-02-261-10/+23
| |
| * Vendor import of OpenSSH 3.7.1p2.des2004-01-071-349/+33
| |
| * Vendor import of OpenSSH-portable 3.6.1p1.des2003-04-231-2/+2
| |
| * Vendor import of OpenSSH-portable 3.5p1.des2002-10-291-2/+17
| |
| * Vendor import of OpenSSH 3.4p1.des2002-06-291-1/+13
| |
| * Vendor import of OpenSSH 3.3p1.des2002-06-271-0/+43
| |
| * Vendor import of OpenSSH 3.3.des2002-06-231-11/+181
| |
| * Vendor import of OpenSSH 3.1des2002-03-181-386/+331
| |
| * Say "hi" to the latest in the OpenSSH series, version 2.9!green2001-05-041-28/+18
| | | | | | | | Happy birthday to: rwatson
| * Import of OpenSSH 2.3.0 (virgin OpenBSD source release).green2000-12-051-333/+411
| |
| * Initial import of OpenSSH post-2.2.0 snapshot dated 2000-09-09kris2000-09-101-9/+33
| |
| * Initial import of OpenSSH snapshot from 2000/05/30kris2000-06-031-2/+4
| | | | | | | | Obtained from: OpenBSD
| * Initial import of OpenSSH v2.1.kris2000-05-151-23/+178
| |
| * Virgin import of OpenSSH sources dated 2000/03/25kris2000-03-261-15/+1
| |
* | Merge conflicts.des2006-09-301-3/+8
| | | | | | | | MFC after: 1 week
* | Merge conflicts.des2006-03-221-2/+2
| |
* | Resolve conflicts.des2005-09-031-61/+41
| |
* | Resolve conflicts.des2005-06-051-4/+6
| |
* | Resolve conflictsdes2004-10-281-26/+26
| |
* | Resolve conflicts.des2004-02-261-10/+23
| |
* | Resolve conflicts and remove obsolete files.des2004-01-071-349/+33
| | | | | | | | Sponsored by: registrar.no
* | Remove RCSID from files which have no other diffs to the vendor branch.des2003-05-011-1/+0
| |
* | Resolve conflicts.des2003-04-231-2/+2
| |
* | Resolve conflicts.des2002-10-291-2/+17
| |
* | Resolve conflicts.des2002-06-291-1/+14
| | | | | | | | Sponsored by: DARPA, NAI Labs
* | Forcibly revert to mainline.des2002-06-271-1/+43
| |
* | Resolve conflicts. Known issues:des2002-06-231-11/+181
| | | | | | | | | | | | | | | | | | | | | | - 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-386/+331
| |
* | Fix conflicts for OpenSSH 2.9.green2001-05-041-28/+18
| |
* | Update to OpenSSH 2.3.0 with FreeBSD modifications. OpenSSH 2.3.0green2000-12-051-333/+411
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | new features description elided in favor of checking out their website. Important new FreeBSD-version stuff: PAM support has been worked in, partially from the "Unix" OpenSSH version, and a lot due to the work of Eivind Eklend, too. This requires at least the following in pam.conf: sshd auth sufficient pam_skey.so sshd auth required pam_unix.so try_first_pass sshd session required pam_permit.so Parts by: Eivind Eklend <eivind@FreeBSD.org>
* | Resolve conflicts and update for OpenSSH 2.2.0kris2000-09-101-10/+34
| | | | | | | | Reviewed by: gshapiro, peter, green
* | Resolve conflictskris2000-06-031-2/+4
| |
* | Resolve conflicts and update for FreeBSD.kris2000-05-151-22/+177
| |
* | Resolve conflicts.kris2000-03-261-15/+1
| |
* | The includes must be <openssl/.*\.h>, not <ssl/.*\.h>.green2000-02-251-1/+2
|/
* Vendor import of OpenSSH.markm2000-02-241-0/+320
OpenPOWER on IntegriCloud