aboutsummaryrefslogtreecommitdiffstats
path: root/rc.c
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2002-09-24 16:35:02 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2002-09-24 16:35:02 +0000
commitf5c8b4df7572f4884ba912ff129cb3e656d474e9 (patch)
tree802563b9bd1e6a5658a62a7ffc7c1f57cafd25be /rc.c
parent[w3m-dev 03311] Re: Passwords (diff)
downloadw3m-f5c8b4df7572f4884ba912ff129cb3e656d474e9.tar.gz
w3m-f5c8b4df7572f4884ba912ff129cb3e656d474e9.zip
[w3m-dev 03318] Re: Passwords
* etc.c (struct auth_path): added (passwords): added (dir_under): added (add_auth_pass_entry): added (find_auth_pass_entry): added (find_auth_user_passwd): added (loadPasswd): added (find_auth): dir_under() (add_auth_cookie): check file * file.c (find_auth_user_passwd): removed (getAuthCookie): use delText() check proxy (get_auth_cookie): removed (loadGeneralFile): auth_pu * proto.h (schemeToProxy): added (get_auth_cookie): removed (loadPasswd): added (find_auth_user_passwd): added * rc.c (sync_with_option): loadPasswd() * textlist.c (delValue): added * textlist.h (delValue): added (delText): added * url.c (HTTPrequest): seen_www_auth (schemeToProxy): added From: AIDA Shinra <aida-s@jcom.home.ne.jp>
Diffstat (limited to 'rc.c')
-rw-r--r--rc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/rc.c b/rc.c
index c131052..90f66b5 100644
--- a/rc.c
+++ b/rc.c
@@ -1,4 +1,4 @@
-/* $Id: rc.c,v 1.48 2002/09/10 17:27:50 ukai Exp $ */
+/* $Id: rc.c,v 1.49 2002/09/24 16:35:02 ukai Exp $ */
/*
* Initialization file etc.
*/
@@ -1234,6 +1234,7 @@ sync_with_option(void)
if (fmInitialized && displayImage)
initImage();
#endif
+ loadPasswd();
if (AcceptLang == NULL || *AcceptLang == '\0') {
#if LANG == JA