From 39aa8698e05b77152bc7634ff76faaa57ed02be9 Mon Sep 17 00:00:00 2001 From: djm Date: Wed, 5 Nov 2008 05:12:11 +0000 Subject: [PATCH] - OpenBSD CVS Sync - djm@cvs.openbsd.org 2008/11/03 08:59:41 [servconf.c] include MaxSessions in sshd -T output; patch from imorgan AT nas.nasa.gov --- ChangeLog | 6 ++++++ servconf.c | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4d0e575f..8c4f9faf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +20081105 + - OpenBSD CVS Sync + - djm@cvs.openbsd.org 2008/11/03 08:59:41 + [servconf.c] + include MaxSessions in sshd -T output; patch from imorgan AT nas.nasa.gov + 20081103 - OpenBSD CVS Sync - sthen@cvs.openbsd.org 2008/07/24 23:55:30 diff --git a/servconf.c b/servconf.c index 547f757a..f2d41433 100644 --- a/servconf.c +++ b/servconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: servconf.c,v 1.188 2008/10/09 03:50:54 djm Exp $ */ +/* $OpenBSD: servconf.c,v 1.189 2008/11/03 08:59:41 djm Exp $ */ /* * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland * All rights reserved @@ -1553,6 +1553,7 @@ dump_config(ServerOptions *o) dump_cfg_int(sKeyRegenerationTime, o->key_regeneration_time); dump_cfg_int(sX11DisplayOffset, o->x11_display_offset); dump_cfg_int(sMaxAuthTries, o->max_authtries); + dump_cfg_int(sMaxSessions, o->max_sessions); dump_cfg_int(sClientAliveInterval, o->client_alive_interval); dump_cfg_int(sClientAliveCountMax, o->client_alive_count_max); -- 2.45.1