mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-13 17:17:37 -05:00
`ssh-log-pw-blank': known password fields are now omitted from SSH packet logs
by default (although they can be included). There's also an option to remove session data, which is good both for privacy and for reducing the size of logfiles. [originally from svn r4593]
This commit is contained in:
@ -13,6 +13,8 @@
|
||||
#define WINHELP_CTX_logging_main "logging.main"
|
||||
#define WINHELP_CTX_logging_filename "logging.filename"
|
||||
#define WINHELP_CTX_logging_exists "logging.exists"
|
||||
#define WINHELP_CTX_logging_ssh_omit_password "logging.ssh.omitpassword"
|
||||
#define WINHELP_CTX_logging_ssh_omit_data "logging.ssh.omitdata"
|
||||
#define WINHELP_CTX_keyboard_backspace "keyboard.backspace"
|
||||
#define WINHELP_CTX_keyboard_homeend "keyboard.homeend"
|
||||
#define WINHELP_CTX_keyboard_funkeys "keyboard.funkeys"
|
||||
|
Reference in New Issue
Block a user