[w3m-dev 03374] disable_secret_security_check
* etc.c (openSecurityFile): disable_secret_security_check * fm.h (disable_secret_security_check): added * rc.c (CMT_DISABLE_SECRET_SECURITY_CHECK): added (disable_secret_security_check): added * NEWS: rc: disable_secret_security_check From: Fumitoshi UKAI <ukai@debian.or.jp>
This commit is contained in:
9
rc.c
9
rc.c
@@ -1,4 +1,4 @@
|
||||
/* $Id: rc.c,v 1.57 2002/11/05 17:34:29 ukai Exp $ */
|
||||
/* $Id: rc.c,v 1.58 2002/11/05 17:54:39 ukai Exp $ */
|
||||
/*
|
||||
* Initialization file etc.
|
||||
*/
|
||||
@@ -130,6 +130,7 @@ static char *config_file = NULL;
|
||||
#define CMT_EXTBRZ "<22><><EFBFBD><EFBFBD><EFBFBD>֥饦<D6A5><E9A5A6>"
|
||||
#define CMT_EXTBRZ2 "<22><><EFBFBD><EFBFBD><EFBFBD>֥饦<D6A5><E9A5A6><EFBFBD><EFBFBD><EFBFBD><EFBFBD>2"
|
||||
#define CMT_EXTBRZ3 "<22><><EFBFBD><EFBFBD><EFBFBD>֥饦<D6A5><E9A5A6><EFBFBD><EFBFBD><EFBFBD><EFBFBD>3"
|
||||
#define CMT_DISABLE_SECRET_SECURITY_CHECK "<22>ѥ<EFBFBD><D1A5><EFBFBD>ɥե<C9A5><D5A5><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Υѡ<CEA5><D1A1>ߥå<DFA5><C3A5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>å<EFBFBD><C3A5><EFBFBD><EFBFBD>ʤ<EFBFBD>"
|
||||
#define CMT_PASSWDFILE "<22>ѥ<EFBFBD><D1A5><EFBFBD>ɥե<C9A5><D5A5><EFBFBD><EFBFBD><EFBFBD>"
|
||||
#define CMT_FTPPASS "FTP<54>Υѥ<CEA5><D1A5><EFBFBD><EFA1BC>(<28><><EFBFBD>̤ϼ<CCA4>ʬ<EFBFBD><CAAC>mail address<73><73><EFBFBD>Ȥ<EFBFBD>)"
|
||||
#ifdef FTPPASS_HOSTNAMEGEN
|
||||
@@ -275,6 +276,7 @@ static char *config_file = NULL;
|
||||
#define CMT_EXTBRZ "External Browser"
|
||||
#define CMT_EXTBRZ2 "Second External Browser"
|
||||
#define CMT_EXTBRZ3 "Third External Browser"
|
||||
#define CMT_DISABLE_SECRET_SECURITY_CHECK "Disable secret file security check"
|
||||
#define CMT_PASSWDFILE "Password file"
|
||||
#define CMT_FTPPASS "Password for anonymous FTP (your mail address)"
|
||||
#ifdef FTPPASS_HOSTNAMEGEN
|
||||
@@ -488,7 +490,7 @@ struct param_ptr params1[] = {
|
||||
{"multicol", P_INT, PI_ONOFF, (void *)&multicolList, CMT_MULTICOL, NULL},
|
||||
{"alt_entity", P_CHARINT, PI_ONOFF, (void *)&UseAltEntity, CMT_ALT_ENTITY,
|
||||
NULL},
|
||||
{"pre_form_file", P_STRING, PI_TEXT, (void *)&pre_form_file,
|
||||
{"pre_form_file", P_STRING, PI_TEXT, (void *)&pre_form_file,
|
||||
CMT_PRE_FORM_FILE, NULL},
|
||||
{"fold_textarea", P_CHARINT, PI_ONOFF, (void *)&FoldTextarea,
|
||||
CMT_FOLD_TEXTAREA, NULL},
|
||||
@@ -684,6 +686,9 @@ struct param_ptr params8[] = {
|
||||
struct param_ptr params9[] = {
|
||||
{"passwd_file", P_STRING, PI_TEXT, (void *)&passwd_file, CMT_PASSWDFILE,
|
||||
NULL},
|
||||
{"disable_secret_security_check", P_INT, PI_ONOFF,
|
||||
(void *)&disable_secret_security_check, CMT_DISABLE_SECRET_SECURITY_CHECK,
|
||||
NULL},
|
||||
{"ftppasswd", P_STRING, PI_TEXT, (void *)&ftppasswd, CMT_FTPPASS, NULL},
|
||||
#ifdef FTPPASS_HOSTNAMEGEN
|
||||
{"ftppass_hostnamegen", P_INT, PI_ONOFF, (void *)&ftppass_hostnamegen,
|
||||
|
Reference in New Issue
Block a user