summaryrefslogtreecommitdiffstats
path: root/auth_mellon_handler.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix error for query string starting characterbenjamin.dauvergne2010-09-281-1/+5
* Fix segfault when no assertion is foundbenjamin.dauvergne2010-09-281-3/+5
* Improve formatting of metadatas, fix endpointsbenjamin.dauvergne2010-09-281-29/+28
* 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-301-0/+196
* Reject messages with more than one assertion.olavmrk2010-06-301-79/+77
* login endpointolavmrk2010-06-181-0/+70
* Refactor out am_send_authn_request from am_auth_new_ticket.olavmrk2010-06-181-62/+80
* 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
* Shibboleth 2 interoperability. This is acchieved by increasing themanu@netbsd.org2010-05-311-0/+13
* Optionaly ave the remote IdP entityId in the environmentmanu@netbsd.org2010-05-311-0/+10
* Fix warning about unused variable in am_handle_metadata.olavmrk2009-12-211-1/+1
* Fix uninitialized variable in repost handler.olavmrk2009-12-211-1/+1
* Require a session for accessing the repost endpointmanu@netbsd.org2009-11-131-0/+6
* Make sure that redirect URLs doesn't contain control characters.olavmrk2009-11-111-0/+18
* Support replay of multipart/form-data POST requestsmanu@netbsd.org2009-11-111-41/+185
* Replay POST requets after been sent to the IdPmanu@netbsd.org2009-11-091-62/+173
* Disable local session when logout starts.olavmrk2009-08-101-0/+8
* Properly calculate session expiration.olavmrk2009-08-071-23/+22
* Add MellonOrganization(Name|DisplayName|URL) for filling themanu@netbsd.org2009-06-151-1/+74
* Strip "-----BEGIN CERTIFICATE-----", "-----END CERTIFICATE-----", and anymanu@netbsd.org2009-06-141-2/+12
* When generating metadata, strip leading and trailing content around themanu@netbsd.org2009-06-061-3/+24
* Add a MellonSamlResponseDump option to dump the SAML authentication response in manu@netbsd.org2009-06-011-6/+11
* Add support for IdP initiated SOAP single logout.manu@netbsd.org2009-05-151-14/+50
* - Support for multiple IdPmanu@netbsd.org2009-05-121-59/+300
* Add support for auto-generating SP metadata.olavmrk2009-05-061-0/+184
* Handle logout-request while logged out.olavmrk2009-03-061-1/+4
* Add MellonDefaultLoginPath option.olavmrk2008-11-111-4/+4
* Use lasso_server_new_from_buffer if available.olavmrk2008-11-101-4/+11
* Add IdP initiated SSO support.olavmrk2008-11-101-47/+48
* Adjust log level of two messagesolavmrk2008-10-271-2/+2
* Add support for IdP CA certificate and SP certificate.olavmrk2008-10-271-2/+4
* Give a more helpful error message if the there is a problem with SP metadata.olavmrk2008-10-201-0/+7
* Handle errors when locking session mutex.olavmrk2008-10-201-1/+8
* urldecode ReturnTo url in SP initiated logout.olavmrk2008-07-011-0/+7
* Fixed handling of multiple AttributeValue elements in response.olavmrk2007-12-111-1/+1
* Fixed a memory leak in am_auth_new_ticket.olavmrk2007-10-011-3/+0
* Make the ReturnTo parameter to the SP initiated logout handler mandatory.olavmrk2007-10-011-15/+28
* Added RedirectTo parameter to logout response.olavmrk2007-09-281-4/+43
* Copy SessionIndex to LogoutRequest.olavmrk2007-09-281-0/+44
* Fix bug which made the logout handler the handler for unknown/misspelled endp...olavmrk2007-09-281-1/+1
* Initial logout response handler.olavmrk2007-09-281-3/+22
* Implementation of am_init_logout_request.olavmrk2007-09-281-3/+40
* Skeleton for SP initiated logout.olavmrk2007-09-281-6/+47
* Split logout handling into am_handle_logout and am_handle_logout_request.olavmrk2007-09-281-21/+56