5 years agobump minimum version for authority config master
Karen Etheridge [Mon, 31 Dec 2018 19:55:22 +0000]
bump minimum version for authority config

5 years agothis is not raku
Karen Etheridge [Mon, 31 Dec 2018 19:28:55 +0000]
this is not raku

6 years agoincrement $VERSION after 1.018 release
Karen Etheridge [Wed, 28 Jun 2017 00:29:05 +0000]
increment $VERSION after 1.018 release

6 years agoCatalyst-Authentication-Credential-HTTP-1.018 v1.018
Karen Etheridge [Wed, 28 Jun 2017 00:29:04 +0000]
Catalyst-Authentication-Credential-HTTP-1.018

   - removed optional prereqs from metadata (added in 1.017)

6 years agothis should not be added to required prereqs
Karen Etheridge [Wed, 28 Jun 2017 00:27:56 +0000]
this should not be added to required prereqs

6 years agoincrement $VERSION after 1.017 release
Karen Etheridge [Tue, 27 Jun 2017 23:21:31 +0000]
increment $VERSION after 1.017 release

6 years agoCatalyst-Authentication-Credential-HTTP-1.017 v1.017
Karen Etheridge [Tue, 27 Jun 2017 23:21:31 +0000]
Catalyst-Authentication-Credential-HTTP-1.017

   - modernized the tooling for 5.26 compatibility

6 years agoswitch from eval/require to Test::Needs
Karen Etheridge [Tue, 27 Jun 2017 21:37:05 +0000]
switch from eval/require to Test::Needs

6 years agodo not index this package - it is not loadable via "use"
Karen Etheridge [Tue, 27 Jun 2017 21:28:58 +0000]
do not index this package - it is not loadable via "use"

6 years agoremove unnecessary shebangs
Karen Etheridge [Tue, 27 Jun 2017 21:28:39 +0000]
remove unnecessary shebangs

6 years agoconvert to Dist::Zilla
Karen Etheridge [Tue, 27 Jun 2017 21:27:59 +0000]
convert to Dist::Zilla

6 years agoremove $VERSION from secondary package
Karen Etheridge [Tue, 27 Jun 2017 20:38:41 +0000]
remove $VERSION from secondary package

6 years agobump version to 1.017
Karen Etheridge [Tue, 27 Jun 2017 20:37:56 +0000]
bump version to 1.017

10 years agoVersion 1.016 1.016
Tomas Doran [Sat, 27 Jul 2013 19:54:15 +0000]
Version 1.016

10 years ago Fix repository metadata. RT#87114
Tomas Doran [Sat, 27 Jul 2013 19:53:03 +0000]
 Fix repository metadata. RT#87114

11 years agoFix spelling v1.015
Tomas Doran [Wed, 27 Jun 2012 18:41:06 +0000]
Fix spelling

11 years agoVersion 1.015
Tomas Doran [Wed, 27 Jun 2012 18:38:10 +0000]
Version 1.015

11 years agoChangelog
Tomas Doran [Wed, 27 Jun 2012 18:36:38 +0000]
Changelog

11 years agoMerge remote-tracking branch 'origin/broken-dotnet'
Tomas Doran [Wed, 27 Jun 2012 18:35:48 +0000]
Merge remote-tracking branch 'origin/broken-dotnet'

* origin/broken-dotnet:
  Mention rfc2617 in broken_dotnet_digest_without_query_string docs
  Add broken_dotnet_digest_without_query_string option

11 years agoMention rfc2617 in broken_dotnet_digest_without_query_string docs broken-dotnet
Ronald J Kimball [Tue, 26 Jun 2012 20:39:50 +0000]
Mention rfc2617 in broken_dotnet_digest_without_query_string docs

11 years agoAdd broken_dotnet_digest_without_query_string option
Ronald J Kimball [Tue, 26 Jun 2012 20:27:04 +0000]
Add broken_dotnet_digest_without_query_string option

Allows digest authentication from .NET, which does not include the query
string in the uri in the digest Authorization header.

Add tests, update POD.

