summaryrefslogtreecommitdiff
Commit message (Expand)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
| * 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
* | | 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 log...Lorenzo Gil2012-06-023-289/+271
* | | Merge '_logout' and 'global_logout' methods. Remove the 'local_logout' method...Lorenzo Gil2012-06-021-64/+49
* | | 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 method...Lorenzo Gil2012-06-025-160/+126
| |/ |/|
* | 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 in...Lorenzo Gil2012-03-201-1/+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 log...Lorenzo Gil2012-03-182-2/+13
| * The reason for not allowing signed requests when using HTTP_REDIRECT are obsc...Roland Hedberg2012-03-171-1/+2
| * Use the SP authn_requests_signed config option to decide wheter to sign these...Lorenzo Gil2012-03-161-4/+12
| * Use a common file to put the xmlsec1 path to make it easier to run the test. ...Lorenzo Gil2012-03-1613-25/+94
| * 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 infl...Roland Hedberg2012-03-031-8/+32
| * 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 (= t...Roland Hedberg2012-01-282-0/+144
| * Added support for restriction to only use keys imported through metadata (= t...Roland Hedberg2012-01-285-20/+38
| * Added support for restriction to only use keys imported through metadata (= t...Roland Hedberg2012-01-281-7/+17
| * 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 sho...Roland Hedberg2011-12-281-1/+10
| * 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 to...Lorenzo Gil Sanchez2011-12-111-2/+2