| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | new version of the PHP service provider made with the new Swig PHP binding | Christophe Nowicki | 2004-08-31 | 8 | -0/+1051 | |
| | | ||||||
| * | Fixed missing feature in lasso_process_request_msg() and ↵ | Nicolas Clapies | 2004-08-31 | 1 | -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 Clapies | 2004-08-31 | 1 | -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 Clapies | 2004-08-31 | 1 | -2/+42 | |
| | | | | | and if an attribute or element key / value is missing, return NULL | |||||
| * | New logout test => Red alert! | Emmanuel Raviart | 2004-08-30 | 1 | -0/+22 | |
| | | ||||||
| * | Removed low-level bindings from SWIG. | Emmanuel Raviart | 2004-08-30 | 1 | -218/+32 | |
| | | | | | | In PHP, error constants keep their LASSO_ prefix (because PHP4 doesn't have the notion of namespaces). | |||||
| * | Little lean of the code | Nicolas Clapies | 2004-08-30 | 1 | -50/+44 | |
| | | ||||||
| * | PHP Binding : PHP does not handle namepaces, added lasso_ prefix for | Christophe Nowicki | 2004-08-30 | 1 | -1/+72 | |
| | | | | | all functions. | |||||
| * | Fixed problem when validating the notification : test the remote provider ↵ | Nicolas Clapies | 2004-08-30 | 1 | -21/+43 | |
| | | | | | type to get the return url | |||||
| * | Added a test in lasso_defederation_build_notification_msg() to test if the ↵ | Nicolas Clapies | 2004-08-30 | 1 | -5/+6 | |
| | | | | | federation termination service url exists | |||||
| * | Fixed call of lasso_session_remove_assertion() in the right place in ↵ | Nicolas Clapies | 2004-08-30 | 1 | -11/+18 | |
| | | | | | init_request() and process_response_msg() | |||||
| * | Fixed error in method name : renamed ↵ | Nicolas Clapies | 2004-08-30 | 1 | -1/+1 | |
| | | | | | lasso_provider_get_singleLogoutServiceURL() to lasso_provider_get_registerNameIdentifierServiceURL() | |||||
| * | Added comment in lasso_defederation_validate_notification() : indicate that ↵ | Nicolas Clapies | 2004-08-30 | 1 | -1/+1 | |
| | | | | | query is not signed because of the crypted optional relay state | |||||
| * | Added building of federation termination notification return url with QUERY ↵ | Nicolas Clapies | 2004-08-30 | 1 | -7/+16 | |
| | | | | | if a RelayState is in the notification | |||||
| * | Added lasso_logout_new_from_dump(). Need to be tested | Nicolas Clapies | 2004-08-30 | 1 | -60/+66 | |
| | | ||||||
| * | Added parsing of status code value in ↵ | Nicolas Clapies | 2004-08-30 | 1 | -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 Clapies | 2004-08-30 | 1 | -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 can | Emmanuel Raviart | 2004-08-30 | 1 | -1/+18 | |
| | | | | | work on it). | |||||
| * | swig generate new objects/filenames | Frederic Peters | 2004-08-30 | 2 | -12/+9 | |
| | | ||||||
| * | returns 0 on success | Frederic Peters | 2004-08-30 | 1 | -0/+2 | |
| | | ||||||
| * | SWIG high-level binding now uses camelCase. | Emmanuel Raviart | 2004-08-29 | 7 | -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 have | Emmanuel Raviart | 2004-08-29 | 1 | -1/+1 | |
| | | | | | removed the -noproxy option. | |||||
| * | updated c# binding for new class names | Frederic Peters | 2004-08-29 | 2 | -42/+27 | |
| | | ||||||
| * | some tests do not have descriptions | Frederic Peters | 2004-08-29 | 1 | -0/+2 | |
| | | ||||||
| * | corretly escape xml | Frederic Peters | 2004-08-29 | 1 | -7/+6 | |
| | | ||||||
| * | Removed obsolete Python doc. | Emmanuel Raviart | 2004-08-29 | 13 | -1972/+0 | |
| | | ||||||
| * | When Lasso doesn't recognize the URL query, it now throws a SyntaxError | Emmanuel Raviart | 2004-08-29 | 2 | -22/+42 | |
| | | | | | exception. | |||||
| * | Removed references to lassomod in .cvsignore. | Emmanuel Raviart | 2004-08-28 | 1 | -2/+0 | |
| | | ||||||
| * | SWIG now produces high-level bindings. | Emmanuel Raviart | 2004-08-28 | 15 | -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 Peters | 2004-08-28 | 1 | -1/+1 | |
| | | ||||||
| * | xml encoding of special characters (&, <, >) | Frederic Peters | 2004-08-28 | 1 | -0/+4 | |
| | | ||||||
| * | new URLs and version info for 0.3.0 | Frederic Peters | 2004-08-28 | 1 | -4/+11 | |
| | | ||||||
| * | Converted Identity & Session to real objects in SWIG bindings. | Emmanuel Raviart | 2004-08-28 | 2 | -48/+49 | |
| | | ||||||
| * | Hide LibAuthnRequest attributes from SWIG binding. | Emmanuel Raviart | 2004-08-28 | 1 | -27/+0 | |
| | | ||||||
| * | Added preliminary error throwing in SWIG binding. | Emmanuel Raviart | 2004-08-28 | 1 | -19/+40 | |
| | | | | | Replaced simple object methods whith #define. | |||||
| * | Converted SWIG Server into a high-level class with new_from_dump static | Emmanuel Raviart | 2004-08-28 | 2 | -50/+47 | |
| | | | | | method and default value for some arguments. | |||||
| * | Renamed login_tests.py to profiles_tests.py. | Emmanuel Raviart | 2004-08-28 | 2 | -5/+36 | |
| | | | | | Added Server tests (=> discovered bug #265). | |||||
| * | Transformed LassoAuthnRequest as a true SWIG class with attributes and | Emmanuel Raviart | 2004-08-27 | 3 | -67/+129 | |
| | | | | | methods for all bindings. | |||||
| * | *** empty log message *** | Nicolas Clapies | 2004-08-27 | 1 | -5/+19 | |
| | | ||||||
| * | *** empty log message *** | Nicolas Clapies | 2004-08-27 | 1 | -1/+12 | |
| | | ||||||
| * | Added method Logout.reset_session_index in Python high-level binding. | Emmanuel Raviart | 2004-08-27 | 1 | -0/+5 | |
| | | ||||||
| * | *** empty log message *** | Nicolas Clapies | 2004-08-27 | 1 | -10/+129 | |
| | | ||||||
| * | Added support for "invalid query" errors in Python high-level binding. | Emmanuel Raviart | 2004-08-27 | 1 | -1/+10 | |
| | | ||||||
| * | *** empty log message *** | Nicolas Clapies | 2004-08-27 | 1 | -1/+1 | |
| | | ||||||
| * | Renamed method name lasso_session_get_next_assertion_remote_providerID to ↵ | Nicolas Clapies | 2004-08-27 | 1 | -1/+1 | |
| | | | | | lasso_session_get_next_providerID | |||||
| * | Added return of code error LASSO_PROFILE_ERROR_INVALID_QUERY when an error ↵ | Nicolas Clapies | 2004-08-27 | 1 | -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 Clapies | 2004-08-27 | 3 | -0/+9 | |
| | | | | | occurs while parsing a query message | |||||
| * | Corrected SWIG binding. | Emmanuel Raviart | 2004-08-27 | 3 | -11/+31 | |
| | | | | | Corrected Python tests. | |||||
| * | Added index attribute (session->index_providerID) of next provider id ↵ | Nicolas Clapies | 2004-08-27 | 4 | -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 Raviart | 2004-08-27 | 2 | -45/+74 | |
| | | | | | attributes of profiles, with SWIG read-only attributes. | |||||
