summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Removed references to lassomod in .cvsignore.Emmanuel Raviart2004-08-281-2/+0
* SWIG now produces high-level bindings.Emmanuel Raviart2004-08-2815-1063/+1156
* renamed API reference to API reference (was reference manual)Frederic Peters2004-08-281-1/+1
* xml encoding of special characters (&, <, >)Frederic Peters2004-08-281-0/+4
* new URLs and version info for 0.3.0Frederic Peters2004-08-281-4/+11
* Converted Identity & Session to real objects in SWIG bindings.Emmanuel Raviart2004-08-282-48/+49
* Hide LibAuthnRequest attributes from SWIG binding.Emmanuel Raviart2004-08-281-27/+0
* Added preliminary error throwing in SWIG binding.Emmanuel Raviart2004-08-281-19/+40
* Converted SWIG Server into a high-level class with new_from_dump staticEmmanuel Raviart2004-08-282-50/+47
* Renamed login_tests.py to profiles_tests.py.Emmanuel Raviart2004-08-282-5/+36
* Transformed LassoAuthnRequest as a true SWIG class with attributes andEmmanuel Raviart2004-08-273-67/+129
* *** empty log message ***Nicolas Clapies2004-08-271-5/+19
* *** empty log message ***Nicolas Clapies2004-08-271-1/+12
* Added method Logout.reset_session_index in Python high-level binding.Emmanuel Raviart2004-08-271-0/+5
* *** empty log message ***Nicolas Clapies2004-08-271-10/+129
* Added support for "invalid query" errors in Python high-level binding.Emmanuel Raviart2004-08-271-1/+10
* *** empty log message ***Nicolas Clapies2004-08-271-1/+1
* Renamed method name lasso_session_get_next_assertion_remote_providerID to las...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 code error LASSO_PROFILE_ERROR_INVALID_QUERY, returned when an error oc...Nicolas Clapies2004-08-273-0/+9
* Corrected SWIG binding.Emmanuel Raviart2004-08-273-11/+31
* Added index attribute (session->index_providerID) of next provider id returne...Nicolas Clapies2004-08-274-186/+222
* Replaced SWIG specific functions to access "request" and "response"Emmanuel Raviart2004-08-272-45/+74
* Removed g_assert in samlp_request_abstract object when setting required attri...Nicolas Clapies2004-08-272-21/+62
* Removed SWIG Lasso.c file.Emmanuel Raviart2004-08-277-90/+68
* more on single sign onFrederic Peters2004-08-272-22/+52
* searches all text files for unknown functionsFrederic Peters2004-08-261-7/+15
* improvementFrederic Peters2004-08-261-1/+1
* Forgot to declare a parameter as optionnal.Emmanuel Raviart2004-08-261-1/+1
* Added constant lassoHttpMethodAny.Emmanuel Raviart2004-08-263-11/+61
* new parameter to lasso_logout_init_...Frederic Peters2004-08-261-1/+1
* fix included file nameFrederic Peters2004-08-261-1/+1
* Added a param to method lasso_defederation_init_notification(). Now if it is ...Nicolas Clapies2004-08-263-3/+6
* Replaced xmlFree with g_free in lasso_logout_get_next_providerID() for curren...Nicolas Clapies2004-08-261-1/+1
* *** empty log message ***Nicolas Clapies2004-08-262-659/+0
* Renamed register_name_identifier.* to name_registration.* filesNicolas Clapies2004-08-263-2/+661
* Oups, missing commit of the new Lasso.i swig file :pNicolas Clapies2004-08-261-1/+1
* Added a param to method lasso_logout_init_request(). Now if it is set, lasso ...Nicolas Clapies2004-08-262-2/+4
* removed revisionFrederic Peters2004-08-261-1/+0
* More on sso profile; sp-sideFrederic Peters2004-08-263-5/+114
* *** empty log message ***Nicolas Clapies2004-08-264-8/+8
* *** empty log message ***Nicolas Clapies2004-08-261-1/+1
* Rename constant LASSO_LOGOUT_ERROR_UNSUPPORTED_PROFILLE to LASSO_PROFILE_ERRO...Nicolas Clapies2004-08-262-3/+3
* new lasso documentationFrederic Peters2004-08-2615-3/+6403
* Added remove of assertion in lasso_logout_init_request(), and lasso_logout_pr...Nicolas Clapies2004-08-263-14/+25
* Moved SWIG constructors and destructors from Lasso.c to Lasso.i.Emmanuel Raviart2004-08-262-127/+50
* Added tests to verify if the request message is a LogoutRequest in lasso_logi...Nicolas Clapies2004-08-251-4/+32
* Added a test in lasso_login_init_from_authn_request_msg() to verify if the re...Nicolas Clapies2004-08-251-0/+6
* added include for string.hNicolas Clapies2004-08-251-1/+2
* Added in lasso_login_process_authn_response_msg() setting of msg_relayState f...Nicolas Clapies2004-08-251-0/+5