summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/servconf.c
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to OpenSSH 5.1p1.des2008-08-011-97/+363
|\ | | | | | | | | | | | | | | | | | | 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-1364/+0
| |
| * Revert part of 180714 - the intent was to flatten dist, not to nuke it.des2008-07-221-0/+1364
| |
| * Flatten the OpenSSH vendor tree for 3.x and newer.des2008-07-221-1364/+0
| |
| * Vendor import of OpenSSH 4.4p1.des2006-09-301-101/+400
| |
| * Vendor import of OpenSSH 4.3p1.des2006-03-221-2/+28
| |
| * Vendor import of OpenSSH 4.2p1.des2005-09-031-5/+31
| |
| * Vendor import of OpenSSH 4.1p1.des2005-06-051-2/+2
| |
| * Vendor import of OpenSSH 4.0p1.des2005-06-051-36/+57
| |
| * Vendor import of OpenSSH 3.9p1.des2004-10-281-15/+62
| |
| * Vendor import of OpenSSH 3.8p1.des2004-02-261-10/+25
| |
| * Vendor import of OpenSSH 3.7.1p2.des2004-01-071-86/+61
| |
| * Vendor import of OpenSSH-portable 3.6.1p1.des2003-04-231-1/+2
| |
| * Vendor import of OpenSSH-portable 3.5p1.des2002-10-291-4/+12
| |
| * Vendor import of OpenSSH 3.4p1.des2002-06-291-11/+12
| |
| * Vendor import of OpenSSH 3.3p1.des2002-06-271-1/+42
| |
| * Vendor import of OpenSSH 3.3.des2002-06-231-4/+27
| |
| * Vendor import of OpenSSH 3.1des2002-03-181-450/+522
| |
| * Say "hi" to the latest in the OpenSSH series, version 2.9!green2001-05-041-144/+248
| | | | | | | | Happy birthday to: rwatson
| * Import of OpenSSH 2.3.0 (virgin OpenBSD source release).green2000-12-051-3/+20
| |
| * Initial import of OpenSSH post-2.2.0 snapshot dated 2000-09-09kris2000-09-101-76/+134
| |
| * Initial import of OpenSSH snapshot from 2000/05/30kris2000-06-031-1/+5
| | | | | | | | Obtained from: OpenBSD
| * Initial import of OpenSSH v2.1.kris2000-05-151-37/+95
| |
| * Virgin import of OpenSSH sources dated 2000/03/25kris2000-03-261-7/+7
| |
* | Merge conflicts.des2006-09-301-103/+402
| | | | | | | | MFC after: 1 week
* | Merge conflicts.des2006-03-221-2/+28
| |
* | Resolve conflicts.des2005-09-031-5/+31
| |
* | Resolve conflicts.des2005-06-051-37/+58
| |
* | Resolve conflictsdes2004-10-281-15/+62
| |
* | Resolve conflicts.des2004-02-261-10/+25
| |
* | Pull asbesthos underpants on and disable protocol version 1 by default.des2004-02-261-1/+1
| |
* | Turn non-PAM password authentication off by default when USE_PAM isdes2004-02-191-0/+4
| | | | | | | | defined. Too many users are getting bitten by it.
* | Egg on my face: UsePAM was off by default.des2004-01-091-1/+1
| | | | | | | | Pointed out by: Sean McNeil <sean@mcneil.com>
* | Resolve conflicts and remove obsolete files.des2004-01-071-100/+61
| | | | | | | | Sponsored by: registrar.no
* | Resolve conflicts.des2003-04-231-1/+2
| |
* | Resolve conflicts.des2002-10-291-3/+11
| |
* | Resolve conflicts.des2002-06-291-11/+12
| | | | | | | | Sponsored by: DARPA, NAI Labs
* | Apply FreeBSD's configuration defaults.des2002-06-291-8/+21
| | | | | | | | Sponsored by: DARPA, NAI Labs
* | Add the VersionAddendum configuration variable.des2002-06-291-0/+9
| | | | | | | | Sponsored by: DARPA, NAI Labs
* | Forcibly revert to mainline.des2002-06-271-38/+49
| |
* | Resolve conflicts. Known issues:des2002-06-231-3/+26
| | | | | | | | | | | | | | | | | | | | | | - 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
* | Back out previous commit.des2002-04-251-1/+1
| |
* | Change default challenge/response behavior of sshd by popular demand.jkh2002-04-251-1/+1
| | | | | | | | | | | | This brings us into sync with the behavior of sshd on other Unix platforms. Submitted by: Joshua Goodall <joshua@roughtrade.net>
* | 1) Surprisingly, "CheckMail" handling code completely removed from thisache2002-04-201-0/+1
| | | | | | | | | | | | | | version, so documented "CheckMail" option exists but does nothing. Bring it back to life adding code back. 2) Cosmetique. Reduce number of args in do_setusercontext()
* | Back out previous backout. It seems I was right to begin with, and DSA isdes2002-04-121-2/+0
| | | | | | | | | | preferrable to RSA (not least because the SECSH draft standard requires DSA while RSA is only recommended).
* | Knowledgeable persons assure me that RSA is preferable to DSA and that wedes2002-04-111-0/+2
| | | | | | | | should transition away from DSA.
* | Do not attempt to load an ssh2 RSA host key by default.des2002-04-111-2/+0
| |
* | REALLY correct typo this time.nectar2002-03-261-2/+2
| | | | | | | | Noticed by: roam
* | Fix typo (missing paren) affecting KRB4 && KRB5 case.nectar2002-03-251-1/+1
| | | | | | | | Approved by: des
* | Unbreak for KRB4 ^ KRB5 case.des2002-03-191-2/+16
| | | | | | | | Sponsored by: DARPA, NAI Labs
OpenPOWER on IntegriCloud