]> andersk Git - openssh.git/commitdiff
- OpenBSD CVS Sync
authordjm <djm>
Wed, 5 Nov 2008 05:12:11 +0000 (05:12 +0000)
committerdjm <djm>
Wed, 5 Nov 2008 05:12:11 +0000 (05:12 +0000)
   - 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
servconf.c

index 4d0e575fdb6d4fc23f8e140cdd12306d3bd37a42..8c4f9fafdd9fa3438554bd6228e7e3f354a8f37a 100644 (file)
--- 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
index 547f757a0aa4923b1bd3558434eb0fec27c10379..f2d414334448efb8fd0befb091d141f7e4d50b72 100644 (file)
@@ -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 <ylo@cs.hut.fi>, 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);
 
This page took 0.048946 seconds and 5 git commands to generate.