Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/crypto/external/bsd/openssh/dist GC multistate_privsep.
details: https://anonhg.NetBSD.org/src/rev/7fe1e6400492
branches: trunk
changeset: 353117:7fe1e6400492
user: joerg <joerg%NetBSD.org@localhost>
date: Thu Apr 20 13:22:59 2017 +0000
description:
GC multistate_privsep.
diffstat:
crypto/external/bsd/openssh/dist/servconf.c | 11 ++---------
1 files changed, 2 insertions(+), 9 deletions(-)
diffs (32 lines):
diff -r 383afa287228 -r 7fe1e6400492 crypto/external/bsd/openssh/dist/servconf.c
--- a/crypto/external/bsd/openssh/dist/servconf.c Thu Apr 20 13:18:47 2017 +0000
+++ b/crypto/external/bsd/openssh/dist/servconf.c Thu Apr 20 13:22:59 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: servconf.c,v 1.23 2017/04/18 18:41:46 christos Exp $ */
+/* $NetBSD: servconf.c,v 1.24 2017/04/20 13:22:59 joerg Exp $ */
/* $OpenBSD: servconf.c,v 1.306 2017/03/14 07:19:07 djm Exp $ */
/*
@@ -13,7 +13,7 @@
*/
#include "includes.h"
-__RCSID("$NetBSD: servconf.c,v 1.23 2017/04/18 18:41:46 christos Exp $");
+__RCSID("$NetBSD: servconf.c,v 1.24 2017/04/20 13:22:59 joerg Exp $");
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/queue.h>
@@ -1066,13 +1066,6 @@
{ "no", 0 },
{ NULL, -1 }
};
-static const struct multistate multistate_privsep[] = {
- { "yes", PRIVSEP_NOSANDBOX },
- { "sandbox", PRIVSEP_ON },
- { "nosandbox", PRIVSEP_NOSANDBOX },
- { "no", PRIVSEP_OFF },
- { NULL, -1 }
-};
static const struct multistate multistate_tcpfwd[] = {
{ "yes", FORWARD_ALLOW },
{ "all", FORWARD_ALLOW },
Home |
Main Index |
Thread Index |
Old Index