]> andersk Git - openssh.git/blobdiff - servconf.h
- stevesk@cvs.openbsd.org 2006/07/03 17:59:32
[openssh.git] / servconf.h
index f7e56d52105efc895ee8c1e0bd12efd051be91ec..73604a98e8ea4db3472c236287754911fcf73b85 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: servconf.h,v 1.71 2004/12/23 23:11:00 djm Exp $       */
+/* $OpenBSD: servconf.h,v 1.73 2006/03/25 22:22:43 djm Exp $ */
 
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -133,7 +133,10 @@ typedef struct {
 
        char   *authorized_keys_file;   /* File containing public keys */
        char   *authorized_keys_file2;
+
        int     use_pam;                /* Enable auth via PAM */
+
+       int     permit_tun;
 }       ServerOptions;
 
 void    initialize_server_options(ServerOptions *);
This page took 0.059996 seconds and 4 git commands to generate.