diff options
author | Ito Hiroyuki <ZXB01226@nifty.com> | 2010-08-03 10:02:16 +0000 |
---|---|---|
committer | Ito Hiroyuki <ZXB01226@nifty.com> | 2010-08-03 10:02:16 +0000 |
commit | 49883bb9cb1d66d377982f092174846e29697313 (patch) | |
tree | 13a641230f3e2d001edfc87eb002a5ce48ffdab1 /file.c | |
parent | Revert the change of using ATTR_TITLE if ATTR_ALT is empty. (diff) | |
download | w3m-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.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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; } } |