index
:
delta/python-packages/pysaml2.git
0.4.x
7.3-backport
assert_deletion
ci-experiments
clean-client-api
develop
feat-requested-attributes-per-request
feature-logout-response-location
jkakavas-edit-readme
master
pylint-fixes
shibsp_enc
those-badges
v.4.8.0
v4.7.0
v4.9.0
github.com: rohe/pysaml2.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
saml2
/
client.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' into clean-client-api
clean-client-api
Lorenzo Gil Sanchez
2012-06-14
1
-7
/
+7
|
\
|
*
SSO location dependent on binding
Roland Hedberg
2012-06-14
1
-1
/
+1
|
*
First attempt at doing encryption/decryption
Roland Hedberg
2012-06-08
1
-6
/
+6
*
|
Make sure we are handling an AuthnResponse in the authn_response method
Lorenzo Gil Sanchez
2012-06-03
1
-3
/
+8
*
|
Clean the logout API: there is 3 public methods now, one for initiating a log...
Lorenzo Gil
2012-06-02
1
-278
/
+258
*
|
Merge '_logout' and 'global_logout' methods. Remove the 'local_logout' method...
Lorenzo Gil
2012-06-02
1
-64
/
+49
*
|
Rename 'construct_logout_request' to '_logout_request' and make it private
Lorenzo Gil
2012-06-02
1
-40
/
+40
*
|
Merge the 'authn_request' and the 'authn' client methods into a single method...
Lorenzo Gil
2012-06-02
1
-112
/
+90
|
/
*
Fixed conflicts -missed some, fixed now
Roland Hedberg
2012-05-28
1
-186
/
+5
*
Fixed conflicts
Roland Hedberg
2012-05-28
1
-0
/
+180
|
\
|
*
The parse_qs function was moved from the cgi module to the urlparse module in...
Lorenzo Gil
2012-03-20
1
-1
/
+6
|
*
Add a new config option: logout_requests_signed to automatically sign all log...
Lorenzo Gil
2012-03-18
1
-2
/
+12
|
*
The reason for not allowing signed requests when using HTTP_REDIRECT are obsc...
Roland Hedberg
2012-03-17
1
-1
/
+2
|
*
Use the SP authn_requests_signed config option to decide wheter to sign these...
Lorenzo Gil
2012-03-16
1
-4
/
+12
|
*
Missing a stupid 's' in my previous commit
Lorenzo Gil Sanchez
2011-12-11
1
-1
/
+1
|
*
Now the config methods return lists of values instead of values so we need to...
Lorenzo Gil Sanchez
2011-12-11
1
-2
/
+2
|
*
copy and paste error
Roland Hedberg
2011-11-24
1
-1
/
+2
|
*
Added ca certs to use for HTTPS client certificate verification
Roland Hedberg
2011-11-22
1
-3
/
+6
|
*
Better handling of transient name ID
Roland Hedberg
2011-10-24
1
-6
/
+11
|
*
Tried to increase robustness. Other changes is a result of my work with ECP s...
Roland Hedberg
2011-08-18
1
-12
/
+55
|
*
Change method api
Roland Hedberg
2011-07-06
1
-5
/
+9
|
*
get_idp_from_discovery_service() should take either the whole url or just the...
Roland Hedberg
2011-06-30
1
-6
/
+12
|
*
Added IdP discovery protocol methods
Roland Hedberg
2011-06-23
1
-2
/
+60
|
*
made endpoint() return a list of endpoints instead of just one
Roland Hedberg
2011-06-23
1
-1
/
+5
|
*
Allow specification of binding
Roland Hedberg
2011-06-20
1
-1
/
+1
|
*
This is so I can distinguish between sync/async operations at a higher level ...
Roland Hedberg
2011-06-19
1
-2
/
+7
|
*
More correct code
Roland Hedberg
2011-06-07
1
-5
/
+4
|
*
Changed name since it's not a local function anymore
Roland Hedberg
2011-06-07
1
-4
/
+4
|
*
Changed the authen_request method to return instance instead of string repres...
Roland Hedberg
2011-05-31
1
-9
/
+11
|
*
Updating copyright dates
Roland Hedberg
2011-05-30
1
-1
/
+1
|
*
Refactored AuthnRequest creation plus adding PDP support
Roland Hedberg
2011-05-30
1
-17
/
+140
|
*
More graceful handling of exception
Roland Hedberg
2011-05-06
1
-3
/
+11
|
*
Extra documentation, use the original XML when verifying signature, use the '...
Roland Hedberg
2011-04-27
1
-3
/
+17
|
*
Able to set logger when initializing a Client instande, also make the setting...
Roland Hedberg
2011-04-16
1
-8
/
+13
|
*
Added logger specification to the configuration
Roland Hedberg
2011-03-31
1
-9
/
+36
|
*
Change the config module, resulted in changes in many files
Roland Hedberg
2011-03-18
1
-10
/
+17
|
*
More effects of the config change
Roland Hedberg
2011-03-17
1
-8
/
+7
|
*
Rewrote config module, to that added the changes necessary in code that uses ...
Roland Hedberg
2011-03-16
1
-61
/
+63
|
*
support for cases when you don't care whether the session has timedout or not
Roland Hedberg
2011-03-14
1
-2
/
+8
|
*
Fixed name clash
Roland Hedberg
2011-03-14
1
-2
/
+2
|
*
spring cleaning
Roland Hedberg
2011-03-14
1
-8
/
+11
|
*
src/saml2/response.py
Roland Hedberg
2011-03-14
1
-52
/
+82
|
*
Running without a configuration shold be possible ?
Roland Hedberg
2011-01-25
1
-2
/
+4
|
*
Bugs in logout request (caught by Lorenzo)
Roland Hedberg
2010-12-09
1
-3
/
+3
|
*
Added general logout_request() method, presently most a placeholder
Roland Hedberg
2010-11-25
1
-2
/
+16
|
*
Support for a SP getting a logout request from an IdP, chiefly stuff I got fr...
Roland Hedberg
2010-11-24
1
-3
/
+82
|
*
More logging
Roland Hedberg
2010-11-04
1
-2
/
+4
|
*
Different handling of output from Popen. Made verify_signature raise exceptio...
Roland Hedberg
2010-10-19
1
-10
/
+22
|
*
More documentation
Roland Hedberg
2010-10-18
1
-65
/
+56
|
*
Lots about logout
Roland Hedberg
2010-10-17
1
-29
/
+62
[next]