summaryrefslogtreecommitdiffstats
path: root/lasso/id-ff/session.h
Commit message (Expand)AuthorAgeFilesLines
* [core] add simpler storage for SessionIndexes in the LassoSessionBenjamin Dauvergne2011-12-221-0/+7
* [Core] change return type of all error returning methodsBenjamin Dauvergne2010-07-121-2/+2
* Export more assertion access API for LassoSessionBenjamin Dauvergne2010-01-251-0/+5
* Core: complete documentation on LassoSessionBenjamin Dauvergne2010-01-181-2/+10
* Core: unseal LassoSession public fieldBenjamin Dauvergne2009-09-111-4/+3
* Docs: change the doc production and lot of other fixesBenjamin Dauvergne2009-08-261-5/+1
* All: Rework include files handling, separated ID-WSF code from SAML2/ID-FF codeBenjamin Dauvergne2009-08-261-2/+1
* ID-FF&Core: Seal public field of LassoSessionBenjamin Dauvergne2009-08-261-2/+2
* fixed binding generationDamien Laniel2009-02-061-2/+2
* documentation-related fixesDamien Laniel2009-01-261-1/+2
* Core: add decorator on GList return value in LassoSession headerBenjamin Dauvergne2009-01-241-1/+5
* * Remove ending blanksBenjamin Dauvergne2008-09-121-6/+6
* Add an index of assertions by ID and two new functionBenjamin Dauvergne2008-08-011-1/+0
* added item types for GHashTableDamien Laniel2007-11-131-1/+2
* updated Copyright dates in all filesDamien Laniel2007-05-301-1/+1
* replaced svcMDs with svcMDIDs in identity and moved EPRs from identity to ses...Damien Laniel2007-05-081-0/+2
* new lasso_session_get_assertions, returns GList* of (incref'd) assertionsFrederic Peters2005-01-261-1/+3
* Updated Copyright and authors.Emmanuel Raviart2005-01-221-3/+2
* Moved #LassoSession private functions (limited to Lasso internal use) to a newFrederic Peters2004-12-301-20/+1
* Store status in session to be restored for samlp:Response usage. This meansFrederic Peters2004-12-291-0/+7
* documented #LassoSession. Removed lasso_session_get_authentication_method andFrederic Peters2004-12-231-5/+0
* indentation workFrederic Peters2004-11-251-1/+1
* limit line length to 100 characters.Frederic Peters2004-11-251-5/+7
* renamed private struct member to private_data (gtk+ does it like that)Frederic Peters2004-11-221-1/+1
* Done with the move to structures and the removal of protocols/ (lasso branchedFrederic Peters2004-10-271-26/+19
* Fixed bug #303Valery Febvre2004-09-271-1/+1
* Moved support of provider index from session to logout. Now only the logout k...Nicolas Clapies2004-09-011-6/+2
* Added method lasso_session_get_first_providerID(). Now to get the first provi...Nicolas Clapies2004-08-311-0/+2
* Added index attribute (session->index_providerID) of next provider id returne...Nicolas Clapies2004-08-271-6/+11
* Fixed a typing mistakeValery Febvre2004-07-301-1/+1
* Added new attribute is_durty in LassoIdentity & LassoSession classesValery Febvre2004-07-301-0/+2
* Added session classValery Febvre2004-07-291-0/+93