<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lasso.git/lasso/id-wsf, 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>Fix license boilerplates</title>
<updated>2013-12-03T20:55:06+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2013-11-27T19:04:51+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/lasso.git/commit/?id=3a6b2fdee76b5f782094b6b268bfdf895263eda8'/>
<id>3a6b2fdee76b5f782094b6b268bfdf895263eda8</id>
<content type='text'>
Instad of referring to an old FSF address, point the reader to the FSF
website where the latest licenses and addresses are published.

Signed-off-by: Simo Sorce &lt;simo@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instad of referring to an old FSF address, point the reader to the FSF
website where the latest licenses and addresses are published.

Signed-off-by: Simo Sorce &lt;simo@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify useless complexity in include paths</title>
<updated>2011-12-16T13:17:31+00:00</updated>
<author>
<name>Benjamin Dauvergne</name>
<email>bdauvergne@entrouvert.com</email>
</author>
<published>2011-12-16T13:17:31+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/lasso.git/commit/?id=727f07b1ae92896912259453da126dd2cd1fd276'/>
<id>727f07b1ae92896912259453da126dd2cd1fd276</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[id-wsf discovery] provider can now contain multiple public keys, only consider the first key for id-wsf token generation</title>
<updated>2011-10-10T15:26:09+00:00</updated>
<author>
<name>Benjamin Dauvergne</name>
<email>bdauvergne@entrouvert.com</email>
</author>
<published>2011-10-10T15:26:09+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/lasso.git/commit/?id=984759ea671cc4fa2ed047c17777ea1dfaa65544'/>
<id>984759ea671cc4fa2ed047c17777ea1dfaa65544</id>
<content type='text'>
ID-WSF never contemplated the fact that sometimes key roll-over happend
(SubjectConfirmation can only containg on ds:KeyInfo), whatever...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ID-WSF never contemplated the fact that sometimes key roll-over happend
(SubjectConfirmation can only containg on ds:KeyInfo), whatever...
</pre>
</div>
</content>
</entry>
<entry>
<title>[Core] replace all use of g_strcmp0 by lasso_strisequal and lasso_strisnotequal</title>
<updated>2010-10-01T13:29:38+00:00</updated>
<author>
<name>Benjamin Dauvergne</name>
<email>bdauvergne@entrouvert.com</email>
</author>
<published>2010-10-01T10:33:24+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/lasso.git/commit/?id=462c9a1cd06b5ef9af7e348eef6a27584b98eff2'/>
<id>462c9a1cd06b5ef9af7e348eef6a27584b98eff2</id>
<content type='text'>
Too much human errors with strcmp kind of functions. Also change name os
lasso_is_empty_string to lasso_strisempty.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Too much human errors with strcmp kind of functions. Also change name os
lasso_is_empty_string to lasso_strisempty.
</pre>
</div>
</content>
</entry>
<entry>
<title>[ID-WSFv1] fix other misuses of the macro lasso_foreach</title>
<updated>2010-09-27T14:18:30+00:00</updated>
<author>
<name>Benjamin Dauvergne</name>
<email>bdauvergne@entrouvert.com</email>
</author>
<published>2010-09-27T14:18:05+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/lasso.git/commit/?id=b4e04a07165557b7193f715d55a31dfdd287d7ec'/>
<id>b4e04a07165557b7193f715d55a31dfdd287d7ec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[ID-WSFv1&amp;ID-WSFv2] separate better strings for ID-WSF from other strings</title>
<updated>2010-09-08T23:09:28+00:00</updated>
<author>
<name>Benjamin Dauvergne</name>
<email>bdauvergne@entrouvert.com</email>
</author>
<published>2010-09-08T23:09:28+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/lasso.git/commit/?id=b9d53562593cbf2ba47c8869f8c3b9dc37a4ae1f'/>
<id>b9d53562593cbf2ba47c8869f8c3b9dc37a4ae1f</id>
<content type='text'>
Code in core source file which depend upon ID-WSF symbols have been
conditionalized, and each id-wsf source file now include directly its
need string header.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Code in core source file which depend upon ID-WSF symbols have been
conditionalized, and each id-wsf source file now include directly its
need string header.
</pre>
</div>
</content>
</entry>
<entry>
<title>[Core] remove now useless .cvsignore files</title>
<updated>2010-07-21T14:12:06+00:00</updated>
<author>
<name>Benjamin Dauvergne</name>
<email>bdauvergne@entrouvert.com</email>
</author>
<published>2010-07-21T14:12:06+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/lasso.git/commit/?id=05e49cc37e643cd50d8395d10a3aeadbe3baf503'/>
<id>05e49cc37e643cd50d8395d10a3aeadbe3baf503</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[Core] change return type of all error returning methods</title>
<updated>2010-07-12T14:09:07+00:00</updated>
<author>
<name>Benjamin Dauvergne</name>
<email>bdauvergne@entrouvert.com</email>
</author>
<published>2010-07-12T14:09:07+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/lasso.git/commit/?id=2468e0a4216cbbb2f4ae81dfc608b0ae8bba5a99'/>
<id>2468e0a4216cbbb2f4ae81dfc608b0ae8bba5a99</id>
<content type='text'>
The new return type is lasso_error_t, it should allow to pinpoint easily
methods returning an error code in bindings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The new return type is lasso_error_t, it should allow to pinpoint easily
methods returning an error code in bindings.
</pre>
</div>
</content>
</entry>
<entry>
<title>Initialize all uninitialized rc variables</title>
<updated>2010-04-30T09:23:01+00:00</updated>
<author>
<name>Benjamin Dauvergne</name>
<email>bdauvergne@entrouvert.com</email>
</author>
<published>2010-04-30T09:23:01+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/lasso.git/commit/?id=a041a2ef8165d109bad8e03dc15a97b205f1edf5'/>
<id>a041a2ef8165d109bad8e03dc15a97b205f1edf5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve safety by replacing all g_list_free use by lasso_release_list</title>
<updated>2010-04-22T00:44:57+00:00</updated>
<author>
<name>Benjamin Dauvergne</name>
<email>bdauvergne@entrouvert.com</email>
</author>
<published>2010-04-22T00:44:57+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/lasso.git/commit/?id=2f5ef5fef00b3762deb8f5963406484cb145d0a2'/>
<id>2f5ef5fef00b3762deb8f5963406484cb145d0a2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
