svn commit: r294563 - head/crypto/openssh

Dag-Erling Smørgrav des at FreeBSD.org
Fri Jan 22 13:13:47 UTC 2016


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 },


More information about the svn-src-head mailing list