summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/session.c
Commit message (Collapse)AuthorAgeFilesLines
* MFH (r263712): upgrade openssh to 6.6p1des2014-04-121-4/+9
| | | | MFH (r264308): restore p level in debugging output
* MFH (r261320): upgrade openssh to 6.5p1des2014-02-271-16/+45
| | | | MFH (r261340): enable sandboxing by default
* Upgrade to 6.3p1.des2013-09-211-60/+58
|\ | | | | | | Approved by: re (gjb)
* \ Upgrade to OpenSSH 6.2p1. The most important new features are supportdes2013-03-221-6/+8
|\ \ | |/ | | | | for a key revocation list and more fine-grained authentication control.
* | Unlike OpenBSD's, our setusercontext() will intentionally ignore the user'sdes2013-03-131-0/+6
| | | | | | | | | | | | | | | | | | own umask setting (from ~/.login.conf) unless running with the user's UID. Therefore, we need to call it again with LOGIN_SETUMASK after changing UID. PR: bin/176740 Submitted by: John Marshall <john.marshall@riverwillow.com.au> MFC after: 1 week
* | Upgrade OpenSSH to 6.1p1.des2012-09-031-3/+3
| |
* | Upgrade to OpenSSH 5.9p1.des2011-10-051-0/+7
|\ \ | |/ | | | | MFC after: 3 months
* | Add support for dynamically adjusted buffers to allow the full use ofbrooks2011-08-031-5/+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.8p2.des2011-05-041-71/+9
|\ \ | |/
* | Upgrade to OpenSSH 5.6p1.des2010-11-111-21/+25
|\ \ | |/
* | Remove copyright strings printed at login time via login(1) or sshd(8).emaste2010-09-281-18/+0
| | | | | | | | | | | | | | | | | | | | It is not clear to what this copyright should apply, and this is in line with what other operating systems do. For ssh specifically, printing of the copyright string is not in the upstream version so this reduces our FreeBSD-local diffs. Approved by: core, des (ssh)
* | Upgrade to OpenSSH 5.5p1.des2010-04-281-4/+4
| |
* | Upgrade to OpenSSH 5.4p1.des2010-03-091-36/+70
|\ \ | |/ | | | | MFC after: 1 month
* | Upgrade to OpenSSH 5.3p1.des2009-10-011-18/+12
|\ \ | |/
* | Upgrade to OpenSSH 5.2p1.des2009-05-221-6/+12
|\ \ | |/ | | | | MFC after: 3 months
* | Upgrade to OpenSSH 5.1p1.des2008-08-011-191/+425
|\ \ | |/ | | | | | | | | | | | | | | | | 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-2510/+0
| |
| * Revert part of 180714 - the intent was to flatten dist, not to nuke it.des2008-07-221-0/+2510
| |
| * Flatten the OpenSSH vendor tree for 3.x and newer.des2008-07-221-2510/+0
| |
| * Vendor import of OpenSSH 4.5p1.des2006-11-101-1/+1
| |
| * Vendor import of OpenSSH 4.4p1.des2006-09-301-30/+72
| |
| * Vendor import of OpenSSH 4.3p1.des2006-03-221-28/+30
| |
| * Vendor import of OpenSSH 4.2p1.des2005-09-031-12/+121
| |
| * Vendor import of OpenSSH 4.1p1.des2005-06-051-1/+2
| |
| * Vendor import of OpenSSH 4.0p1.des2005-06-051-10/+60
| |
| * Vendor import of OpenSSH 3.9p1.des2004-10-281-36/+82
| |
| * Vendor import of OpenSSH 3.8.1p1.des2004-04-201-2/+10
| |
| * Vendor import of OpenSSH 3.8p1.des2004-02-261-100/+191
| |
| * Vendor import of OpenSSH 3.7.1p2.des2004-01-071-124/+161
| |
| * Vendor import of OpenSSH-portable 3.6.1p1.des2003-04-231-16/+45
| |
| * Vendor import of OpenSSH-portable 3.5p1.des2002-10-291-29/+87
| |
| * Vendor import of OpenSSH 3.4p1.des2002-06-291-14/+27
| |
| * Vendor import of OpenSSH 3.3p1.des2002-06-271-5/+220
| |
| * Vendor import of OpenSSH 3.3.des2002-06-231-94/+182
| |
| * Vendor import of OpenSSH 3.1des2002-03-181-605/+606
| |
| * Say "hi" to the latest in the OpenSSH series, version 2.9!green2001-05-041-214/+258
| | | | | | | | Happy birthday to: rwatson
| * Import of OpenSSH 2.3.0 (virgin OpenBSD source release).green2000-12-051-10/+16
| |
| * Initial import of OpenSSH post-2.2.0 snapshot dated 2000-09-09kris2000-09-101-153/+289
| |
| * Import vendor patch originally submitted by the below author: don'tkris2000-06-031-13/+31
| | | | | | | | | | | | | | treat failure to create the authentication agent directory in /tmp as a fatal error, but disable agent forwarding. Submitted by: Jan Koum <jkb@yahoo-inc.com>
* | Resolve conflicts.des2006-11-101-1/+1
| |
* | Merge conflicts.des2006-09-301-33/+74
| | | | | | | | MFC after: 1 week
* | Merge conflicts.des2006-03-221-28/+30
| |
* | Resolve conflicts.des2005-09-031-12/+121
| |
* | Resolve conflicts.des2005-06-051-10/+61
| |
* | Resolve conflictsdes2004-10-281-36/+82
| |
* | Resolve conflicts.des2004-04-201-2/+10
| |
* | Resolve conflicts.des2004-02-261-100/+191
| |
* | Resolve conflicts and remove obsolete files.des2004-01-071-117/+153
| | | | | | | | Sponsored by: registrar.no
* | Correct more cases of allocation size bookkeeping being updated beforenectar2003-09-171-7/+9
| | | | | | | | | | | | | | calling functions which can potentially fail and cause cleanups to be invoked. Submitted by: Solar Designer <solar@openwall.com>
* | Resolve conflicts.des2003-04-231-14/+43
| |
OpenPOWER on IntegriCloud