summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Version 0.6.0.olavmrk2013-03-151-1/+1
* Update NEWS file.olavmrk2013-03-151-0/+3
* Revert "Revert "Directly link to GLib.""olavmrk2013-03-152-1/+3
* README: Clarify MellonSPMetadataFile option.olavmrk2013-03-151-2/+4
* Revert "Directly link to GLib."olavmrk2013-03-152-3/+1
* Directly link to GLib.olavmrk2013-03-152-1/+3
* Add emacs directory settings.olavmrk2013-03-151-0/+2
* Version 0.6.0-rc1.olavmrk2013-03-061-1/+1
* Update NEWS file for version 0.6.0.olavmrk2013-03-061-0/+51
* Remove TODO file.olavmrk2013-03-062-5/+0
* Remove debian-directory.olavmrk2013-03-0611-291/+1
* Use discovery service with "login" endpoint.olavmrk2013-03-061-4/+16
* Fix incorrect use of const-keyword in login handler.olavmrk2013-03-061-3/+5
* Do not mark a session as logged in before all processing is completed.olavmrk2013-03-061-3/+3
* Avoid locking and unlocking the session multiple times during login.olavmrk2013-03-061-21/+14
* Fix missing session release in error path during login.olavmrk2013-03-061-0/+1
* Rename am_generate_session_id() to am_generate_id().olavmrk2013-03-064-18/+19
* Handle relative paths in configuration.olavmrk2013-03-061-13/+23
* Document the POST replay functionality.olavmrk2013-03-061-0/+38
* Disable automatic creation of MellonPostDirectory.olavmrk2013-03-064-80/+27
* Disable replay of POST request by default.olavmrk2013-03-064-2/+33
* Change lock file to be stored in /var/run.olavmrk2013-03-062-3/+3
* Update license to reflect that we are linking to the OpenSSL library.olavmrk2013-03-061-0/+149
* Remove duplicate endpoint handlers.olavmrk2013-03-061-4/+0
* Add Benjamin Dauvergne to contributors section in README.olavmrk2013-03-061-0/+6
* Fix SP-initiated logout.olavmrk2013-03-061-0/+1
* add implementation of g_hash_table_get_keys to compile under Centos 5benjamin.dauvergne2012-10-102-2/+24
* fix indentation in configuration example in READMEbenjamin.dauvergne2012-10-091-26/+26
* replace all assignment to r->content_type by calls to ap_set_content_typebenjamin.dauvergne2012-10-091-7/+6
* Add configuration directive MellonDoNotVerifyLogoutSignaturebenjamin.dauvergne2012-10-095-3/+75
* Add a local logout only possibility when IdP does not support logoutbenjamin.dauvergne2012-10-091-14/+17
* rework logout handler to really handle SOAP requestsbenjamin.dauvergne2012-10-091-51/+45
* add a new helper function to return SAML responsesbenjamin.dauvergne2012-10-091-0/+38
* Fix commit 140: error in the merge statement for authn_context_class_ref conf...benjamin.dauvergne2012-06-281-1/+1
* Add support for double-quoted cookie values.olavmrk2012-05-141-0/+10
* Version 0.5.0olavmrk2012-04-162-1/+7
* Update NEWS-file for version 0.5.0.olavmrk2012-04-161-2/+22
* Deprecate «MellonDecoder "feide"»olavmrk2012-04-121-4/+3
* Add directive MellonSubjectConfirmationDataAddressCheckbenjamin.dauvergne2012-02-174-1/+41
* Support for HTTP-POST SingleSignOnService endpoint.olavmrk2012-01-121-31/+146
* Always redirect to the login URL when starting authentication.olavmrk2012-01-121-1/+13
* Split am_auth_new_ticket() into am_handle_auth() and am_start_auth().olavmrk2012-01-121-9/+42
* Extract am_start_disco() from am_auth_new_ticket().olavmrk2012-01-121-32/+49
* Move discovery response endpoint to "login" instead of "auth".olavmrk2012-01-121-1/+1
* Fix entityID sent to discovery service.olavmrk2012-01-121-2/+11
* Do not set headers twice.olavmrk2012-01-122-14/+4
* Merge am_endpoint_handler() and am_handler().olavmrk2012-01-121-68/+33
* Compatibility with older versions of the apr library.olavmrk2011-12-141-1/+3
* Initialize AuthnRequest with asked AuthnContextClassRef if neededolavmrk2011-12-071-0/+24
* Add checking for AuthContextClassRefolavmrk2011-12-071-0/+60