Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Jan 2016 13:13:46 +0000 (UTC)
From:      =?UTF-8?Q?Dag-Erling_Sm=c3=b8rgrav?= <des@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r294563 - head/crypto/openssh
Message-ID:  <201601221313.u0MDDkQ6073553@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: des
Date: Fri Jan 22 13:13:46 2016
New Revision: 294563
URL: https://svnweb.freebsd.org/changeset/base/294563

Log:
  Instead of removing the NoneEnabled option, mark it as unsupported.
  (should have done this in r291198, but didn't think of it until now)

Modified:
  head/crypto/openssh/servconf.c

Modified: head/crypto/openssh/servconf.c
==============================================================================
--- head/crypto/openssh/servconf.c	Fri Jan 22 13:09:43 2016	(r294562)
+++ head/crypto/openssh/servconf.c	Fri Jan 22 13:13:46 2016	(r294563)
@@ -565,6 +565,7 @@ static struct {
 	{ "streamlocalbindunlink", sStreamLocalBindUnlink, SSHCFG_ALL },
 	{ "allowstreamlocalforwarding", sAllowStreamLocalForwarding, SSHCFG_ALL },
 	{ "fingerprinthash", sFingerprintHash, SSHCFG_GLOBAL },
+	{ "noneenabled", sUnsupported, SSHCFG_ALL },
 	{ "hpndisabled", sDeprecated, SSHCFG_ALL },
 	{ "hpnbuffersize", sDeprecated, SSHCFG_ALL },
 	{ "tcprcvbufpoll", sDeprecated, SSHCFG_ALL },



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601221313.u0MDDkQ6073553>