summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/servconf.h
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2000-02-24 15:29:42 +0000
committermarkm <markm@FreeBSD.org>2000-02-24 15:29:42 +0000
commit37a38e66382c3a9fd9158a61cb6e2745d86c5df2 (patch)
tree6f147953be20d6ad5713e22b83313cbb39066181 /crypto/openssh/servconf.h
parent606d31b1ec502ee62ab4644dfa593b00666d18f7 (diff)
downloadFreeBSD-src-37a38e66382c3a9fd9158a61cb6e2745d86c5df2.zip
FreeBSD-src-37a38e66382c3a9fd9158a61cb6e2745d86c5df2.tar.gz
Add the patches fom ports (QV: ports/security/openssh/patches/patch-*)
Diffstat (limited to 'crypto/openssh/servconf.h')
-rw-r--r--crypto/openssh/servconf.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/crypto/openssh/servconf.h b/crypto/openssh/servconf.h
index dd4caf7..e21e7ab 100644
--- a/crypto/openssh/servconf.h
+++ b/crypto/openssh/servconf.h
@@ -11,6 +11,7 @@
*
* Definitions for server configuration data and for the functions reading it.
*
+ * $FreeBSD$
*/
/* RCSID("$Id: servconf.h,v 1.15 2000/01/04 00:08:00 markus Exp $"); */
@@ -87,6 +88,12 @@ typedef struct {
char *allow_groups[MAX_ALLOW_GROUPS];
unsigned int num_deny_groups;
char *deny_groups[MAX_DENY_GROUPS];
+ unsigned int connections_per_period; /*
+ * If not 0, number of sshd
+ * connections accepted per
+ * connections_period.
+ */
+ unsigned int connections_period;
} ServerOptions;
/*
* Initializes the server options to special values that indicate that they
OpenPOWER on IntegriCloud