Commit Graph

443 Commits

Author SHA1 Message Date
Clément Oudot
44f5d27b7a Prepare for 1.0rc1:
* Update modules main version
* make tidy
* make manifest
* make documentation
2010-03-24 22:06:43 +00:00
Clément Oudot
aa5831493a SAML: add AllowLoginFromIDP option 2010-03-24 13:01:14 +00:00
Clément Oudot
bac76b680d LDAP: option to change the password as user (and not as managerDn) 2010-03-24 10:00:52 +00:00
Clément Oudot
34ea9bacd1 Doc: add DBI 2010-03-22 14:41:35 +00:00
Xavier Guimard
032fcfbfb3 "make documentation" 2010-03-20 17:19:15 +00:00
Xavier Guimard
9001e5f028 Just a "make tidy" 2010-03-20 17:14:28 +00:00
Clément Oudot
8538f65d04 * Add customFunctions and port in Manager
* Correct a bug in Handler for default values
2010-03-17 08:23:20 +00:00
Clément Oudot
9583020ac5 Doc: add AuthProxy and MultipleCookies doc 2010-03-15 14:34:26 +00:00
Clément Oudot
8c44683977 Doc: add Twitter documentation 2010-03-15 13:31:33 +00:00
Clément Oudot
e7d6046168 Doc: OpenID 2010-03-15 10:23:31 +00:00
Xavier Guimard
0f4edfb10d Replace 1.0-rc1 by 1.0rc1 due to Debian policy 2010-03-14 19:11:59 +00:00
Clément Oudot
7da7106e5f SAML: documentation for AuthSAML 2010-03-12 16:27:35 +00:00
Clément Oudot
d8ef0bef30 Documentation for upgrade process 2010-03-12 13:49:41 +00:00
Clément Oudot
60501cb715 Preparation for 1.0 Release Candidate 1:
* Delete application menu XML and DTD file
* Manage Apache Version and Vhost Listen IP and Port
* Split Apache configuration into portal/manager/handler files
2010-03-12 11:46:01 +00:00
Clément Oudot
f38a507d05 Makefile: do not install Liberty Alliance portal by default 2010-03-11 16:00:25 +00:00
Clément Oudot
7960a4d2d0 Test: little improvements on test page 2010-03-11 15:42:16 +00:00
Clément Oudot
936a7552c7 Test: split multi-valued headers 2010-03-11 10:44:48 +00:00
Clément Oudot
8f82f47231 Doc: add PostGreSQL sessions documentation 2010-03-05 13:06:35 +00:00
Xavier Guimard
40d2c70604 New target 'tidy' in Makefile 2010-03-01 20:32:28 +00:00
Xavier Guimard
428ed7d9dd Roadmap update 2010-03-01 11:59:04 +00:00
Xavier Guimard
d2c015c5a6 Documentation update 2010-02-28 09:16:17 +00:00
Xavier Guimard
4634d58f36 AuthTwitter works now 2010-02-27 22:37:59 +00:00
Xavier Guimard
ec35e6c397 Skeleton for AuthTwitter 2010-02-27 16:20:11 +00:00
Xavier Guimard
58c28c5732 * Inheritance instead of @EXPORT
* Purge CGI::Session dependency (LA)
2010-02-26 10:53:43 +00:00
Xavier Guimard
6a2270b73d OpenID authentication skeleton 2010-02-21 14:00:53 +00:00
Clément Oudot
42a1e43f73 SAML:
* Install metadata.pl
* SAML URL rewrite rules
2010-02-12 16:31:34 +00:00
Xavier Guimard
01785de792 * "SKIP" in SAML tests
* "= splice @_" instead of "= @_" avoid memory duplication
2010-01-31 08:25:05 +00:00
Clément Oudot
cb71f77f4d Portal: move configuration documentation from script to ini file 2010-01-28 17:39:34 +00:00
Clément Oudot
b0749b8877 Manager: main dir value get from {DOCUMENT_ROOT} 2010-01-27 16:01:15 +00:00
Xavier Guimard
b87c0a520b MANIFEST update + Makefile target 2010-01-23 12:48:18 +00:00
Clément Oudot
3222021897 Portal:
* Use HTML templates to send fancy reset password mail, with translations
* Send the new password by mail instead of diplaying it n the web page
* Remove the need to configure : the value is now set with help of {DOCUMENT_ROOT}
2010-01-22 11:25:37 +00:00
Clément Oudot
f6c250207c Portal - new feature: token to reset password by mail:
* A token is sent when user ask for password reset
* The token is linked to an apache session
* The password is reset if the token is valid
2010-01-21 17:38:55 +00:00
Clément Oudot
22807a612a Makefile: default-diff correction 2010-01-15 21:58:15 +00:00
Xavier Guimard
d181da867b * perltidy
* new feature : info can be displayed by portal => used to notify deleted sessions
 * notifyDeleted in the manager
