summaryrefslogtreecommitdiffstats
path: root/lasso/Attic/protocols/logout_response.c
Commit message (Collapse)AuthorAgeFilesLines
* Replaced old debug() calls by the 2 new functions debug() and message()Valery Febvre2004-07-241-6/+6
|
* update of logout with better support of propagation from idpNicolas Clapies2004-07-231-2/+10
|
* - Added a third arg (GError **err) in lasso_node_get_attr_value()Valery Febvre2004-07-231-6/+20
| | | | | | method to report errors - Replaced some lasso_provider_get_providerID() by direct access to ProviderID attribute of server objects
* unused variable `consent'Frederic Peters2004-07-221-1/+1
|
* update internal code to use new_from_export styleNicolas Clapies2004-07-201-31/+46
|
* replaced C++ // comments with C /* */ comments before we fall on a pre-C99Frederic Peters2004-07-151-3/+3
| | | | compiler.
* *** empty log message ***Nicolas Clapies2004-07-131-1/+1
|
* Renamed attribut to attribute.Emmanuel Raviart2004-07-131-1/+1
|
* *** empty log message ***Nicolas Clapies2004-07-091-0/+12
|
* Added some lasso_node_destroy()Valery Febvre2004-05-251-10/+19
|
* Many many memory leaks fixedValery Febvre2004-05-151-3/+8
|
* all lasso_node_load_from_buffer() replaced by lasso_node_import()Valery Febvre2004-05-131-1/+1
|
* minor changesValery Febvre2004-05-051-140/+131
|
* update of constructorsNicolas Clapies2004-05-051-1/+1
|
* add constructors for LogoutRequest and LogoutResponseNicolas Clapies2004-05-041-45/+171
|
* cosmeticValery Febvre2004-05-021-0/+1
|
* *** empty log message ***Valery Febvre2004-04-271-3/+6
|
* add optional element and attribute for LogoutRequest/ResponseNicolas Clapies2004-04-271-1/+6
|
* add LogoutRequest and LogoutResponseNicolas Clapies2004-04-231-0/+112