<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pysaml2.git/src/saml2/client_base.py, branch develop</title>
<subtitle>github.com: rohe/pysaml2.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pysaml2.git/'/>
<entry>
<title>Return is a protected python word so it can not be used as a parameter name in a method definition.</title>
<updated>2013-05-24T15:57:55+00:00</updated>
<author>
<name>Roland Hedberg</name>
<email>roland.hedberg@adm.umu.se</email>
</author>
<published>2013-05-24T15:57:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pysaml2.git/commit/?id=77e5a407a52a380cff191ffcf5d74c8cf095b27d'/>
<id>77e5a407a52a380cff191ffcf5d74c8cf095b27d</id>
<content type='text'>
These fixes are there to allow for the usage or return_url or return as parameter name.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These fixes are there to allow for the usage or return_url or return as parameter name.
</pre>
</div>
</content>
</entry>
<entry>
<title>Change in parameter name</title>
<updated>2013-05-23T13:12:14+00:00</updated>
<author>
<name>Roland Hedberg</name>
<email>roland.hedberg@adm.umu.se</email>
</author>
<published>2013-05-23T13:12:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pysaml2.git/commit/?id=1703b4f4903b357b291c7987ceb888b3acabde62'/>
<id>1703b4f4903b357b291c7987ceb888b3acabde62</id>
<content type='text'>
Avoid duplicated or to some extend faulty information.
Loading a MD file was faulty.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Avoid duplicated or to some extend faulty information.
Loading a MD file was faulty.
</pre>
</div>
</content>
</entry>
<entry>
<title>Handling error in XML document</title>
<updated>2013-05-16T19:21:24+00:00</updated>
<author>
<name>Roland Hedberg</name>
<email>roland.hedberg@adm.umu.se</email>
</author>
<published>2013-05-16T19:21:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pysaml2.git/commit/?id=b5622c228f07d4bb0ec63a313ae37fb071585626'/>
<id>b5622c228f07d4bb0ec63a313ae37fb071585626</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added exception for responses that are not possible to unravel :-)</title>
<updated>2013-04-23T14:55:38+00:00</updated>
<author>
<name>Roland Hedberg</name>
<email>roland.hedberg@adm.umu.se</email>
</author>
<published>2013-04-23T14:55:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pysaml2.git/commit/?id=9ae4d684aea0970ad9349442225f185947fc2aef'/>
<id>9ae4d684aea0970ad9349442225f185947fc2aef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added the sign_prepare parameter. Will add the Signature element but do nothing more.</title>
<updated>2013-04-19T10:48:37+00:00</updated>
<author>
<name>Roland Hedberg</name>
<email>roland.hedberg@adm.umu.se</email>
</author>
<published>2013-04-19T10:48:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pysaml2.git/commit/?id=f6933b0b7d4639380c012f4cb5985d81c23a0996'/>
<id>f6933b0b7d4639380c012f4cb5985d81c23a0996</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare sign and ecp verify sign for soap.</title>
<updated>2013-04-16T06:48:54+00:00</updated>
<author>
<name>Hans Hörberg</name>
<email>haho0032@its-admins-MacBook-Pro.local</email>
</author>
<published>2013-04-16T06:48:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pysaml2.git/commit/?id=b2bdf7c5dabd6c1e2a6b1cb8b467f84c1f7436d6'/>
<id>b2bdf7c5dabd6c1e2a6b1cb8b467f84c1f7436d6</id>
<content type='text'>
Added functionality to prepare signature for a authn request, without
signing. This makes it possible to sign the authn request within a SOAP
message instead. To verify a authn request in a ecp it have to validate
the whole SOAP message and not just the authn request. Added logic to
sen the original xml document to the validation function.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added functionality to prepare signature for a authn request, without
signing. This makes it possible to sign the authn request within a SOAP
message instead. To verify a authn request in a ecp it have to validate
the whole SOAP message and not just the authn request. Added logic to
sen the original xml document to the validation function.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added missing attribute</title>
<updated>2013-04-15T08:54:29+00:00</updated>
<author>
<name>Roland Hedberg</name>
<email>roland.hedberg@adm.umu.se</email>
</author>
<published>2013-04-15T08:54:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pysaml2.git/commit/?id=72eaa68eb7cb63694227c6ac4c679683b2aef0c7'/>
<id>72eaa68eb7cb63694227c6ac4c679683b2aef0c7</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 always sign the logout requests, use what the config says</title>
<updated>2013-04-11T08:46:34+00:00</updated>
<author>
<name>Lorenzo Gil Sanchez</name>
<email>lorenzo.gil.sanchez@gmail.com</email>
</author>
<published>2013-04-11T08:38:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pysaml2.git/commit/?id=af858baf0cdc5706eb3b29d55abee382e7d02e1c'/>
<id>af858baf0cdc5706eb3b29d55abee382e7d02e1c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Differentiate between SAML errors and other errors.</title>
<updated>2013-04-02T16:26:00+00:00</updated>
<author>
<name>Roland Hedberg</name>
<email>roland.hedberg@adm.umu.se</email>
</author>
<published>2013-04-02T16:26:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pysaml2.git/commit/?id=0678cb1f48f057ab2efe1156201cf1bacc0016fe'/>
<id>0678cb1f48f057ab2efe1156201cf1bacc0016fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactored</title>
<updated>2013-03-08T07:21:43+00:00</updated>
<author>
<name>Roland Hedberg</name>
<email>roland.hedberg@adm.umu.se</email>
</author>
<published>2013-03-08T07:21:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pysaml2.git/commit/?id=d7d9e5c0fb56884c3efaafbf9327c57b61778625'/>
<id>d7d9e5c0fb56884c3efaafbf9327c57b61778625</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
