summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Fixed handling of 'better'.Roland Hedberg2013-04-282-3/+20
* | | | | Distinguish between requested authn context and authn context in tests.Roland Hedberg2013-04-282-45/+58
* | | | | Switched from one authentication method to use the AuthnBroker to chose a set...Roland Hedberg2013-04-282-77/+139
* | | | | Added support for comparision types.Roland Hedberg2013-04-281-27/+115
* | | | | Switched to use the structure used in AuthnBrokerRoland Hedberg2013-04-281-25/+22
* | | | | EditorialRoland Hedberg2013-04-281-604/+698
* | | | | Changed to use idp2 instead of idpRoland Hedberg2013-04-282-6/+19
|/ / / /
* | | | Added more information to go with the registration of an authentication mecha...Roland Hedberg2013-04-232-16/+105
* | | | Added exception for responses that are not possible to unravel :-)Roland Hedberg2013-04-233-12/+26
* | | | Merge branch 'master' of github.com:rohe/pysaml2Roland Hedberg2013-04-232-8/+26
|\ \ \ \ | |/ / /
| * | | Merge pull request #31 from rectalogic/response_bindingRoland Hedberg2013-04-232-8/+26
| |\ \ \
| | * | | ProtocolBinding in AuthnRequest indicates how response should be delivered, n...Andrew Wason2013-04-232-8/+26
| |/ / /
* | | | Removed unused importRoland Hedberg2013-04-231-1/+1
* | | | One AuthnBroker per endpoint.Roland Hedberg2013-04-233-36/+38
|/ / /
* | | Cleaned up some added another test.Roland Hedberg2013-04-224-357/+577
* | | Added some more tests and methods.Roland Hedberg2013-04-223-13/+67
* | | Added factory method and test of the sameRoland Hedberg2013-04-212-3/+26
* | | Adding authn context support.. plus first testRoland Hedberg2013-04-214-5/+65
* | | Adding authn context supportRoland Hedberg2013-04-218-38/+13226
* | | Fixed metadata export/import to MongoDB store.Roland Hedberg2013-04-195-18/+149
* | | Fixed errorRoland Hedberg2013-04-192-2/+5
* | | Store Metadata in Mongo DB.Roland Hedberg2013-04-192-21/+31
* | | Fixed eptid, added eptid test and changed test orderRoland Hedberg2013-04-195-23/+94
* | | Added support for eduPersonTargetedID handling.Roland Hedberg2013-04-194-44/+229
* | | Removed unnecessary/harmful method.Roland Hedberg2013-04-193-9/+6
* | | Changed parameter name from _cache to cache.Roland Hedberg2013-04-193-17/+22
* | | Added the sign_prepare parameter. Will add the Signature element but do nothi...Roland Hedberg2013-04-191-2/+4
* | | Added another HTTP response typeRoland Hedberg2013-04-191-0/+4
* | | Merge pull request #30 from rectalogic/xmlsec_outputRoland Hedberg2013-04-181-2/+4
|\ \ \
| * | | Do not validate xmlsec output for encrypt/decrypt, these operations generate ...Andrew Wason2013-04-181-2/+4
* | | | Merge pull request #29 from lorenzogil/masterRoland Hedberg2013-04-181-2/+6
|\ \ \ \ | |/ / / |/| | |
| * | | Use a custom exception for unsolicited response so we can capture it and show...Lorenzo Gil Sanchez2013-04-181-2/+6
|/ / /
* | | Merge branch 'master' of github.com:rohe/pysaml2Roland Hedberg2013-04-181-1/+1
|\ \ \
| * \ \ Merge pull request #28 from rectalogic/decrypt_stringRoland Hedberg2013-04-171-1/+1
| |\ \ \
| | * | | decrypt() expects a string not an xmlenc.EncrypedDataAndrew Wason2013-04-171-1/+1
| |/ / /
* | | | EditorialRoland Hedberg2013-04-181-0/+1
* | | | Added HTTP response class.Roland Hedberg2013-04-181-0/+7
* | | | Improve documentationRoland Hedberg2013-04-181-1/+2
* | | | PEP-8 complianceRoland Hedberg2013-04-181-62/+74
* | | | Attempt at catching knowledge about SAML errors in the middleware.Roland Hedberg2013-04-181-3/+5
|/ / /
* | | Spurious print statement removedRoland Hedberg2013-04-161-1/+1
* | | To make it work with Python 2.6Roland Hedberg2013-04-161-1/+3
* | | Merge pull request #27 from HaToHo/masterRoland Hedberg2013-04-154-12/+18
|\ \ \
| * | | Prepare sign and ecp verify sign for soap.Hans Hörberg2013-04-164-12/+18
|/ / /
* | | Merge branch 'master' of github.com:rohe/pysaml2Roland Hedberg2013-04-152-2/+49
|\ \ \
| * \ \ Merge pull request #25 from HaToHo/masterRoland Hedberg2013-04-152-2/+49
| |\ \ \
| | * | | Small fixes for the ecp case.Hans Hörberg2013-04-152-2/+49
* | | | | Need argument name.Roland Hedberg2013-04-151-3/+2
|/ / / /
* | | | Merge pull request #26 from lorenzogil/masterRoland Hedberg2013-04-151-3/+7
|\ \ \ \
| * | | | Actually try all bindings and don't stop when one is unsupportedLorenzo Gil Sanchez2013-04-151-3/+7
|/ / / /