Commit Graph

97 Commits

Author SHA1 Message Date
Clément Oudot
33b201bd98 Use new session API in Handler/Main (#671) 2014-04-11 16:12:21 +00:00
Clément Oudot
ed0812d69b Use new session API in Handler AuthBasic (#671) 2014-04-11 14:58:30 +00:00
Clément Oudot
bb2c6f0003 Use new session API in Handler/CGI (#671) 2014-04-11 14:58:05 +00:00
Clément Oudot
8511219fc1 Use new session module in sessions explorer (#671) 2014-04-02 08:22:30 +00:00
David COUTADEUR
59f0b9e5d4 - correction of a hook in the Logger, which made this module incompatible with perl 5.10.5 / debian squeeze
(affectations and substitutions are now expanded to multiple lines)

(references #630)
2014-03-31 21:07:06 +00:00
David COUTADEUR
66d3a96dd1 - correction of mistakes done on previous commit.
(confusion between handler and manager MANIFEST and Makefile.PL)
(references #630)
2014-03-31 20:41:41 +00:00
David COUTADEUR
81553b7a5e - merging tests from lemonldap-ng-experimental branch to trunk
(references #630)
2014-03-31 16:25:09 +00:00
David COUTADEUR
e40020674a - deleting tests corresponding to CDA handler. (deleted in previous commit)
- deleting stuff referencing CDA in the MANIFEST file
2014-03-31 15:53:17 +00:00
David COUTADEUR
d0b69019f1 - deleting specific handler CDA.
New usage is to configure $cda into configuration
(references #630)
2014-03-31 15:49:31 +00:00
David COUTADEUR
cff92f2ebd - adaptation of new handler tests:
* don't use LemonLoadConf anymore (instead minimal config hash is used in 01 and 02 tests)
  * using ENV variables instead of GLOBAL::variable to launch DefaultHander with a test configuration
  * unset ENV variables at the end of every test
  * adapting Makefile with new dependancies used for test
2014-03-31 15:43:39 +00:00
David COUTADEUR
1c5d4d8c32 - correcting old style specific handlers (reinjecting modification from
SpecificHandlers/*.pm)
- adding a comment line to indicate which style is the current specific
handler and how it is supposed to be launched
- adapting DefaultHandler.pm to permit tests passing configuration file parameter
(references #630)
2014-03-20 18:40:26 +00:00
David COUTADEUR
2408e9e4af - fix commit 3268: the jail_reval function must handle more cases
(references #630)
2014-03-17 14:38:22 +00:00
David COUTADEUR
8439c0692b - deleting useless constant SAFEWRAP in GlobalInit (must just appear in Jail)
(references #630)
2014-03-17 13:32:17 +00:00
David COUTADEUR
262fdaef2c - simplification of jail_reval call (references #630) 2014-03-17 12:58:49 +00:00
David COUTADEUR
b3d05721a8 - Merging branch lemonldap-ng-experimental/Handler-Mouse with with trunk
code impacted:
* lemonldap-ng-handler/*: handler code,
* lemonldap-ng-handler/example/*.pm: handler aliases to libraries,
* _example/etc/*.conf: virtual host templates
(references #630, #LEMONLDAP-386)

(second part of incomplete r3251 commit)
2014-03-13 15:07:36 +00:00
David COUTADEUR
f993e2e6dd - Merging branch lemonldap-ng-experimental/Handler-Mouse with with trunk
code impacted:
 * lemonldap-ng-handler/*: handler code,
 * lemonldap-ng-handler/example/*.pm: handler aliases to libraries,
 * _example/etc/*.conf: virtual host templates
(references #630, #LEMONLDAP-386)
2014-03-04 16:07:32 +00:00
Clément Oudot
b691acdff8 Update META.yml 2014-02-18 13:57:21 +00:00
Xavier Guimard
53b66996e3 Propagate #637 in 1.3 branch and in META files 2013-11-03 20:52:15 +00:00
Clément Oudot
b6cf706217 Preparation for release 1.3.0 2013-11-02 11:03:25 +00:00
Xavier Guimard
0829a57f2e Use UTF-8 encoding in all Perl files 2013-10-19 16:34:20 +00:00
Xavier Guimard
f29d3b563e s/utf8/utf-8/ in HTTP headers
Closes: #626
2013-10-17 19:21:45 +00:00
Xavier Guimard
00ad847b90 ip() compatibility with Apache-1.3 2013-10-15 12:47:30 +00:00
Xavier Guimard
b239dc286f Replace Apache2::Connection::remote_ip()
Closes: #625
2013-10-15 12:42:09 +00:00
Xavier Guimard
6423852f90 Add Web::ID in dependencies 2013-10-13 13:54:48 +00:00
Xavier Guimard
34966cdc76 Update META.yml 2013-10-05 16:11:40 +00:00
Clément Oudot
8ae9672cf3 Test defaultValuesInit (#558) 2013-10-03 10:48:52 +00:00
Clément Oudot
b5c1761bf4 Fix little mistake in vhost alias (#558) 2013-10-03 10:48:32 +00:00
Clément Oudot
1935000579 Manage vhost aliases (#558) 2013-10-03 09:09:47 +00:00
Clément Oudot
a81fecb46f Catch STDERR in test file to prevent rule output (#613) 2013-09-27 15:09:04 +00:00
Xavier Guimard
eed6318879 Correct bad args order for lmLog 2013-09-12 04:31:14 +00:00
Xavier Guimard
48b1c6af80 Bug LEMONLDAP-613: add regexp name for best debugging 2013-09-12 04:25:36 +00:00
Xavier Guimard
d20489ba9a Insert applied rule number in logs (debug mode) 2013-09-10 19:44:29 +00:00
Xavier Guimard
53e8d74758 make tidy 2013-07-17 06:32:29 +00:00
Xavier Guimard
30a7d00641 Use unparsed_uri() instead of concatenating uri and args
Use unescaped uri in goToPortal to avoid encoding problems
2013-07-17 06:21:01 +00:00
Xavier Guimard
67720c4aa2 Add LWP::Protocol::https in recommended dependencies
Closes: #532
2013-07-07 12:03:21 +00:00
Clément Oudot
35530d93f8 Add Unicode::String dependency (#513) 2013-06-01 13:48:43 +00:00
Xavier Guimard
abf5cf8ff7 Remove Cache::Memcached from build dependencies 2013-04-24 04:34:24 +00:00
Sandro Cazzaniga
ab662554b7 make tidy 2013-02-17 22:25:26 +00:00
Xavier Guimard
9d834f5d34 Add Sandro Cazzaniga in copyrights 2013-02-07 12:46:54 +00:00
Xavier Guimard
f0edd1a339 Add copyright in README 2013-02-07 06:27:34 +00:00
Xavier Guimard
28762a1b8a Update and simplify CPAN README 2013-02-07 05:45:53 +00:00
Clément Oudot
6bc1661686 Fix corrupted file from revision 2771 (#582) 2013-02-05 12:26:04 +00:00
François-Xavier Deltombe
9243251183 Fix security issue with cookies and CDA (#556) 2013-02-04 19:30:26 +00:00
Xavier Guimard
69ca1a1a38 Email change: Thomas Chemineau -> thomas.chemineau@gmail.com 2013-02-01 05:37:38 +00:00
Xavier Guimard
6f68349fce Update Changes and report trunk copyright changes into 1.2 2013-01-31 06:23:14 +00:00
Xavier Guimard
c132bc3e1d Update authors, bug-report, copyright and license 2013-01-31 05:33:10 +00:00
François-Xavier Deltombe
8b96f295de Load HTTP::Headers in LL::NG::Handler::AuthBasic (#559) 2013-01-29 19:14:51 +00:00
Xavier Guimard
7782f1c1f2 Update handler dependencies:
* Move Cache::Memcached, Digest::HMAC_SHA1, HTTP::Message to recommends (and in BUILD_REQUIRES)
 * Move Test::Pod to BUILD_REQUIRES
2013-01-25 20:47:01 +00:00
Clément Oudot
54ca4290bd Clean LWP dependency (#581) 2013-01-25 16:00:11 +00:00
Clément Oudot
ff3d4c5c6c Clean URI dependency (#581) 2013-01-25 15:54:41 +00:00