<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mod_auth_mellon.git, branch wip</title>
<subtitle>mod_auth_mellon SAML Auth module for Apache</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/mod_auth_mellon.git/'/>
<entry>
<title>Add support for AssertionConsumerServiceURL</title>
<updated>2014-08-15T19:38:36+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2014-08-15T18:39:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/mod_auth_mellon.git/commit/?id=ffaa2098518c7dec427b51acf06e23c5053c119a'/>
<id>ffaa2098518c7dec427b51acf06e23c5053c119a</id>
<content type='text'>
Apperently some IdPs like PicketLink insist they reaaaally want to see
AssertionConsumerServiceURL as part of the Authentication Request.

Provide it if allowed by the SP metadata.

Signed-off-by: Simo Sorce &lt;simo@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Apperently some IdPs like PicketLink insist they reaaaally want to see
AssertionConsumerServiceURL as part of the Authentication Request.

Provide it if allowed by the SP metadata.

Signed-off-by: Simo Sorce &lt;simo@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update news file and version number for version 0.8.0.</title>
<updated>2014-06-24T08:24:36+00:00</updated>
<author>
<name>olavmrk</name>
<email>olavmrk@a716ebb1-153a-0410-b759-cfb97c6a1b53</email>
</author>
<published>2014-06-24T08:24:36+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/mod_auth_mellon.git/commit/?id=a887d8cb3c2f844d1aacc75eea1efe3a99b05cd4'/>
<id>a887d8cb3c2f844d1aacc75eea1efe3a99b05cd4</id>
<content type='text'>
git-svn-id: https://modmellon.googlecode.com/svn/trunk@238 a716ebb1-153a-0410-b759-cfb97c6a1b53
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://modmellon.googlecode.com/svn/trunk@238 a716ebb1-153a-0410-b759-cfb97c6a1b53
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix memory leak of loaded IdPs.</title>
<updated>2014-06-24T08:24:29+00:00</updated>
<author>
<name>olavmrk</name>
<email>olavmrk@a716ebb1-153a-0410-b759-cfb97c6a1b53</email>
</author>
<published>2014-06-24T08:24:29+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/mod_auth_mellon.git/commit/?id=d7c779cdbfbd8248b43ebc28469200679deaabf2'/>
<id>d7c779cdbfbd8248b43ebc28469200679deaabf2</id>
<content type='text'>
We free the first element of a linked list, but not the data nor the
subsequent elements. Fix that by first iterating through the list
freeing the elements and then freeing the list using g_list_free().

We could have used g_list_free_full, but that requires version 2.28
of GLib, which is still slightly too recent.

git-svn-id: https://modmellon.googlecode.com/svn/trunk@237 a716ebb1-153a-0410-b759-cfb97c6a1b53
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We free the first element of a linked list, but not the data nor the
subsequent elements. Fix that by first iterating through the list
freeing the elements and then freeing the list using g_list_free().

We could have used g_list_free_full, but that requires version 2.28
of GLib, which is still slightly too recent.

git-svn-id: https://modmellon.googlecode.com/svn/trunk@237 a716ebb1-153a-0410-b759-cfb97c6a1b53
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert session user name to dynamic size storage</title>
<updated>2014-06-20T11:25:28+00:00</updated>
<author>
<name>olavmrk</name>
<email>olavmrk@a716ebb1-153a-0410-b759-cfb97c6a1b53</email>
</author>
<published>2014-06-20T11:25:28+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/mod_auth_mellon.git/commit/?id=519f22493ebed5bcb64f25066412a2894d7a372e'/>
<id>519f22493ebed5bcb64f25066412a2894d7a372e</id>
<content type='text'>
Using the previously introduced storage facility convert storage of the
user name from being constrained to fixed sized strings to being
constrained only by the overall entry cache size.

Signed-off-by: Simo Sorce &lt;simo@redhat.com&gt;

