summaryrefslogtreecommitdiffstats
path: root/lasso/id-ff/logout.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix license boilerplatesSimo Sorce2013-12-031-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 methodsBenjamin Dauvergne2010-07-121-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 codeBenjamin Dauvergne2009-08-261-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 blanksBenjamin Dauvergne2008-09-121-6/+6
|
* updated Copyright dates in all filesDamien Laniel2007-05-301-1/+1
|
* Updated Copyright and authors.Emmanuel Raviart2005-01-221-3/+2
|
* moved remaining lasso[A-Z].* enums to Lasso[A-Z].*Frederic Peters2004-12-311-2/+2
|
* formatted for easier processingFrederic Peters2004-12-041-1/+1
|
* indentation workFrederic Peters2004-11-251-1/+1
|
* limit line length to 100 characters.Frederic Peters2004-11-251-2/+4
|
* renamed private struct member to private_data (gtk+ does it like that)Frederic Peters2004-11-221-1/+1
|
* renamed lasso/environs/ to lasso/id-ff/Frederic Peters2004-11-151-1/+1
|
* Done with the move to structures and the removal of protocols/ (lasso branchedFrederic Peters2004-10-271-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 Clapies2004-09-061-1/+1
|
* *** empty log message ***Nicolas Clapies2004-09-061-1/+3
|
* Added lasso_logout_dump() to logout.hNicolas Clapies2004-09-061-0/+2
|
* Moved support of provider index from session to logout. Now only the logout ↵Nicolas Clapies2004-09-011-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 Clapies2004-08-271-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 Clapies2004-08-261-1/+2
| | | | can choose a specific logout protocol profile depending on the http method value of this param
* *** empty log message ***Nicolas Clapies2004-08-261-2/+2
|
* udpate of logout and federation profilesNicolas Clapies2004-08-181-2/+0
|
* updated doc in logout, fixed Feature Requests item #253, must be tested, ↵Nicolas Clapies2004-08-171-1/+4
| | | | added doc to federation termination notification
* removed unwanted attribute in logout objectNicolas Clapies2004-08-171-1/+1
|
* added API doc commentsNicolas Clapies2004-08-161-4/+4
|
* Renamed enums (Bug #225):Valery Febvre2004-08-041-16/+16
| | | | | | lassoMessageTypes,lassoHttpMethods,lassoRequestTypes into lassoMessageType,lassoHttpMethod,lassoRequestType
* Renamed enum lassoProviderTypes into lassoProviderType (Bug #225)Valery Febvre2004-08-041-2/+2
|
* replace load_request_msg() with process_request_msg(), process_request() ↵Nicolas Clapies2004-08-031-2/+2
| | | | with validate_request(), remove assertion of the authenticated principal in validate_request()
* LassoProfileContext class was renamed into LassoProfileValery Febvre2004-07-291-3/+3
|
* Move first_* to initial_* varsNicolas Clapies2004-07-271-4/+3
|
* Removed obsolete logout method load_from_dump.Emmanuel Raviart2004-07-261-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 Febvre2004-07-261-11/+7
|
* acces to RelayState in logout objectNicolas Clapies2004-07-261-13/+12
|
* Finished to implement lasso_login_destroy() and lasso_logout_destroy() methodsValery Febvre2004-07-261-0/+2
|
* Removed nameIdentifier attribute in Logout objectValery Febvre2004-07-261-3/+1
| | | | There is already a nameIdientifier attribute in ProfileContext class
* fix the problem of setting the user environ in SOAP method :Nicolas Clapies2004-07-251-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 idpNicolas Clapies2004-07-231-0/+7
|
* Added Nicolas to authors.Emmanuel Raviart2004-07-221-2/+2
|
* Fixed a typing error: LASSP_... -> LASSO_...Valery Febvre2004-07-181-1/+1
|
* *** empty log message ***Nicolas Clapies2004-07-161-0/+2
|
* *** empty log message ***Nicolas Clapies2004-07-131-3/+3
|
* *** empty log message ***Valery Febvre2004-07-131-14/+14
|
* *** empty log message ***Nicolas Clapies2004-07-121-1/+0
|
* *** empty log message ***Nicolas Clapies2004-07-091-3/+12
|
* *** empty log message ***Valery Febvre2004-07-081-1/+2
|
* logout support in makefile.amNicolas Clapies2004-07-081-7/+11
|
* *** empty log message ***Nicolas Clapies2004-07-061-6/+10
|
* initial versionNicolas Clapies2004-06-251-0/+67