summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Print the output of the xmlsec1 command when debug is onLorenzo Gil Sanchez2011-12-111-2/+4
| * Removed the dependencies on absolute valuesRoland Hedberg2011-12-111-70/+26
| * EditorialRoland Hedberg2011-12-111-2/+2
| * Missing filesRoland Hedberg2011-12-082-0/+69
| * Check if there is log object. This makes test_50_server.py passLorenzo Gil Sanchez2011-12-081-1/+2
| |\
| | * Check if there is log object. This makes test_50_server.py passLorenzo Gil Sanchez2011-12-081-1/+2
| |/
| * Improving test code coverageRoland Hedberg2011-11-252-50/+108
| * The order was importantRoland Hedberg2011-11-241-1/+2
| * Might not be an Assertion partRoland Hedberg2011-11-241-19/+20
| * Added debug logging supportRoland Hedberg2011-11-241-19/+31