From ce01db512cbb9a7f9e9f9d3e449540f54aee1f78 Mon Sep 17 00:00:00 2001 From: gotoyuzo Date: Sun, 2 Jan 2005 22:50:01 +0000 Subject: * 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/branches/ruby_1_8@7711 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d45f4f173..2f8755605 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +Mon Jan 3 07:46:42 2005 GOTOU Yuuzou + + * 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. + Sat Jan 1 04:20:23 2005 GOTOU Yuuzou * ext/openssl/ossl_ns_spki.c (ossl_spki_set_challenge): should call -- cgit