diff options
author | marha <marha@users.sourceforge.net> | 2010-11-19 12:38:01 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-11-19 12:38:01 +0000 |
commit | 491a69769cb9db97e6566679b6ac0887bdda3292 (patch) | |
tree | a33f1caa6affb164e64ac463b53cf747159532aa /tools/plink/winhelp.h | |
parent | 79b0bee7c7af3c5035cddde18497e54d38cf8dbc (diff) | |
download | vcxsrv-491a69769cb9db97e6566679b6ac0887bdda3292.tar.gz vcxsrv-491a69769cb9db97e6566679b6ac0887bdda3292.tar.bz2 vcxsrv-491a69769cb9db97e6566679b6ac0887bdda3292.zip |
Updated to revision 9025 of putty
Diffstat (limited to 'tools/plink/winhelp.h')
-rw-r--r-- | tools/plink/winhelp.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/plink/winhelp.h b/tools/plink/winhelp.h index 95cfaba15..9ee140fef 100644 --- a/tools/plink/winhelp.h +++ b/tools/plink/winhelp.h @@ -108,6 +108,9 @@ #define WINHELP_CTX_ssh_auth_pageant "ssh.auth.pageant:config-ssh-tryagent"
#define WINHELP_CTX_ssh_auth_tis "ssh.auth.tis:config-ssh-tis"
#define WINHELP_CTX_ssh_auth_ki "ssh.auth.ki:config-ssh-ki"
+#define WINHELP_CTX_ssh_gssapi "ssh.auth.gssapi:config-ssh-auth-gssapi"
+#define WINHELP_CTX_ssh_gssapi_delegation "ssh.auth.gssapi.delegation:config-ssh-auth-gssapi-delegation"
+#define WINHELP_CTX_ssh_gssapi_libraries "ssh.auth.gssapi.libraries:config-ssh-auth-gssapi-libraries"
#define WINHELP_CTX_selection_buttons "selection.buttons:config-mouse"
#define WINHELP_CTX_selection_shiftdrag "selection.shiftdrag:config-mouseshift"
#define WINHELP_CTX_selection_rect "selection.rect:config-rectselect"
@@ -133,6 +136,7 @@ #define WINHELP_CTX_ssh_bugs_ignore1 "ssh.bugs.ignore1:config-ssh-bug-ignore1"
#define WINHELP_CTX_ssh_bugs_plainpw1 "ssh.bugs.plainpw1:config-ssh-bug-plainpw1"
#define WINHELP_CTX_ssh_bugs_rsa1 "ssh.bugs.rsa1:config-ssh-bug-rsa1"
+#define WINHELP_CTX_ssh_bugs_ignore2 "ssh.bugs.ignore2:config-ssh-bug-ignore2"
#define WINHELP_CTX_ssh_bugs_hmac2 "ssh.bugs.hmac2:config-ssh-bug-hmac2"
#define WINHELP_CTX_ssh_bugs_derivekey2 "ssh.bugs.derivekey2:config-ssh-bug-derivekey2"
#define WINHELP_CTX_ssh_bugs_rsapad2 "ssh.bugs.rsapad2:config-ssh-bug-sig"
|