| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Fixed problem when checking all remote SP from IDP in ↵ | Nicolas Clapies | 2004-09-03 | 3 | -5/+7 | |
| | | | | | lasso_logout_validate_request() : replaced lasso_provider_get_singleLogoutProtocolProfile(provider, lassoProviderTypeIdp, NULL) with lasso_provider_get_singleLogoutProtocolProfile(provider, lassoProviderTypeSp, NULL) | |||||
| * | Updated of lasso_logout_validate_request() : now it returns a code error of ↵ | Nicolas Clapies | 2004-09-03 | 1 | -3/+6 | |
| | | | | | -301 (unsupported profile) if an IDP receiving a LogoutRequest via SOAP detects other SPs dont support SOAP method. | |||||
| * | Updated process of artifact : now the IDP generates an artifact either or ↵ | Nicolas Clapies | 2004-09-03 | 3 | -28/+278 | |
| | | | | | not the user authentication succeeded. When the SP resends the artifact to the IDP in a samlp:Request, it builds a samlp:Response message with Success status code value. If an assertion is found from artifact, then it adds it to the response. Finally, the IDP responds to the SP with the SOAP message | |||||
| * | another serie of ignored files | Frederic Peters | 2004-09-02 | 2 | -0/+13 | |
| | | ||||||
| * | ignore some files | Frederic Peters | 2004-09-02 | 1 | -0/+3 | |
| | | ||||||
| * | ignore a bunch of things | Frederic Peters | 2004-09-02 | 1 | -2/+27 | |
| | | ||||||
| * | Added missing .cvsignore in tests/data/ | Emmanuel Raviart | 2004-09-02 | 5 | -0/+10 | |
| | | ||||||
| * | things were overcomplicated; simplify a bit (for example the DEPDIR dirty | Frederic Peters | 2004-09-02 | 4 | -116/+41 | |
| | | | | | | things was necessary because variables were overused; ask me for details if you want) | |||||
| * | new classes -> new files | Frederic Peters | 2004-09-02 | 1 | -1/+2 | |
| | | ||||||
| * | disable xmlsec version check | Frederic Peters | 2004-09-02 | 1 | -0/+2 | |
| | | ||||||
| * | Removed lasso_session_remove_assertion() in lasso_logout_init_request() at ↵ | Nicolas Clapies | 2004-09-01 | 1 | -2/+4 | |
| | | | | | IDP with HTTP Redirect method, added remove of assertion if at IDP and HTTP redirect | |||||
| * | *** empty log message *** | Nicolas Clapies | 2004-09-01 | 2 | -14/+0 | |
| | | ||||||
| * | Removed in python test, hard coded logout dump test, fixed a bug in ↵ | Nicolas Clapies | 2004-09-01 | 1 | -3/+8 | |
| | | | | | lasso_logout_new_from_dump() when setting provider id index | |||||
| * | PHP IdP Sample : | Christophe Nowicki | 2004-09-01 | 8 | -0/+974 | |
| | | | | | | | - setup system is working - user management (add, delete, etc ...) - sso login in progress | |||||
| * | Moved support of provider index from session to logout. Now only the logout ↵ | Nicolas Clapies | 2004-09-01 | 5 | -95/+82 | |
| | | | | | knows the current index of the provider id to request, and the session can only return the provider id from an index | |||||
| * | Added support of index ProviderID in lasso_session_dump() and ↵ | Nicolas Clapies | 2004-09-01 | 1 | -3/+19 | |
| | | | | | lasso_session_new_from_dump() | |||||
| * | Fixed bug when getting relay state in lasso_logout_process_response_msg() | Nicolas Clapies | 2004-09-01 | 1 | -1/+1 | |
| | | ||||||
| * | Corrected Request and Response for Logout and request for Federation | Emmanuel Raviart | 2004-09-01 | 1 | -3/+4 | |
| | | | | | Termination Notification in SWIG. | |||||
| * | removed extra parentheses after return statements; | Frederic Peters | 2004-09-01 | 46 | -420/+412 | |
| | | ||||||
| * | Added free of temporary node object in lasso_logout_new_from_dump() | Nicolas Clapies | 2004-09-01 | 1 | -0/+2 | |
| | | ||||||
| * | Added parse support of xml message in ↵ | Nicolas Clapies | 2004-09-01 | 1 | -0/+23 | |
| | | | | | lasso_logout_response_new_from_export(), added private method lasso_logout_response_new_from_export() | |||||
| * | Fixed bug when parsing from an export message in ↵ | Nicolas Clapies | 2004-09-01 | 1 | -3/+0 | |
| | | | | | lasso_logout_request_new_from_xml() : call to lasso_node_destroy() at the wrong place | |||||
| * | LassoSession.getAuthenticationMethod argument is now optional. | Emmanuel Raviart | 2004-09-01 | 1 | -2/+2 | |
| | | ||||||
| * | Fix addProvider bug | Christophe Nowicki | 2004-09-01 | 1 | -1/+1 | |
| | | ||||||
| * | Replaced lasso_session_get_next_providerID() with ↵ | Nicolas Clapies | 2004-09-01 | 1 | -1/+1 | |
| | | | | | lasso_session_get_first_providerID() | |||||
| * | Removed set of msg_relayState in lasso_logout_process_request(), it has no ↵ | Nicolas Clapies | 2004-09-01 | 1 | -6/+4 | |
| | | | | | meaning here, but set the msg_relayState in lasso_logout_process_response_msg() | |||||
| * | Added a new Python logout test: Make the same Logout.newFromDump enough | Emmanuel Raviart | 2004-08-31 | 1 | -0/+21 | |
| | | | | | times => segfault. | |||||
| * | Corrected request and respond for profiles others than login. | Emmanuel Raviart | 2004-08-31 | 1 | -94/+105 | |
| | | | | | | Added relayState attribute to LogoutRequest, but it doesn't work. I believe, this is a Lasso bug. | |||||
| * | Added method lasso_session_get_first_providerID(). Now to get the first ↵ | Nicolas Clapies | 2004-08-31 | 2 | -0/+27 | |
| | | | | | providerID use it instead of lasso_session_get_next_providerID() | |||||
| * | fixed bug in lasso_logout_dump() and lasso_logout_new_from_dump() | Nicolas Clapies | 2004-08-31 | 2 | -22/+48 | |
| | | ||||||
| * | Added setting of isPassive to False in doc. | Emmanuel Raviart | 2004-08-31 | 1 | -1/+2 | |
| | | ||||||
| * | strcmp is used; string.h must be included | Frederic Peters | 2004-08-31 | 1 | -0/+2 | |
| | | ||||||
| * | g_sprintf is used; gprintf.h must be included | Frederic Peters | 2004-08-31 | 1 | -1/+4 | |
| | | ||||||
| * | default: in switches | Frederic Peters | 2004-08-31 | 1 | -0/+9 | |
| | | ||||||
| * | removed unused variables | Frederic Peters | 2004-08-31 | 1 | -3/+0 | |
| | | ||||||
| * | g_sprintf is used; glib/gprintf.h must be included | Frederic Peters | 2004-08-31 | 1 | -0/+2 | |
| | | ||||||
| * | strlen is used; string.h must be included | Frederic Peters | 2004-08-31 | 1 | -0/+2 | |
| | | ||||||
| * | properly cast request to needed type | Frederic Peters | 2004-08-31 | 1 | -1/+1 | |
| | | ||||||
| * | default: to set descriptor to NULL; so it won't be undefined on the next line | Frederic Peters | 2004-08-31 | 1 | -0/+3 | |
| | | | | | where it was tested. | |||||
| * | xmlSecBase64Encode is used; xmlsec/base64.h must be included | Frederic Peters | 2004-08-31 | 1 | -0/+1 | |
| | | ||||||
| * | g_sprintf is used; gprintf.h must be included; default: statement in switch. | Frederic Peters | 2004-08-31 | 1 | -0/+4 | |
| | | ||||||
| * | Added support of code error LASSO_PROFILE_ERROR_MISSING_REQUEST in ↵ | Nicolas Clapies | 2004-08-31 | 1 | -4/+2 | |
| | | | | | lasso_logout_build_response_msg() | |||||
| * | Added code error : LASSO_PROFILE_ERROR_MISSING_REQUEST. It indicates that ↵ | Nicolas Clapies | 2004-08-31 | 3 | -0/+5 | |
| | | | | | lasso needs a request to process a task. For example, when building a response message | |||||
| * | cvs must ignore cil and dev packages directory | Frederic Peters | 2004-08-31 | 1 | -1/+2 | |
| | | ||||||
| * | php4 packaging and renamed liblasso0-python2.3 to python2.3-lasso | Frederic Peters | 2004-08-31 | 7 | -13/+33 | |
| | | ||||||
| * | Typo correction. | Emmanuel Raviart | 2004-08-31 | 1 | -1/+1 | |
| | | ||||||
| * | Fixed bug when attempting to parse a query message : now if a key / value ↵ | Nicolas Clapies | 2004-08-31 | 1 | -0/+15 | |
| | | | | | with = is incomplete, it skips it and completes the process of the list | |||||
| * | Added in parse of query a test if the data list is not NULL | Nicolas Clapies | 2004-08-31 | 4 | -2/+18 | |
| | | ||||||
| * | Added Lasso version constants to SWIG. | Emmanuel Raviart | 2004-08-31 | 1 | -0/+10 | |
| | | ||||||
| * | Testing logout.processResponseMsg with a really bad URL. => red alert. | Emmanuel Raviart | 2004-08-31 | 1 | -3/+25 | |
| | | ||||||
