<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lasso.git/swig, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/lasso.git/'/>
<entry>
<title>Bindings: remove all SWIG bindings and SWIG related files</title>
<updated>2010-01-25T23:47:46+00:00</updated>
<author>
<name>Benjamin Dauvergne</name>
<email>bdauvergne@entrouvert.com</email>
</author>
<published>2010-01-25T23:47:46+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/lasso.git/commit/?id=641a6af75a8e0befddc5414065042bd71c9a97ad'/>
<id>641a6af75a8e0befddc5414065042bd71c9a97ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>SWIG: unplug id-wsf support in SWIG</title>
<updated>2009-08-26T15:14:17+00:00</updated>
<author>
<name>Benjamin Dauvergne</name>
<email>bdauvergne@entrouvert.com</email>
</author>
<published>2009-08-26T15:14:17+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/lasso.git/commit/?id=2888e14ae657b3b496694d1a947ff8bebe21fb21'/>
<id>2888e14ae657b3b496694d1a947ff8bebe21fb21</id>
<content type='text'>
 * swig/Lasso.i:
   force LASSO_WSF_ENABLED to be undefined.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * swig/Lasso.i:
   force LASSO_WSF_ENABLED to be undefined.
</pre>
</div>
</content>
</entry>
<entry>
<title>SWIG: implement change to LassoSession in the SWIG interface file</title>
<updated>2009-08-26T15:14:06+00:00</updated>
<author>
<name>Benjamin Dauvergne</name>
<email>bdauvergne@entrouvert.com</email>
</author>
<published>2009-08-26T15:14:06+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/lasso.git/commit/?id=49c9dd5d058e1866a2879f4d02bc4e6641cc07b9'/>
<id>49c9dd5d058e1866a2879f4d02bc4e6641cc07b9</id>
<content type='text'>
 * swig/Lasso.i:
   remove LassoSession::is_dirty attribute and rewrite the
   getProviderIds function.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * swig/Lasso.i:
   remove LassoSession::is_dirty attribute and rewrite the
   getProviderIds function.
