summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove compiler warningbenjamin.dauvergne2010-09-281-4/+3
* Improve formatting of metadatas, fix endpointsbenjamin.dauvergne2010-09-281-29/+28
* Version 0.3.0.olavmrk2010-08-123-2/+19
* configure: Fix test for apxs.olavmrk2010-07-021-9/+5
* Verify Address in SubjectConfirmationData.olavmrk2010-07-021-0/+10
* Type checking of all referenced XML elements.olavmrk2010-07-021-12/+57
* Support subsecond precision timestamps.olavmrk2010-07-011-6/+35
* Validate received response.olavmrk2010-06-302-0/+197
* Reject messages with more than one assertion.olavmrk2010-06-301-79/+77
* Change return type of am_reconstruct_url to not be const.olavmrk2010-06-302-3/+3
* debian: Add debug-symbol package.olavmrk2010-06-303-2/+7
* debian: Fix path to README-file in description.olavmrk2010-06-301-2/+3
* login endpointolavmrk2010-06-182-0/+83
* Refactor out am_send_authn_request from am_auth_new_ticket.olavmrk2010-06-181-62/+80
* Check whether the metadata files exists before passing them to Lasso.olavmrk2010-06-171-0/+12
* mellon_create_metadata.sh: Use hostname as CN during metadata creation.olavmrk2010-06-171-1/+3
* Fix memory leak on no-cookie error during response processing.olavmrk2010-06-171-0/+2
* Set the MellonIDP variable to the IdP that we got a response from.olavmrk2010-06-171-11/+16
* Add missing session unlock in am_check_uid.olavmrk2010-06-171-0/+1
* Display proper error when missing MellonSPMetadataFile.olavmrk2010-06-171-6/+11
* Version 0.2.7olavmrk2010-05-312-1/+7
* Shibboleth 2 interoperability. This is acchieved by increasing themanu@netbsd.org2010-05-314-2/+55
* Optionaly ave the remote IdP entityId in the environmentmanu@netbsd.org2010-05-315-2/+34
* Add script: mellon_create_metadata.sholavmrk2010-02-051-0/+90
* Some README fixes.olavmrk2010-02-051-3/+3
* Version 0.2.6olavmrk2009-12-213-1/+12
* Fix warning about unused variable in am_handle_metadata.olavmrk2009-12-211-1/+1
* Remove unnecessary code from session creation code.olavmrk2009-12-211-51/+42
* Fix uninitialized variable in repost handler.olavmrk2009-12-211-1/+1
* MellonSPPrivateKeyFile is not optional.olavmrk2009-11-301-4/+3
* Version 0.2.5olavmrk2009-11-163-1/+9
* Require a session for accessing the repost endpointmanu@netbsd.org2009-11-131-0/+6
* Off-by one bug that caused malfunction when replaying a POST request manu@netbsd.org2009-11-131-1/+1
* Fix some warnings due to wrong datatype in format string.olavmrk2009-11-111-9/+14
* Make sure that redirect URLs doesn't contain control characters.olavmrk2009-11-113-0/+45
* Support replay of multipart/form-data POST requestsmanu@netbsd.org2009-11-113-96/+489
* Replay POST requets after been sent to the IdPmanu@netbsd.org2009-11-097-65/+614
* Version 0.2.4olavmrk2009-08-113-1/+15
* Do not ever send Cache-Control: no-cahche to IE, as it breaks filemanu@netbsd.org2009-08-111-6/+23
* Disable local session when logout starts.olavmrk2009-08-101-0/+8
* Version 0.2.3olavmrk2009-08-073-1/+13
* Add contributors-section to readme.olavmrk2009-08-071-0/+13
* Properly calculate session expiration.olavmrk2009-08-071-23/+22
* Change apr_uintptr_t to apr_size_t.olavmrk2009-08-071-1/+1
* Update debian package version.olavmrk2009-08-071-0/+6
* Bump to 0.2.2manu@netbsd.org2009-06-152-1/+7
* Add MellonOrganization(Name|DisplayName|URL) for filling themanu@netbsd.org2009-06-154-2/+158
* Update am_getfile to use apr_file_read_full.olavmrk2009-06-141-3/+4
* Strip "-----BEGIN CERTIFICATE-----", "-----END CERTIFICATE-----", and anymanu@netbsd.org2009-06-142-2/+13
* When generating metadata, strip leading and trailing content around themanu@netbsd.org2009-06-061-3/+24