summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/servconf.h
Commit message (Collapse)AuthorAgeFilesLines
* MFC r305065: Add refactored blacklist support to sshdlidl2016-09-061-0/+1
| | | | | | | | | | | | | | | | | | Change the calls to of blacklist_init() and blacklist_notify to be macros defined in the blacklist_client.h file. This avoids the need for #ifdef USE_BLACKLIST / #endif except in the blacklist.c file. Remove redundent initialization attempts from within blacklist_notify - everything always goes through blacklistd_init(). Added UseBlacklist option to sshd, which defaults to off. To enable the functionality, use '-o UseBlacklist=yes' on the command line, or uncomment in the sshd_config file. Approved by: des Sponsored by: The FreeBSD Foundation
* Upgrade to OpenSSH 7.0p1.des2016-01-201-1/+2
|
* Upgrade to OpenSSH 6.9p1.des2016-01-191-4/+11
|\
* \ Upgrade to OpenSSH 6.8p1.des2016-01-191-1/+7
|\ \ | |/
* | Upgrade to OpenSSH 6.7p1, retaining libwrap support (which has been removeddes2016-01-191-2/+4
|\ \ | |/ | | | | | | | | 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-4/+0
| |
* | Retire the NONE cipher option.des2015-11-231-5/+0
| |
* | Upgrade to OpenSSH 6.6p1.des2014-03-251-3/+1
|\ \ | |/
* | Upgrade to OpenSSH 6.5p1.des2014-01-311-1/+5
|\ \ | |/
* | Upgrade to 6.3p1.des2013-09-211-1/+5
|\ \ | |/ | | | | Approved by: re (gjb)
* | Upgrade to OpenSSH 6.2p1. The most important new features are supportdes2013-03-221-2/+16
|\ \ | |/ | | | | for a key revocation list and more fine-grained authentication control.
* | Upgrade OpenSSH to 6.1p1.des2012-09-031-6/+25
| |
* | Upgrade to OpenSSH 5.9p1.des2011-10-051-3/+23
|\ \ | |/ | | | | MFC after: 3 months
* | Fix two more $FreeBSD$ keywords.brooks2011-08-031-1/+1
| | | | | | | | | | Reported by: pluknet Approved by: re (implicit)
* | Add support for dynamically adjusted buffers to allow the full use ofbrooks2011-08-031-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-1/+4
|\ \ | |/
* | Upgrade to OpenSSH 5.6p1.des2010-11-111-1/+2
|\ \ | |/
* | Upgrade to OpenSSH 5.4p1.des2010-03-091-1/+7
|\ \ | |/ | | | | MFC after: 1 month
* | Upgrade to OpenSSH 5.2p1.des2009-05-221-4/+6
|\ \ | |/ | | | | MFC after: 3 months
* | Upgrade to OpenSSH 5.1p1.des2008-08-011-2/+11
|\ \ | |/ | | | | | | | | | | | | | | | | 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-157/+0
| |
| * Revert part of 180714 - the intent was to flatten dist, not to nuke it.des2008-07-221-0/+157
| |
| * Flatten the OpenSSH vendor tree for 3.x and newer.des2008-07-221-157/+0
| |
| * Vendor import of OpenSSH 4.4p1.des2006-09-301-5/+14
| |
| * Vendor import of OpenSSH 4.3p1.des2006-03-221-1/+4
| |
| * Vendor import of OpenSSH 4.0p1.des2005-06-051-1/+2
| |
| * Vendor import of OpenSSH 3.9p1.des2004-10-281-3/+11
| |
| * Vendor import of OpenSSH 3.8p1.des2004-02-261-2/+4
| |
| * Vendor import of OpenSSH 3.7.1p2.des2004-01-071-14/+5
| |
| * Vendor import of OpenSSH-portable 3.5p1.des2002-10-291-1/+2
| |
| * Vendor import of OpenSSH 3.3p1.des2002-06-271-0/+1
| |
| * Vendor import of OpenSSH 3.3.des2002-06-231-2/+2
| |
| * Vendor import of OpenSSH 3.1des2002-03-181-25/+22
| |
| * Say "hi" to the latest in the OpenSSH series, version 2.9!green2001-05-041-18/+39
| | | | | | | | Happy birthday to: rwatson
| * Import of OpenSSH 2.3.0 (virgin OpenBSD source release).green2000-12-051-1/+3
| |
| * Initial import of OpenSSH post-2.2.0 snapshot dated 2000-09-09kris2000-09-101-8/+17
| |
| * Initial import of OpenSSH v2.1.kris2000-05-151-7/+13
| |
* | More files which no longer have any local changes.des2008-08-011-1/+0
| |
* | Merge conflicts.des2006-09-301-6/+15
| | | | | | | | MFC after: 1 week
* | Merge conflicts.des2006-03-221-1/+4
| |
* | Resolve conflicts.des2005-06-051-1/+2
| |
* | Resolve conflictsdes2004-10-281-3/+11
| |
* | Resolve conflicts.des2004-02-261-2/+4
| |
* | Resolve conflicts and remove obsolete files.des2004-01-071-14/+5
| | | | | | | | Sponsored by: registrar.no
* | Resolve conflicts.des2002-10-291-1/+3
| |
* | Forcibly revert to mainline.des2002-06-271-3/+1
| |
* | Resolve conflicts. Known issues:des2002-06-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | - 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-40/+28
| |
* | Fix conflicts for OpenSSH 2.9.green2001-05-041-19/+40
| |
* | Add code for being compatible with ssh.com's krb5 authentication.assar2001-03-041-3/+3
| | | | | | | | | | | | | | | | | | It is done by using the same ssh messages for v4 and v5 authentication (since the ssh.com does not now anything about v4) and looking at the contents after unpacking it to see if it is v4 or v5. Based on code from Björn Grönvall <bg@sics.se> PR: misc/20504
OpenPOWER on IntegriCloud