X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/e0e7dff87dc3f482da6ab00317664474b0f82995..b3ebaa287b8a57f3d35675889adc86f6384eb458:/putty.h diff --git a/putty.h b/putty.h index 6f32be3b..6177bc9d 100644 --- 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 */