File tree 11 files changed +306
-183
lines changed
11 files changed +306
-183
lines changed Original file line number Diff line number Diff line change 1
1
Revision history for Perl extension Apache2::AuthCookieDBI.
2
2
3
3
2.06 (unreleased)
4
- - Fixed https://rt.cpan.org/Public/Bug/Display.html?id=57906
5
- - Added support for WhatEverDBI_UserActiveField
6
- - Fixed https://rt.cpan.org/Public/Bug/Display.html?id=46117 $HEX_STRING_REGEX definition is wrong
4
+ - Fixed statement handle still active <https://rt.cpan.org/Public/Bug/Display.html?id=57906>
5
+ Also added support for WhatEverDBI_UserActiveField
6
+ Thanks to Chad Columbus
7
+ - Fixed $HEX_STRING_REGEX definition is wrong <https://rt.cpan.org/Public/Bug/Display.html?id=46117>
8
+ Thanks to Joe Ingersoll
9
+ - Fixed User authenticated if not in MySQL database <https://rt.cpan.org/Ticket/Display.html?id=62470>
10
+ Thanks to Keith Lawson
11
+ - Fixed Login.pl example - syntax error <https://rt.cpan.org/Public/Bug/Display.html?id=62487>
12
+ (also moved from eg/public-pl/login.pl to eg/bin/login.pl)
13
+ Thanks to William McKee http://search.cpan.org/~wmckee/
7
14
8
15
2.05 - Thu May 14 18:37:07 PDT 2009
9
16
- Fixed bug in _get_cipher_type() where it was not memoizing the
Original file line number Diff line number Diff line change
1
+ Build.PL
1
2
Changes
3
+ eg/bin/login.pl
4
+ eg/html/login-failed.html
5
+ eg/html/login.html
6
+ generic_reg_auth_scheme.txt
7
+ lib/Apache2/AuthCookieDBI.pm
2
8
LICENSE
3
9
MANIFEST
4
10
MANIFEST.SKIP
5
11
META.yml Module meta-data (added by MakeMaker)
6
- Makefile.PL
7
12
README
8
- eg/html/login-failed.html
9
- eg/html/login.html
10
- eg/public-pl/login.pl
11
- generic_reg_auth_scheme.txt
12
- lib/Apache2/AuthCookieDBI.pm
13
13
schema.sql
14
14
t/basic.t
15
15
t/mock_libs/Apache/DBI.pm
@@ -22,3 +22,4 @@ t/mock_libs/DBI.pm
22
22
t/mock_libs/Digest/MD5.pm
23
23
t/utils.t
24
24
techspec.txt
25
+ Makefile.PL
Original file line number Diff line number Diff line change 8
8
.*.tar.gz$
9
9
_build
10
10
Build
11
+ Apache2-AuthCookieDBI-*
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ name: Apache2-AuthCookieDBI
14
14
provides :
15
15
Apache2::AuthCookieDBI :
16
16
file : lib/Apache2/AuthCookieDBI.pm
17
- version : 2.12
17
+ version : 2.06
18
18
requires :
19
19
Apache2::AuthCookie : 3.08
20
20
Apache2::Const : 0
@@ -29,4 +29,4 @@ requires:
29
29
mod_perl2 : 1.999022
30
30
resources :
31
31
license : http://opensource.org/licenses/lgpl-license.php
32
- version : 2.12
32
+ version : 2.06
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ name: Apache2-AuthCookieDBI
15
15
provides :
16
16
Apache2::AuthCookieDBI :
17
17
file : lib/Apache2/AuthCookieDBI.pm
18
- version : 2.12
18
+ version : 2.06
19
19
requires :
20
20
Apache2::AuthCookie : 3.08
21
21
Apache2::Const : 0
@@ -30,4 +30,4 @@ requires:
30
30
mod_perl2 : 1.999022
31
31
resources :
32
32
license : http://opensource.org/licenses/lgpl-license.php
33
- version : 2.12
33
+ version : 2.06
Original file line number Diff line number Diff line change 1
1
# !/usr/bin/perl -Tw
2
2
#
3
- # $Id: login.pl,v 1.4 2010/11/27 04:11:19 matisse Exp $
3
+ # $Id: login.pl,v 1.1 2010/11/27 19:15:37 matisse Exp $
4
4
#
5
5
# Display a login form with hidden fields corresponding to the page they
6
6
# wanted to see.
You can’t perform that action at this time.
0 commit comments