aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
diff options
context:
space:
mode:
authorIto Hiroyuki <ZXB01226@nifty.com>2010-08-03 10:02:16 +0000
committerIto Hiroyuki <ZXB01226@nifty.com>2010-08-03 10:02:16 +0000
commit49883bb9cb1d66d377982f092174846e29697313 (patch)
tree13a641230f3e2d001edfc87eb002a5ce48ffdab1 /file.c
parentRevert the change of using ATTR_TITLE if ATTR_ALT is empty. (diff)
downloadw3m-49883bb9cb1d66d377982f092174846e29697313.tar.gz
w3m-49883bb9cb1d66d377982f092174846e29697313.zip
* register user name and password for proxy authentication.
* remove option -pauth
Diffstat (limited to 'file.c')
-rw-r--r--file.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/file.c b/file.c
index dd460fa..a073f92 100644
--- a/file.c
+++ b/file.c
@@ -1,4 +1,4 @@
-/* $Id: file.c,v 1.263 2010/08/02 10:33:35 htrb Exp $ */
+/* $Id: file.c,v 1.264 2010/08/03 10:02:16 htrb Exp $ */
#include "fm.h"
#include <sys/types.h>
#include "myctype.h"
@@ -1924,6 +1924,7 @@ loadGeneralFile(char *path, ParsedURL *volatile current, char *referer,
UFclose(&f);
add_auth_cookie_flag = 1;
status = HTST_NORMAL;
+ add_auth_user_passwd(auth_pu, qstr_unquote(realm)->ptr, uname, pwd, 1);
goto load_doc;
}
}