Support for XDM-AUTHORIZATION-1 at the SSH server end, making use of
[u/mdw/putty] / putty.h
diff --git a/putty.h b/putty.h
index 6f32be3..6177bc9 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -344,6 +344,7 @@ struct config_tag {
     /* X11 forwarding */
     int x11_forward;
     char x11_display[128];
+    int x11_auth;
     /* port forwarding */
     int lport_acceptall; /* accept conns from hosts other than localhost */
     int rport_acceptall; /* same for remote forwarded ports (SSH2 only) */
@@ -697,6 +698,7 @@ void cmdline_error(char *, ...);
 enum {
     X11_NO_AUTH,
     X11_MIT,                           /* MIT-MAGIC-COOKIE-1 */
+    X11_XDM,                          /* XDM-AUTHORIZATION-1 */
     X11_NAUTHS
 };
 extern const char *const x11_authnames[];  /* declared in x11fwd.c */