</pre>
</div>
</content>
</entry>
<entry>
<title>SWIG Binding: reflect changes in the signature of struct LassoIdWsfDiscovery</title>
<updated>2009-08-26T15:13:25+00:00</updated>
<author>
<name>Benjamin Dauvergne</name>
<email>bdauvergne@entrouvert.com</email>
</author>
<published>2009-08-26T15:13:25+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/lasso.git/commit/?id=666290fb1dc4e4b9139d025b61e85f3a17d9377a'/>
<id>666290fb1dc4e4b9139d025b61e85f3a17d9377a</id>
<content type='text'>
 * swig/Lasso-wsf2.i (LassoIdWsfDiscovery):
   add new fields metadatas and svcMDIDS, remove old ones (metadata
   and svcMDID).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * swig/Lasso-wsf2.i (LassoIdWsfDiscovery):
   add new fields metadatas and svcMDIDS, remove old ones (metadata
   and svcMDID).
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove use of xmlFreeDoc for lasso_release_doc</title>
<updated>2008-11-04T01:58:49+00:00</updated>
<author>
<name>Benjamin Dauvergne</name>
<email>bdauvergne@entrouvert.com</email>
</author>
<published>2008-11-04T01:58:49+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/lasso.git/commit/?id=0d66367f2892a9f1e18fde1e6984bef65c5bd732'/>
<id>0d66367f2892a9f1e18fde1e6984bef65c5bd732</id>
<content type='text'>
  - bindings/java/wrapper_top.c, bindings/php4/lasso_php4_helper.c,
    bindings/php5/wrapper_source_top.c, bindings/python/wrapper_top.c,
    lasso/id-ff/identity.c, lasso/id-ff/lecp.c, lasso/id-ff/login.c,
    lasso/id-ff/logout.c, lasso/id-ff/name_registration.c,
    lasso/id-ff/profile.c, lasso/id-ff/provider.c, lasso/id-ff/server.c,
    lasso/id-ff/session.c, lasso/id-wsf-2.0/data_service.c,
    lasso/id-wsf/data_service.c, lasso/id-wsf/discovery.c,
    lasso/id-wsf/wsf_profile.c, lasso/saml-2.0/ecp.c,
    lasso/saml-2.0/login.c, lasso/saml-2.0/name_id_management.c,
    lasso/utils.h, lasso/xml/tools.c, lasso/xml/xml.c, swig/Lasso.i:
    Remove use of xmlFreeDoc. Use lasso_release_doc instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  - bindings/java/wrapper_top.c, bindings/php4/lasso_php4_helper.c,
    bindings/php5/wrapper_source_top.c, bindings/python/wrapper_top.c,
    lasso/id-ff/identity.c, lasso/id-ff/lecp.c, lasso/id-ff/login.c,
    lasso/id-ff/logout.c, lasso/id-ff/name_registration.c,
    lasso/id-ff/profile.c, lasso/id-ff/provider.c, lasso/id-ff/server.c,
    lasso/id-ff/session.c, lasso/id-wsf-2.0/data_service.c,
    lasso/id-wsf/data_service.c, lasso/id-wsf/discovery.c,
    lasso/id-wsf/wsf_profile.c, lasso/saml-2.0/ecp.c,
    lasso/saml-2.0/login.c, lasso/saml-2.0/name_id_management.c,
    lasso/utils.h, lasso/xml/tools.c, lasso/xml/xml.c, swig/Lasso.i:
    Remove use of xmlFreeDoc. Use lasso_release_doc instead.
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed various bugs with new compilation flags</title>
<updated>2008-09-16T16:31:05+00:00</updated>
<author>
<name>Damien Laniel</name>
<email>dlaniel@entrouvert.com</email>
</author>
<published>2008-09-16T16:31:05+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/lasso.git/commit/?id=a18ddb94e051c3fe5bbc9b88220f77af2b6f69c3'/>
<id>a18ddb94e051c3fe5bbc9b88220f77af2b6f69c3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* fix change in SamlAdvice ABI</title>
<updated>2008-08-05T14:52:11+00:00</updated>
<author>
<name>Benjamin Dauvergne</name>
<email>bdauvergne@entrouvert.com</email>
</author>
<published>2008-08-05T14:52:11+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/lasso.git/commit/?id=0933671c365e84b8d2974080e93b9c3c3c548aaa'/>
<id>0933671c365e84b8d2974080e93b9c3c3c548aaa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>forked lasso branch for adeline</title>
<updated>2008-08-01T14:08:54+00:00</updated>
<author>
<name>Benjamin Dauvergne</name>
<email>bdauvergne@entrouvert.com</email>
</author>
<published>2008-08-01T14:08:54+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/lasso.git/commit/?id=76d9fce5d584fda7dc3afa25ca1390c7c06a0fc3'/>
<id>76d9fce5d584fda7dc3afa25ca1390c7c06a0fc3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add Makefile.in to MAINTAINERCLEANFILES in every Makefile.am</title>
<updated>2008-05-27T15:27:30+00:00</updated>
<author>
<name>Benjamin Dauvergne</name>
<email>bdauvergne@entrouvert.com</email>
</author>
<published>2008-05-27T15:27:30+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/lasso.git/commit/?id=933458c0681e9d50031d9130f352accdbce1a4e4'/>
<id>933458c0681e9d50031d9130f352accdbce1a4e4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>don't generate "abstract" member for PHP as it causes a problem with SWIG</title>
<updated>2008-04-29T12:23:52+00:00</updated>
<author>
<name>Frederic Peters</name>
<email>fpeters@entrouvert.com</email>
</author>
<published>2008-04-29T12:23:52+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/lasso.git/commit/?id=5bf20775f2e4adb366bc88b8db96f05abb8f5ff6'/>
<id>5bf20775f2e4adb366bc88b8db96f05abb8f5ff6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
