Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added methods: | Valery Febvre | 2004-07-30 | 4 | -24/+59 | |
| | | | | | | | lasso_profile_get_identity() lasso_profile_get_session() lasso_profile_is_identity_durty() lasso_profile_is_session_durty() | |||||
* | Added some important configure options in INSTALL. | Emmanuel Raviart | 2004-07-30 | 1 | -15/+32 | |
| | ||||||
* | lecp in environs is complete | Nicolas Clapies | 2004-07-30 | 6 | -33/+98 | |
| | ||||||
* | Added new attribute is_durty in LassoIdentity & LassoSession classes | Valery Febvre | 2004-07-30 | 4 | -10/+26 | |
| | ||||||
* | Improved AUTHORS restructuration. | Emmanuel Raviart | 2004-07-30 | 1 | -22/+28 | |
| | ||||||
* | Restructured AUTHORS & README and integrated them in Lasso Book. | Emmanuel Raviart | 2004-07-30 | 3 | -57/+63 | |
| | ||||||
* | *** empty log message *** | Valery Febvre | 2004-07-30 | 2 | -231/+0 | |
| | ||||||
* | Update | Valery Febvre | 2004-07-30 | 13 | -208/+330 | |
| | ||||||
* | update of examples to user identity and session objects | Nicolas Clapies | 2004-07-30 | 1 | -1/+11 | |
| | ||||||
* | update | Valery Febvre | 2004-07-30 | 1 | -38/+38 | |
| | ||||||
* | Improved? ReST section titles. | Emmanuel Raviart | 2004-07-30 | 2 | -87/+42 | |
| | ||||||
* | Renamed ProfileContext into Profile | Valery Febvre | 2004-07-30 | 2 | -30/+30 | |
| | ||||||
* | Initial commit | Valery Febvre | 2004-07-30 | 2 | -0/+233 | |
| | ||||||
* | Added very preliminary work on Lasso Book. | Emmanuel Raviart | 2004-07-30 | 2 | -93/+275 | |
| | | | | | Modified INSTALL to be compatible with reStructured Text syntax. Is this solution an acceptable solution? | |||||
* | Added Lasso logo. | Emmanuel Raviart | 2004-07-30 | 1 | -0/+0 | |
| | ||||||
* | Update begining | Valery Febvre | 2004-07-30 | 8 | -48/+46 | |
| | ||||||
* | LassoProfileContext class was renamed into LassoProfile | Valery Febvre | 2004-07-29 | 14 | -673/+688 | |
| | ||||||
* | LassoIdentity was renamed into LassoFederation | Valery Febvre | 2004-07-29 | 2 | -381/+0 | |
| | ||||||
* | LassoUser class was splited into 2 new classes (LassoSession & LassoIdentity) | Valery Febvre | 2004-07-29 | 2 | -760/+0 | |
| | ||||||
* | Update | Valery Febvre | 2004-07-29 | 11 | -244/+321 | |
| | | | | | LassoUser class was splited into 2 classes: LassoSession & LassoIdentity LassoIdentity was renamed into LassoFederation | |||||
* | Renamed LassoIdentity class into LassoFederation and | Valery Febvre | 2004-07-29 | 6 | -6/+902 | |
| | | | | | | LassoUser class into LassoIdentity lasso/protocols/federation.c replace lasso/protocols/identity.c lasso/environs/identity.c replace lasso/environs/user.c | |||||
* | never thought about application developers; not a target ? added missing | Frederic Peters | 2004-07-29 | 1 | -1/+1 | |
| | | | | | gobject-2.0 to list of requirements. (first to feel the pain of *using* lasso) [I wonder how it went on wednesday tutorial; didn't use autotools ?] | |||||
* | lasso.pc don't set minimal version for other libraries | Frederic Peters | 2004-07-29 | 1 | -1/+1 | |
| | ||||||
* | update of registration example in C | Nicolas Clapies | 2004-07-29 | 1 | -43/+55 | |
| | ||||||
* | *** empty log message *** | Nicolas Clapies | 2004-07-29 | 2 | -2/+6 | |
| | ||||||
* | update of register name identifier | Nicolas Clapies | 2004-07-29 | 13 | -454/+287 | |
| | ||||||
* | Added session class | Valery Febvre | 2004-07-29 | 3 | -0/+528 | |
| | ||||||
* | added stupid tests to annoy developers. | Frederic Peters | 2004-07-29 | 3 | -2/+81 | |
| | ||||||
* | had detection of a patched (with XML support) check; only use srunner_set_xml | Frederic Peters | 2004-07-29 | 2 | -4/+9 | |
| | | | | if it is available. | |||||
* | Removed memory leaks | Valery Febvre | 2004-07-29 | 3 | -31/+46 | |
| | ||||||
* | Inverted only 2 lines :-) | Valery Febvre | 2004-07-28 | 1 | -3/+4 | |
| | ||||||
* | Just a typing mistake | Valery Febvre | 2004-07-28 | 1 | -1/+1 | |
| | ||||||
* | *** empty log message *** | Valery Febvre | 2004-07-28 | 3 | -7/+7 | |
| | ||||||
* | server attribute is now a copy in lasso_logout_new() | Valery Febvre | 2004-07-28 | 1 | -4/+4 | |
| | ||||||
* | Atrributes server & user are now copied in lasso_login_new() | Valery Febvre | 2004-07-28 | 1 | -4/+4 | |
| | | | | and lasso_login_new_from_dump() methods | |||||
* | Added destroy calls for server & user attributes in ↵ | Valery Febvre | 2004-07-28 | 1 | -4/+6 | |
| | | | | | | lasso_profile_context_dispose() private method. | |||||
* | Added lasso_user_copy() method | Valery Febvre | 2004-07-28 | 2 | -9/+95 | |
| | | | | Added lasso_user_dispose() private method | |||||
* | Added lasso_server_copy() method | Valery Febvre | 2004-07-28 | 2 | -19/+48 | |
| | ||||||
* | Added lasso_identity_copy() method | Valery Febvre | 2004-07-28 | 2 | -5/+22 | |
| | ||||||
* | *** empty log message *** | Valery Febvre | 2004-07-28 | 2 | -2/+2 | |
| | ||||||
* | updated .cvsignore (binary is now tests and out.xml has been renamed to | Frederic Peters | 2004-07-28 | 1 | -2/+2 | |
| | | | | result.xml) | |||||
* | modularized tests; it is now possible to add more suites easily. | Frederic Peters | 2004-07-28 | 3 | -41/+82 | |
| | ||||||
* | Added lasso_provider_copy() method | Valery Febvre | 2004-07-28 | 2 | -0/+17 | |
| | ||||||
* | lasso_node_get_name now returns now an xmlChar* (instead of a const xmlChar*) | Valery Febvre | 2004-07-28 | 2 | -4/+6 | |
| | ||||||
* | remove generated lasso.pc on make clean | Frederic Peters | 2004-07-28 | 1 | -1/+4 | |
| | ||||||
* | debug messages | Nicolas Clapies | 2004-07-27 | 1 | -1/+4 | |
| | ||||||
* | *** empty log message *** | Nicolas Clapies | 2004-07-27 | 1 | -1/+1 | |
| | ||||||
* | update of federation termination | Nicolas Clapies | 2004-07-27 | 7 | -126/+172 | |
| | ||||||
* | debian/ updated for official 0.3 release | Frederic Peters | 2004-07-27 | 6 | -18/+53 | |
| | ||||||
* | version 0.3.0 | Nicolas Clapies | 2004-07-27 | 1 | -1/+1 | |
| |