summaryrefslogtreecommitdiffstats
path: root/lasso/id-ff/defederation.c
Commit message (Expand)AuthorAgeFilesLines
* dealing with errors; now like this:Frederic Peters2004-12-131-5/+5
* reenabled signature checking on query strings (xml messages still to do)Frederic Peters2004-12-101-1/+1
* removed unnecessary private_data in LassoFederation; consequence beingFrederic Peters2004-12-091-60/+2
* The past participle of "to override" is overridden.Emmanuel Raviart2004-12-071-1/+1
* cut on some line lengthsFrederic Peters2004-11-291-1/+2
* added RelayState support in federation termination notification (used only inFrederic Peters2004-11-291-5/+5
* signature for FederatationTerminationNotification; preparation forFrederic Peters2004-11-261-9/+2
* renamed private struct member to private_data (gtk+ does it like that)Frederic Peters2004-11-221-5/+5
* added error checking on query strings; python tests should now passFrederic Peters2004-11-221-2/+1
* cleaning #includesFrederic Peters2004-11-161-5/+0
* renamed lasso/environs/ to lasso/id-ff/Frederic Peters2004-11-151-1/+1
* ds:Signature in <samlp:request/> (in login) (and the signature is not verifiedFrederic Peters2004-10-291-1/+1
* removal of \n at end of error messagesFrederic Peters2004-10-271-5/+5
* Done with the move to structures and the removal of protocols/ (lasso branchedFrederic Peters2004-10-271-521/+386
* Integrated scalp_is_liberty_query into Lasso. Consequently,Emmanuel Raviart2004-10-021-3/+3
* Homogeneized error handling for HTTP methods in requests.Emmanuel Raviart2004-10-021-7/+7
* Fixed bug #292 : memory leak on content attribute.Nicolas Clapies2004-09-271-8/+16
* Replaced call to lasso_identity_get_next_federation_remote_providerID() with ...Nicolas Clapies2004-09-201-3/+1
* use g_strdup_printf to avoir buffer size calculations and g_snprintf to avoirFrederic Peters2004-09-171-6/+3
* Updated the API developer documentationNicolas Clapies2004-09-071-3/+4
* a bit late; fixed use of unitialized variables (-Wuninitialized needs -O)Frederic Peters2004-09-061-4/+4
* missing includes, unusued variables, usual saturday stuff.Frederic Peters2004-09-041-3/+1
* removed extra parentheses after return statements;Frederic Peters2004-09-011-5/+5
* removed unused variablesFrederic Peters2004-08-311-3/+0
* g_sprintf is used; glib/gprintf.h must be includedFrederic Peters2004-08-311-0/+2
* strlen is used; string.h must be includedFrederic Peters2004-08-311-0/+2
* Fixed problem when validating the notification : test the remote provider typ...Nicolas Clapies2004-08-301-21/+43
* Added a test in lasso_defederation_build_notification_msg() to test if the fe...Nicolas Clapies2004-08-301-5/+6
* Added comment in lasso_defederation_validate_notification() : indicate that q...Nicolas Clapies2004-08-301-1/+1
* Added building of federation termination notification return url with QUERY i...Nicolas Clapies2004-08-301-7/+16
* *** empty log message ***Nicolas Clapies2004-08-271-1/+1
* Added return of code error LASSO_PROFILE_ERROR_INVALID_QUERY when an error oc...Nicolas Clapies2004-08-271-1/+7
* Added a param to method lasso_defederation_init_notification(). Now if it is ...Nicolas Clapies2004-08-261-1/+2
* *** empty log message ***Nicolas Clapies2004-08-251-3/+0
* fixed bug : at a done label, use to remove a provider got with lasso_provider...Nicolas Clapies2004-08-251-10/+20
* Added missing private attribute, private variable and desallocation methods :...Nicolas Clapies2004-08-251-9/+40
* added test if identity is set before removing federationNicolas Clapies2004-08-241-0/+8
* removed federation and assertionNicolas Clapies2004-08-241-0/+8
* *** empty log message ***Nicolas Clapies2004-08-241-9/+3
* renamed lasso/environs/federation_termination.* to lasso/environs/defederation.*Nicolas Clapies2004-08-241-0/+593