git-svn-id: https://modmellon.googlecode.com/svn/trunk@236 a716ebb1-153a-0410-b759-cfb97c6a1b53
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using the previously introduced storage facility convert storage of the
user name from being constrained to fixed sized strings to being
constrained only by the overall entry cache size.

Signed-off-by: Simo Sorce &lt;simo@redhat.com&gt;

git-svn-id: https://modmellon.googlecode.com/svn/trunk@236 a716ebb1-153a-0410-b759-cfb97c6a1b53
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert session env array to dynamic size storage</title>
<updated>2014-06-20T11:25:22+00:00</updated>
<author>
<name>olavmrk</name>
<email>olavmrk@a716ebb1-153a-0410-b759-cfb97c6a1b53</email>
</author>
<published>2014-06-20T11:25:22+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/mod_auth_mellon.git/commit/?id=5ad49a4c840b33447260307f9e7c2eb9ef475ffa'/>
<id>5ad49a4c840b33447260307f9e7c2eb9ef475ffa</id>
<content type='text'>
Using the previously introduced storage facility convert storage of env
key/value pairs from being constrained to fixed sized strings to being
constrained only by the overall entry cache size.

Signed-off-by: Simo Sorce &lt;simo@redhat.com&gt;

git-svn-id: https://modmellon.googlecode.com/svn/trunk@235 a716ebb1-153a-0410-b759-cfb97c6a1b53
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using the previously introduced storage facility convert storage of env
key/value pairs from being constrained to fixed sized strings to being
constrained only by the overall entry cache size.

Signed-off-by: Simo Sorce &lt;simo@redhat.com&gt;

git-svn-id: https://modmellon.googlecode.com/svn/trunk@235 a716ebb1-153a-0410-b759-cfb97c6a1b53
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert lasso_saml_response to dynamic size storage</title>
<updated>2014-06-20T11:25:16+00:00</updated>
<author>
<name>olavmrk</name>
<email>olavmrk@a716ebb1-153a-0410-b759-cfb97c6a1b53</email>
</author>
<published>2014-06-20T11:25:16+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/mod_auth_mellon.git/commit/?id=e486a708c5506f1014f0e1ae98d4d98c41e5274e'/>
<id>e486a708c5506f1014f0e1ae98d4d98c41e5274e</id>
<content type='text'>
Using the previously introduced storage facility converts storage
of lasso_saml_reponse from being constrained to a fixed sized string
to being constrained only by the overall entry cache size.

Signed-off-by: Simo Sorce &lt;simo@redhat.com&gt;

git-svn-id: https://modmellon.googlecode.com/svn/trunk@234 a716ebb1-153a-0410-b759-cfb97c6a1b53
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using the previously introduced storage facility converts storage
of lasso_saml_reponse from being constrained to a fixed sized string
to being constrained only by the overall entry cache size.

Signed-off-by: Simo Sorce &lt;simo@redhat.com&gt;

git-svn-id: https://modmellon.googlecode.com/svn/trunk@234 a716ebb1-153a-0410-b759-cfb97c6a1b53
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert lasso_session to dynamic size storage</title>
<updated>2014-06-20T11:25:02+00:00</updated>
<author>
<name>olavmrk</name>
<email>olavmrk@a716ebb1-153a-0410-b759-cfb97c6a1b53</email>
</author>
<published>2014-06-20T11:25:02+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/mod_auth_mellon.git/commit/?id=f60d394094439102ef140132c187a1f6f3cb0d50'/>
<id>f60d394094439102ef140132c187a1f6f3cb0d50</id>
<content type='text'>
Using the previously introduced storage facility converts storage
of lasso_session from being constrained to a fixed sized string
to being constrained only by the overall entry cache size.

Signed-off-by: Simo Sorce &lt;simo@redhat.com&gt;

git-svn-id: https://modmellon.googlecode.com/svn/trunk@233 a716ebb1-153a-0410-b759-cfb97c6a1b53
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using the previously introduced storage facility converts storage
of lasso_session from being constrained to a fixed sized string
to being constrained only by the overall entry cache size.

