Commit Graph

301 Commits

Author SHA1 Message Date
François-Xavier Deltombe
1c91be49ee Fix a bug which made handler check http cookie for https vhosts (Lemonldap-421) 2012-02-09 13:39:38 +00:00
François-Xavier Deltombe
46950aac60 Warn for the risks of LL::NG::Handler->unprotect (Lemonldap-424) 2012-02-02 14:28:38 +00:00
François-Xavier Deltombe
7f8574020a Add keyword 'skip' in access rules (Lemonldap-424) 2012-02-02 11:56:35 +00:00
François-Xavier Deltombe
18a9f2f470 Restore fetchId method in Handler::Simple (Lemonldap-421) 2012-01-30 16:31:57 +00:00
François-Xavier Deltombe
bdfc006b8f Implement 'Double cookie for single session' feature (Lemonldap-421)
+ Fix bug with http vhosts and double cookie (Lemonldap-420)
2012-01-26 15:12:09 +00:00
Clément Oudot
4953e211fe * Import Sebastien Bahloul patch
* make tidy
* Update AuthRadius version
* Load Authen::Radius with an eval
2011-11-17 15:38:01 +00:00
Clément Oudot
f56dcedfa0 Dissociate confirm mail sent and norman mail sent error case in mail reset (#377) 2011-11-04 16:34:16 +00:00
Clément Oudot
9b97d72584 Add password first access error case in mail reset (#377) 2011-11-04 15:37:42 +00:00
Clément Oudot
16129daaeb Specific mail user not found error for mail reset (#377) 2011-10-28 15:52:19 +00:00
Clément Oudot
56bda5574e Difference between first access and empty form in mail reset (#377) 2011-10-28 15:25:36 +00:00
Clément Oudot
203de06234 Init default values before using the safe jail (#371) 2011-10-26 08:11:48 +00:00
Clément Oudot
42ab05b8e6 Set 1.2.0 version in the trunk 2011-10-07 12:23:15 +00:00
Clément Oudot
9a1df7b401 Log sent headers in debug mode (#365) 2011-10-05 14:33:05 +00:00
Clément Oudot
110995f131 Import extended and custom functions with fake jail (#355) 2011-10-05 13:18:18 +00:00
Clément Oudot
af55008bf9 Add explicit dependency to Apache::Session::Generate::MD5 for SecureToken Handler (#357) 2011-10-05 10:04:46 +00:00
Clément Oudot
0c57d951fb Create CAS access control policy option to manage access right on CAS service (#LEMONDLAP-361) 2011-09-15 09:42:25 +00:00
Clément Oudot
520f02a181 Add an option in SecureToken Handler to return error if token is not generated (#359) 2011-09-13 16:00:08 +00:00
Clément Oudot
7930c3e407 Add a test in SecureToken Hanlder to check that Memcached connection is alive (#358) 2011-09-13 15:43:56 +00:00
Clément Oudot
548164ff26 Manage object in CustomSOAPService to register notification SOAP service in a standard way (#350) 2011-07-20 08:41:09 +00:00
Clément Oudot
c5dbdf8b34 Release 1.1.0 in progress 2011-07-07 16:21:30 +00:00
Clément Oudot
53e9d5f9a1 New error code for password empty form (#349) 2011-07-07 10:35:04 +00:00
Clément Oudot
e69d175174 Force array reference for some Secure Token parameters (#288) 2011-07-06 08:38:48 +00:00
Clément Oudot
e9423ed86c Create postFilter filter to use Safe jail only on POST data (and not the entire filter subroutine) (#303) 2011-07-03 12:35:03 +00:00
Clément Oudot
4be4780917 Test content-length before reading socket (#338) 2011-06-21 12:58:47 +00:00
Clément Oudot
e70476ccfc Add a step in mail reset feature to resend the confirmation mail (#301) 2011-05-20 14:30:21 +00:00
Clément Oudot
6a7ac2bf87 First version of Secure Token Handler (#288) 2011-03-21 17:19:00 +00:00
Clément Oudot
56f1213c43 Perl module version number X.Y.Z MUST be quoted in Makefile.PL (#286) 2011-03-16 16:42:58 +00:00
Clément Oudot
90618a4d6a Manage minimum versions for LL::NG modules cross dependencies (#283) 2011-03-07 09:14:33 +00:00
Clément Oudot
f7fee38fac Fake Safe jail in Handler (#270) 2011-02-07 15:39:32 +00:00
Clément Oudot
1fd6b1c29f Adapt URI build function to new vhost options in Handler::CGI (#274) 2011-02-03 17:06:58 +00:00
Clément Oudot
f111082bd1 Change return value of redirectFilter subroutine (#268) 2011-02-03 15:15:48 +00:00
Clément Oudot
29a9af1c44 make tidy 2011-01-25 16:41:31 +00:00
Clément Oudot
628c3efb32 Change the test of Mod Perl version for logout_app rules, to be compliant with Manager CGI mode and recent Safe.pm version (#266) 2011-01-25 16:34:30 +00:00
Clément Oudot
7ed205a995 Upgrade main modules version to 1.1.0 in trunk 2011-01-21 16:35:28 +00:00
Xavier Guimard
2467ea5f90 Upgrade to 1.0.1 only changed modules 2010-12-15 21:04:17 +00:00
Clément Oudot
262e7963ee Update MANIFEST and META.yml 2010-12-08 13:02:04 +00:00
Clément Oudot
e6600fed7d Manage portal value with $vhost in Handler (#258) 2010-12-08 11:45:45 +00:00
Xavier Guimard
b313195a15 findAttr.pl now scans undocumented parameters 2010-12-05 14:41:29 +00:00
Clément Oudot
ef5decc150 Require a minimal version of Perl (5.008) 2010-11-29 15:32:56 +00:00
Clément Oudot
05dbeca3e5 Upgrade versions for 1.0 release 2010-11-20 15:05:40 +00:00
Xavier Guimard
f035c635fc #117 should be fixed now 2010-11-02 21:10:26 +00:00
Xavier Guimard
6472dc5a30 Validate rules order mechanism 2010-11-01 21:32:15 +00:00
Xavier Guimard
f7fe9da195 Use Apache::URI::unescape() to secure rules 2010-11-01 13:19:36 +00:00
Xavier Guimard
78b9b08d1f Missing constants 2010-10-28 22:30:57 +00:00
Xavier Guimard
888cc760dc Update Status.pm with new PE_* codes 2010-10-28 18:34:10 +00:00
Xavier Guimard
a2cb14e025 Split handlers with AutoLoader (49% reduction for Simple.pm)
Closes: #188
2010-10-28 18:19:25 +00:00
Xavier Guimard
f2674105f0 Some links missing in pod 2010-10-26 10:59:22 +00:00
Xavier Guimard
b5600bc3bc POD errors + replace lemonldap.ow2.org by lemonldap-ng.org 2010-10-26 09:34:00 +00:00
Xavier Guimard
47d58814c8 Upgrade POD URL 2010-10-26 06:08:16 +00:00
Xavier Guimard
c539a91696 Update copyright 2010-10-24 07:25:44 +00:00