diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-01-30 17:48:49 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-01-30 17:48:49 +0000 |
commit | e074983ced7c3f2fab8a2677bf8cdf40d3e5edcb (patch) | |
tree | 475ff4310942d7c820f62dfb678827e3ce84f89c /ChangeLog | |
parent | [w3m-dev 02934] add auth cookie with unquoted realm (diff) | |
download | w3m-e074983ced7c3f2fab8a2677bf8cdf40d3e5edcb.tar.gz w3m-e074983ced7c3f2fab8a2677bf8cdf40d3e5edcb.zip |
[w3m-dev 02942] Digest qop=auth support
* file.c (http_auth): add request to cred() arg
* file.c (AuthBasicCred): ditto
* file.c (AuthDigestCred): ditto
* file.c (AuthDigestCred): support algorithm=MD5, MD5-sess
qop=auth, auth-int
* file.c (qstr_unquote): return NULL if input is NULL
* file.c (none_auth_param): added
* file.c (findAuthentication): skip weak or unknown auth
* file.c (getAuthCookie): add request to arg
* file.c (loadGeneralFile): add request to getAuthCookie()
From: Fumitoshi UKAI <ukai@debian.or.jp>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 15 insertions, 1 deletions
@@ -1,3 +1,17 @@ +2002-01-31 Fumitoshi UKAI <ukai@debian.or.jp> + + * [w3m-dev 02942] Digest qop=auth support + * file.c (http_auth): add request to cred() arg + * file.c (AuthBasicCred): ditto + * file.c (AuthDigestCred): ditto + * file.c (AuthDigestCred): support algorithm=MD5, MD5-sess + qop=auth, auth-int + * file.c (qstr_unquote): return NULL if input is NULL + * file.c (none_auth_param): added + * file.c (findAuthentication): skip weak or unknown auth + * file.c (getAuthCookie): add request to arg + * file.c (loadGeneralFile): add request to getAuthCookie() + 2002-01-31 Hironori Sakamoto <hsaka@mth.biglobe.ne.jp> * [w3m-dev 02934] add auth cookie with unquoted realm @@ -2426,4 +2440,4 @@ * release-0-2-1 * import w3m-0.2.1 -$Id: ChangeLog,v 1.278 2002/01/30 15:16:52 ukai Exp $ +$Id: ChangeLog,v 1.279 2002/01/30 17:48:49 ukai Exp $ |