Signed-off-by: Simo Sorce &lt;simo@redhat.com&gt;

git-svn-id: https://modmellon.googlecode.com/svn/trunk@233 a716ebb1-153a-0410-b759-cfb97c6a1b53
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert lasso_identity to dynamic size storage</title>
<updated>2014-06-20T11:24:56+00:00</updated>
<author>
<name>olavmrk</name>
<email>olavmrk@a716ebb1-153a-0410-b759-cfb97c6a1b53</email>
</author>
<published>2014-06-20T11:24:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/mod_auth_mellon.git/commit/?id=f91a46b9b45e5502b2c863995ed6ad2c89d3eddb'/>
<id>f91a46b9b45e5502b2c863995ed6ad2c89d3eddb</id>
<content type='text'>
Using the previously introduced storage facility converts storage
of lasso_identity from being constrained to a fixed sized string
to being constrained only by the overall entry cache size.

Signed-off-by: Simo Sorce &lt;simo@redhat.com&gt;

git-svn-id: https://modmellon.googlecode.com/svn/trunk@232 a716ebb1-153a-0410-b759-cfb97c6a1b53
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using the previously introduced storage facility converts storage
of lasso_identity from being constrained to a fixed sized string
to being constrained only by the overall entry cache size.

Signed-off-by: Simo Sorce &lt;simo@redhat.com&gt;

git-svn-id: https://modmellon.googlecode.com/svn/trunk@232 a716ebb1-153a-0410-b759-cfb97c6a1b53
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce dynamic memory pool for sessions</title>
<updated>2014-06-20T11:24:38+00:00</updated>
<author>
<name>olavmrk</name>
<email>olavmrk@a716ebb1-153a-0410-b759-cfb97c6a1b53</email>
</author>
<published>2014-06-20T11:24:38+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/mod_auth_mellon.git/commit/?id=8dacb0388763ec4da5198b2d6063b45067e16c21'/>
<id>8dacb0388763ec4da5198b2d6063b45067e16c21</id>
<content type='text'>
This pool has a fixed size and the aim is to avoid arbitrary limits
on entry's components, while maintaining an overall fixed entry size.

Accessors function for a storage unit are provided for future use.

Signed-off-by: Simo Sorce &lt;simo@redhat.com&gt;

git-svn-id: https://modmellon.googlecode.com/svn/trunk@231 a716ebb1-153a-0410-b759-cfb97c6a1b53
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This pool has a fixed size and the aim is to avoid arbitrary limits
on entry's components, while maintaining an overall fixed entry size.

Accessors function for a storage unit are provided for future use.

Signed-off-by: Simo Sorce &lt;simo@redhat.com&gt;

git-svn-id: https://modmellon.googlecode.com/svn/trunk@231 a716ebb1-153a-0410-b759-cfb97c6a1b53
</pre>
</div>
</content>
</entry>
<entry>
<title>Compile in C99-mode.</title>
<updated>2014-06-20T11:24:33+00:00</updated>
<author>
<name>olavmrk</name>
<email>olavmrk@a716ebb1-153a-0410-b759-cfb97c6a1b53</email>
</author>
<published>2014-06-20T11:24:33+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/mod_auth_mellon.git/commit/?id=66f6d2cb087e471d8599c8e221745b6e055f5d12'/>
<id>66f6d2cb087e471d8599c8e221745b6e055f5d12</id>
<content type='text'>
Some of the following patches use features from C99, so make sure that
we are compiling using that version.

git-svn-id: https://modmellon.googlecode.com/svn/trunk@230 a716ebb1-153a-0410-b759-cfb97c6a1b53
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some of the following patches use features from C99, so make sure that
we are compiling using that version.

git-svn-id: https://modmellon.googlecode.com/svn/trunk@230 a716ebb1-153a-0410-b759-cfb97c6a1b53
</pre>
</div>
</content>
</entry>
</feed>
