<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lasso.git/php/Attic/examples/sample-sp/admin_user.php, 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>Remove php samples from the lasso repository</title>
<updated>2005-01-25T15:31:39+00:00</updated>
<author>
<name>Christophe Nowicki</name>
<email>cnowicki@easter-eggs.com</email>
</author>
<published>2005-01-25T15:31:39+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/lasso.git/commit/?id=acafd6b03f4b92587f3e4ec0af0c46cb3d037ba6'/>
<id>acafd6b03f4b92587f3e4ec0af0c46cb3d037ba6</id>
<content type='text'>
I'm still working on it. I will release an independant Pear
package for Lasso 0.6.

The pear package repository is here:
https://meuh.dyndns.org/cgi-bin/viewcvs.cgi/lasso_pear/
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I'm still working on it. I will release an independant Pear
package for Lasso 0.6.

The pear package repository is here:
https://meuh.dyndns.org/cgi-bin/viewcvs.cgi/lasso_pear/
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated Copyright and authors.</title>
<updated>2005-01-22T15:57:56+00:00</updated>
<author>
<name>Emmanuel Raviart</name>
<email>eraviart@entrouvert.com</email>
</author>
<published>2005-01-22T15:57:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/lasso.git/commit/?id=7a03e99b09663c4d35f5b103d8439b3413f05659'/>
<id>7a03e99b09663c4d35f5b103d8439b3413f05659</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Group misc functions into misc.php on the idp and sp</title>
<updated>2004-09-23T16:00:54+00:00</updated>
<author>
<name>Christophe Nowicki</name>
<email>cnowicki@easter-eggs.com</email>
</author>
<published>2004-09-23T16:00:54+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/lasso.git/commit/?id=f94170a65c5585a2c955d14360becd3e2ca98ac2'/>
<id>f94170a65c5585a2c955d14360becd3e2ca98ac2</id>
<content type='text'>
Add Federation Terminaison metadata on the idp and sp
Add view off federation on the sp
Add cancel federation button on the sp and idp
Defederation is not working yet
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add Federation Terminaison metadata on the idp and sp
Add view off federation on the sp
Add cancel federation button on the sp and idp
Defederation is not working yet
</pre>
</div>
</content>
</entry>
<entry>
<title>PHP session are now stored in the database</title>
<updated>2004-09-20T16:01:08+00:00</updated>
<author>
<name>Christophe Nowicki</name>
<email>cnowicki@easter-eggs.com</email>
</author>
<published>2004-09-20T16:01:08+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/lasso.git/commit/?id=63eda2109992301e9e033f66c5d6f4912b1d56f5'/>
<id>63eda2109992301e9e033f66c5d6f4912b1d56f5</id>
<content type='text'>
A now table was added 'sso_session' for storing information about the
PHP Session, it's possible to view logged user
Logout destroy the PHP session in the IdP
Bug : user can't sso twice ;(
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A now table was added 'sso_session' for storing information about the
PHP Session, it's possible to view logged user
Logout destroy the PHP session in the IdP
Bug : user can't sso twice ;(
</pre>
</div>
</content>
</entry>
<entry>
<title>New logging system based on Pear::Log package.</title>
<updated>2004-09-15T08:25:45+00:00</updated>
<author>
<name>Christophe Nowicki</name>
<email>cnowicki@easter-eggs.com</email>
</author>
<published>2004-09-15T08:25:45+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/lasso.git/commit/?id=881bb4d750dbb07cae3d4f8836a6c06ba465272e'/>
<id>881bb4d750dbb07cae3d4f8836a6c06ba465272e</id>
<content type='text'>
Every actions on the idp, sp will be logged inside the database, syslog
a file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Every actions on the idp, sp will be logged inside the database, syslog
a file.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use header("Location: $url\n\n") instead of  header("Location: $url")</title>
<updated>2004-09-10T15:17:36+00:00</updated>
<author>
<name>Christophe Nowicki</name>
<email>cnowicki@easter-eggs.com</email>
</author>
<published>2004-09-10T15:17:36+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/lasso.git/commit/?id=0abfa7d0c8bac90e291cf7664a0302aa286f716d'/>
<id>0abfa7d0c8bac90e291cf7664a0302aa286f716d</id>
<content type='text'>
Secure every SQL query with the quoteSmart methode.
Completely rewrite singleSignOn.php, now the code is more easy to understand
and more clean.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Secure every SQL query with the quoteSmart methode.
Completely rewrite singleSignOn.php, now the code is more easy to understand
and more clean.
</pre>
</div>
</content>
</entry>
<entry>
<title>new version of the PHP service provider made with the new Swig PHP binding</title>
<updated>2004-08-31T10:17:55+00:00</updated>
<author>
<name>Christophe Nowicki</name>
<email>cnowicki@easter-eggs.com</email>
</author>
<published>2004-08-31T10:17:55+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/lasso.git/commit/?id=78bf15ec270fc853569a1b8766560105e69f8a73'/>
<id>78bf15ec270fc853569a1b8766560105e69f8a73</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>REmoved now useless binding files.</title>
<updated>2004-08-23T14:39:34+00:00</updated>
<author>
<name>Romain Chantereay</name>
<email>rchantereau@entrouvert.com</email>
</author>
<published>2004-08-23T14:39:34+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/lasso.git/commit/?id=579eae8b88803cf98f67c3f54f507d53a31c0a8f'/>
<id>579eae8b88803cf98f67c3f54f507d53a31c0a8f</id>
<content type='text'>
See attic for more information.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See attic for more information.
</pre>
</div>
</content>
</entry>
<entry>
<title>new setup system</title>
<updated>2004-08-20T09:45:38+00:00</updated>
<author>
<name>Christophe Nowicki</name>
<email>cnowicki@easter-eggs.com</email>
</author>
<published>2004-08-20T09:45:38+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/lasso.git/commit/?id=42e6495ad11c6b6a4265e7ad378ba4dfde0e6df8'/>
<id>42e6495ad11c6b6a4265e7ad378ba4dfde0e6df8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Service Provider written in PHP (login is working and logout will work soon ;0)</title>
<updated>2004-08-18T15:03:56+00:00</updated>
<author>
<name>Christophe Nowicki</name>
<email>cnowicki@easter-eggs.com</email>
</author>
<published>2004-08-18T15:03:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/lasso.git/commit/?id=131a818d244eea55a4e038c654c72ceee0a17526'/>
<id>131a818d244eea55a4e038c654c72ceee0a17526</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
