15 years agoChecking in changes prior to tagging of version 1.007. Changelog diff is: v1.007
Tomas Doran [Wed, 19 Nov 2008 09:39:56 +0000]
Checking in changes prior to tagging of version 1.007.  Changelog diff is:

=== Changes
==================================================================
--- Changes (revision 8542)
+++ Changes (local)
@@ -1,6 +1,9 @@
-1.007
-  - Fix warning when used with self_check => 1
-  - Added respository info to META.yml
+1.007  2008-11-19
+  - Add test for query strings in digest auth as digest header is built using
+    the full URI (t0m)
+  - Fix for this (Peter Corlett)
+  - Fix warning when used with self_check => 1 (t0m)
+  - Added respository info to META.yml (t0m)

1.006  2008-10-06
- Added username_field configuration option. I need this to play

15 years agoAdd repository to META.yml resources
Tomas Doran [Mon, 27 Oct 2008 10:58:50 +0000]
Add repository to META.yml resources

15 years agoWarning fix
Tomas Doran [Fri, 10 Oct 2008 10:07:21 +0000]
Warning fix

15 years agoChecking in changes prior to tagging of version 1.006. Changelog diff is: v1.006
Tomas Doran [Mon, 6 Oct 2008 18:54:09 +0000]
Checking in changes prior to tagging of version 1.006.  Changelog diff is:

=== Changes
==================================================================
--- Changes (revision 7951)
+++ Changes (local)
@@ -1,6 +1,7 @@
1.006  2008-10-06
- Added username_field configuration option. I need this to play
nice with Catalyst::Authentication::Store::Tangram.
+  - Doc cleanups / clarifications related to RT#39838

1.005  2008-09-25
- Added better description of the use of the domains and

15 years agoMake auth configuration in the synopis actually work by including a default_realm...
Tomas Doran [Mon, 6 Oct 2008 17:46:02 +0000]
Make auth configuration in the synopis actually work by including a default_realm key, this will confuse less people who try to copy and paste the synopsis to get going.

15 years agoAdd an extra field which I need
Tomas Doran [Mon, 6 Oct 2008 14:08:16 +0000]
Add an extra field which I need

15 years agoSmall typo fix
Tomas Doran [Thu, 25 Sep 2008 22:34:41 +0000]
Small typo fix

15 years agoChecking in changes prior to tagging of version 1.005. Changelog diff is: v1.005
Tomas Doran [Thu, 25 Sep 2008 22:09:36 +0000]
Checking in changes prior to tagging of version 1.005.  Changelog diff is:

=== Changes
==================================================================
--- Changes (revision 7560)
+++ Changes (local)
@@ -1,7 +1,8 @@
-1.005  2008-09-XX
+1.005  2008-09-25
- Added better description of the use of the domains and
use_uri_for options (info culled from RFC2617).
-  - Split init method out to make this module easier to sub-class.
+  - Split init method out to make this module easier to sub-class
+    (used by Catalyst::Authentication::HTTP::Proxy).

1.004  2008-09-12
- Add tests for use_uri_for configuration options.

15 years agoAdd C::A::F to dependency list to keep CPANTS kwalitee happy
Tomas Doran [Wed, 24 Sep 2008 15:53:01 +0000]
Add C::A::F to dependency list to keep CPANTS kwalitee happy

15 years agoFix spelling test, split init method out of constructor for easier sub-classing
Tomas Doran [Sun, 14 Sep 2008 19:35:31 +0000]
Fix spelling test, split init method out of constructor for easier sub-classing

15 years agoMore docs about the digest auth specific config and domain options.
Tomas Doran [Sun, 14 Sep 2008 11:50:38 +0000]
More docs about the digest auth specific config and domain options.

15 years agoChecking in changes prior to tagging of version 1.004. Changelog diff is: v1.004
Tomas Doran [Fri, 12 Sep 2008 18:20:01 +0000]
Checking in changes prior to tagging of version 1.004.  Changelog diff is:

=== Changes
==================================================================
--- Changes (revision 7359)
+++ Changes (local)
@@ -1,3 +1,9 @@
+1.004  2008-09-12
+   - Add tests for use_uri_for configuration options.
+   - Add tests and documentation for storing an MD5
+     of "$user:$relam:$password" instead of cleartext password
+     when doing digest auth.
+
1.003  2008-09-11
- Add ability to override the realm name presented for authentication
when calling $c->authenticate. Documentation and tests for this.

15 years agoChecking in changes prior to tagging of version 1.003. Changelog diff is: v1.003
Tomas Doran [Thu, 11 Sep 2008 14:22:13 +0000]
Checking in changes prior to tagging of version 1.003.  Changelog diff is:

=== Changes
==================================================================
--- Changes (revision 7358)
+++ Changes (local)
@@ -1,4 +1,4 @@
-1.003  2008-09-??
+1.003  2008-09-11
- Add ability to override the realm name presented for authentication
when calling $c->authenticate. Documentation and tests for this.
- Clean up documentation of options inherited from
@@ -7,7 +7,8 @@
controller to the POD.
- Tests for the authorization_required_message configuration parameter.
- Document use_uri_for configuration option
-   - Document domain option (passed through from $c->authenticate)
+   - Document domain option (passed through from $c->authenticate) and add
+     tests for this option.

1.002  2008-09-03
- Fix the assumptions that the password field is named password when doing

15 years agoAdditional documentation and tests for various small features
Tomas Doran [Wed, 10 Sep 2008 22:11:23 +0000]
Additional documentation and tests for various small features

