summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Rename 'construct_logout_request' to '_logout_request' and make it privateLorenzo Gil2012-06-021-40/+40
* Merge the 'authn_request' and the 'authn' client methods into a single method...Lorenzo Gil2012-06-022-115/+93
* Fixed conflicts -missed some, fixed nowRoland Hedberg2012-05-283-194/+5
* Fixed conflictsRoland Hedberg2012-05-283-0/+188
|\
| * 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
| * 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
| * Sacrify performance over correctness with old ElementTree versionsLorenzo Gil2012-03-161-1/+7
| * 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
| * Fixed doc stringRoland Hedberg2012-02-091-1/+2
| * 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
| * EditorialRoland Hedberg2011-12-111-2/+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-251-44/+44
| * 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
| * Improving testing code coverageRoland Hedberg2011-11-241-7/+5
| * Support for signing attribute queriesRoland Hedberg2011-11-241-1/+17
| * copy and paste errorRoland Hedberg2011-11-241-1/+2
| * HTTP utilitiesRoland Hedberg2011-11-221-0/+128
| * Added ca certs to use for HTTPS client certificate verificationRoland Hedberg2011-11-221-6/+13
| * Added ca certs to use for HTTPS client certificate verificationRoland Hedberg2011-11-221-3/+11
| * Added ca certs to use for HTTPS client certificate verificationRoland Hedberg2011-11-221-3/+6
| * Added ca certs to use for HTTPS client certificate verificationRoland Hedberg2011-11-221-1/+1
| * Added ca certs to use for HTTPS client certificate verificationRoland Hedberg2011-11-221-14/+10
| * Added newline at end of fileRoland Hedberg2011-11-221-1/+1
| * To PAOS or SOAP that is the questionRoland Hedberg2011-10-281-14/+17
| * Got my wires crossed, so I uncrossed themRoland Hedberg2011-10-281-2/+3
| * Got my wires crossed, so I uncrossed themRoland Hedberg2011-10-281-3/+3
| * Added new functionRoland Hedberg2011-10-261-0/+38
| * Allow passing down of extra headersRoland Hedberg2011-10-261-4/+7
| * If username and password isn't present don't try to authenticate. Allow passi...Roland Hedberg2011-10-261-8/+6