diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2005-01-04 15:51:03 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2005-01-04 15:51:03 +0000 |
commit | ab1f4c4d96b81b3f93d1113732d30a037fb89903 (patch) | |
tree | 32dca714031388e32ddc041997f1e40693deb9b0 /ChangeLog | |
parent | * w3mimg/fb/fb_gdkpixbuf.c (fb_image_load): (diff) | |
download | w3m-ab1f4c4d96b81b3f93d1113732d30a037fb89903.tar.gz w3m-ab1f4c4d96b81b3f93d1113732d30a037fb89903.zip |
[w3m-dev 04130] [w3m-dev 04131] [w3m-dev 04132] Multiple challeges in *-Authenticate header
* file.c (skip_auth_token): added
(extract_auth_val): ',' is end of token
(extract_auth_param): use skip_auth_token
(AuthDigestCred): parse qop and calc cnonce correctly
(findAuthentication): use skip_auth_token
From: Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -1,3 +1,12 @@ +2005-01-05 Kiyokazu SUTO <suto@ks-and-ks.ne.jp> + + * [w3m-dev 04130] [w3m-dev 04131] [w3m-dev 04132] Multiple challeges in *-Authenticate header + * file.c (skip_auth_token): added + (extract_auth_val): ',' is end of token + (extract_auth_param): use skip_auth_token + (AuthDigestCred): parse qop and calc cnonce correctly + (findAuthentication): use skip_auth_token + 2004-11-09 Fumitoshi UKAI <ukai@debian.or.jp> * w3mimg/fb/fb_gdkpixbuf.c (fb_image_load): @@ -8612,4 +8621,4 @@ a * [w3m-dev 03276] compile error on EWS4800 * release-0-2-1 * import w3m-0.2.1 -$Id: ChangeLog,v 1.942 2004/11/08 17:14:06 ukai Exp $ +$Id: ChangeLog,v 1.943 2005/01/04 15:51:03 ukai Exp $ |