summaryrefslogtreecommitdiffstats
path: root/lasso/id-ff/defederation.h
Commit message (Collapse)AuthorAgeFilesLines
* documenting #LassoIdentity and #LassoFederationFrederic Peters2004-12-221-1/+1
|
* removed unnecessary private_data in LassoFederation; consequence beingFrederic Peters2004-12-091-2/+0
| | | | instance_init, class_init, dispose and finalise have also been removed.
* limit line length to 100 characters.Frederic Peters2004-11-251-19/+21
|
* renamed private struct member to private_data (gtk+ does it like that)Frederic Peters2004-11-221-2/+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-12/+7
| | | | | | | | 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.
* Added a param to method lasso_defederation_init_notification(). Now if it is ↵Nicolas Clapies2004-08-261-1/+2
| | | | set, lasso can choose a specific defederation protocol profile depending on the http method value of this param
* Added missing private attribute, private variable and desallocation methods ↵Nicolas Clapies2004-08-251-0/+3
| | | | : LassoDefederationPrivate *private in LassoDefederation object, static GObjectClass *parent_class in C file, lasso_defederation_dispose() and lasso_defederation_finalize() in LassoFederation object
* renamed lasso/environs/federation_termination.* to lasso/environs/defederation.*Nicolas Clapies2004-08-241-0/+82