]> andersk Git - gssapi-openssh.git/blobdiff - openssh/servconf.h
remove duplicate krb5_cleanup_proc() call introduced in merge
[gssapi-openssh.git] / openssh / servconf.h
index c92c0e4cda3c8bd8b4a12e1fe8475b67e02578e0..bc1590da7767a169c2fca1ccbba1b3e6a6ffb5de 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: servconf.h,v 1.65 2003/09/01 18:15:50 markus Exp $    */
+/*     $OpenBSD: servconf.h,v 1.67 2003/12/23 16:12:10 jakob Exp $     */
 
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -58,7 +58,7 @@ typedef struct {
        int     x11_use_localhost;      /* If true, use localhost for fake X11 server. */
        char   *xauth_location; /* Location of xauth program */
        int     strict_modes;   /* If true, require string home dir modes. */
-       int     keepalives;     /* If true, set SO_KEEPALIVE. */
+       int     tcp_keep_alive; /* If true, set SO_KEEPALIVE. */
        char   *ciphers;        /* Supported SSH2 ciphers. */
        char   *macs;           /* Supported SSH2 macs. */
        int     protocol;       /* Supported protocol versions. */
@@ -85,6 +85,8 @@ typedef struct {
         char*   session_hooks_startup_cmd;  /* cmd to be executed before */
         char*   session_hooks_shutdown_cmd; /* cmd to be executed after */
 #endif
+       int     kerberos_get_afs_token;         /* If true, try to get AFS token if
+                                                * authenticated with Kerberos. */
        int     gss_authentication;     /* If true, permit GSSAPI authentication */
        int     gss_keyex;
        int     gss_use_session_ccache;        /* If true, delegated credentials are
This page took 0.034425 seconds and 4 git commands to generate.