Commit Graph

57 Commits

Author SHA1 Message Date
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
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
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
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
Sandro Cazzaniga
ab662554b7 make tidy 2013-02-17 22:25:26 +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
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
465fc207b0 Fix old rename (Conf -> Common) 2013-01-20 16:23:55 +00:00
Clément Oudot
6989c75c1e Force Session ID field before calling DESTROY in SOAP session backend (#553) 2013-01-10 14:49:05 +00:00
Clément Oudot
72c2b18f0d Hide form replay page (#576) 2013-01-10 13:02:30 +00:00
Clément Oudot
60774cd9ca Fix Apache Filter for POST data (#551) 2013-01-10 12:32:56 +00:00
Clément Oudot
081adce03b Fix POST replay with different target URL (#550) 2013-01-08 14:42:48 +00:00
François-Xavier Deltombe
ed08dc0cb0 Do not send void HTTP headers to apps (#573) 2013-01-04 17:54:32 +00:00
François-Xavier Deltombe
a8382125c7 X-Forwarded-For Header in SOAP request sent by LL::NG::Handler::AuthBasic (#572) 2013-01-03 19:56:44 +00:00
Clément Oudot
6428424930 Update Handler AuthBasic in 1.2 branch (#543) 2012-10-16 14:11:52 +00:00
Clément Oudot
853f61f752 Restore trunk versions of main modules 2012-10-16 12:00:38 +00:00
Xavier Guimard
b8bd611ccb Same files must not have different version number 2012-10-15 04:12:21 +00:00
Xavier Guimard
dc7b0b8a16 I think that we have to use 1.2.3 as version number since 1.2.2 is already published 2012-10-15 03:58:22 +00:00
Sandro Cazzaniga
fbe10d994d Fix version as there was a modification 2012-10-14 08:05:31 +00:00
Xavier Guimard
f058fcf0ba Restore "none" target (Closes: #545) 2012-10-13 16:21:47 +00:00
François-Xavier Deltombe
d7054a095b Manage persistent sessions in LL::NG::Handler::AuthBasic (Lemonldap-543) 2012-10-12 18:35:25 +00:00
Clément Oudot
a99dfd43e8 Fix AuthBasic Handler logging (#519) 2012-09-10 09:23:46 +00:00
Clément Oudot
52814914de Fix typo for secure flag in CDA (#528) 2012-09-08 12:30:05 +00:00
Clément Oudot
aad5d0dc42 LEMONLDAP-519:
* Change Basic realm name to LemonLDAP::NG
* Use errorCode field of SOAP response
* Correct order of parameters in SOAP call error
* Ask again authentication if it was rejected by SOAP service
2012-09-05 14:00:53 +00:00
François-Xavier Deltombe
c49234885b Make CDA working with http cookie (Lemonldap-522) 2012-09-05 08:20:11 +00:00
François-Xavier Deltombe
165d287862 Update LL::Handler::Simple version + remove default cache namespace (Lemonldap-499) 2012-08-13 10:19:32 +00:00
Xavier Guimard
0d54c80fcc Make tidy 2012-07-26 02:47:27 +00:00
Sandro Cazzaniga
b9a20c3995 * [LEMONLDAP-491] Don't import all POSIX functions 2012-07-10 13:36:10 +00:00
Sandro Cazzaniga
5264202231 [LEMONLDAP-217] add a captcha feature to the portal 2012-07-04 12:33:03 +00:00
Clément Oudot
96a605b286 Set version 1.3.0 in trunk 2012-06-20 07:54:00 +00:00
Clément Oudot
abbed8d8bf Fix Zimbra Handler syntax (#470) 2012-05-31 20:20:00 +00:00