summaryrefslogtreecommitdiffstats
path: root/lasso/id-ff
Commit message (Expand)AuthorAgeFilesLines
* Added new attribute is_durty in LassoIdentity & LassoSession classesValery Febvre2004-07-304-10/+26
* update of examples to user identity and session objectsNicolas Clapies2004-07-301-1/+11
* LassoProfileContext class was renamed into LassoProfileValery Febvre2004-07-2914-673/+688
* LassoUser class was splited into 2 new classes (LassoSession & LassoIdentity)Valery Febvre2004-07-292-760/+0
* UpdateValery Febvre2004-07-2911-244/+321
* Renamed LassoIdentity class into LassoFederation andValery Febvre2004-07-293-4/+518
* update of registration example in CNicolas Clapies2004-07-291-43/+55
* update of register name identifierNicolas Clapies2004-07-292-134/+59
* Added session classValery Febvre2004-07-293-0/+528
* Removed memory leaksValery Febvre2004-07-291-29/+38
* Inverted only 2 lines :-)Valery Febvre2004-07-281-3/+4
* Just a typing mistakeValery Febvre2004-07-281-1/+1
* *** empty log message ***Valery Febvre2004-07-283-7/+7
* server attribute is now a copy in lasso_logout_new()Valery Febvre2004-07-281-4/+4
* Atrributes server & user are now copied in lasso_login_new()Valery Febvre2004-07-281-4/+4
* Added destroy calls for server & user attributes in lasso_profile_context_dis...Valery Febvre2004-07-281-4/+6
* Added lasso_user_copy() methodValery Febvre2004-07-282-9/+95
* Added lasso_server_copy() methodValery Febvre2004-07-282-19/+48
* debug messagesNicolas Clapies2004-07-271-1/+4
* update of federation terminationNicolas Clapies2004-07-272-68/+93
* remove useless debug messageNicolas Clapies2004-07-271-1/+0
* Move first_* to initial_* varsNicolas Clapies2004-07-272-25/+26
* *** empty log message ***Valery Febvre2004-07-271-6/+3
* Removed 2 useless lasso_node_copyValery Febvre2004-07-271-2/+2
* fix a bug in python binding user_add_assertion : give obj of python assertion...Nicolas Clapies2004-07-262-1/+6
* Removed obsolete logout method load_from_dump.Emmanuel Raviart2004-07-262-18/+0
* *** empty log message ***Valery Febvre2004-07-261-11/+7
* Added lasso_profile_context_set_user_from_dump methodValery Febvre2004-07-262-2/+18
* Removed arg user in lasso_login_newValery Febvre2004-07-262-5/+2
* acces to RelayState in logout objectNicolas Clapies2004-07-262-29/+44
* *** empty log message ***Valery Febvre2004-07-261-3/+3
* Added consent attribute check in lasso_login_process_federation() functionValery Febvre2004-07-261-21/+45
* set a few variables to NULL after they'be freed; and don't free providerID inFrederic Peters2004-07-261-1/+11
* Finished to implement lasso_login_destroy() and lasso_logout_destroy() methodsValery Febvre2004-07-264-2/+68
* Removed nameIdentifier attribute in Logout objectValery Febvre2004-07-262-4/+3
* this is a debug message; please.Frederic Peters2004-07-261-1/+1
* Removed many memory leaksValery Febvre2004-07-262-43/+62
* Removed many memory leaksValery Febvre2004-07-252-11/+19
* Finished to implement lasso_user_destroy() methodValery Febvre2004-07-251-77/+123
* moved as debug() two messages (those were interfering with the test suite)Frederic Peters2004-07-252-2/+2
* use message functions to show message (fix #217)Frederic Peters2004-07-252-3/+3
* Finished to implement lasso_server_destroy() methodValery Febvre2004-07-252-6/+23
* Replaced 2 debug(ERROR, ...) by new message(G_LOG_LEVEL_ERROR, ...) functionValery Febvre2004-07-251-12/+12
* Added missing return statement.Emmanuel Raviart2004-07-251-0/+1
* Many little fixsValery Febvre2004-07-252-6/+10
* Moved nameIdentifer attribute of Login object in ProfileContextValery Febvre2004-07-254-15/+19
* fix the problem of setting the user environ in SOAP method :Nicolas Clapies2004-07-252-18/+66
* *** empty log message ***Nicolas Clapies2004-07-251-1/+1
* udpate of C lecp, add python lecpNicolas Clapies2004-07-251-17/+10
* Replaced old debug() calls by the 2 new functions debug() and message()Valery Febvre2004-07-249-190/+193