| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'master' into clean-client-apiclean-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 |
| | | | | | | | | | Some more editorial changes | ||||
| * | | 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 ↵ | Lorenzo Gil | 2012-06-02 | 1 | -278/+258 |
| | | | | | | | | | logout and two for answering from a IdP. The IdP can send a logout request or can send a logout response | ||||
| * | | Merge '_logout' and 'global_logout' methods. Remove the 'local_logout' ↵ | Lorenzo Gil | 2012-06-02 | 1 | -64/+49 |
| | | | | | | | | | method and rename 'make_logout_response' to '_logout_response' making it private | ||||
| * | | 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 ↵ | Lorenzo Gil | 2012-06-02 | 1 | -112/+90 |
| |/ | | | | method and make it private so the only public api with respect to authentication request is 'authenticate' | ||||
| * | 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 ↵ | Lorenzo Gil | 2012-03-20 | 1 | -1/+6 |
| | | | | | | | | | in Python 2.6 | ||||
| | * | Add a new config option: logout_requests_signed to automatically sign all ↵ | Lorenzo Gil | 2012-03-18 | 1 | -2/+12 |
| | | | | | | | | | logout requests by default | ||||
| | * | The reason for not allowing signed requests when using HTTP_REDIRECT are ↵ | Roland Hedberg | 2012-03-17 | 1 | -1/+2 |
| | | | | | | | | | obscure, I therefore decided to remove it for the time being | ||||
| | * | Use the SP authn_requests_signed config option to decide wheter to sign ↵ | Lorenzo Gil | 2012-03-16 | 1 | -4/+12 |
| | | | | | | | | | these requests or not. Also, allow to override it for individual requests for backward compatibility and greater flexibility | ||||
| | * | 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 ↵ | Lorenzo Gil Sanchez | 2011-12-11 | 1 | -2/+2 |
| | | | | | | | | | to adapt the client logout code | ||||
| | * | 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 ↵ | Roland Hedberg | 2011-08-18 | 1 | -12/+55 |
| | | | | | | | | | support | ||||
| | * | Change method api | Roland Hedberg | 2011-07-06 | 1 | -5/+9 |
| | | | |||||
| | * | get_idp_from_discovery_service() should take either the whole url or just ↵ | Roland Hedberg | 2011-06-30 | 1 | -6/+12 |
| | | | | | | | | | the query part, authenticate() didn't pass on binding as it should | ||||
| | * | 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 |
| | | | | | | | | | then before | ||||
| | * | 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 ↵ | Roland Hedberg | 2011-05-31 | 1 | -9/+11 |
| | | | | | | | | | representation of instans | ||||
| | * | 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 |
| | | | | | | | | | 'real' entity identifier | ||||
| | * | Able to set logger when initializing a Client instande, also make the ↵ | Roland Hedberg | 2011-04-16 | 1 | -8/+13 |
| | | | | | | | | | setting of logger and debug carry over to the initialization of the security context | ||||
| | * | 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 |
| | | | | | | | | | that module | ||||
| | * | 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 ↵ | Roland Hedberg | 2010-11-24 | 1 | -3/+82 |
| | | | | | | | | | from Lorenzo | ||||
| | * | More logging | Roland Hedberg | 2010-11-04 | 1 | -2/+4 |
| | | | |||||
| | * | Different handling of output from Popen. Made verify_signature raise ↵ | Roland Hedberg | 2010-10-19 | 1 | -10/+22 |
| | | | | | | | | | exception if xmlsec failed to verify the signature. Information from xmlsec in the raised exception so I can pick it up upstreams | ||||
| | * | More documentation | Roland Hedberg | 2010-10-18 | 1 | -65/+56 |
| | | | |||||
| | * | Lots about logout | Roland Hedberg | 2010-10-17 | 1 | -29/+62 |
| | | | |||||
