summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #140 from rhoerbe/upstream-merge-201409222.1.0Roland Hedberg2014-09-225-19/+93
|\
| * Merge https://github.com/rohe/pysaml2rhoerbe2014-09-2246-738/+734
| |\ | |/ |/|
* | Added some extra functionality.Roland Hedberg2014-09-162-4/+17
* | Merge branch 'master' of github.com:rohe/pysaml2Roland Hedberg2014-09-122-13/+20
|\ \
| * \ Merge pull request #139 from zaccone/fix-leaking-descriptorsRoland Hedberg2014-09-121-3/+10
| |\ \
| | * | Prevent sigve from leaking file descriptors.Marek Denis2014-09-121-3/+10
| |/ /
| * | Merge pull request #138 from tpazderka/FixTestsRoland Hedberg2014-09-111-10/+10
| |\ \
| | * | Fixed test_12_s_utilstpazderka2014-09-111-10/+10
* | | | Added some extra functionality.Roland Hedberg2014-09-111-16/+42
* | | | Added descriptive text.Roland Hedberg2014-09-111-0/+2
|/ / /
* | | Added missing file. Needed for for test_40_sigver.Roland Hedberg2014-09-111-0/+230
|/ /
* | On Copyright statement in one place.Roland Hedberg2014-09-0933-368/+84
* | Merge branch 'master' of github.com:rohe/pysaml2Roland Hedberg2014-09-012-2/+2
|\ \
| * \ Merge pull request #123 from tpazderka/cookie_expire_fixRoland Hedberg2014-08-251-1/+1
| |\ \
| | * | Fixed set_cookie max-age parsingtpazderka2014-06-231-1/+1
| * | | Merge pull request #136 from mdipierro/masterRoland Hedberg2014-08-251-1/+1
| |\ \ \
| | * | | Update request.pymdipierro2014-08-241-1/+1
| |/ / /
* | | | Corrected documentation.Roland Hedberg2014-09-011-3/+3
* | | | Allow kwargs to percolate down through calls. Mark static methods as such.Roland Hedberg2014-09-011-4/+6
* | | | EditorialRoland Hedberg2014-09-011-3/+4
* | | | Endpoint index when given must be an integer but stored as a character.Roland Hedberg2014-09-011-3/+12
|/ / /
* | | Merge branch 'master' of github.com:rohe/pysaml2Roland Hedberg2014-08-141-2/+2
|\ \ \
| * \ \ Merge pull request #134 from Runscope/masterRoland Hedberg2014-08-121-2/+2
| |\ \ \
| | * | | Fixing location of 'allow_unknown_attributes' in args listsStephen Huenneke2014-08-111-2/+2
| |/ / /
* | | | As Rainer Hörbe pointed out: "A principal is a user, not an entity in SAML. ...Roland Hedberg2014-08-143-209/+256
* | | | Added allow_unsolicited parameter to config class.Roland Hedberg2014-07-191-0/+1
|/ / /
* | | Got the tests working.Roland Hedberg2014-07-194-101/+40
* | | Fixed security issues spotted by tom@catalyst.net.nz .Roland Hedberg2014-07-191-6/+3
* | | Merge pull request #129 from tpazderka/Fixed_attribute_mapsRoland Hedberg2014-07-161-2/+2
|\ \ \
| * | | Fixed undefined variables in attribute mapstpazderka2014-07-141-2/+2
* | | | Merge pull request #128 from puiterwijk/fix-certificate-extractionRoland Hedberg2014-07-161-7/+13
|\ \ \ \ | |/ / / |/| | |
| * | | Fix certificate extractionPatrick Uiterwijk2014-07-131-7/+13
|/ / /
| | * addition in samlp rejected by upstream, hence class moved to httputilrhoerbe2014-09-222-12/+14
| | * extended API with lists for supported NameID formats, AttributeName formats, ...rhoerbe2014-08-112-4/+28
| | * added support for md5 as digest algorithm (used to test that this is rejected);rhoerbe2014-07-182-0/+13
| | * undo removeal of imports of xmldsig.SIG_RSA_SHA..rhoerbe2014-07-161-14/+24
| | * SIG_RSA_RIPEMD160 not implementedrhoerbe2014-07-161-1/+1
| | * added support for more hash algorithms (SHA2, RIPEMED160)rhoerbe2014-07-161-2/+27
| | * fixed an invlaid sequence for ldapgvatrhoerbe2014-07-101-3/+3
| |/ |/|
* | Merge pull request #126 from tpazderka/encoding_error_soapRoland Hedberg2014-07-041-2/+2
|\ \
| * | Fixed encoding error in _use_soaptpazderka2014-06-301-2/+2
| |/
* | Merge pull request #125 from tpazderka/identity_database_as_instanceRoland Hedberg2014-07-041-1/+7
|\ \
| * | Allow usage of external IdentDB instancetpazderka2014-06-301-1/+7
| |/
* | Merge pull request #124 from rhoerbe/masterRoland Hedberg2014-07-044-7/+55
|\ \ | |/ |/|
| * changed message text for improved failure experience; removed unused get_eptid()rhoerbe2014-07-031-6/+1
| * changed message text for improved failure experiencerhoerbe2014-07-031-1/+1
| * added a bit ot textrhoerbe2014-07-031-0/+12
| * added AT government SAML profile attributesrhoerbe2014-07-031-0/+41
* | Allow signature verification even on local files.Roland Hedberg2014-06-183-6/+14
* | Fixed so it works with the SP only supporting HTTP-Redirect binding.Roland Hedberg2014-06-184-23/+49