It's a new year.
[u/mdw/putty] / config.c
index 4135fb6..d492579 100644 (file)
--- a/config.c
+++ b/config.c
@@ -2088,6 +2088,10 @@ void setup_config_box(struct controlbox *b, int midsession,
                          HELPCTX(ssh_auth_bypass),
                          dlg_stdcheckbox_handler,
                          I(offsetof(Config,ssh_no_userauth)));
+           ctrl_checkbox(s, "Display pre-authentication banner (SSH-2 only)",
+                         'd', HELPCTX(ssh_auth_banner),
+                         dlg_stdcheckbox_handler,
+                         I(offsetof(Config,ssh_show_banner)));
 
            s = ctrl_getset(b, "Connection/SSH/Auth", "methods",
                            "Authentication methods");
@@ -2132,7 +2136,7 @@ void setup_config_box(struct controlbox *b, int midsession,
                          dlg_stdcheckbox_handler,
                          I(offsetof(Config,try_gssapi_auth)));
 
-           ctrl_checkbox(s, "Allow GSSAPI credential delegation", 'd',
+           ctrl_checkbox(s, "Allow GSSAPI credential delegation", 'l',
                          HELPCTX(ssh_gssapi_delegation),
                          dlg_stdcheckbox_handler,
                          I(offsetof(Config,gssapifwd)));
@@ -2142,7 +2146,7 @@ void setup_config_box(struct controlbox *b, int midsession,
             */
            if (ngsslibs > 1) {
                c = ctrl_draglist(s, "Preference order for GSSAPI libraries:",
-                                 'l', HELPCTX(ssh_gssapi_libraries),
+                                 'p', HELPCTX(ssh_gssapi_libraries),
                                  gsslist_handler, P(NULL));
                c->listbox.height = ngsslibs;
 
@@ -2165,7 +2169,7 @@ void setup_config_box(struct controlbox *b, int midsession,
                 * displayed. 
                 */
 
-               ctrl_filesel(s, "User-supplied GSSAPI library path:", 'p',
+               ctrl_filesel(s, "User-supplied GSSAPI library path:", 's',
                             FILTER_DYNLIB_FILES, FALSE, "Select library file",
                             HELPCTX(ssh_gssapi_libraries),
                             dlg_stdfilesel_handler,