| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix license boilerplates | Simo Sorce | 2013-12-03 | 1 | -2/+1 |
| | | | | | | | | Instad of referring to an old FSF address, point the reader to the FSF website where the latest licenses and addresses are published. Signed-off-by: Simo Sorce <simo@redhat.com> | ||||
| * | [Core] change return type of all error returning methods | Benjamin Dauvergne | 2010-07-12 | 1 | -7/+7 |
| | | | | | | The new return type is lasso_error_t, it should allow to pinpoint easily methods returning an error code in bindings. | ||||
| * | All: Rework include files handling, separated ID-WSF code from SAML2/ID-FF code | Benjamin Dauvergne | 2009-08-26 | 1 | -3/+3 |
| | | | | | | | | | | | | | | * nearly all C files: change includes for relative paths. * lasso/id-wsf/id_wsf.h, lasso/id-wsf-2.0/id_wsf_2.h: add top level public include files for ID-WSF 1.0 and ID-WSF 2.0. * lasso/id-ff/server.*, lasso/id-ff/session.*, lasso/id-ff/identity.*: remove most of the code related to ID-WSF and push into lasso/id-wsf/id_ff_extensions.* and lasso/id-wsf-2.0/identity.c, lasso/id-wsf-2.0/server.c, lasso/id-wsf-2.0/session.c. * lasso/id-wsf-2.0/saml2_login.c, lasso/id-wsf-2.0/saml2_login_private.h: same change but for ID-WSF 2.0 support in SAML2 SSO profile. | ||||
| * | * Remove ending blanks | Benjamin Dauvergne | 2008-09-12 | 1 | -6/+6 |
| | | |||||
| * | updated Copyright dates in all files | Damien Laniel | 2007-05-30 | 1 | -1/+1 |
| | | |||||
| * | Updated Copyright and authors. | Emmanuel Raviart | 2005-01-22 | 1 | -3/+2 |
| | | |||||
| * | moved remaining lasso[A-Z].* enums to Lasso[A-Z].* | Frederic Peters | 2004-12-31 | 1 | -2/+2 |
| | | |||||
| * | formatted for easier processing | Frederic Peters | 2004-12-04 | 1 | -1/+1 |
| | | |||||
| * | indentation work | Frederic Peters | 2004-11-25 | 1 | -1/+1 |
| | | |||||
| * | limit line length to 100 characters. | Frederic Peters | 2004-11-25 | 1 | -2/+4 |
| | | |||||
| * | renamed private struct member to private_data (gtk+ does it like that) | Frederic Peters | 2004-11-22 | 1 | -1/+1 |
| | | |||||
| * | renamed lasso/environs/ to lasso/id-ff/ | Frederic Peters | 2004-11-15 | 1 | -1/+1 |
| | | |||||
| * | Done with the move to structures and the removal of protocols/ (lasso branched | Frederic Peters | 2004-10-27 | 1 | -21/+16 |
| | | | | | | | | | on October 2nd; occasional merges since then). - Compatible with current souk test suites. - Missing memory management for everything in xml/ - Missing xmlsec support for SOAP messages. | ||||
| * | *** empty log message *** | Nicolas Clapies | 2004-09-06 | 1 | -1/+1 |
| | | |||||
| * | *** empty log message *** | Nicolas Clapies | 2004-09-06 | 1 | -1/+3 |
| | | |||||
| * | Added lasso_logout_dump() to logout.h | Nicolas Clapies | 2004-09-06 | 1 | -0/+2 |
| | | |||||
| * | Moved support of provider index from session to logout. Now only the logout ↵ | Nicolas Clapies | 2004-09-01 | 1 | -21/+23 |
| | | | | | knows the current index of the provider id to request, and the session can only return the provider id from an index | ||||
| * | Added index attribute (session->index_providerID) of next provider id ↵ | Nicolas Clapies | 2004-08-27 | 1 | -3/+6 |
| | | | | | 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 | ||||
| * | Added a param to method lasso_logout_init_request(). Now if it is set, lasso ↵ | Nicolas Clapies | 2004-08-26 | 1 | -1/+2 |
| | | | | | can choose a specific logout protocol profile depending on the http method value of this param | ||||
| * | *** empty log message *** | Nicolas Clapies | 2004-08-26 | 1 | -2/+2 |
| | | |||||
| * | udpate of logout and federation profiles | Nicolas Clapies | 2004-08-18 | 1 | -2/+0 |
| | | |||||
| * | updated doc in logout, fixed Feature Requests item #253, must be tested, ↵ | Nicolas Clapies | 2004-08-17 | 1 | -1/+4 |
| | | | | | added doc to federation termination notification | ||||
| * | removed unwanted attribute in logout object | Nicolas Clapies | 2004-08-17 | 1 | -1/+1 |
| | | |||||
| * | added API doc comments | Nicolas Clapies | 2004-08-16 | 1 | -4/+4 |
| | | |||||
| * | Renamed enums (Bug #225): | Valery Febvre | 2004-08-04 | 1 | -16/+16 |
| | | | | | | | lassoMessageTypes,lassoHttpMethods,lassoRequestTypes into lassoMessageType,lassoHttpMethod,lassoRequestType | ||||
| * | Renamed enum lassoProviderTypes into lassoProviderType (Bug #225) | Valery Febvre | 2004-08-04 | 1 | -2/+2 |
| | | |||||
| * | replace load_request_msg() with process_request_msg(), process_request() ↵ | Nicolas Clapies | 2004-08-03 | 1 | -2/+2 |
| | | | | | with validate_request(), remove assertion of the authenticated principal in validate_request() | ||||
| * | LassoProfileContext class was renamed into LassoProfile | Valery Febvre | 2004-07-29 | 1 | -3/+3 |
| | | |||||
| * | Move first_* to initial_* vars | Nicolas Clapies | 2004-07-27 | 1 | -4/+3 |
| | | |||||
| * | Removed obsolete logout method load_from_dump. | Emmanuel Raviart | 2004-07-26 | 1 | -3/+0 |
| | | | | | | | | | Upgraded some residual calls to login_new & logout_new. Updated Java binding. Java unit test works (and C too, but Python still doesn't). | ||||
| * | *** empty log message *** | Valery Febvre | 2004-07-26 | 1 | -11/+7 |
| | | |||||
| * | acces to RelayState in logout object | Nicolas Clapies | 2004-07-26 | 1 | -13/+12 |
| | | |||||
| * | Finished to implement lasso_login_destroy() and lasso_logout_destroy() methods | Valery Febvre | 2004-07-26 | 1 | -0/+2 |
| | | |||||
| * | Removed nameIdentifier attribute in Logout object | Valery Febvre | 2004-07-26 | 1 | -3/+1 |
| | | | | | There is already a nameIdientifier attribute in ProfileContext class | ||||
| * | fix the problem of setting the user environ in SOAP method : | Nicolas Clapies | 2004-07-25 | 1 | -3/+14 |
| | | | | | | | | | | | | | | the problem : process_request_msg needs usr environ to verify federation and authentication. a solution : first load the request msg get the name identifier of the request find the user dump from the name identifier and load it in logout object process the request see python/examples/logout.py for the methods. | ||||
| * | update of logout with better support of propagation from idp | Nicolas Clapies | 2004-07-23 | 1 | -0/+7 |
| | | |||||
| * | Added Nicolas to authors. | Emmanuel Raviart | 2004-07-22 | 1 | -2/+2 |
| | | |||||
| * | Fixed a typing error: LASSP_... -> LASSO_... | Valery Febvre | 2004-07-18 | 1 | -1/+1 |
| | | |||||
| * | *** empty log message *** | Nicolas Clapies | 2004-07-16 | 1 | -0/+2 |
| | | |||||
| * | *** empty log message *** | Nicolas Clapies | 2004-07-13 | 1 | -3/+3 |
| | | |||||
| * | *** empty log message *** | Valery Febvre | 2004-07-13 | 1 | -14/+14 |
| | | |||||
| * | *** empty log message *** | Nicolas Clapies | 2004-07-12 | 1 | -1/+0 |
| | | |||||
| * | *** empty log message *** | Nicolas Clapies | 2004-07-09 | 1 | -3/+12 |
| | | |||||
| * | *** empty log message *** | Valery Febvre | 2004-07-08 | 1 | -1/+2 |
| | | |||||
| * | logout support in makefile.am | Nicolas Clapies | 2004-07-08 | 1 | -7/+11 |
| | | |||||
| * | *** empty log message *** | Nicolas Clapies | 2004-07-06 | 1 | -6/+10 |
| | | |||||
| * | initial version | Nicolas Clapies | 2004-06-25 | 1 | -0/+67 |
