]> andersk Git - openssh.git/blobdiff - servconf.h
- deraadt@cvs.openbsd.org 2002/06/26 14:49:36
[openssh.git] / servconf.h
index 06afaa3c8ed1b8264d895dcc3c15a3ea5be7e8ab..c94f541d0ccfe46fb00f2c28be1813e5c98a2aa4 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: servconf.h,v 1.56 2002/03/19 03:03:43 stevesk Exp $   */
+/*     $OpenBSD: servconf.h,v 1.58 2002/06/20 23:05:55 markus Exp $    */
 
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -98,6 +98,7 @@ typedef struct {
        int     permit_empty_passwd;    /* If false, do not permit empty
                                         * passwords. */
        int     use_login;      /* If true, login(1) is used */
+       int     compression;    /* If true, compression is allowed */
        int     allow_tcp_forwarding;
        u_int num_allow_users;
        char   *allow_users[MAX_ALLOW_USERS];
@@ -130,9 +131,6 @@ typedef struct {
        char   *authorized_keys_file;   /* File containing public keys */
        char   *authorized_keys_file2;
        int     pam_authentication_via_kbd_int;
-
-       int     unprivileged_user;      /* User unprivileged child uses */
-       int     unprivileged_group;     /* Group unprivileged child uses */
 }       ServerOptions;
 
 void    initialize_server_options(ServerOptions *);
This page took 0.087159 seconds and 4 git commands to generate.