summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* New Autotools infrastructure.Romain Chantereay2004-08-0313-334/+1162
| | | | | | | | | | | | | | | | | | | | | | Don't hesitate to report bug (if any). Main changes: - No more, or so few AM_CONDITIONAL. - Binding compilation use AC_SUBST top level Makefile SUBDIRS. - Change order of AM Macro. - Added Macro. - Fix Windows Compilation. - New way to handle version number. - Use of lasso_config.h - more ? I do not remember.
* Fixed a bug in lasso_session_new_from_dump()Valery Febvre2004-08-031-14/+25
|
* Added some optimizations in lasso_identity_add_federation()Valery Febvre2004-08-031-11/+8
|
* Bug correction in test04.Emmanuel Raviart2004-08-031-1/+1
|
* Added forgotten Lasso call in test04.Emmanuel Raviart2004-08-031-1/+1
|
* Updated Python test04.Emmanuel Raviart2004-08-032-7/+15
| | | | Tell the poor win32 user that he can't test the software
* replace G_LOG_LEVEL_ERROR with G_LOG_LEVEL_CRITICALNicolas Clapies2004-08-034-65/+65
|
* Added a new Python regression test that shows that logout doesn't setEmmanuel Raviart2004-08-031-0/+116
| | | | session is_dirty flag.
* Don't build win32 anymore. Makefile.am in win32 directory will disapearEmmanuel Raviart2004-08-031-1/+1
| | | | anyway.
* - Replaced some charPtrConst_wrap() calls by charPtr_wrap()Valery Febvre2004-08-0211-21/+103
| | | | | | - Added GPtrArray_wrap() function to wrap GPtrArray into Python list. - Added session_getattr() function, we can get now providerIDs and is_dirty properties of Session objects.
* Replaced two G_LOG_LEVEL_ERROR by G_LOG_LEVEL_CRITICALValery Febvre2004-08-021-2/+2
|
* Fixed a bug in lasso_identity_new_from_dump()Valery Febvre2004-08-021-22/+59
|
* Added test03, which shows a bug in Lasso: When identity and session alreadyEmmanuel Raviart2004-08-021-1/+69
| | | | | | | | | | | | | | | | | exist (and must_authenticate() return False), the call to build_artifact_msg generates: (process:8083): GLib-GObject-WARNING **: invalid cast from LassoNode' to LassoSamlNameIdentifier' (process:8083): lasso-CRITICAL **: file authentication_statement.c: line 84 (lasso_authentication_statement_new): assertion LASSO_IS_SAML_NAME_IDENTIFIER(idp_identifier)' failed (process:8083): Lasso-CRITICAL **: 02-08-2004 20:33:59 Failed to build the AuthenticationStatement element of the Assertion. and then access to login.nameIdentifier fails.
* some files to be ignored in debian/Frederic Peters2004-08-021-0/+10
|
* Integrated README.WIN32 into Lasso book.Emmanuel Raviart2004-08-024-18/+10
| | | | Removed obsolete Python INSTALL file.
* Check that Lasso is inited and shotdown only once.Emmanuel Raviart2004-08-029-14/+15
| | | | | | | | | | Lasso Python modules now calls init() at first import (I need this behaviour, because I have several "import lasso" in Expression and I don't know which one will be called first and I don't want to do something like: import lasso if not lasso.inited: lasso.init() ).
* Added some win32 specific explanations.Romain Chantereay2004-08-021-0/+37
|
* New clean and beauty version of the windows resource file.Romain Chantereay2004-08-021-0/+103
| | | | | | use defined constant from lasso_config.h more to come.
* Modified resource. ()Romain Chantereay2004-08-022-102/+4
|
* Added a new argument 'err' (GError *) in 5 methods:Valery Febvre2004-08-0117-141/+320
| | | | | | | | | | lasso_ds_signature_sign, lasso_node_add_signature, lasso_node_verify_signature, lasso_saml_assertion_set_signature, lasso_samlp_request_abstract_set_signature, lasso_samlp_response_abstract_set_signature for reporting always more errors.
* Added a new argument 'err' in 4 methods of the LassoNode class:Valery Febvre2004-07-3132-240/+346
| | | | | | | | lasso_node_get_attr lasso_node_get_child lasso_node_get_child_content lasso_node_get_content for reporting errors.
* Updated Java binding and unit test.Emmanuel Raviart2004-07-3119-260/+426
|
* Removed access to attributes identity & session by __getattr__Valery Febvre2004-07-313-21/+5
|
* Added 2 tests in lasso_federation_copy() to avoid NULL pointer copyValery Febvre2004-07-311-2/+6
|
* Python login_tests now works again, although there remains a lasso-CRITICALEmmanuel Raviart2004-07-314-18/+30
| | | | | | | | caused by idpLoginContext.get_identity() (file login_tests.py, line 120): (process:5228): lasso-CRITICAL **: file xml.c: line 64 (lasso_node_copy): assertion LASSO_IS_NODE(node)' failed ERROR
* *** empty log message ***Valery Febvre2004-07-311-7/+16
|
* Fixed 2 errors in lasso_identity_copy() et lasso_session_copy() methodsValery Febvre2004-07-302-2/+2
|
* Some update to python login_tests. Some bugs remain.Emmanuel Raviart2004-07-301-3/+7
|
* Removed last profile_context or profileContext.Emmanuel Raviart2004-07-307-78/+78
|
* Restructured INSTALL a little more.Emmanuel Raviart2004-07-301-9/+9
|
* Improved book. It also now includes HACKING.Emmanuel Raviart2004-07-303-55/+95
|
* Initial commitValery Febvre2004-07-301-0/+34
|
* lasso_profile_get_identity() and lasso_profile_get_session() should return ↵Valery Febvre2004-07-301-2/+2
| | | | copies
* *** empty log message ***Nicolas Clapies2004-07-305-43/+121
|
* Update endValery Febvre2004-07-306-1/+177
|
* Added a missing #includeValery Febvre2004-07-301-0/+1
|
* Some G_LOG_LEVEL_ERROR -> G_LOG_LEVEL_CRITICALValery Febvre2004-07-301-11/+11
|
* Moved functions (alphabetical order)Valery Febvre2004-07-302-30/+30
|
* Moved a function (alphabetical order)Valery Febvre2004-07-301-73/+73
|
* Fixed a typing mistakeValery Febvre2004-07-306-20/+20
| | | | all durty -> dirty
* I also can describe non-existing features.Frederic Peters2004-07-301-0/+3
|
* Added methods:Valery Febvre2004-07-304-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 Raviart2004-07-301-15/+32
|
* lecp in environs is completeNicolas Clapies2004-07-306-33/+98
|
* Added new attribute is_durty in LassoIdentity & LassoSession classesValery Febvre2004-07-304-10/+26
|
* Improved AUTHORS restructuration.Emmanuel Raviart2004-07-301-22/+28
|
* Restructured AUTHORS & README and integrated them in Lasso Book.Emmanuel Raviart2004-07-303-57/+63
|
* *** empty log message ***Valery Febvre2004-07-302-231/+0
|
* UpdateValery Febvre2004-07-3013-208/+330
|
* update of examples to user identity and session objectsNicolas Clapies2004-07-301-1/+11
|