summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* new version of the PHP service provider made with the new Swig PHP bindingChristophe Nowicki2004-08-318-0/+1051
* Fixed missing feature in lasso_process_request_msg() and lasso_logout_process...Nicolas Clapies2004-08-311-10/+9
* Fixed bug in lasso_logout_response_new_from_export() : now if a query message...Nicolas Clapies2004-08-311-48/+54
* Fixed bug in lasso_logout_request_new_from_export() : now if a query message ...Nicolas Clapies2004-08-311-2/+42
* New logout test => Red alert!Emmanuel Raviart2004-08-301-0/+22
* Removed low-level bindings from SWIG.Emmanuel Raviart2004-08-301-218/+32
* Little lean of the codeNicolas Clapies2004-08-301-50/+44
* PHP Binding : PHP does not handle namepaces, added lasso_ prefix forChristophe Nowicki2004-08-301-1/+72
* 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
* Fixed call of lasso_session_remove_assertion() in the right place in init_req...Nicolas Clapies2004-08-301-11/+18
* Fixed error in method name : renamed lasso_provider_get_singleLogoutServiceUR...Nicolas Clapies2004-08-301-1/+1
* 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
* Added lasso_logout_new_from_dump(). Need to be testedNicolas Clapies2004-08-301-60/+66
* Added parsing of status code value in lasso_logout_response_new_from_query()....Nicolas Clapies2004-08-301-2/+16
* Fixed bug when dumping and loading from dump server with no metatadata. Now i...Nicolas Clapies2004-08-301-6/+15
* A few corrections to SWIG binding (a quick commit, so that Christophe canEmmanuel Raviart2004-08-301-1/+18
* swig generate new objects/filenamesFrederic Peters2004-08-302-12/+9
* returns 0 on successFrederic Peters2004-08-301-0/+2
* SWIG high-level binding now uses camelCase.Emmanuel Raviart2004-08-297-469/+474
* SWIG should now generate a high-level binding with classes, so I haveEmmanuel Raviart2004-08-291-1/+1
* updated c# binding for new class namesFrederic Peters2004-08-292-42/+27
* some tests do not have descriptionsFrederic Peters2004-08-291-0/+2
* corretly escape xmlFrederic Peters2004-08-291-7/+6
* Removed obsolete Python doc.Emmanuel Raviart2004-08-2913-1972/+0
* When Lasso doesn't recognize the URL query, it now throws a SyntaxErrorEmmanuel Raviart2004-08-292-22/+42
* 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