]> andersk Git - gssapi-openssh.git/blobdiff - openssh/readconf.h
try handling Globus flavor at the start, so we have a better chance of
[gssapi-openssh.git] / openssh / readconf.h
index 0a6304c680111c2cbeb45454e97d5660395536a3..6f757ca5bcc087b9de5788651c56eb83c5454f47 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: readconf.h,v 1.71 2006/08/03 03:34:42 deraadt Exp $ */
+/* $OpenBSD: readconf.h,v 1.72 2008/01/19 23:09:49 djm Exp $ */
 
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -44,7 +44,7 @@ typedef struct {
        int     challenge_response_authentication;
                                        /* Try S/Key or TIS, authentication. */
        int     gss_authentication;     /* Try GSS authentication */
-       int     gss_keyex;
+       int     gss_keyex;              /* Try GSS key exchange */
        int     gss_deleg_creds;        /* Delegate GSS credentials */
        int     gss_trust_dns;          /* Trust DNS for GSS canonicalization */
        int     password_authentication;        /* Try password
@@ -109,8 +109,8 @@ typedef struct {
        int     clear_forwardings;
 
        int     enable_ssh_keysign;
-       int     rekey_limit;
-       int     none_switch;    /* use none cipher */
+       int64_t rekey_limit;
+       int     none_switch;    /* Use none cipher */
        int     none_enabled;   /* Allow none to be used */
        int     no_host_authentication_for_localhost;
        int     identities_only;
This page took 0.036008 seconds and 4 git commands to generate.