summaryrefslogtreecommitdiffstats
path: root/auth_mellon_handler.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Renamed logout endpoint from logoutRequest to logout.olavmrk2007-09-281-1/+5
* Initial import of version 0.0.6olavmrk2007-09-241-0/+1283