diff options
| author | gotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-01-02 22:31:13 +0000 |
|---|---|---|
| committer | gotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-01-02 22:31:13 +0000 |
| commit | 764c48d13ab40293e2c43357152b421097d8e3ed (patch) | |
| tree | bbfd2d2b9e91339cbb7a2fcfa743b432c6716313 /ChangeLog | |
| parent | 2f24fe402632ecec3b96e23ae85ab23ac277cba8 (diff) | |
| download | ruby-764c48d13ab40293e2c43357152b421097d8e3ed.tar.gz ruby-764c48d13ab40293e2c43357152b421097d8e3ed.tar.xz ruby-764c48d13ab40293e2c43357152b421097d8e3ed.zip | |
* lib/webrick/httpauth/htpasswd.rb (WEBrick::Htpasswd#reload):
raise NotImplementedError if password is encrypted by digest
algorithms. This patch is contributed by sheepman. [ruby-list:40467]
* lib/webrick/httpauth/digestauth.rb
(WEBrick::HTTPAuth::DigestAuth#_authenticate): fix digest calculation.
This patch is contributed by sheepman. [ruby-list:40482]
* lib/webrick/{httpauth.rb,httpauth/basicauth.rb,httpproxy.rb}: use
pack/unpack-template char "m" instead of lib/base64.rb to do base64
encoding/decoding. fixed: [ruby-dev:25336]
* test/webrick/test_httpauth.rb: new file.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7708 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +Mon Jan 3 07:27:46 2005 GOTOU Yuuzou <gotoyuzo@notwork.org> + + * lib/webrick/httpauth/htpasswd.rb (WEBrick::Htpasswd#reload): + raise NotImplementedError if password is encrypted by digest + algorithms. This patch is contributed by sheepman. [ruby-list:40467] + + * lib/webrick/httpauth/digestauth.rb + (WEBrick::HTTPAuth::DigestAuth#_authenticate): fix digest calculation. + This patch is contributed by sheepman. [ruby-list:40482] + + * lib/webrick/{httpauth.rb,httpauth/basicauth.rb,httpproxy.rb}: use + pack/unpack-template char "m" instead of lib/base64.rb to do base64 + encoding/decoding. fixed: [ruby-dev:25336] + + * test/webrick/test_httpauth.rb: new file. + Sun Jan 2 15:42:10 2005 Masatoshi SEKI <m_seki@mva.biglobe.ne.jp> * lib/drb/drb.rb: add lazy stop_service. |