12 years agoFix broken synopsis. RT#75254
Tomas Doran [Thu, 23 Feb 2012 22:14:19 +0000]
Fix broken synopsis. RT#75254

12 years agos/410/401/
Tomas Doran [Mon, 6 Feb 2012 08:26:14 +0000]
s/410/401/

12 years agoVersion 1.014 v1.014
Tomas Doran [Sun, 5 Feb 2012 18:42:05 +0000]
Version 1.014

12 years agoFix spelling
Tomas Doran [Sun, 5 Feb 2012 18:47:50 +0000]
Fix spelling

12 years agoDocument missing method
Tomas Doran [Sun, 5 Feb 2012 18:46:37 +0000]
Document missing method

12 years agoAdd .gitignore
Tomas Doran [Sun, 5 Feb 2012 18:44:10 +0000]
Add .gitignore

12 years agoget MANIFEST right
Tomas Doran [Sun, 5 Feb 2012 18:43:19 +0000]
get MANIFEST right

12 years agoFix, test, document
Tomas Doran [Sun, 5 Feb 2012 18:41:16 +0000]
Fix, test, document

12 years agoImplement new features, in leiu of tests. Bet I got the trinary oprator wrong
Tomas Doran [Wed, 14 Dec 2011 22:29:49 +0000]
Implement new features, in leiu of tests. Bet I got the trinary oprator wrong

12 years agoTrim trialing whitespace
Tomas Doran [Wed, 14 Dec 2011 07:04:52 +0000]
Trim trialing whitespace

13 years agoChecking in changes prior to tagging of version 1.013. Changelog diff is: v1.013
Tomas Doran [Tue, 14 Dec 2010 22:03:04 +0000]
Checking in changes prior to tagging of version 1.013.  Changelog diff is:

