summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* In some case you want the url to be based on server_name/server_port and not ...developRoland Hedberg2013-05-243-9/+96
* Return is a protected python word so it can not be used as a parameter name i...Roland Hedberg2013-05-245-20/+45
* Better english!Roland Hedberg2013-05-242-2/+3
* Support for metadata mdfile typeRoland Hedberg2013-05-243-7434/+115544
* Not completely clear of which of HOST_NAME or SERVER_NAME is correct to use.Roland Hedberg2013-05-241-2/+2
* 'Return' is the correct parameter name in discovery.Roland Hedberg2013-05-241-4/+4
* Switched to use a simple monotonic increased identifier for authn types.Roland Hedberg2013-05-241-13/+3
* Made it possible to accept a success Response without Attribute and Attribute...Roland Hedberg2013-05-242-5/+10
* Read metadata from somewhere and dump it in the MD format.Roland Hedberg2013-05-231-26/+36
* Change in parameter nameRoland Hedberg2013-05-233-9/+17
* editorialRoland Hedberg2013-05-231-1/+4
* Merge pull request #38 from fredrikt/masterRoland Hedberg2013-05-171-32/+20
|\
| * Fix pruning of IDP.ticket - _info is overwritten.Fredrik Thulin2013-05-171-2/+3
| * application: Rewrite URL-processing for readability.Fredrik Thulin2013-05-171-30/+17
|/
* Spelling errorRoland Hedberg2013-05-172-4/+4
* Added namespace tag definition.Roland Hedberg2013-05-161-1/+1
* Fixed wrongly spelled entity categoryRoland Hedberg2013-05-161-1/+1
* Removed unused urlRoland Hedberg2013-05-161-1/+1
* Updated testsRoland Hedberg2013-05-168-359/+416
* Handling error in XML documentRoland Hedberg2013-05-164-4/+11
* Added another authn contextRoland Hedberg2013-05-161-0/+2699
* Added another authn contextRoland Hedberg2013-05-161-0/+1
* Change to locations to oneRoland Hedberg2013-05-161-2/+2
* Made things work after the last merge.Roland Hedberg2013-05-096-117/+161
* Merge pull request #37 from HaToHo/masterRoland Hedberg2013-05-081-1/+6
|\
| * May not add content type if one exists in the header.Hans Hörberg2013-05-081-1/+6
|/
* Merge branch 'master' of github.com:rohe/pysaml2Roland Hedberg2013-05-0727-391/+147
|\
| * Merge pull request #36 from HaToHo/masterRoland Hedberg2013-05-072-1/+15
| |\
| | * Metadata needed to make the filter work.Hans Hörberg2013-05-071-0/+1
| | * Metadata neede to make the filter workHans Hörberg2013-05-072-1/+14
| |/
| * Merge pull request #34 from fredrikt/masterRoland Hedberg2013-05-0726-391/+133
| |\
| | * Support configurable crypto backends.Fredrik Thulin2013-05-061-15/+9
| | * Merge branch 'master' of https://github.com/rohe/pysaml2Fredrik Thulin2013-05-0622-115/+11179
| | |\ | | |/ | |/|
| | * Remove obsolete xmlsec_path from pathutils.Fredrik Thulin2013-05-0620-47/+35
| | * Avoid hard xmlsec_binary requirement for ECP client.Fredrik Thulin2013-05-062-13/+17
| | * Remove unused module.Fredrik Thulin2013-05-061-271/+0
| | * Make crypto backend configurable.Fredrik Thulin2013-05-063-45/+72
* | | Use the correct attribute names.Roland Hedberg2013-05-075-22/+42
* | | Use the correct attribute names.Roland Hedberg2013-05-073-3/+4
|/ /
* | Missed one file.Roland Hedberg2013-05-051-0/+55
* | Added support for entity categories - some fixes.Roland Hedberg2013-05-057-51/+83
* | Added support for entity categories - datafiles.Roland Hedberg2013-05-042-0/+10685
* | Added support for entity categories.Roland Hedberg2013-05-0417-72/+364
* | Merge pull request #20 from fredrikt/masterRoland Hedberg2013-05-0310-79/+170
|\ \ | |/
| * Merge branch 'master' into less_xmlsec_pathsFredrik Thulin2013-05-0388-4812/+18549
| |\
| | * Merge branch 'master' of https://github.com/rohe/pysaml2Fredrik Thulin2013-05-0288-4790/+18383
| | |\ | |_|/ |/| |
* | | Updated tests to follow the changed way of handling authentication context.Roland Hedberg2013-04-2814-123/+198
* | | Merge branch 'master' of github.com:rohe/pysaml2Roland Hedberg2013-04-281-2/+5
|\ \ \
| * \ \ Merge pull request #32 from rectalogic/status_error_messageRoland Hedberg2013-04-231-2/+5
| |\ \ \
| | * | | Status error responses don't always have a message.Andrew Wason2013-04-231-2/+5