summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #140 from rhoerbe/upstream-merge-201409222.1.0Roland Hedberg2014-09-225-19/+93
|\ | | | | moved new class HttpParameters from samlp to httputil
| * Merge https://github.com/rohe/pysaml2rhoerbe2014-09-2246-738/+734
| |\ | |/ |/| | | | | Conflicts: src/saml2/attributemaps/saml_uri.py
* | 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.
| | * | Prevent sigve from leaking file descriptors.Marek Denis2014-09-121-3/+10
| |/ / | | | | | | | | | | | | | | | | | | After using open() function it is important to always close the file handler. There are 3 spots in sigver.py where files were opened and never closed. Following commit introduces new function 'read_file' that utilized 'with' keyword, hence ensuring the file will always be closed.
| * | Merge pull request #138 from tpazderka/FixTestsRoland Hedberg2014-09-111-10/+10
| |\ \ | | | | | | | | Fixed test_12_s_utils
| | * | Fixed test_12_s_utilstpazderka2014-09-111-10/+10
| | | | | | | | | | | | | | | | String created as a single string without EOL
* | | | 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 parsing
| | * | Fixed set_cookie max-age parsingtpazderka2014-06-231-1/+1
| | | | | | | | | | | | | | | | | | | | Max-age is expected to be in seconds and thus cannot be parsed by _since_epoch. Expire attribute is calculated from now() and max-age
| * | | Merge pull request #136 from mdipierro/masterRoland Hedberg2014-08-251-1/+1
| |\ \ \ | | | | | | | | | | Update request.py. Take care of the possibility no receiver_addrs are defined.
| | * | | 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 lists
| | * | | 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
| | | | | | | | | | | | | | | | | | | | | | | | The UnknownPrincipal exception in mdstore.py should be renamed as suggested in the title to avoid confusion. Unfortunately the OASIS SAML glossary is using the X-811 definition of principal, but contradicts itself otherwise by redefining the term implicitly in other definitions such as Account, Affiliation, IDP, Persistent Pseudonym, etc"
* | | | 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 maps
| * | | 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 extraction
| * | | 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
| | | | | | | | | | | | digest and sig algs
| | * added support for md5 as digest algorithm (used to test that this is rejected);rhoerbe2014-07-182-0/+13
| | | | | | | | | | | | added support for redirect signature algorithm check
| | * 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
| | | | | | | | | | | | (this patch required for saml2test alg config option)
| | * 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_soap
| * | Fixed encoding error in _use_soaptpazderka2014-06-301-2/+2
| |/ | | | | | | | | _response_func called with response.content instead of response.text. This should prevent prevent errors with unicode characters above 128.
* | Merge pull request #125 from tpazderka/identity_database_as_instanceRoland Hedberg2014-07-041-1/+7
|\ \ | | | | | | Allow usage of external IdentDB instance
| * | Allow usage of external IdentDB instancetpazderka2014-06-301-1/+7
| |/ | | | | | | | | | | | | | | Server can be configured to use external IdentDB instance The configuration has to be a tuple with following syntax: ('identdb', 'module.class') This allows to use custom databases by creating a derived class from IdentDB
* | Merge pull request #124 from rhoerbe/masterRoland Hedberg2014-07-044-7/+55
|\ \ | |/ |/| added AT government attribute map; + some cosmetics
| * 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
| |