summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Change am_first_idp() to retrieve the entityID from the LassoServer object.olavmrk2011-05-181-10/+10
* Move am_get_idp() and am_first_idp() to after am_get_lasso_server().olavmrk2011-05-181-84/+86
* Unbreak logout for lasso version >= 2.3.0benjamin.dauvergne2011-05-041-28/+31
* Add MellonCookieDomain and MellonCookiePath directivesbenjamin.dauvergne2011-04-074-4/+53
* Makefile: Fix invocation of apxs.olavmrk2011-03-301-1/+1
* Fix leak of lasso_server objects.olavmrk2011-03-301-0/+27
* New MellonIdPMetadataGlob directive to load mulitple IdP metadatamanu@netbsd.org2011-03-235-0/+90
* Regexp backreference substitution in MellonCond manu@netbsd.org2011-03-224-54/+313
* Properly terminate parameter list for apr_pstrcat.olavmrk2011-03-181-1/+1
* New MellonCond directive to enable attribute filtering beyond MellonRequire manu@netbsd.org2011-03-175-57/+335
* A /mellon/probeDisco endpoint replaces the builtin:get-metadata IdP manu@netbsd.org2011-03-095-86/+282
* Allow MellonUser variable to be translated through MellonSetEnvmanu@netbsd.org2011-03-022-13/+24
* Fix references to MellonPostDirectory in README and in a comment.olavmrk2011-02-182-7/+8
* Change implementation of am_get_endpoint_url to use ap_construct_urlbenjamin.dauvergne2010-10-211-24/+1
* Report the received Recipient for error on SubjectConfirmationDatabenjamin.dauvergne2010-09-281-2/+2
* Fix error for query string starting characterbenjamin.dauvergne2010-09-281-1/+5
* Fix segfault when no assertion is foundbenjamin.dauvergne2010-09-281-3/+5
* 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