2010-01-11 16:04:36 +00:00
Clément Oudot
e63e7f86e4 Makefile: add default-diff target for diff on a default installation 2010-01-11 12:24:08 +00:00
Xavier Guimard
a01d70d5b2 Some little changes... 2010-01-08 06:41:37 +00:00
Xavier Guimard
8102f72d50 POD updates :
* spelling errors found by Lintian
 * encoding utf8
2010-01-03 08:09:59 +00:00
Xavier Guimard
bdee50c017 target debian-install 2010-01-01 19:01:27 +00:00
Xavier Guimard
5a5d3872fd Update changelog 2009-12-31 13:35:34 +00:00
Xavier Guimard
c9b8b4fc7d New feature: capability to minify CSS and Javascript (ready in debian/rules, just to uncomment) 2009-12-31 11:10:05 +00:00
Xavier Guimard
f5eb10e14d diff target 2009-12-20 12:34:36 +00:00
Xavier Guimard
567dd1d241 New manager in progress: now displays errors on upload 2009-12-19 21:40:53 +00:00
Xavier Guimard
4d47d92749 * Debian upgrade for jquery management
* SQL injection protection for DBI
 * Regexp to control user field
 * Missing parameters in _Struct.pm
 * Bad errors management in Uploader
2009-12-19 08:57:59 +00:00
Xavier Guimard
29b8c86848 Doxygen doc 2009-12-17 19:20:17 +00:00
Xavier Guimard
1a499a5231 Jquery for Debian 2009-12-17 10:56:52 +00:00
Xavier Guimard
6fedd78168 Debian upgrade 2009-12-17 10:26:59 +00:00
Xavier Guimard
37678b0912 Bugs :
* images path in jquery-ui-1.7.2.custom.css
 * Upload conf lost exportedHeaders when virtualHosts node was not open
 * logError is now defined in Conf.pm, so must not be redefined in Conf/LDAP.pm
2009-12-16 21:13:29 +00:00
Xavier Guimard
703b3d64b0 New feature : convertConfig 2009-12-15 16:31:13 +00:00
Clément Oudot
3b30a72d23 Manager corrections for manual installation (make && make install) 2009-12-14 09:52:21 +00:00
Xavier Guimard
4949725c53 Error in previous commit 2009-12-14 07:11:18 +00:00
Xavier Guimard
451f723b77 Bad chown 2009-12-14 07:04:02 +00:00
Xavier Guimard
dcd4905342 * Update Perl and Debian dependencies, and debian/rules for the new manager
* Add pod skeleton for Manager.pm
 * correct pod for IssuerDB*
