summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/packet.h
Commit message (Collapse)AuthorAgeFilesLines
* MFS (r296781):des2016-03-141-7/+4
| | | | | | | | | | MFH (r296633): upgrade to 7.2p2 (fixes xauth command injection bug) MFH (r296634): re-add aes-cbc to server-side default cipher list MFH (r296651, r296657): fix gcc build of pam_ssh PR: 207679 Security: CVE-2016-3115 Approved by: re (marius)
* MFH (r265214, r294333, r294407, r294467): misc prop fixesdes2016-02-071-102/+181
| | | | | | | | | | | | | | | | MFH (r285975, r287143): register mergeinfo for security fixes MFH (r294497, r294498, r295139): internal documentation MFH (r294328): upgrade to openssh 6.7p1, re-add libwrap MFH (r294332): upgrade to openssh 6.8p1 MFH (r294367): update pam_ssh for api changes MFH (r294909): switch usedns back on MFH (r294336): upgrade to openssh 6.9p1 MFH (r294495): re-enable dsa keys MFH (r294464): upgrade to openssh 7.0p1 MFH (r294496): upgrade to openssh 7.1p2 Approved by: re (gjb) Relnotes: yes
* MFH (r291198, r291260, r291261, r291375, r294325, r294335, r294563)des2016-01-241-7/+0
| | | | Remove the HPN and None cipher patches.
* Upgrade to 6.3p1.des2013-09-211-3/+4
|\ | | | | | | Approved by: re (gjb)
* | Upgrade OpenSSH to 6.1p1.des2012-09-031-2/+1
| |
* | Upgrade to OpenSSH 5.9p1.des2011-10-051-2/+1
|\ \ | |/ | | | | MFC after: 3 months
* | Add support for dynamically adjusted buffers to allow the full use ofbrooks2011-08-031-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-2/+12
|\ \ | |/
* | Upgrade to OpenSSH 5.3p1.des2009-10-011-4/+13
|\ \ | |/
* | Upgrade to OpenSSH 5.1p1.des2008-08-011-3/+6
|\ \ | |/ | | | | | | | | | | | | | | | | 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-106/+0
| |
| * Revert part of 180714 - the intent was to flatten dist, not to nuke it.des2008-07-221-0/+106
| |
| * Flatten the OpenSSH vendor tree for 3.x and newer.des2008-07-221-106/+0
| |
| * Vendor import of OpenSSH 4.4p1.des2006-09-301-1/+3
| |
| * Vendor import of OpenSSH 4.2p1.des2005-09-031-2/+4
| |
| * Vendor import of OpenSSH 3.9p1.des2004-10-281-2/+2
| |
| * Vendor import of OpenSSH 3.7.1p2.des2004-01-071-6/+9
| |
| * Vendor import of OpenSSH-portable 3.6.1p1.des2003-04-231-1/+1
| |
| * Vendor import of OpenSSH 3.3.des2002-06-231-1/+12
| |
| * Vendor import of OpenSSH 3.1des2002-03-181-192/+57
| |
| * 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-9/+30
| |
| * Virgin import of OpenSSH sources dated 2000/03/25kris2000-03-261-3/+3
| |
* | Merge conflicts.des2006-09-301-1/+3
| | | | | | | | MFC after: 1 week
* | Resolve conflicts.des2005-09-031-2/+4
| |
* | Resolve conflictsdes2004-10-281-2/+2
| |
* | Resolve conflicts and remove obsolete files.des2004-01-071-6/+9
| | | | | | | | Sponsored by: registrar.no
* | Resolve conflicts.des2003-04-231-1/+1
| |
* | Forcibly revert to mainline.des2002-06-271-1/+0
| |
* | Resolve conflicts. Known issues:des2002-06-231-1/+12
| | | | | | | | | | | | | | | | | | | | | | - 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-193/+58
| |
* | Fix conflicts for OpenSSH 2.9.green2001-05-041-15/+21
| |
* | Resolve conflicts and update for OpenSSH 2.2.0kris2000-09-101-9/+7
| | | | | | | | Reviewed by: gshapiro, peter, green
* | Resolve conflicts and update for FreeBSD.kris2000-05-151-8/+29
| |
* | Resolve conflicts.kris2000-03-261-3/+3
| |
* | The includes must be <openssl/.*\.h>, not <ssl/.*\.h>.green2000-02-251-1/+2
|/
* Vendor import of OpenSSH.markm2000-02-241-0/+198
OpenPOWER on IntegriCloud