Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mRemoteNG/PuTTYNG.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'utils/x11authnames.c')
-rw-r--r--utils/x11authnames.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/utils/x11authnames.c b/utils/x11authnames.c
new file mode 100644
index 00000000..ef3c2673
--- /dev/null
+++ b/utils/x11authnames.c
@@ -0,0 +1,9 @@
+/*
+ * Definition of the array of X11 authorisation method names.
+ */
+
+#include "putty.h"
+
+const char *const x11_authnames[X11_NAUTHS] = {
+ "", "MIT-MAGIC-COOKIE-1", "XDM-AUTHORIZATION-1"
+};