summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into clean-client-apiclean-client-apiLorenzo Gil Sanchez2012-06-149-108/+378
|\
| * SSO location dependent on bindingRoland Hedberg2012-06-141-1/+1
| |
| * clean upRoland Hedberg2012-06-133-15/+46
| | | | | | | | | | Added missing character The code in encdec.py is just a placeholder for the time being, don't use it ! It doesn't work !
| * Rearrangement and renaming of argumentsRoland Hedberg2012-06-091-12/+15
| |
| * Slightly more correctRoland Hedberg2012-06-091-53/+60
| |
| * Merge branch 'master' of github.com:rohe/pysaml2Roland Hedberg2012-06-081-1/+1
| |\
| * | First attempt at doing encryption/decryptionRoland Hedberg2012-06-087-104/+333
| | | | | | | | | | | | Some more editorial changes
* | | Make sure we are handling an AuthnResponse in the authn_response methodLorenzo Gil Sanchez2012-06-031-3/+8
| | |
* | | Clean the logout API: there is 3 public methods now, one for initiating a ↵Lorenzo Gil2012-06-023-289/+271
| | | | | | | | | | | | 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 Gil2012-06-021-64/+49
| | | | | | | | | | | | method and rename 'make_logout_response' to '_logout_response' making it private
* | | Rename 'construct_logout_request' to '_logout_request' and make it privateLorenzo Gil2012-06-022-43/+43
| | |
* | | Merge the 'authn_request' and the 'authn' client methods into a single ↵Lorenzo Gil2012-06-025-160/+126
| |/ |/| | | | | method and make it private so the only public api with respect to authentication request is 'authenticate'
* | Update the home link to the new Github siteLorenzo Gil2012-06-011-1/+1
|/
* Fixed conflicts -missed some, fixed nowRoland Hedberg2012-05-284-198/+5
|
* Fixed conflictsRoland Hedberg2012-05-286-1/+206
|\
| * Add default attributemaps - version changeRoland Hedberg2012-03-261-1/+1
| |
| * Support default attributemapsRoland Hedberg2012-03-261-0/+7
| |
| * Add default attributemapsRoland Hedberg2012-03-261-3/+3
| |
| * Support default attributemapsRoland Hedberg2012-03-262-7/+22
| |
| * Add default attributemapsRoland Hedberg2012-03-264-0/+716
| |
| * Support for Python 2.5 through the simplejson packageLorenzo Gil2012-03-201-1/+6
| |
| * The parse_qs function was moved from the cgi module to the urlparse module ↵Lorenzo Gil2012-03-201-1/+6
| | | | | | | | in Python 2.6
| * Release 0.4.10.4.1Lorenzo Gil2012-03-183-2/+8
| |
| * Add documentation about signing optionsLorenzo Gil2012-03-181-0/+55
| |
| * Add a new config option: logout_requests_signed to automatically sign all ↵Lorenzo Gil2012-03-182-2/+13
| | | | | | | | logout requests by default
| * The reason for not allowing signed requests when using HTTP_REDIRECT are ↵Roland Hedberg2012-03-171-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 Gil2012-03-161-4/+12
| | | | | | | | these requests or not. Also, allow to override it for individual requests for backward compatibility and greater flexibility
| * Use a common file to put the xmlsec1 path to make it easier to run the test. ↵Lorenzo Gil2012-03-1613-25/+94
| | | | | | | | Otherwise the person who runs the tests need to change a lot of config files
| * Sacrify performance over correctness with old ElementTree versionsLorenzo Gil2012-03-163-3/+14
| |
| * Fix a syntax error in a testroot2012-03-121-1/+1
| |
| * Make sure of a reasonable value on timeslackRoland Hedberg2012-03-101-0/+3
| |
| * Fixed spelling errorRoland Hedberg2012-03-101-2/+2
| |
| * Allow the configuration parameter accepted_time_diff actually to have an ↵Roland Hedberg2012-03-031-8/+32
| | | | | | | | influence on request parsing. Allow for one more nameid format. If nothing else is defined use what's in the metadata for the SP entity.
| * Fixed spelling errorRoland Hedberg2012-03-031-1/+1
| |
| * Don't crash if not organization is defined in the metadata. See bug #931672Lorenzo Gil2012-02-141-13/+16
| |
| * Patch to use test_requires, extras_require and dynamically bring in importlibChris Angove2012-02-091-16/+28
| |
| * Fixed doc stringRoland Hedberg2012-02-091-1/+2
| |
| * Updated version number in documentationRoland Hedberg2012-02-091-2/+2
| |
| * Updated version number0.4Roland Hedberg2012-01-291-1/+1
| |
| * Added support for restriction to only use keys imported through metadata (= ↵Roland Hedberg2012-01-282-0/+144
| | | | | | | | trusted channel)
| * Added support for restriction to only use keys imported through metadata (= ↵Roland Hedberg2012-01-285-20/+38
| | | | | | | | trusted channel)
| * Added support for restriction to only use keys imported through metadata (= ↵Roland Hedberg2012-01-281-7/+17
| | | | | | | | trusted channel)
| * Just so pylint doesn't complainRoland Hedberg2012-01-281-0/+2
| |
| * Added another configuration directiveRoland Hedberg2012-01-281-1/+2
| |
| * Signing SOAP messages has previously been done to early, this is where it ↵Roland Hedberg2011-12-281-1/+10
| | | | | | | | should happen
| * When signing do it as late as possibleRoland Hedberg2011-12-191-1/+8
| |
| * For the cases when you inadvertently givve the file nameRoland Hedberg2011-12-191-0/+4
| |
| * Missing a stupid 's' in my previous commitLorenzo Gil Sanchez2011-12-111-1/+1
| |
| * Changed sihnature of methods to be the same for allRoland Hedberg2011-12-111-11/+23
| |
| * Now the config methods return lists of values instead of values so we need ↵Lorenzo Gil Sanchez2011-12-111-2/+2
| | | | | | | | to adapt the client logout code