Commit Graph

275 Commits

Author SHA1 Message Date
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