[w3m-dev 04338] Re: Proxy 認証に ついて

Hiroyuki Ito <[email protected]> Tue, 27 Jul 2010 19:06:41 +0900 (JST)
Newsgroups gmane.comp.web.w3m.devel
Message-ID <[email protected]>

> CVS HEAD -pauth 
> proxy_auth_cookie proxy_auth_cookie 
> 

[w3m-dev 04064]  -pauth 

passwd_file  proxy  proxy 
 (cf. [w3m-dev 03318]) proxy 
 passwd_file 


> Proxy 
> 

 patch 

 passwd_file 
 -pauth 



Index: file.c
===================================================================
RCS file: /cvsroot/w3m/w3m/file.c,v
retrieving revision 1.260
diff -u -r1.260 file.c
--- file.c	24 Jul 2010 04:30:40 -0000	1.260
+++ file.c	27 Jul 2010 09:57:37 -0000
@@ -1924,6 +1924,7 @@
 		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;
 	    }
 	}