Index: Changes
===================================================================
--- Changes (revision 13842)
+++ Changes (working copy)
@@ -1,3 +1,4 @@
+1.013 2010-12-14
- Call store_digest_authorization_nonce() instead of $c->cache->set()
in authenticate_digest() (RT#63669) (rjk)
- Make Test::Exception and Test::MockObject be listed as test_requires

13 years agoImprove documentation for authenticate_digest()
Ronald J Kimball [Tue, 14 Dec 2010 19:55:03 +0000]
Improve documentation for authenticate_digest()

depends on Catalyst::Plugin::Cache, not Catalyst::Plugin::Session
reorganize and clarify

13 years agoCall store_digest_authorization_nonce() instead of $c->cache->set()
Ronald J Kimball [Tue, 14 Dec 2010 19:20:53 +0000]
Call store_digest_authorization_nonce() instead of $c->cache->set()
in authenticate_digest() (RT#63669)

13 years agoChange requires to test_requires. RT#54029
Tomas Doran [Wed, 16 Jun 2010 01:02:51 +0000]
Change requires to test_requires. RT#54029

13 years agoMore info when tests fail
Tomas Doran [Sat, 8 May 2010 20:56:12 +0000]
More info when tests fail

13 years agoBump version to avoid issues
Tomas Doran [Sat, 8 May 2010 20:52:59 +0000]
Bump version to avoid issues

13 years agoMake mech tests skip unless mech new enough. RT#55303
Tomas Doran [Sat, 8 May 2010 20:36:44 +0000]
Make mech tests skip unless mech new enough. RT#55303

14 years agoChecking in changes prior to tagging of version 1.012. Changelog diff is: v1.012
Tomas Doran [Sun, 7 Mar 2010 21:06:10 +0000]
Checking in changes prior to tagging of version 1.012.  Changelog diff is:

Index: Changes
===================================================================
--- Changes (revision 13017)
+++ Changes (working copy)
@@ -1,3 +1,6 @@
+1.012 2010-03-07
+   - Move actions out of the test applications to stop warnings.
+
- Make Pod tests author only.

1.011 2009-06-26

14 years agoMove actions out of test app
Tomas Doran [Sun, 7 Mar 2010 21:05:57 +0000]
Move actions out of test app

14 years agoMake pod tests author only
Tomas Doran [Sun, 7 Mar 2010 20:50:03 +0000]
Make pod tests author only

14 years agoChecking in changes prior to tagging of version 1.011. Changelog diff is: v1.011
Devin Austin [Sat, 27 Jun 2009 03:57:41 +0000]
Checking in changes prior to tagging of version 1.011.  Changelog diff is:

Index: Changes
===================================================================
--- Changes (revision 10686)
+++ Changes (working copy)
@@ -1,3 +1,5 @@
+1.011 2009-06-26
+   - Added true/false check to _debug option

1.010 2009-05-14
- Moved tests out to t/lib/ (dhoss)

14 years agoFixing warning if app isn't running in debug
J. Shirley [Fri, 26 Jun 2009 14:56:46 +0000]
Fixing warning if app isn't running in debug

14 years agoAdd repository resource to all the MI Makefile.PLs
Tomas Doran [Sat, 23 May 2009 11:09:06 +0000]
Add repository resource to all the MI Makefile.PLs

14 years agoChecking in changes prior to tagging of version 1.010. Changelog diff is: v1.010
Devin Austin [Thu, 14 May 2009 08:25:45 +0000]
Checking in changes prior to tagging of version 1.010.  Changelog diff is:

Index: Changes
===================================================================
--- Changes (revision 10150)
+++ Changes (working copy)
@@ -1,3 +1,8 @@
+
+1.010 2009-05-14
+   - Moved tests out to t/lib/ (dhoss)
+
+
- Add debug when a user is found, but passwords don't match (abraxxa)

1.009  2009-01-04

14 years agoAdd appropriate FindBin incantation
Tomas Doran [Thu, 14 May 2009 08:04:26 +0000]
Add appropriate FindBin incantation

14 years agomoved tests out and into t/lib/
Devin Austin [Thu, 14 May 2009 07:58:07 +0000]
moved tests out and into t/lib/

14 years agoShipIt from svn
Tomas Doran [Wed, 13 May 2009 22:31:06 +0000]
ShipIt from svn

14 years agoBump required Module::Install version in everything. janus++
Tomas Doran [Thu, 7 May 2009 13:19:53 +0000]
Bump required Module::Install version in everything. janus++

15 years agoI fail.
Tomas Doran [Thu, 2 Apr 2009 16:41:44 +0000]
I fail.

15 years agoSmall patch for additional debugging
Tomas Doran [Thu, 2 Apr 2009 15:19:10 +0000]
Small patch for additional debugging

15 years agoChecking in changes prior to tagging of version 1.009. Changelog diff is: v1.009
Tomas Doran [Sun, 4 Jan 2009 21:32:13 +0000]
Checking in changes prior to tagging of version 1.009.  Changelog diff is:

=== Changes
==================================================================
--- Changes (revision 9903)
+++ Changes (local)
@@ -1,3 +1,10 @@
+1.009  2009-01-04
+   - Remove use of _config accessor, which I'd stupidly cargo-culted.
+     As we don't ever run in auth back-compat mode, we can store
+     everything in instance data without worrying about conflicts.
+     Note however - have to keep the accessor itself so that our
+     parent class (which is still stupid and uses it) continues to work.
+
1.008  2008-12-10
- Fix issue with the user not being authenticated into the correct
realm, by not calling $c->set_authenticated ourselves, but instead

15 years agoChecking in changes prior to tagging of version 1.008. Changelog diff is: v1.008
Tomas Doran [Wed, 10 Dec 2008 23:54:19 +0000]
Checking in changes prior to tagging of version 1.008.  Changelog diff is:

=== Changes
==================================================================
--- Changes (revision 8543)
+++ Changes (local)
@@ -1,3 +1,10 @@
+1.008  2008-12-10
+  - Fix issue with the user not being authenticated into the correct
+    realm, by not calling $c->set_authenticated ourselves, but instead
+    just returning the user object. Fix suggested by Bernhard Graf. (t0m)
+    - Add test for this (t0m)
+  - Change $user to $user_obj in authenticate_digest for consistency (t0m)
+
1.007  2008-11-19
- Add test for query strings in digest auth as digest header is built using
the full URI (t0m)

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).

16 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]

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

17 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