summaryrefslogtreecommitdiffstats
path: root/lasso/id-ff/session.c
Commit message (Expand)AuthorAgeFilesLines
...
* check all function arguments in session and identityDamien Laniel2007-06-071-9/+18
* check session existenceDamien Laniel2007-06-071-2/+5
* updated Copyright dates in all filesDamien Laniel2007-05-301-1/+1
* don't use g_return_if_fail hereDamien Laniel2007-05-091-1/+2
* moved session check to where it's really neededDamien Laniel2007-05-091-0/+2
* replaced svcMDs with svcMDIDs in identity and moved EPRs from identity to ses...Damien Laniel2007-05-081-2/+132
* fixed all occurences of returning a negative number unspecified in errors.hFrederic Peters2006-12-271-14/+12
* changed lasso_session_get_assertions not to g_object_ref assertions, so theyFrederic Peters2006-11-081-2/+2
* fixing saml2 sso error cases (on ispassive)Frederic Peters2006-11-061-4/+4
* check session is not NULL even in functions where it shouldn't happen; sinceFrederic Peters2006-09-291-0/+23
* starting SAML 2 logoutFrederic Peters2005-11-211-2/+3
* SAML 2.0 support (only web-sso for the moment)Frederic Peters2005-11-201-2/+2
* reinitialize assertion provider id list only on reset_provider_id_indexFrederic Peters2005-08-141-6/+20
* correctly reset list before rebuilding itFrederic Peters2005-08-141-1/+6
* get_assertions() called with NULL will return every assertionsFrederic Peters2005-08-081-3/+15
* char signedness for gcc 4 (id-wsf part has not been done)Frederic Peters2005-07-301-12/+14
* Fixed mistake about prototype of lasso_session_dump().Nicolas Clapies2005-06-271-5/+2
* Now lasso_identity_new_from_dump() and lasso_session_new_from_dump() return N...Nicolas Clapies2005-06-271-4/+14
* added tests to fix bug #407 and avoir similar onesFrederic Peters2005-02-041-0/+6
* new lasso_session_get_assertions, returns GList* of (incref'd) assertionsFrederic Peters2005-01-261-1/+22
* Updated Copyright and authors.Emmanuel Raviart2005-01-221-3/+2
* removed individual debug() statements in dispose() and finalize(); replaced byFrederic Peters2005-01-041-4/+0
* completely handle memory management for sessionsFrederic Peters2005-01-041-5/+3
* Removed second and third parameters of lasso_node_dump since @encoding isFrederic Peters2005-01-011-1/+1
* memory management for #LassoIdentity and #LassoSession (partial)Frederic Peters2004-12-301-2/+7
* fixing object refcounting in login/logout and proper object destruction toFrederic Peters2004-12-301-0/+2
* Moved #LassoSession private functions (limited to Lasso internal use) to a newFrederic Peters2004-12-301-0/+1
* Store status in session to be restored for samlp:Response usage. This meansFrederic Peters2004-12-291-5/+113
* documented #LassoSession. Removed lasso_session_get_authentication_method andFrederic Peters2004-12-231-18/+69
* Added differentiation between creating xmlnode for lasso use (the _dumpFrederic Peters2004-12-191-2/+2
* pointers are %p in format strings, not %xFrederic Peters2004-12-151-2/+2
* memory management workFrederic Peters2004-12-151-5/+1
* reenabled lasso_session_destroy()Frederic Peters2004-12-131-1/+1
* overridden spelling fix caused alignment wreckageFrederic Peters2004-12-101-1/+1
* The past participle of "to override" is overridden.Emmanuel Raviart2004-12-071-1/+1
* extra consistency check in lasso_session_get_provider_indexFrederic Peters2004-11-291-6/+7
* limit line length to 100 characters.Frederic Peters2004-11-251-3/+5
* renamed private struct member to private_data (gtk+ does it like that)Frederic Peters2004-11-221-10/+10
* cleaning #includesFrederic Peters2004-11-161-3/+0
* renamed lasso/environs/ to lasso/id-ff/Frederic Peters2004-11-151-1/+1
* return value on init_from_xml; and minor tweaks to code styleFrederic Peters2004-11-091-1/+2
* removal of \n at end of error messagesFrederic Peters2004-10-271-2/+2
* Done with the move to structures and the removal of protocols/ (lasso branchedFrederic Peters2004-10-271-367/+192
* Fixed a bug in instance_init() methods of LassoIdentity and LassoSession classesValery Febvre2004-10-011-1/+1
* Fixed bug #303Valery Febvre2004-09-271-5/+5
* a bit late; fixed use of unitialized variables (-Wuninitialized needs -O)Frederic Peters2004-09-061-1/+0
* Added version attribute in lasso dump messagesNicolas Clapies2004-09-061-0/+4
* missing includes, unusued variables, usual saturday stuff.Frederic Peters2004-09-041-2/+0
* Fixed problem when checking all remote SP from IDP in lasso_logout_validate_r...Nicolas Clapies2004-09-031-3/+1
* Moved support of provider index from session to logout. Now only the logout k...Nicolas Clapies2004-09-011-52/+15