2009-12-13 15:40:33 +00:00
Xavier Guimard
b301a5b5c8 New manager 2009-12-11 18:17:00 +00:00
Xavier Guimard
dd66b4c31c Bugs correction reported to 0.9.4 2009-12-07 21:17:06 +00:00
Clément Oudot
ec1ade733e /adminSessions in Apache configuration 2009-12-07 11:39:29 +00:00
Xavier Guimard
71fce1ff77 Debian japanese translation (Closes: #559396/bugs.debian.org) 2009-12-04 09:23:44 +00:00
Clément Oudot
6a24eebcc7 Correct a bug if status is configured without localStorage, add a specific ErrorDocument for code 500 2009-12-03 15:45:13 +00:00
Xavier Guimard
061994cfcc Debian tests 2009-12-03 10:08:33 +00:00
Clément Oudot
4c1574e034 Merge apply.conf in lemonldap-ng.ini 2009-12-03 09:56:45 +00:00
Clément Oudot
0ea44c2389 Merge storage.conf and localconf.ini in lemonldap-ng.ini 2009-12-02 15:08:35 +00:00
Clément Oudot
70522969f3 Add possibility to use a local configuration file (localconf.ini) to override configuration parameters 2009-11-30 16:46:14 +00:00
Clément Oudot
9ac349e458 Update to jQuery 1.3.2 (Closes: #314394) 2009-11-17 22:37:38 +00:00
Xavier Guimard
83e33a90ad perltidy and licence update 2009-11-07 13:05:50 +00:00
Xavier Guimard
bc8d00970c Version update 2009-11-01 13:34:34 +00:00
Xavier Guimard
912768cb35 * double declaration in Common/Conf/*.pm
* Debian compat upgrade
2009-11-01 13:13:39 +00:00
Xavier Guimard
cd60098695 * Apache-1.3 is not supported in all Debian architectures
* CGI must not require Sys::Syslog to be installed
2009-10-19 16:16:07 +00:00
Xavier Guimard
5d8b8668c8 Doc update 2009-10-17 08:38:31 +00:00
Xavier Guimard
b5dc7730f2 Perl dependencies update 2009-10-17 08:06:41 +00:00
Xavier Guimard
bf488752b4 Documentation update 2009-10-12 15:03:29 +00:00
Xavier Guimard
9d1f39b2d0 Lintian 2009-10-12 14:40:21 +00:00
Xavier Guimard
def1d50780 Closes #314192 2009-10-11 11:28:25 +00:00
Xavier Guimard
bf6230c5ac VERSION 0.9.4.1 2009-10-11 08:13:50 +00:00
Xavier Guimard
6e113f1107 * rename $safe to $msafe to avoid conflicts between safe from Handler/CGI and msafe from Manager
* safe must not be exported by Handler/Simple: safe is compiled for each calling packages
2009-10-01 19:37:27 +00:00
Xavier Guimard
48ac5bd591 * New authentication scheme : Relay (queries by SOAP another portal)
* syslog facility was not taken in account
* Missing HTTP::Headers dependency
* lmConfigEditor must not display reVHosts and cipher which are calculated by Conf.pm
* bad Apache security in Debian configuration files
2009-09-23 12:42:34 +00:00
Xavier Guimard
38d5fabc90 Update changelog + remove bad test for cpan tester 2009-09-15 14:12:03 +00:00
Xavier Guimard
176270ead5 Missing img in doc 2009-09-10 13:22:07 +00:00
Xavier Guimard
3795047f14 Documentation update 2009-09-10 13:22:06 +00:00
Xavier Guimard
444e093004 Bugs :
* Crypto was usable only with 16xn characters
 * Menu was not able to filter embedded <application>
Google page speed :
 * optimize images
 * set size
2009-08-20 14:19:40 +00:00
Clément Oudot
80b2aa46a2 Doc update 2009-07-08 07:54:09 +00:00
Clément Oudot
d15fb66e13 Little mistake in package dependencies 2009-07-08 07:19:18 +00:00
Clément Oudot
f2b04cc1fd RPMs are not RedHat specific anymore 2009-07-07 09:16:35 +00:00
Clément Oudot
6e77c48799 Little corrections for RPM building 2009-07-07 09:15:16 +00:00
Clément Oudot
4e03017750 Use conditions to build RPM for OpenSuSE 2009-07-06 12:28:54 +00:00
Clément Oudot
1983b59943 Add build dependencies and update CPAN module versions 2009-07-03 12:37:39 +00:00
Xavier Guimard
8965bd6119 * Menu update : application can contains application
* update trunk from branch
2009-07-01 08:52:14 +00:00
Xavier Guimard
91ff4f82e4 Documentation update 2009-06-29 13:44:42 +00:00
Xavier Guimard
e5f83c5ba0 * Perl documentation update
* Makefiles update
2009-06-29 10:12:29 +00:00
Xavier Guimard
bfed9a789c Documentation update 2009-06-29 09:42:44 +00:00
Clément Oudot
45924b769c Use UTF-8 to display values from LDAP 2009-06-25 07:50:50 +00:00
Xavier Guimard
4d57fead9d Now SOAP config access works... 2009-06-24 15:07:36 +00:00
Clément Oudot
23805723b8 Keep parameters replacement with ERASECONFIG=0 2009-06-22 21:06:15 +00:00
Clément Oudot
9c22d9a295 Use root in cronjob if no APACHEUSER 2009-06-22 14:19:06 +00:00
Xavier Guimard
e06976c642 Documentation update 2009-06-14 21:00:53 +00:00
Xavier Guimard
0ac63904e7 * New parameter for XSS protection : trustedDomains
* parameters test to avoid warnings
* debian/control : missing dependencies
* perltidy
* tests update
2009-06-14 16:43:02 +00:00
Xavier Guimard
cb10ec49c1 * Rules sorted in Handler (to prepare sorting with regexp comments)
* debian/control mistake
2009-06-09 05:29:39 +00:00
Xavier Guimard
d0dfdf0bba SOAP access disabled by default 2009-06-08 15:59:06 +00:00
Xavier Guimard
f6a645352b New dependencies and documentation update 2009-06-08 08:20:18 +00:00
Clément Oudot
49c87be89d Doc update 2009-06-04 15:35:37 +00:00
Xavier Guimard
c9f496d7c6 Documentation update 2009-06-04 10:37:26 +00:00
Clément Oudot
821c731f00 Update doc script with wiki new links 2009-06-04 10:15:53 +00:00
Clément Oudot
de51daa694 Specification file for 0.9.4 2009-06-03 13:30:02 +00:00
Clément Oudot
1c04d52c5a Set default session lifetime to 72000 seconds (20 hours) 2009-06-03 09:40:56 +00:00
Clément Oudot
ffae7bc7e0 Update doc generation scripts with last modification on the wiki 2009-06-03 08:43:01 +00:00
Clément Oudot
a782f5e6b2 Add ERASECONFIG parameter 2009-06-02 13:48:48 +00:00
Clément Oudot
da49976ae9 LEMONLDAP::NG : install lmConfig_File2LDIF and sso.schema 2009-05-26 12:52:50 +00:00
Xavier Guimard
db4982564b Update portal manifest 2009-05-21 11:52:57 +00:00
Xavier Guimard
2cd9a07403 Documentation update 2009-05-06 11:25:56 +00:00
Xavier Guimard
294e35cbeb Error with PPolicy + CleanupHandler not launched 2009-04-11 06:13:28 +00:00
Xavier Guimard
2f5af7de52 Documentation update 2009-04-04 15:29:38 +00:00
Xavier Guimard
3b8b909f23 Little bug in CDA 2009-03-31 11:08:54 +00:00
Xavier Guimard
b0b971b241 Double session mechanism : 2 cookies are generated, 1 secured, the other not.
Handlers detects automatically the cookie to choose.
2009-03-31 10:52:43 +00:00
Xavier Guimard
d23ca2b2ba POST feature now encodes properly datas 2009-03-31 09:59:53 +00:00
Xavier Guimard
892606e62d Missing dependency, Closes #521959 / bugs.debian.org 2009-03-31 07:48:54 +00:00
Xavier Guimard
21d3ab4ebd Trying to implement get_key_from_all_sessions for Lemonldap::NG::Common::Apache::Session::SOAP 2009-03-20 12:03:15 +00:00
Xavier Guimard
231f54ddf0 * New authentication and userDB module : 'Multi' to chain authentication modules.
* Compilation for ModPerl::Registry by default
2009-03-08 08:50:58 +00:00
Xavier Guimard
167f85dd34 Documentation update 2009-02-27 16:51:19 +00:00
Xavier Guimard
c36344d63e Examples to increase portal performances under ModPerl::Registry 2009-02-26 06:55:22 +00:00
Xavier Guimard
859be3923f * Doxygen doc update
* More tests
* perltidy on tests
2009-02-25 18:10:07 +00:00
Xavier Guimard
07446ed429 More tests 2009-02-19 09:34:09 +00:00
Xavier Guimard
9fdea7384f make cpan updates META.yml 2009-02-19 08:26:22 +00:00
Xavier Guimard
953090f0a5 Documentation update 2009-02-17 17:05:02 +00:00
Xavier Guimard
ffb5ee8e33 Doxygen filter modification to show authentication process methods 2009-02-17 14:56:38 +00:00
Xavier Guimard
dc637c297b Test more clean 2009-02-16 11:19:05 +00:00
Xavier Guimard
0f6a546727 Documentation update 2009-02-15 19:46:01 +00:00
Xavier Guimard
3c85a9d980 Documentation for notifications system 2009-02-13 10:25:09 +00:00
Xavier Guimard
15e4a17bd8 * Typo in debian/control
* Notification/DBI.pm is now running
2009-02-13 09:26:02 +00:00
Xavier Guimard
f8169c1909 Notification system in progress :
* File storage is running
 * DBI storage has not yet been tested
Documentation update
2009-02-11 16:18:38 +00:00
Clément Oudot
33d43ffd75 LEMONLDAP::NG : Apply patch for cronjob (issue #312315) 2009-02-10 16:32:56 +00:00
Xavier Guimard
4e6d303cb3 changelog update 2009-02-08 19:14:43 +00:00
Xavier Guimard
b275ee2ac8 LEMONLDAP::NG : WSDL is now clean 2009-02-08 17:12:42 +00:00
Xavier Guimard
1800497815 LEMONLDAP::NG : propagation of 0.9.3.4 changes 2009-02-05 17:05:18 +00:00
Xavier Guimard
26492b5723 LEMONLDAP::NG : hide password in AuthBasic 2009-02-03 17:49:10 +00:00
Xavier Guimard
a25e10b040 LEMONLDAP::NG : * documentation modification
* SOAP service to update notification database
2009-02-03 09:36:13 +00:00
Xavier Guimard
3f9e46d3c9 LEMONLDAP::NG : links system between classes 2009-02-02 09:09:26 +00:00
Xavier Guimard
1b6f56699a LEMONLDAP::NG : Missing file Portal/Notification.pm 2009-02-02 08:53:51 +00:00
Xavier Guimard
85d765a002 LEMONLDAP::NG : WSDL for portal + dependency of Crypt::Rijndael in Debian 2009-02-01 15:38:06 +00:00
Xavier Guimard
477aa41115 LEMONLDAP::NG : update branch 0.9.3 2009-01-25 17:23:15 +00:00
Xavier Guimard
995149b61b LEMONLDAP::NG : changelog update 2009-01-22 10:02:29 +00:00
Xavier Guimard
fa354c645e LEMONLDAP::NG : starting development version 0.9.4 2009-01-17 12:41:41 +00:00
Xavier Guimard
1aa1c18824 LEMONLDAP::NG : documentation update 2009-01-16 09:27:37 +00:00
Clément Oudot
61e0ac6d96 LEMONLDAP::NG : Add new wiki pages in doc.pl 2009-01-13 16:42:31 +00:00
Clément Oudot
599dcadbdb LEMONLDAP::NG : Hack the cronjob file in RPM since APACHEUSER is no more used in make install 2009-01-13 09:45:22 +00:00
Clément Oudot
8ff2e446ee LEMONLDAP::NG : update scriplets in RPM packaging 2009-01-12 16:17:33 +00:00
Clément Oudot
224bfa1217 LEMONLDAP::NG : Update spec file to build on Fedora 10 2009-01-12 11:13:23 +00:00
Clément Oudot
7c9a9458ee LEMONLDAP::NG : Remove unwanted files (perllocal.pod, .packlist) in RPM packaging 2009-01-12 10:07:59 +00:00
Xavier Guimard
a79ba6de02 LEMONLDAP::NG : patch is missing in README 2009-01-12 09:17:07 +00:00
Clément Oudot
b848c55ae2 LEMONLDAP::NG : Split RPM in subpackages 2009-01-09 16:12:39 +00:00
Clément Oudot
e2a7eca513 LEMONLDAP::NG : Add a patch for cronjob in RPM packaging 2009-01-07 16:03:34 +00:00
Clément Oudot
be5cd7d45c LEMONLDAP::NG : RPM packaging : modify Epoch to override old RPMForge packages 2009-01-06 10:31:40 +00:00
Clément Oudot
8c0eefb32f LEMONLDAP::NG : Work on RPM packaging 2009-01-05 17:13:16 +00:00
Xavier Guimard
486666a611 LEMONLDAP::NG : * Debian first install failed
* Doxygen documentation in progress
                  => Version 0.9.3.2
2009-01-03 08:49:30 +00:00
Xavier Guimard
d82314f6e0 LEMONLDAP::NG : Version 0.9.3.1 (Solve pb in Debian build) 2008-12-31 13:17:41 +00:00
Xavier Guimard
4b57751fe8 LEMONLDAP::NG : ** READY FOR 0.9.3 **
- Better Makefile
2008-12-31 10:39:39 +00:00
Xavier Guimard
bdc254dc8a LEMONLDAP::NG : documentation update 2008-12-30 10:58:28 +00:00
Xavier Guimard
62b02d49fd LEMONLDAP::NG : Doxygen documentation in progress 2008-12-30 09:37:56 +00:00
Xavier Guimard
78b0da30c0 LEMONLDAP::NG : apps and doc directory were missing in install_site target 2008-12-29 14:47:01 +00:00
Xavier Guimard
dd2bc3e636 LEMONLDAP::NG : I forgot Doxygen configuration file 2008-12-29 10:33:34 +00:00
Xavier Guimard
7361207b88 LEMONLDAP::NG : New Makefile target "make doxygen" 2008-12-29 10:19:04 +00:00
Xavier Guimard
294cd483fb LEMONLDAP::NG : Error in Makefile (for packaging only): storage.conf was not well formed 2008-12-29 07:58:59 +00:00
Xavier Guimard
ad0ed7f3ba LEMONLDAP::NG : "all" was not default target 2008-12-26 09:51:46 +00:00
Xavier Guimard
2c34414f5d LEMONLDAP::NG : make test failed at first install 2008-12-26 09:39:32 +00:00
Clément Oudot
814857937b LEMONLDAP::NG : clean apache conf 2008-12-25 18:48:50 +00:00
Xavier Guimard
e4a7734f23 LEMONLDAP::NG : dependencies 2008-12-25 08:21:30 +00:00
Xavier Guimard
1d1fbbe1c2 LEMONLDAP::NG : cleanup 2008-12-25 07:16:56 +00:00
Xavier Guimard
44cc396a83 LEMONLDAP::NG : Few things... 2008-12-24 14:35:49 +00:00
Xavier Guimard
b96cad7a18 LEMONLDAP::NG : Status has been broken by new storage.conf capability 2008-12-24 09:55:09 +00:00
Xavier Guimard
8e6c8de591 LEMONLDAP::NG : I think version 0.9.3 is ready... 2008-12-24 08:32:11 +00:00
Xavier Guimard
aeefee4ec4 LEMONLDAP::NG : Debian installation in progress 2008-12-24 07:22:42 +00:00
Xavier Guimard
43120ba4d4 LEMONLDAP::NG : cleanup 2008-12-22 17:50:12 +00:00
Xavier Guimard
5ba1178057 LEMONLDAP::NG : New Makefile in progress. Debian install is broken for now. 2008-12-22 17:49:36 +00:00
Xavier Guimard
82fd48c92e LEMONLDAP::NG : doc update 2008-12-20 07:18:17 +00:00
Xavier Guimard
8b0058e546 LEMONLDAP::NG : little bug in Proxy.pm and debconf dependency 2008-12-13 17:12:14 +00:00
Xavier Guimard
ebb1d13a2e LEMONLDAP::NG : documentation update 2008-12-13 09:52:53 +00:00
Clément Oudot
66fd842630 LEMONLDAP::NG : Remove non created wiki pages from local doc 2008-12-10 16:55:00 +00:00
Clément Oudot
36e38a0af4 LEMONLDAP::NG : Adapt doc.pl to new wiki documentation 2008-12-10 16:24:04 +00:00
Xavier Guimard
e4603c4276 LEMONLDAP::NG : Regexp::Assemble dependency in Debian 2008-12-03 16:09:33 +00:00
Xavier Guimard
d63589f919 LEMONLDAP::NG : typo... 2008-12-01 18:27:30 +00:00
Xavier Guimard
f4aa93f57f LEMONLDAP::NG : Debian installation in progress... 2008-12-01 17:48:37 +00:00
Xavier Guimard
6dc275710c LEMONLDAP::NG : * avoid a little warning in tests
* Manager/Sessions.pm and purgeCentralCache now use the same Apache::Session get_key_from_all_sessions() function
2008-12-01 17:21:34 +00:00
Xavier Guimard
9b46d1fba0 LEMONLDAP::NG : * Portal/Menu.pm depends from XML::LibXML
* Links in Debian examples installation
2008-11-26 07:40:42 +00:00
Xavier Guimard
5926aed0e7 LEMONLDAP::NG : COMMIT in DBI.pm and pb in make test 2008-11-22 18:09:57 +00:00
Xavier Guimard
eea294ce3b LEMONLDAP::NG : Manager/Base.pm becomes Common/CGI.pm 2008-11-20 06:53:44 +00:00
Xavier Guimard
2718750aed LEMONLDAP::NG : documentation in storage.conf 2008-11-19 18:04:00 +00:00
Xavier Guimard
c9fc66bbef LEMONLDAP::NG : Conf.pm now can use local cache. If "localStorage" is set in "configStorage" :
* getConf acts as a "must-revalidate" proxy for the configuration (get numConf
                   from globalCache and give local conf if ti's the same number
                 * if "local=>1" is set when calling getConf, globalConfiguration number is not
                   checked and it returns local config

                Handler/SharedConf will so be simplified
2008-11-19 17:49:46 +00:00
Xavier Guimard
45670f3d21 LEMONLDAP::NG : bless was not safe in Conf.pm 2008-11-19 11:25:35 +00:00
Xavier Guimard
f68de89899 LEMONLDAP::NG : Debian installation in progress ... 2008-11-19 11:19:37 +00:00
Xavier Guimard
cae4cbade0 LEMONLDAP::NG : New module Lemonldap::NG::Common. It contains Conf.pm and Cie 2008-11-17 16:59:56 +00:00
Xavier Guimard
d88ae29227 LEMONLDAP::NG : new customFunctions feature (+ perltidy everywhere) 2008-11-17 14:02:50 +00:00
Clément Oudot
e5d13fdf17 LEMONLDAP::NG : Add Sessions Explorer in Application Menu 2008-11-16 12:40:28 +00:00
Xavier Guimard
b6102d9974 LEMONLDAP::NG : Debian in progress... 2008-11-12 16:41:18 +00:00
Xavier Guimard
1aafc1049c LEMONLDAP::NG : Debian installation in progress... 2008-11-12 15:35:27 +00:00
Xavier Guimard
4e62c21418 LEMONLDAP::NG : Debian dependencies and missing apache configuration files in Debian example files 2008-11-11 20:41:34 +00:00
Xavier Guimard
701c342268 LEMONLDAP::NG : Debian installation update since Makefile changes 2008-11-11 19:06:46 +00:00
Xavier Guimard
aedf90d531 LEMONLDAP::NG : * protection system of Manager/Sessions.pm is now included in Handler/CGI.pm
* Handler depends now from CGI (Handler/CGI.pm)
                * Lintian says that postinst must include "set -e"
2008-11-11 15:21:31 +00:00
Clément Oudot
72550385f2 LEMONLDAP::NG : preparation for v0.9.3 and full installation RPM 2008-10-14 15:50:37 +00:00
Clément Oudot
23b0a9e2bb LEMONLDAP::NG : put all configuration in /etc/lemonldap-ng/ 2008-10-13 20:52:43 +00:00
Clément Oudot
a65dde4c5b LEMONLDAP::NG : First build specification for RedHat/CentOS by David Hannequin 2008-10-13 20:42:42 +00:00
Clément Oudot
02fb3d966a LEMONLDAP::NG : brand new WebSSO example installation 2008-10-03 16:12:36 +00:00
Clément Oudot
b9b39143db LEMONLDAP::NG : New Portal::Error module and test page 2008-09-28 17:05:17 +00:00
Clément Oudot
6623c149f6 LEMONLDAP::NG : corrections on enhanced menu 2008-09-26 07:36:30 +00:00