15 years agoAdd an example of how to call authorization_required_response (you used to just be...
Tomas Doran [Wed, 10 Sep 2008 15:46:35 +0000]
Add an example of how to call authorization_required_response (you used to just be able to call it on , but now we are no longer a plugin, it's a tad more involved)

15 years agoFix a load of the documentation up. Fix overriding HTTP auth relam in the ->authentic...
Tomas Doran [Wed, 10 Sep 2008 00:00:36 +0000]
Fix a load of the documentation up. Fix overriding HTTP auth relam in the ->authenticate call + tests and docs

15 years agoCommit changes that were in 1.002 v1.002
Tomas Doran [Tue, 9 Sep 2008 23:39:11 +0000]
Commit changes that were in 1.002

15 years agoPour all my changes for the new auth framework on top of the module. v1.000 v1.001
Tomas Doran [Wed, 30 Jul 2008 14:43:05 +0000]
Pour all my changes for the new auth framework on top of the module.

15 years agoFix RT#31036 v0.11
Tomas Doran [Sat, 12 Jul 2008 11:44:15 +0000]
Fix RT#31036

15 years agoUse non-deprecated modules in the test suite.
Tomas Doran [Mon, 23 Jun 2008 20:39:28 +0000]
Use non-deprecated modules in the test suite.

15 years agoBack out r7888 as I am lose, and doing compat properly isn't nice. Going to push...
Tomas Doran [Mon, 23 Jun 2008 20:21:52 +0000]
Back out r7888 as I am lose, and doing compat properly isn't nice. Going to push the new code in a the new namespace, then do compat here, or just deprecate this module..

15 years agoRemove ::Plugin:: from module namespace, provide a legacy/compatibility ::Plugin...
Tomas Doran [Tue, 3 Jun 2008 22:06:49 +0000]
Remove ::Plugin:: from module namespace, provide a legacy/compatibility ::Plugin:: shim. Remove use of the deprecated C:P:Cache::FileCache from the test suite (now uses C:P:Cache).

17 years agoswitch to Module::Install. add pod/podcoverage tests. fix coverage. add README. fix...
Brian Cassidy [Thu, 26 Apr 2007 19:56:25 +0000]
switch to Module::Install. add pod/podcoverage tests. fix coverage. add README. fix Changes.

17 years agoFix up tests, update version number
Jess Robinson [Sun, 31 Dec 2006 19:52:00 +0000]
Fix up tests, update version number

17 years agoAdd a body to the 401 status, add more docs!
Jess Robinson [Sun, 31 Dec 2006 16:22:24 +0000]
Add a body to the 401 status, add more docs!

17 years agoreleng + version bump for Cred::HTTP
Yuval Kogman [Thu, 12 Oct 2006 18:48:30 +0000]
releng + version bump for Cred::HTTP

17 years agothis is correct
Jonathan Rockway [Thu, 12 Oct 2006 07:16:33 +0000]
this is correct

17 years agoFix basic test for Test::MockObject 1.07, where it will die if a
Ton Voon [Tue, 10 Oct 2006 13:42:42 +0000]
Fix basic test for Test::MockObject 1.07, where it will die if a
non-mocked method is called

17 years agoTypo
Ton Voon [Thu, 28 Sep 2006 10:33:01 +0000]
Typo

17 years agoversion bump and changelog
Yuval Kogman [Tue, 12 Sep 2006 11:27:39 +0000]
version bump and changelog

17 years agoApply Ton Voon++'s HTTP real fix
Yuval Kogman [Tue, 12 Sep 2006 11:22:16 +0000]
Apply Ton Voon++'s HTTP real fix

17 years agorel eng and other crap for Cred::HTTP
Yuval Kogman [Fri, 8 Sep 2006 08:31:35 +0000]
rel eng and other crap for Cred::HTTP

17 years agoRefactor a bit more, doc work
Yuval Kogman [Fri, 8 Sep 2006 08:31:28 +0000]
Refactor a bit more, doc work

17 years agoRefactor HTTP cred, part I
Yuval Kogman [Fri, 8 Sep 2006 08:31:16 +0000]
Refactor HTTP cred, part I

17 years agodos newlines to unix ones, so native can kick in
Yuval Kogman [Fri, 8 Sep 2006 08:31:04 +0000]
dos newlines to unix ones, so native can kick in

17 years ago(no commit message)
Sascha Kiefer [Fri, 21 Jul 2006 18:15:25 +0000]

17 years ago(no commit message)
Sascha Kiefer [Sun, 9 Jul 2006 21:32:52 +0000]

17 years ago(no commit message)
Sascha Kiefer [Mon, 3 Jul 2006 20:33:53 +0000]

18 years ago(no commit message)
Sascha Kiefer [Mon, 24 Apr 2006 00:35:03 +0000]

18 years ago(no commit message)
Sascha Kiefer [Mon, 24 Apr 2006 00:27:52 +0000]

18 years agodoc fixes for Credential::HTTP
Yuval Kogman [Mon, 5 Dec 2005 20:55:41 +0000]
doc fixes for Credential::HTTP

18 years agoprereq fixes for C::P::Credential::HTTP
Yuval Kogman [Mon, 5 Dec 2005 11:06:21 +0000]
prereq fixes for C::P::Credential::HTTP

18 years agoBoilerplate
Yuval Kogman [Mon, 5 Dec 2005 11:01:53 +0000]
Boilerplate

18 years agoFix unit test for Credential::HTTP
Yuval Kogman [Mon, 5 Dec 2005 10:49:42 +0000]
Fix unit test for Credential::HTTP

18 years agofunky donkey
Yuval Kogman [Mon, 5 Dec 2005 08:31:01 +0000]
funky donkey

18 years agoHTTP auth live app test
Yuval Kogman [Mon, 5 Dec 2005 08:29:48 +0000]
HTTP auth live app test

18 years agoHTTP basic auth
Yuval Kogman [Sun, 4 Dec 2005 22:08:45 +0000]
HTTP basic auth