summaryrefslogtreecommitdiffstats
Commit message (Collapse)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 ↵Nicolas Clapies2004-08-311-10/+9
| | | | lasso_logout_process_response() : now if the parse of the query message is wron, then it returns LASSO_PROFILE_ERROR_INVALID_QUERY code error
* Fixed bug in lasso_logout_response_new_from_export() : now if a query ↵Nicolas Clapies2004-08-311-48/+54
| | | | message and if an attribute or element key / value is missing, return NULL
* Fixed bug in lasso_logout_request_new_from_export() : now if a query message ↵Nicolas Clapies2004-08-311-2/+42
| | | | and if an attribute or element key / value is missing, return NULL
* New logout test => Red alert!Emmanuel Raviart2004-08-301-0/+22
|
* Removed low-level bindings from SWIG.Emmanuel Raviart2004-08-301-218/+32
| | | | | In PHP, error constants keep their LASSO_ prefix (because PHP4 doesn't have the notion of namespaces).
* 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
| | | | all functions.
* Fixed problem when validating the notification : test the remote provider ↵Nicolas Clapies2004-08-301-21/+43
| | | | type to get the return url
* Added a test in lasso_defederation_build_notification_msg() to test if the ↵Nicolas Clapies2004-08-301-5/+6
| | | | federation termination service url exists
* Fixed call of lasso_session_remove_assertion() in the right place in ↵Nicolas Clapies2004-08-301-11/+18
| | | | init_request() and process_response_msg()
* Fixed error in method name : renamed ↵Nicolas Clapies2004-08-301-1/+1
| | | | lasso_provider_get_singleLogoutServiceURL() to lasso_provider_get_registerNameIdentifierServiceURL()
* Added comment in lasso_defederation_validate_notification() : indicate that ↵Nicolas Clapies2004-08-301-1/+1
| | | | query is not signed because of the crypted optional relay state
* Added building of federation termination notification return url with QUERY ↵Nicolas Clapies2004-08-301-7/+16
| | | | if a RelayState is in the notification
* Added lasso_logout_new_from_dump(). Need to be testedNicolas Clapies2004-08-301-60/+66
|
* Added parsing of status code value in ↵Nicolas Clapies2004-08-301-2/+16
| | | | lasso_logout_response_new_from_query(). Now it sets the Status, StatusCode and his Value attribute in logoutResponse
* Fixed bug when dumping and loading from dump server with no metatadata. Now ↵Nicolas Clapies2004-08-301-6/+15
| | | | if metadata of the server exists, it adds a ServerMetadata node and embbeds it
* A few corrections to SWIG binding (a quick commit, so that Christophe canEmmanuel Raviart2004-08-301-1/+18
| | | | work on it).
* 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
| | | | | | | | | Updated SWIG binding to support Java high-level classes. Simplified java/Makefile.am (but now, it needs to be reworked by an autotools expert). ColdFusion simple Java test compiles ok.
* SWIG should now generate a high-level binding with classes, so I haveEmmanuel Raviart2004-08-291-1/+1
| | | | removed the -noproxy option.
* 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
| | | | exception.
* Removed references to lassomod in .cvsignore.Emmanuel Raviart2004-08-281-2/+0
|
* SWIG now produces high-level bindings.Emmanuel Raviart2004-08-2815-1063/+1156
| | | | (python/Makefile.am needs some cleaning IMHO, but I don't understant it).
* 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
| | | | Replaced simple object methods whith #define.
* Converted SWIG Server into a high-level class with new_from_dump staticEmmanuel Raviart2004-08-282-50/+47
| | | | method and default value for some arguments.
* Renamed login_tests.py to profiles_tests.py.Emmanuel Raviart2004-08-282-5/+36
| | | | Added Server tests (=> discovered bug #265).
* Transformed LassoAuthnRequest as a true SWIG class with attributes andEmmanuel Raviart2004-08-273-67/+129
| | | | methods for all bindings.
* *** 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 ↵Nicolas Clapies2004-08-271-1/+1
| | | | lasso_session_get_next_providerID
* Added return of code error LASSO_PROFILE_ERROR_INVALID_QUERY when an error ↵Nicolas Clapies2004-08-271-1/+7
| | | | occurs while parsing a federation termination notification message query in lasso_defederation_process_notification_msg()
* Added code error LASSO_PROFILE_ERROR_INVALID_QUERY, returned when an error ↵Nicolas Clapies2004-08-273-0/+9
| | | | occurs while parsing a query message
* Corrected SWIG binding.Emmanuel Raviart2004-08-273-11/+31
| | | | Corrected Python tests.
* Added index attribute (session->index_providerID) of next provider id ↵Nicolas Clapies2004-08-274-186/+222
| | | | returned when a call to lasso_session_get_providerID(), added lasso_session_reset_index_providerID() to reset the index to the first provider id of assertion list. the index is decremented when removing assertion. lasso_get_next_providerID() returns NULL if there is no assertion anymore or if the index point is at the end of the list. Added lasso_logout_get_next_providerID() lasso_logout_reset_index_providerID() to wrap session method
* Replaced SWIG specific functions to access "request" and "response"Emmanuel Raviart2004-08-272-45/+74
| | | | attributes of profiles, with SWIG read-only attributes.