summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore94
-rwxr-xr-x[-rw-r--r--]website/convert-to-static.py2
-rw-r--r--website/templates/base.ezt12
-rw-r--r--website/web/download/index.xml52
-rw-r--r--website/web/index.xml10
-rw-r--r--website/web/news/17-release-2.3.3.xml18
6 files changed, 112 insertions, 76 deletions
diff --git a/.gitignore b/.gitignore
index db5dc83c..ebea5103 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,40 +1,90 @@
-/.gitignore
-/compile
-/build*
-/autom4te.cache
-Makefile.in
-Makefile
/aclocal.m4
+/autom4te.cache
/autoregen.sh
-*.pyc
+bindings/java/AllJunitTests
+bindings/java/BindingTests.class
+bindings/java/com/
+bindings/java/com_entrouvert_lasso_LassoJNI.c
+bindings/java/com_entrouvert_lasso_LassoJNI.h
+bindings/java/lasso.jar
+bindings/java/LoginTest.class
+bindings/perl/blib/
+bindings/perl/Lasso.bs
+bindings/perl/Lasso.c
+bindings/perl/Lasso.pm
+bindings/perl/Lasso.xs
+bindings/perl/Makefile.perl
+bindings/perl/Makefile.perl.old
+bindings/perl/pm_to_blib
+bindings/perl/typemap
+bindings/php5/_lasso.c
+bindings/php5/lasso.php
+bindings/php5/php_lasso.h
+bindings/python/_lasso.c
+bindings/python/lasso.py
+/build*
+/compile
/config.guess
/config.h.in
/config.sub
/configure
/depcomp
+.deps
+docs/reference/lasso/html/*
+docs/reference/lasso/html.stamp
+docs/reference/lasso/lasso.args
+docs/reference/lasso/lasso-decl-list.txt
+docs/reference/lasso/lasso-decl.txt
+docs/reference/lasso/lasso.hierarchy
+docs/reference/lasso/lasso.interfaces
+docs/reference/lasso/lasso.prerequisites
+docs/reference/lasso/lasso.signals
+docs/reference/lasso/lasso-undeclared.txt
+docs/reference/lasso/lasso-undocumented.txt
+docs/reference/lasso/sgml.stamp
+docs/reference/lasso/xml/*
+/.gitignore
/gtk-doc.make
/install-sh
+*.la
+.libs
+*.lo
/ltmain.sh
/m4/gtk-doc.m4
/m4/libtool.m4
+/m4/lt~obsolete.m4
/m4/ltoptions.m4
/m4/ltsugar.m4
/m4/ltversion.m4
-/m4/lt~obsolete.m4
+Makefile
+Makefile.in
/missing
/missing-dist.py
-docs/reference/lasso/xml/*
-docs/reference/lasso/html/*
-docs/reference/lasso/lasso-decl-list.txt
-docs/reference/lasso/lasso-decl.txt
-docs/reference/lasso/lasso-undeclared.txt
-docs/reference/lasso/lasso-undocumented.txt
-docs/reference/lasso/lasso.args
-docs/reference/lasso/lasso.hierarchy
-docs/reference/lasso/lasso.interfaces
-docs/reference/lasso/lasso.prerequisites
-docs/reference/lasso/lasso.signals
-docs/reference/lasso/sgml.stamp
-docs/reference/lasso/html.stamp
+*.o
+*-?.png
+*.pyc
+stamp-??
+*-?.svg
tests/integration/saml2/config.py
-
+config.h
+config.log
+config.status
+docs/reference/lasso/version.xml
+lasso-src-config
+lasso/lasso_config.h
+lasso/symbols.sym
+lasso/types.c
+libtool
+tests/integration/result.xml
+tests/perfs
+tests/result.xml
+tests/tests
+tests/tests2
+win32/lasso.rc
+win32/msvc/lasso.dsp
+win32/msvc/lasso_config.h
+win32/nsis/jlasso-lite.nsi
+win32/nsis/lasso-deps.nsi
+win32/nsis/lasso-full.nsi
+win32/nsis/lasso-lite.nsi
+win32/nsis/python.nsi
diff --git a/website/convert-to-static.py b/website/convert-to-static.py
index a1107644..8a5a1c8c 100644..100755
--- a/website/convert-to-static.py
+++ b/website/convert-to-static.py
@@ -285,7 +285,7 @@ for base, dirs, files in os.walk('web'):
news_files = [x for x in os.listdir('web/news/') if x.endswith('.xml') and x[2] == '-']
news_files.sort()
news_files.reverse()
- news_files = news_files[:3]
+ news_files = news_files[:2]
news = []
for f in news_files:
news.append('<div>%s</div>' % re_div.findall(file(os.path.join('web/news/', f)).read())[0][1].strip())
diff --git a/website/templates/base.ezt b/website/templates/base.ezt
index c36a314f..cb777277 100644
--- a/website/templates/base.ezt
+++ b/website/templates/base.ezt
@@ -38,7 +38,7 @@
<li[is section "mailinglists"] id="current"[end]>
<a href="/mailinglists/">Mailing Lists</a></li>
<li[is section "buildbox"] id="current"[end]>
- <a href="/buildbox">Subversion Status</a></li>
+ <a href="/buildbox">Git Status</a></li>
<li[is section "links"] id="current"[end]>
<a href="/links">Related Links</a></li>
<li><a href="http://bugzilla.entrouvert.org/buglist.cgi?product=Lasso">Bug
@@ -57,8 +57,8 @@
<div id="download">
<h2>Download</h2>
<p>
- The most recent version of Lasso is <strong>2.3.2</strong> and was
- release on Septembre 7th 2010.
+ The most recent version of Lasso is <strong>2.3.3</strong> and was
+ release on October 1st.
</p>
<h3>Binary packages</h3>
<p>
@@ -68,7 +68,7 @@
<h3>Source</h3>
<p>
<li><a href="https://dev.entrouvert.org/attachments/download/15/lasso-2.3.2.tar.gz">.tar.gz</a></li>
- <li><a href="http://dev.entrouvert.org/git/lasso.git">Git repository : http://dev.entrouvert.org/git/lasso.git</a></li>
+ <li><a href="http://dev.entrouvert.org/git/lasso.git">Git repository</a></li>
<li><a href="https://dev.entrouvert.org/projects/lasso/repository">Browse git repository</a></li>
</p>
</div>
@@ -76,11 +76,11 @@
</div>
<div id="content">
- [is section "buildbox"]<h1>Subversion Status</h1>[end]
+ [is section "buildbox"]<h1>Git Status</h1>[end]
[body]
<div id="copyright">
- Copyright © 2004-2007 Entr'ouvert
+ Copyright © 2004-2010 Entr'ouvert
</div>
</div>
diff --git a/website/web/download/index.xml b/website/web/download/index.xml
index e4fd34fc..3ed138fa 100644
--- a/website/web/download/index.xml
+++ b/website/web/download/index.xml
@@ -53,63 +53,21 @@ deb http://deb.entrouvert.org karmic main
</p>
- <h3>Fedora Core Packages</h3>
-
- <p>
- There are RPM packages built on Fedora Core 6; <strong>beware that
- they are from an old release</strong>
- </p>
-
- <ul>
- <li><a
- href="http://labs.libre-entreprise.org/frs/download.php/596/lasso-2.1.1-1.i386.rpm">lasso-2.1.1-1.i386.rpm</a></li>
- <li><a
- href="http://labs.libre-entreprise.org/frs/download.php/597/lasso-devel-2.1.1-1.i386.rpm">lasso-devel-2.1.1-1.i386.rpm</a></li>
- <li><a
- href="http://labs.libre-entreprise.org/frs/download.php/598/lasso-java-2.1.1-1.i386.rpm">lasso-java-2.1.1-1.i386.rpm</a></li>
- <li><a
- href="http://labs.libre-entreprise.org/frs/download.php/599/lasso-perl-2.1.1-1.i386.rpm">lasso-perl-2.1.1-1.i386.rpm</a></li>
- <li><a
- href="http://labs.libre-entreprise.org/frs/download.php/600/lasso-python-2.1.1-1.i386.rpm">lasso-python-2.1.1-1.i386.rpm</a></li>
- </ul>
-
-
<h3>Microsoft Windows Installer Packages</h3>
<p>
- The following Microsoft Windows installer packages are available
- for the previous, 2.1.1, release:
+ Windows support is currently being updated, expect some news soon.
</p>
- <ul>
- <li><a
- href="https://labs.libre-entreprise.org/frs/download.php/629/Install-lite-wsf-2_1_1.exe">[lite]</a>
- Installer with Lasso library</li>
- <li><a
- href="https://labs.libre-entreprise.org/frs/download.php/630/Install-full-wsf-2_1_1.exe">[full]</a>
- Installer with Lasso library as well as dependencies</li>
- <li><a
- href="https://labs.libre-entreprise.org/frs/download.php/631/Install-java-lite-wsf-2_1_1.exe">[java
- lite]</a> Installer with Java binding for Lasso library</li>
- <li><a
- href="http://labs.libre-entreprise.org/frs/download.php/603/Install-deps-2_1_1.exe">[deps]</a>
- Installer with dependencies only</li>
- </ul>
-
-
- <h2>Subversion</h2>
+ <h2>Git</h2>
<p>
- Lasso is also available through Subversion; you can checkout source code
+ Lasso is also available through Git; you can checkout source code
(see below) or browse source files online with <a
- href="https://dev.entrouvert.org/projects/lasso/repository">ViewCVS</a>.
+ href="https://dev.entrouvert.org/projects/lasso/repository">Redmine</a>.
</p>
- <pre> svn checkout svn://labs.libre-entreprise.org/svnroot/lasso/trunk lasso </pre>
-
- <p> We are actively moving to git for future development, the details
- will be given here. For people who cannot use git, regular
- tarbal of the trunk will be made. </p>
+ <pre> git clone http://dev.entrouvert.org/git/lasso.git </pre>
</body>
</html>
diff --git a/website/web/index.xml b/website/web/index.xml
index d3d65f5c..10718590 100644
--- a/website/web/index.xml
+++ b/website/web/index.xml
@@ -157,6 +157,16 @@
<td>OK</td>
<td>OK</td>
</tr>
+ <tr>
+ <td>Attribute Query SOAP</td>
+ <td>OK</td>
+ <td>OK</td>
+ </tr>
+ <tr>
+ <td>Authorization Decision Query SOAP</td>
+ <td>OK</td>
+ <td>OK</td>
+ </tr>
</tbody>
</table>
diff --git a/website/web/news/17-release-2.3.3.xml b/website/web/news/17-release-2.3.3.xml
new file mode 100644
index 00000000..a74440fe
--- /dev/null
+++ b/website/web/news/17-release-2.3.3.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0"?>
+<div xmlns="http://www.w3.org/1999/xhtml">
+<h3>2010-10-01: Released 2.3.3</h3>
+
+ <p>
+ Lasso 2.3.3 have been released.
+ <a href="/download/">Download 2.3.3 now</a>
+ </p>
+
+ <p class="changes">
+ <strong>What changed ?</strong>
+ Mainly memory leaks fix and two SAMLv2 spec non-conformity were corrected,
+ one on presence of the Destination attribute and another on the presence of
+ the NotOnOrAfter in the SubjectConfirmationData element. An error on the code
+ for finding a default assertion consumer service URL was also fixed.
+ </p>
+
+</div>