mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 09:27:59 +00:00
Remove most traces of WinHelp support.
Remove the 'winhelp-topic' IDs from the Halibut source, and from the code. Now we have one fewer name to think of every time we add a setting. I've left the HELPCTX system in place, with the vague notion that it might be a useful layer of indirection for some future help system on a platform like Mac OS X. (I've left the putty.hlp target in doc/Makefile, if nothing else because this is a convenient test case for Halibut's WinHelp support. But the resulting help file will no longer support context help.)
This commit is contained in:
parent
7ad08649a2
commit
464e351c7b
296
doc/config.but
296
doc/config.but
File diff suppressed because it is too large
Load Diff
@ -13,8 +13,6 @@ bug (see \k{feedback}) and we will add documentation for it.
|
||||
\H{errors-hostkey-absent} \q{The server's host key is not cached in
|
||||
the registry}
|
||||
|
||||
\cfg{winhelp-topic}{errors.hostkey.absent}
|
||||
|
||||
This error message occurs when PuTTY connects to a new SSH server.
|
||||
Every server identifies itself by means of a host key; once PuTTY
|
||||
knows the host key for a server, it will be able to detect if a
|
||||
@ -36,8 +34,6 @@ See \k{gs-hostkey} for more information on host keys.
|
||||
|
||||
\H{errors-hostkey-wrong} \q{WARNING - POTENTIAL SECURITY BREACH!}
|
||||
|
||||
\cfg{winhelp-topic}{errors.hostkey.changed}
|
||||
|
||||
This message, followed by \q{The server's host key does not match
|
||||
the one PuTTY has cached in the registry}, means that PuTTY has
|
||||
connected to the SSH server before, knows what its host key
|
||||
@ -144,8 +140,6 @@ from the error message box.
|
||||
\H{errors-cant-load-key} \q{Unable to use this private key file},
|
||||
\q{Couldn't load private key}, \q{Key is of wrong type}
|
||||
|
||||
\cfg{winhelp-topic}{errors.cantloadkey}
|
||||
|
||||
Various forms of this error are printed in the PuTTY window, or
|
||||
written to the PuTTY Event Log (see \k{using-eventlog}) when trying
|
||||
public-key authentication, or given by Pageant when trying to load a
|
||||
|
@ -1,7 +1,5 @@
|
||||
\C{pageant} Using \i{Pageant} for authentication
|
||||
|
||||
\cfg{winhelp-topic}{pageant.general}
|
||||
|
||||
Pageant is an SSH \i{authentication agent}. It holds your \i{private key}s
|
||||
in memory, already decoded, so that you can use them often
|
||||
\I{passwordless login}without needing to type a \i{passphrase}.
|
||||
@ -58,8 +56,6 @@ existing keys.
|
||||
|
||||
\S{pageant-mainwin-keylist} The key list box
|
||||
|
||||
\cfg{winhelp-topic}{pageant.keylist}
|
||||
|
||||
The large list box in the Pageant main window lists the private keys
|
||||
that are currently loaded into Pageant. The list might look
|
||||
something like this:
|
||||
@ -87,8 +83,6 @@ applied to your \c{authorized_keys} file.
|
||||
|
||||
\S{pageant-mainwin-addkey} The \q{Add Key} button
|
||||
|
||||
\cfg{winhelp-topic}{pageant.addkey}
|
||||
|
||||
To add a key to Pageant by reading it out of a local disk file,
|
||||
press the \q{Add Key} button in the Pageant main window, or
|
||||
alternatively right-click on the Pageant icon in the system tray and
|
||||
@ -109,8 +103,6 @@ also add one from a remote system by using agent forwarding; see
|
||||
|
||||
\S{pageant-mainwin-remkey} The \q{Remove Key} button
|
||||
|
||||
\cfg{winhelp-topic}{pageant.remkey}
|
||||
|
||||
If you need to remove a key from Pageant, select that key in the
|
||||
list box, and press the \q{Remove Key} button. Pageant will remove
|
||||
the key from its memory.
|
||||
|
@ -1,7 +1,5 @@
|
||||
\A{pgpkeys} PuTTY download keys and signatures
|
||||
|
||||
\cfg{winhelp-topic}{pgpfingerprints}
|
||||
|
||||
\I{verifying new versions}We create \i{GPG signatures} for all the PuTTY
|
||||
files distributed from our web site, so that users can be confident
|
||||
that the files have not been tampered with. Here we identify
|
||||
|
@ -61,8 +61,6 @@ The key types supported by PuTTY are described in \k{puttygen-keytype}.
|
||||
|
||||
\H{pubkey-puttygen} Using \i{PuTTYgen}, the PuTTY key generator
|
||||
|
||||
\cfg{winhelp-topic}{puttygen.general}
|
||||
|
||||
PuTTYgen is a key generator. It \I{generating keys}generates pairs of
|
||||
public and private keys to be used with PuTTY, PSCP, and Plink, as well
|
||||
as the PuTTY authentication agent, Pageant (see \k{pageant}). PuTTYgen
|
||||
@ -106,8 +104,6 @@ server to accept it.
|
||||
|
||||
\S{puttygen-keytype} Selecting the type of key
|
||||
|
||||
\cfg{winhelp-topic}{puttygen.keytype}
|
||||
|
||||
Before generating a key pair using PuTTYgen, you need to select
|
||||
which type of key you need. PuTTYgen currently supports these types
|
||||
of key:
|
||||
@ -133,8 +129,6 @@ supported by PuTTY are RSA, DSA, ECDSA, and Ed25519.
|
||||
|
||||
\S{puttygen-strength} Selecting the size (strength) of the key
|
||||
|
||||
\cfg{winhelp-topic}{puttygen.bits}
|
||||
|
||||
The \q{Number of bits} input box allows you to choose the strength
|
||||
of the key PuTTYgen will generate.
|
||||
|
||||
@ -149,8 +143,6 @@ equivalent security to RSA with smaller key sizes.)
|
||||
|
||||
\S{puttygen-generate} The \q{Generate} button
|
||||
|
||||
\cfg{winhelp-topic}{puttygen.generate}
|
||||
|
||||
Once you have chosen the type of key you want, and the strength of
|
||||
the key, press the \q{Generate} button and PuTTYgen will begin the
|
||||
process of actually generating the key.
|
||||
@ -177,8 +169,6 @@ appear in the window to indicate this.
|
||||
|
||||
\S{puttygen-fingerprint} The \q{\ii{Key fingerprint}} box
|
||||
|
||||
\cfg{winhelp-topic}{puttygen.fingerprint}
|
||||
|
||||
The \q{Key fingerprint} box shows you a fingerprint value for the
|
||||
generated key. This is derived cryptographically from the \e{public}
|
||||
key value, so it doesn't need to be kept secret; it is supposed to
|
||||
@ -193,8 +183,6 @@ utility, will list key fingerprints rather than the whole public key.
|
||||
|
||||
\S{puttygen-comment} Setting a comment for your key
|
||||
|
||||
\cfg{winhelp-topic}{puttygen.comment}
|
||||
|
||||
If you have more than one key and use them for different purposes,
|
||||
you don't need to memorise the key fingerprints in order to tell
|
||||
them apart. PuTTYgen allows you to enter a \e{comment} for your key,
|
||||
@ -213,8 +201,6 @@ PuTTYgen, change the comment, and save it again.
|
||||
|
||||
\S{puttygen-passphrase} Setting a \i{passphrase} for your key
|
||||
|
||||
\cfg{winhelp-topic}{puttygen.passphrase}
|
||||
|
||||
The \q{Key passphrase} and \q{Confirm passphrase} boxes allow you to
|
||||
choose a passphrase for your key. The passphrase will be used to
|
||||
\i{encrypt} the key on disk, so you will not be able to use the key
|
||||
@ -258,8 +244,6 @@ a result.
|
||||
|
||||
\S{puttygen-savepriv} Saving your private key to a disk file
|
||||
|
||||
\cfg{winhelp-topic}{puttygen.savepriv}
|
||||
|
||||
Once you have generated a key, set a comment field and set a
|
||||
passphrase, you are ready to save your private key to disk.
|
||||
|
||||
@ -274,8 +258,6 @@ will need to tell PuTTY to use for authentication (see
|
||||
|
||||
\S{puttygen-savepub} Saving your public key to a disk file
|
||||
|
||||
\cfg{winhelp-topic}{puttygen.savepub}
|
||||
|
||||
RFC 4716 specifies a \I{SSH-2 public key format}standard format for
|
||||
storing SSH-2 public keys on disk. Some SSH servers (such as
|
||||
\i\cw{ssh.com}'s) require a public key in this format in order to accept
|
||||
@ -300,8 +282,6 @@ public keys.
|
||||
\S{puttygen-pastekey} \q{Public key for pasting into \i{authorized_keys
|
||||
file}}
|
||||
|
||||
\cfg{winhelp-topic}{puttygen.pastekey}
|
||||
|
||||
All SSH-1 servers require your public key to be given to it in a
|
||||
one-line format before it will accept authentication with your
|
||||
private key. The \i{OpenSSH} server also requires this for SSH-2.
|
||||
@ -317,8 +297,6 @@ public-key authentication once you have generated a key.
|
||||
|
||||
\S{puttygen-load} Reloading a private key
|
||||
|
||||
\cfg{winhelp-topic}{puttygen.load}
|
||||
|
||||
PuTTYgen allows you to load an existing private key file into
|
||||
memory. If you do this, you can then change the passphrase and
|
||||
comment before saving it again; you can also make extra copies of
|
||||
@ -337,8 +315,6 @@ for information about importing foreign key formats.
|
||||
|
||||
\S{puttygen-conversions} Dealing with private keys in other formats
|
||||
|
||||
\cfg{winhelp-topic}{puttygen.conversions}
|
||||
|
||||
Most SSH-1 clients use a standard format for storing private keys on
|
||||
disk. PuTTY uses this format as well; so if you have generated an
|
||||
SSH-1 private key using OpenSSH or \cw{ssh.com}'s client, you can use
|
||||
|
@ -620,8 +620,6 @@ use the \c{-load} option (described in \k{using-cmdline-load}).
|
||||
|
||||
\S{using-cleanup} \i\c{-cleanup}
|
||||
|
||||
\cfg{winhelp-topic}{options.cleanup}
|
||||
|
||||
If invoked with the \c{-cleanup} option, rather than running as
|
||||
normal, PuTTY will remove its \I{removing registry entries}registry
|
||||
entries and \i{random seed file} from the local machine (after
|
||||
|
@ -229,11 +229,8 @@ void launch_help(HWND hwnd, const char *topic)
|
||||
return;
|
||||
|
||||
if (topic) {
|
||||
int colonpos = strcspn(topic, ":");
|
||||
assert(topic[colonpos] != '\0');
|
||||
|
||||
char *fname = dupprintf(
|
||||
"%s::/%s.html>main", chm_path, topic + colonpos + 1);
|
||||
"%s::/%s.html>main", chm_path, topic);
|
||||
p_HtmlHelpA(hwnd, fname, HH_DISPLAY_TOPIC, 0);
|
||||
sfree(fname);
|
||||
} else {
|
||||
|
@ -1,11 +1,7 @@
|
||||
/*
|
||||
* winhelp.h - define Windows Help context names.
|
||||
* Each definition has the form "winhelp-topic:halibut-topic", where:
|
||||
* - "winhelp-topic" matches up with the \cfg{winhelp-topic} directives
|
||||
* in the Halibut source, and was used for WinHelp (FIXME: this isn't
|
||||
* used any more);
|
||||
* - "halibut-topic" matches up with the Halibut keywords in the source,
|
||||
* and is used for HTML Help.
|
||||
* Each definition is simply a string which matches up with the
|
||||
* section names in the Halibut source, and is used for HTML Help.
|
||||
*/
|
||||
|
||||
/* Maximum length for WINHELP_CTX_foo strings */
|
||||
@ -17,173 +13,173 @@
|
||||
|
||||
#define WINHELP_CTX_no_help NULL
|
||||
|
||||
#define WINHELP_CTX_session_hostname "session.hostname:config-hostname"
|
||||
#define WINHELP_CTX_session_saved "session.saved:config-saving"
|
||||
#define WINHELP_CTX_session_coe "session.coe:config-closeonexit"
|
||||
#define WINHELP_CTX_logging_main "logging.main:config-logging"
|
||||
#define WINHELP_CTX_logging_filename "logging.filename:config-logfilename"
|
||||
#define WINHELP_CTX_logging_exists "logging.exists:config-logfileexists"
|
||||
#define WINHELP_CTX_logging_flush "logging.flush:config-logflush"
|
||||
#define WINHELP_CTX_logging_header "logging.header:config-logheader"
|
||||
#define WINHELP_CTX_logging_ssh_omit_password "logging.ssh.omitpassword:config-logssh"
|
||||
#define WINHELP_CTX_logging_ssh_omit_data "logging.ssh.omitdata:config-logssh"
|
||||
#define WINHELP_CTX_keyboard_backspace "keyboard.backspace:config-backspace"
|
||||
#define WINHELP_CTX_keyboard_homeend "keyboard.homeend:config-homeend"
|
||||
#define WINHELP_CTX_keyboard_funkeys "keyboard.funkeys:config-funkeys"
|
||||
#define WINHELP_CTX_keyboard_appkeypad "keyboard.appkeypad:config-appkeypad"
|
||||
#define WINHELP_CTX_keyboard_appcursor "keyboard.appcursor:config-appcursor"
|
||||
#define WINHELP_CTX_keyboard_nethack "keyboard.nethack:config-nethack"
|
||||
#define WINHELP_CTX_keyboard_compose "keyboard.compose:config-compose"
|
||||
#define WINHELP_CTX_keyboard_ctrlalt "keyboard.ctrlalt:config-ctrlalt"
|
||||
#define WINHELP_CTX_features_application "features.application:config-features-application"
|
||||
#define WINHELP_CTX_features_mouse "features.mouse:config-features-mouse"
|
||||
#define WINHELP_CTX_features_resize "features.resize:config-features-resize"
|
||||
#define WINHELP_CTX_features_altscreen "features.altscreen:config-features-altscreen"
|
||||
#define WINHELP_CTX_features_retitle "features.retitle:config-features-retitle"
|
||||
#define WINHELP_CTX_features_qtitle "features.qtitle:config-features-qtitle"
|
||||
#define WINHELP_CTX_features_dbackspace "features.dbackspace:config-features-dbackspace"
|
||||
#define WINHELP_CTX_features_charset "features.charset:config-features-charset"
|
||||
#define WINHELP_CTX_features_clearscroll "features.clearscroll:config-features-clearscroll"
|
||||
#define WINHELP_CTX_features_arabicshaping "features.arabicshaping:config-features-shaping"
|
||||
#define WINHELP_CTX_features_bidi "features.bidi:config-features-bidi"
|
||||
#define WINHELP_CTX_terminal_autowrap "terminal.autowrap:config-autowrap"
|
||||
#define WINHELP_CTX_terminal_decom "terminal.decom:config-decom"
|
||||
#define WINHELP_CTX_terminal_lfhascr "terminal.lfhascr:config-crlf"
|
||||
#define WINHELP_CTX_terminal_crhaslf "terminal.crhaslf:config-lfcr"
|
||||
#define WINHELP_CTX_terminal_bce "terminal.bce:config-erase"
|
||||
#define WINHELP_CTX_terminal_blink "terminal.blink:config-blink"
|
||||
#define WINHELP_CTX_terminal_answerback "terminal.answerback:config-answerback"
|
||||
#define WINHELP_CTX_terminal_localecho "terminal.localecho:config-localecho"
|
||||
#define WINHELP_CTX_terminal_localedit "terminal.localedit:config-localedit"
|
||||
#define WINHELP_CTX_terminal_printing "terminal.printing:config-printing"
|
||||
#define WINHELP_CTX_bell_style "bell.style:config-bellstyle"
|
||||
#define WINHELP_CTX_bell_taskbar "bell.taskbar:config-belltaskbar"
|
||||
#define WINHELP_CTX_bell_overload "bell.overload:config-bellovl"
|
||||
#define WINHELP_CTX_window_size "window.size:config-winsize"
|
||||
#define WINHELP_CTX_window_resize "window.resize:config-winsizelock"
|
||||
#define WINHELP_CTX_window_scrollback "window.scrollback:config-scrollback"
|
||||
#define WINHELP_CTX_window_erased "window.erased:config-erasetoscrollback"
|
||||
#define WINHELP_CTX_behaviour_closewarn "behaviour.closewarn:config-warnonclose"
|
||||
#define WINHELP_CTX_behaviour_altf4 "behaviour.altf4:config-altf4"
|
||||
#define WINHELP_CTX_behaviour_altspace "behaviour.altspace:config-altspace"
|
||||
#define WINHELP_CTX_behaviour_altonly "behaviour.altonly:config-altonly"
|
||||
#define WINHELP_CTX_behaviour_alwaysontop "behaviour.alwaysontop:config-alwaysontop"
|
||||
#define WINHELP_CTX_behaviour_altenter "behaviour.altenter:config-fullscreen"
|
||||
#define WINHELP_CTX_appearance_cursor "appearance.cursor:config-cursor"
|
||||
#define WINHELP_CTX_appearance_font "appearance.font:config-font"
|
||||
#define WINHELP_CTX_appearance_title "appearance.title:config-title"
|
||||
#define WINHELP_CTX_appearance_hidemouse "appearance.hidemouse:config-mouseptr"
|
||||
#define WINHELP_CTX_appearance_border "appearance.border:config-winborder"
|
||||
#define WINHELP_CTX_connection_termtype "connection.termtype:config-termtype"
|
||||
#define WINHELP_CTX_connection_termspeed "connection.termspeed:config-termspeed"
|
||||
#define WINHELP_CTX_connection_username "connection.username:config-username"
|
||||
#define WINHELP_CTX_connection_username_from_env "connection.usernamefromenv:config-username-from-env"
|
||||
#define WINHELP_CTX_connection_keepalive "connection.keepalive:config-keepalive"
|
||||
#define WINHELP_CTX_connection_nodelay "connection.nodelay:config-nodelay"
|
||||
#define WINHELP_CTX_connection_ipversion "connection.ipversion:config-address-family"
|
||||
#define WINHELP_CTX_connection_tcpkeepalive "connection.tcpkeepalive:config-tcp-keepalives"
|
||||
#define WINHELP_CTX_connection_loghost "connection.loghost:config-loghost"
|
||||
#define WINHELP_CTX_proxy_type "proxy.type:config-proxy-type"
|
||||
#define WINHELP_CTX_proxy_main "proxy.main:config-proxy"
|
||||
#define WINHELP_CTX_proxy_exclude "proxy.exclude:config-proxy-exclude"
|
||||
#define WINHELP_CTX_proxy_dns "proxy.dns:config-proxy-dns"
|
||||
#define WINHELP_CTX_proxy_auth "proxy.auth:config-proxy-auth"
|
||||
#define WINHELP_CTX_proxy_command "proxy.command:config-proxy-command"
|
||||
#define WINHELP_CTX_proxy_logging "proxy.logging:config-proxy-logging"
|
||||
#define WINHELP_CTX_telnet_environ "telnet.environ:config-environ"
|
||||
#define WINHELP_CTX_telnet_oldenviron "telnet.oldenviron:config-oldenviron"
|
||||
#define WINHELP_CTX_telnet_passive "telnet.passive:config-ptelnet"
|
||||
#define WINHELP_CTX_telnet_specialkeys "telnet.specialkeys:config-telnetkey"
|
||||
#define WINHELP_CTX_telnet_newline "telnet.newline:config-telnetnl"
|
||||
#define WINHELP_CTX_rlogin_localuser "rlogin.localuser:config-rlogin-localuser"
|
||||
#define WINHELP_CTX_ssh_nopty "ssh.nopty:config-ssh-pty"
|
||||
#define WINHELP_CTX_ssh_ttymodes "ssh.ttymodes:config-ttymodes"
|
||||
#define WINHELP_CTX_ssh_noshell "ssh.noshell:config-ssh-noshell"
|
||||
#define WINHELP_CTX_ssh_ciphers "ssh.ciphers:config-ssh-encryption"
|
||||
#define WINHELP_CTX_ssh_protocol "ssh.protocol:config-ssh-prot"
|
||||
#define WINHELP_CTX_ssh_command "ssh.command:config-command"
|
||||
#define WINHELP_CTX_ssh_compress "ssh.compress:config-ssh-comp"
|
||||
#define WINHELP_CTX_ssh_share "ssh.sharing:config-ssh-sharing"
|
||||
#define WINHELP_CTX_ssh_kexlist "ssh.kex.order:config-ssh-kex-order"
|
||||
#define WINHELP_CTX_ssh_hklist "ssh.hostkey.order:config-ssh-hostkey-order"
|
||||
#define WINHELP_CTX_ssh_gssapi_kex_delegation "ssh.kex.gssapi.delegation:config-ssh-kex-gssapi-delegation"
|
||||
#define WINHELP_CTX_ssh_kex_repeat "ssh.kex.repeat:config-ssh-kex-rekey"
|
||||
#define WINHELP_CTX_ssh_kex_manual_hostkeys "ssh.kex.manualhostkeys:config-ssh-kex-manual-hostkeys"
|
||||
#define WINHELP_CTX_ssh_auth_bypass "ssh.auth.bypass:config-ssh-noauth"
|
||||
#define WINHELP_CTX_ssh_auth_banner "ssh.auth.banner:config-ssh-banner"
|
||||
#define WINHELP_CTX_ssh_auth_privkey "ssh.auth.privkey:config-ssh-privkey"
|
||||
#define WINHELP_CTX_ssh_auth_agentfwd "ssh.auth.agentfwd:config-ssh-agentfwd"
|
||||
#define WINHELP_CTX_ssh_auth_changeuser "ssh.auth.changeuser:config-ssh-changeuser"
|
||||
#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"
|
||||
#define WINHELP_CTX_selection_linedraw "selection.linedraw:config-linedrawpaste"
|
||||
#define WINHELP_CTX_selection_autocopy "selection.autocopy:config-selection-autocopy"
|
||||
#define WINHELP_CTX_selection_clipactions "selection.clipactions:config-selection-clipactions"
|
||||
#define WINHELP_CTX_selection_pastectrl "selection.pastectrl:config-paste-ctrl-char"
|
||||
#define WINHELP_CTX_copy_charclasses "copy.charclasses:config-charclasses"
|
||||
#define WINHELP_CTX_copy_rtf "copy.rtf:config-rtfcopy"
|
||||
#define WINHELP_CTX_colours_ansi "colours.ansi:config-ansicolour"
|
||||
#define WINHELP_CTX_colours_xterm256 "colours.xterm256:config-xtermcolour"
|
||||
#define WINHELP_CTX_colours_truecolour "colours.truecolour:config-truecolour"
|
||||
#define WINHELP_CTX_colours_bold "colours.bold:config-boldcolour"
|
||||
#define WINHELP_CTX_colours_system "colours.system:config-syscolour"
|
||||
#define WINHELP_CTX_colours_logpal "colours.logpal:config-logpalette"
|
||||
#define WINHELP_CTX_colours_config "colours.config:config-colourcfg"
|
||||
#define WINHELP_CTX_translation_codepage "translation.codepage:config-charset"
|
||||
#define WINHELP_CTX_translation_cjk_ambig_wide "translation.cjkambigwide:config-cjk-ambig-wide"
|
||||
#define WINHELP_CTX_translation_cyrillic "translation.cyrillic:config-cyr"
|
||||
#define WINHELP_CTX_translation_linedraw "translation.linedraw:config-linedraw"
|
||||
#define WINHELP_CTX_translation_utf8linedraw "translation.utf8linedraw:config-utf8linedraw"
|
||||
#define WINHELP_CTX_ssh_tunnels_x11 "ssh.tunnels.x11:config-ssh-x11"
|
||||
#define WINHELP_CTX_ssh_tunnels_x11auth "ssh.tunnels.x11auth:config-ssh-x11auth"
|
||||
#define WINHELP_CTX_ssh_tunnels_xauthority "ssh.tunnels.xauthority:config-ssh-xauthority"
|
||||
#define WINHELP_CTX_ssh_tunnels_portfwd "ssh.tunnels.portfwd:config-ssh-portfwd"
|
||||
#define WINHELP_CTX_ssh_tunnels_portfwd_localhost "ssh.tunnels.portfwd.localhost:config-ssh-portfwd-localhost"
|
||||
#define WINHELP_CTX_ssh_tunnels_portfwd_ipversion "ssh.tunnels.portfwd.ipversion:config-ssh-portfwd-address-family"
|
||||
#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"
|
||||
#define WINHELP_CTX_ssh_bugs_pksessid2 "ssh.bugs.pksessid2:config-ssh-bug-pksessid2"
|
||||
#define WINHELP_CTX_ssh_bugs_rekey2 "ssh.bugs.rekey2:config-ssh-bug-rekey"
|
||||
#define WINHELP_CTX_ssh_bugs_maxpkt2 "ssh.bugs.maxpkt2:config-ssh-bug-maxpkt2"
|
||||
#define WINHELP_CTX_ssh_bugs_winadj "ssh.bugs.winadj:config-ssh-bug-winadj"
|
||||
#define WINHELP_CTX_ssh_bugs_chanreq "ssh.bugs.winadj:config-ssh-bug-chanreq"
|
||||
#define WINHELP_CTX_ssh_bugs_oldgex2 "ssh.bugs.oldgex2:config-ssh-bug-oldgex2"
|
||||
#define WINHELP_CTX_serial_line "serial.line:config-serial-line"
|
||||
#define WINHELP_CTX_serial_speed "serial.speed:config-serial-speed"
|
||||
#define WINHELP_CTX_serial_databits "serial.databits:config-serial-databits"
|
||||
#define WINHELP_CTX_serial_stopbits "serial.stopbits:config-serial-stopbits"
|
||||
#define WINHELP_CTX_serial_parity "serial.parity:config-serial-parity"
|
||||
#define WINHELP_CTX_serial_flow "serial.flow:config-serial-flow"
|
||||
#define WINHELP_CTX_session_hostname "config-hostname"
|
||||
#define WINHELP_CTX_session_saved "config-saving"
|
||||
#define WINHELP_CTX_session_coe "config-closeonexit"
|
||||
#define WINHELP_CTX_logging_main "config-logging"
|
||||
#define WINHELP_CTX_logging_filename "config-logfilename"
|
||||
#define WINHELP_CTX_logging_exists "config-logfileexists"
|
||||
#define WINHELP_CTX_logging_flush "config-logflush"
|
||||
#define WINHELP_CTX_logging_header "config-logheader"
|
||||
#define WINHELP_CTX_logging_ssh_omit_password "config-logssh"
|
||||
#define WINHELP_CTX_logging_ssh_omit_data "config-logssh"
|
||||
#define WINHELP_CTX_keyboard_backspace "config-backspace"
|
||||
#define WINHELP_CTX_keyboard_homeend "config-homeend"
|
||||
#define WINHELP_CTX_keyboard_funkeys "config-funkeys"
|
||||
#define WINHELP_CTX_keyboard_appkeypad "config-appkeypad"
|
||||
#define WINHELP_CTX_keyboard_appcursor "config-appcursor"
|
||||
#define WINHELP_CTX_keyboard_nethack "config-nethack"
|
||||
#define WINHELP_CTX_keyboard_compose "config-compose"
|
||||
#define WINHELP_CTX_keyboard_ctrlalt "config-ctrlalt"
|
||||
#define WINHELP_CTX_features_application "config-features-application"
|
||||
#define WINHELP_CTX_features_mouse "config-features-mouse"
|
||||
#define WINHELP_CTX_features_resize "config-features-resize"
|
||||
#define WINHELP_CTX_features_altscreen "config-features-altscreen"
|
||||
#define WINHELP_CTX_features_retitle "config-features-retitle"
|
||||
#define WINHELP_CTX_features_qtitle "config-features-qtitle"
|
||||
#define WINHELP_CTX_features_dbackspace "config-features-dbackspace"
|
||||
#define WINHELP_CTX_features_charset "config-features-charset"
|
||||
#define WINHELP_CTX_features_clearscroll "config-features-clearscroll"
|
||||
#define WINHELP_CTX_features_arabicshaping "config-features-shaping"
|
||||
#define WINHELP_CTX_features_bidi "config-features-bidi"
|
||||
#define WINHELP_CTX_terminal_autowrap "config-autowrap"
|
||||
#define WINHELP_CTX_terminal_decom "config-decom"
|
||||
#define WINHELP_CTX_terminal_lfhascr "config-crlf"
|
||||
#define WINHELP_CTX_terminal_crhaslf "config-lfcr"
|
||||
#define WINHELP_CTX_terminal_bce "config-erase"
|
||||
#define WINHELP_CTX_terminal_blink "config-blink"
|
||||
#define WINHELP_CTX_terminal_answerback "config-answerback"
|
||||
#define WINHELP_CTX_terminal_localecho "config-localecho"
|
||||
#define WINHELP_CTX_terminal_localedit "config-localedit"
|
||||
#define WINHELP_CTX_terminal_printing "config-printing"
|
||||
#define WINHELP_CTX_bell_style "config-bellstyle"
|
||||
#define WINHELP_CTX_bell_taskbar "config-belltaskbar"
|
||||
#define WINHELP_CTX_bell_overload "config-bellovl"
|
||||
#define WINHELP_CTX_window_size "config-winsize"
|
||||
#define WINHELP_CTX_window_resize "config-winsizelock"
|
||||
#define WINHELP_CTX_window_scrollback "config-scrollback"
|
||||
#define WINHELP_CTX_window_erased "config-erasetoscrollback"
|
||||
#define WINHELP_CTX_behaviour_closewarn "config-warnonclose"
|
||||
#define WINHELP_CTX_behaviour_altf4 "config-altf4"
|
||||
#define WINHELP_CTX_behaviour_altspace "config-altspace"
|
||||
#define WINHELP_CTX_behaviour_altonly "config-altonly"
|
||||
#define WINHELP_CTX_behaviour_alwaysontop "config-alwaysontop"
|
||||
#define WINHELP_CTX_behaviour_altenter "config-fullscreen"
|
||||
#define WINHELP_CTX_appearance_cursor "config-cursor"
|
||||
#define WINHELP_CTX_appearance_font "config-font"
|
||||
#define WINHELP_CTX_appearance_title "config-title"
|
||||
#define WINHELP_CTX_appearance_hidemouse "config-mouseptr"
|
||||
#define WINHELP_CTX_appearance_border "config-winborder"
|
||||
#define WINHELP_CTX_connection_termtype "config-termtype"
|
||||
#define WINHELP_CTX_connection_termspeed "config-termspeed"
|
||||
#define WINHELP_CTX_connection_username "config-username"
|
||||
#define WINHELP_CTX_connection_username_from_env "config-username-from-env"
|
||||
#define WINHELP_CTX_connection_keepalive "config-keepalive"
|
||||
#define WINHELP_CTX_connection_nodelay "config-nodelay"
|
||||
#define WINHELP_CTX_connection_ipversion "config-address-family"
|
||||
#define WINHELP_CTX_connection_tcpkeepalive "config-tcp-keepalives"
|
||||
#define WINHELP_CTX_connection_loghost "config-loghost"
|
||||
#define WINHELP_CTX_proxy_type "config-proxy-type"
|
||||
#define WINHELP_CTX_proxy_main "config-proxy"
|
||||
#define WINHELP_CTX_proxy_exclude "config-proxy-exclude"
|
||||
#define WINHELP_CTX_proxy_dns "config-proxy-dns"
|
||||
#define WINHELP_CTX_proxy_auth "config-proxy-auth"
|
||||
#define WINHELP_CTX_proxy_command "config-proxy-command"
|
||||
#define WINHELP_CTX_proxy_logging "config-proxy-logging"
|
||||
#define WINHELP_CTX_telnet_environ "config-environ"
|
||||
#define WINHELP_CTX_telnet_oldenviron "config-oldenviron"
|
||||
#define WINHELP_CTX_telnet_passive "config-ptelnet"
|
||||
#define WINHELP_CTX_telnet_specialkeys "config-telnetkey"
|
||||
#define WINHELP_CTX_telnet_newline "config-telnetnl"
|
||||
#define WINHELP_CTX_rlogin_localuser "config-rlogin-localuser"
|
||||
#define WINHELP_CTX_ssh_nopty "config-ssh-pty"
|
||||
#define WINHELP_CTX_ssh_ttymodes "config-ttymodes"
|
||||
#define WINHELP_CTX_ssh_noshell "config-ssh-noshell"
|
||||
#define WINHELP_CTX_ssh_ciphers "config-ssh-encryption"
|
||||
#define WINHELP_CTX_ssh_protocol "config-ssh-prot"
|
||||
#define WINHELP_CTX_ssh_command "config-command"
|
||||
#define WINHELP_CTX_ssh_compress "config-ssh-comp"
|
||||
#define WINHELP_CTX_ssh_share "config-ssh-sharing"
|
||||
#define WINHELP_CTX_ssh_kexlist "config-ssh-kex-order"
|
||||
#define WINHELP_CTX_ssh_hklist "config-ssh-hostkey-order"
|
||||
#define WINHELP_CTX_ssh_gssapi_kex_delegation "config-ssh-kex-gssapi-delegation"
|
||||
#define WINHELP_CTX_ssh_kex_repeat "config-ssh-kex-rekey"
|
||||
#define WINHELP_CTX_ssh_kex_manual_hostkeys "config-ssh-kex-manual-hostkeys"
|
||||
#define WINHELP_CTX_ssh_auth_bypass "config-ssh-noauth"
|
||||
#define WINHELP_CTX_ssh_auth_banner "config-ssh-banner"
|
||||
#define WINHELP_CTX_ssh_auth_privkey "config-ssh-privkey"
|
||||
#define WINHELP_CTX_ssh_auth_agentfwd "config-ssh-agentfwd"
|
||||
#define WINHELP_CTX_ssh_auth_changeuser "config-ssh-changeuser"
|
||||
#define WINHELP_CTX_ssh_auth_pageant "config-ssh-tryagent"
|
||||
#define WINHELP_CTX_ssh_auth_tis "config-ssh-tis"
|
||||
#define WINHELP_CTX_ssh_auth_ki "config-ssh-ki"
|
||||
#define WINHELP_CTX_ssh_gssapi "config-ssh-auth-gssapi"
|
||||
#define WINHELP_CTX_ssh_gssapi_delegation "config-ssh-auth-gssapi-delegation"
|
||||
#define WINHELP_CTX_ssh_gssapi_libraries "config-ssh-auth-gssapi-libraries"
|
||||
#define WINHELP_CTX_selection_buttons "config-mouse"
|
||||
#define WINHELP_CTX_selection_shiftdrag "config-mouseshift"
|
||||
#define WINHELP_CTX_selection_rect "config-rectselect"
|
||||
#define WINHELP_CTX_selection_linedraw "config-linedrawpaste"
|
||||
#define WINHELP_CTX_selection_autocopy "config-selection-autocopy"
|
||||
#define WINHELP_CTX_selection_clipactions "config-selection-clipactions"
|
||||
#define WINHELP_CTX_selection_pastectrl "config-paste-ctrl-char"
|
||||
#define WINHELP_CTX_copy_charclasses "config-charclasses"
|
||||
#define WINHELP_CTX_copy_rtf "config-rtfcopy"
|
||||
#define WINHELP_CTX_colours_ansi "config-ansicolour"
|
||||
#define WINHELP_CTX_colours_xterm256 "config-xtermcolour"
|
||||
#define WINHELP_CTX_colours_truecolour "config-truecolour"
|
||||
#define WINHELP_CTX_colours_bold "config-boldcolour"
|
||||
#define WINHELP_CTX_colours_system "config-syscolour"
|
||||
#define WINHELP_CTX_colours_logpal "config-logpalette"
|
||||
#define WINHELP_CTX_colours_config "config-colourcfg"
|
||||
#define WINHELP_CTX_translation_codepage "config-charset"
|
||||
#define WINHELP_CTX_translation_cjk_ambig_wide "config-cjk-ambig-wide"
|
||||
#define WINHELP_CTX_translation_cyrillic "config-cyr"
|
||||
#define WINHELP_CTX_translation_linedraw "config-linedraw"
|
||||
#define WINHELP_CTX_translation_utf8linedraw "config-utf8linedraw"
|
||||
#define WINHELP_CTX_ssh_tunnels_x11 "config-ssh-x11"
|
||||
#define WINHELP_CTX_ssh_tunnels_x11auth "config-ssh-x11auth"
|
||||
#define WINHELP_CTX_ssh_tunnels_xauthority "config-ssh-xauthority"
|
||||
#define WINHELP_CTX_ssh_tunnels_portfwd "config-ssh-portfwd"
|
||||
#define WINHELP_CTX_ssh_tunnels_portfwd_localhost "config-ssh-portfwd-localhost"
|
||||
#define WINHELP_CTX_ssh_tunnels_portfwd_ipversion "config-ssh-portfwd-address-family"
|
||||
#define WINHELP_CTX_ssh_bugs_ignore1 "config-ssh-bug-ignore1"
|
||||
#define WINHELP_CTX_ssh_bugs_plainpw1 "config-ssh-bug-plainpw1"
|
||||
#define WINHELP_CTX_ssh_bugs_rsa1 "config-ssh-bug-rsa1"
|
||||
#define WINHELP_CTX_ssh_bugs_ignore2 "config-ssh-bug-ignore2"
|
||||
#define WINHELP_CTX_ssh_bugs_hmac2 "config-ssh-bug-hmac2"
|
||||
#define WINHELP_CTX_ssh_bugs_derivekey2 "config-ssh-bug-derivekey2"
|
||||
#define WINHELP_CTX_ssh_bugs_rsapad2 "config-ssh-bug-sig"
|
||||
#define WINHELP_CTX_ssh_bugs_pksessid2 "config-ssh-bug-pksessid2"
|
||||
#define WINHELP_CTX_ssh_bugs_rekey2 "config-ssh-bug-rekey"
|
||||
#define WINHELP_CTX_ssh_bugs_maxpkt2 "config-ssh-bug-maxpkt2"
|
||||
#define WINHELP_CTX_ssh_bugs_winadj "config-ssh-bug-winadj"
|
||||
#define WINHELP_CTX_ssh_bugs_chanreq "config-ssh-bug-chanreq"
|
||||
#define WINHELP_CTX_ssh_bugs_oldgex2 "config-ssh-bug-oldgex2"
|
||||
#define WINHELP_CTX_serial_line "config-serial-line"
|
||||
#define WINHELP_CTX_serial_speed "config-serial-speed"
|
||||
#define WINHELP_CTX_serial_databits "config-serial-databits"
|
||||
#define WINHELP_CTX_serial_stopbits "config-serial-stopbits"
|
||||
#define WINHELP_CTX_serial_parity "config-serial-parity"
|
||||
#define WINHELP_CTX_serial_flow "config-serial-flow"
|
||||
|
||||
#define WINHELP_CTX_pageant_general "pageant.general:pageant"
|
||||
#define WINHELP_CTX_pageant_keylist "pageant.keylist:pageant-mainwin-keylist"
|
||||
#define WINHELP_CTX_pageant_addkey "pageant.addkey:pageant-mainwin-addkey"
|
||||
#define WINHELP_CTX_pageant_remkey "pageant.remkey:pageant-mainwin-remkey"
|
||||
#define WINHELP_CTX_pgpfingerprints "pgpfingerprints:pgpkeys"
|
||||
#define WINHELP_CTX_puttygen_general "puttygen.general:pubkey-puttygen"
|
||||
#define WINHELP_CTX_puttygen_keytype "puttygen.keytype:puttygen-keytype"
|
||||
#define WINHELP_CTX_puttygen_bits "puttygen.bits:puttygen-strength"
|
||||
#define WINHELP_CTX_puttygen_generate "puttygen.generate:puttygen-generate"
|
||||
#define WINHELP_CTX_puttygen_fingerprint "puttygen.fingerprint:puttygen-fingerprint"
|
||||
#define WINHELP_CTX_puttygen_comment "puttygen.comment:puttygen-comment"
|
||||
#define WINHELP_CTX_puttygen_passphrase "puttygen.passphrase:puttygen-passphrase"
|
||||
#define WINHELP_CTX_puttygen_savepriv "puttygen.savepriv:puttygen-savepriv"
|
||||
#define WINHELP_CTX_puttygen_savepub "puttygen.savepub:puttygen-savepub"
|
||||
#define WINHELP_CTX_puttygen_pastekey "puttygen.pastekey:puttygen-pastekey"
|
||||
#define WINHELP_CTX_puttygen_load "puttygen.load:puttygen-load"
|
||||
#define WINHELP_CTX_puttygen_conversions "puttygen.conversions:puttygen-conversions"
|
||||
#define WINHELP_CTX_pageant_general "pageant"
|
||||
#define WINHELP_CTX_pageant_keylist "pageant-mainwin-keylist"
|
||||
#define WINHELP_CTX_pageant_addkey "pageant-mainwin-addkey"
|
||||
#define WINHELP_CTX_pageant_remkey "pageant-mainwin-remkey"
|
||||
#define WINHELP_CTX_pgpfingerprints "pgpkeys"
|
||||
#define WINHELP_CTX_puttygen_general "pubkey-puttygen"
|
||||
#define WINHELP_CTX_puttygen_keytype "puttygen-keytype"
|
||||
#define WINHELP_CTX_puttygen_bits "puttygen-strength"
|
||||
#define WINHELP_CTX_puttygen_generate "puttygen-generate"
|
||||
#define WINHELP_CTX_puttygen_fingerprint "puttygen-fingerprint"
|
||||
#define WINHELP_CTX_puttygen_comment "puttygen-comment"
|
||||
#define WINHELP_CTX_puttygen_passphrase "puttygen-passphrase"
|
||||
#define WINHELP_CTX_puttygen_savepriv "puttygen-savepriv"
|
||||
#define WINHELP_CTX_puttygen_savepub "puttygen-savepub"
|
||||
#define WINHELP_CTX_puttygen_pastekey "puttygen-pastekey"
|
||||
#define WINHELP_CTX_puttygen_load "puttygen-load"
|
||||
#define WINHELP_CTX_puttygen_conversions "puttygen-conversions"
|
||||
|
||||
/* These are used in Windows-specific bits of the frontend.
|
||||
* We (ab)use "help context identifiers" (dwContextId) to identify them. */
|
||||
@ -191,13 +187,13 @@
|
||||
#define HELPCTXID(x) WINHELP_CTXID_ ## x
|
||||
|
||||
#define WINHELP_CTXID_no_help 0
|
||||
#define WINHELP_CTX_errors_hostkey_absent "errors.hostkey.absent:errors-hostkey-absent"
|
||||
#define WINHELP_CTX_errors_hostkey_absent "errors-hostkey-absent"
|
||||
#define WINHELP_CTXID_errors_hostkey_absent 1
|
||||
#define WINHELP_CTX_errors_hostkey_changed "errors.hostkey.changed:errors-hostkey-wrong"
|
||||
#define WINHELP_CTX_errors_hostkey_changed "errors-hostkey-wrong"
|
||||
#define WINHELP_CTXID_errors_hostkey_changed 2
|
||||
#define WINHELP_CTX_errors_cantloadkey "errors.cantloadkey:errors-cant-load-key"
|
||||
#define WINHELP_CTX_errors_cantloadkey "errors-cant-load-key"
|
||||
#define WINHELP_CTXID_errors_cantloadkey 3
|
||||
#define WINHELP_CTX_option_cleanup "options.cleanup:using-cleanup"
|
||||
#define WINHELP_CTX_option_cleanup "using-cleanup"
|
||||
#define WINHELP_CTXID_option_cleanup 4
|
||||
#define WINHELP_CTX_pgp_fingerprints "pgpfingerprints:pgpkeys"
|
||||
#define WINHELP_CTX_pgp_fingerprints "pgpkeys"
|
||||
#define WINHELP_CTXID_pgp_fingerprints 5
|
||||
|
Loading…
Reference in New Issue
Block a user