Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Revert. | Romain Chantereay | 2004-08-03 | 1 | -1/+1 | |
| | ||||||
* | Updated macro calls: from AM_CONFIG_HEADER to AC_CONFIG_HEADERS. | Romain Chantereay | 2004-08-03 | 1 | -1/+1 | |
| | ||||||
* | Corrected SWIG warning. (deleted it.) | Romain Chantereay | 2004-08-03 | 1 | -5/+0 | |
| | ||||||
* | - Added libtool auto versionning (or corrected). | Romain Chantereay | 2004-08-03 | 1 | -1/+1 | |
| | ||||||
* | - Learn back to the previous Python detection. | Romain Chantereay | 2004-08-03 | 2 | -6/+31 | |
| | | | | - Corrected invalid variable in automake java top dir Makefile. | |||||
* | Commented out coldfusion/Makefile generation. | Romain Chantereay | 2004-08-03 | 1 | -7/+6 | |
| | ||||||
* | replace load_request_msg() with process_request_msg(), process_request() ↵ | Nicolas Clapies | 2004-08-03 | 6 | -37/+30 | |
| | | | | with validate_request(), remove assertion of the authenticated principal in validate_request() | |||||
* | SWIG is NOT required (yet ?) ! | Romain Chantereay | 2004-08-03 | 1 | -4/+4 | |
| | ||||||
* | add request type test for Lecp | Nicolas Clapies | 2004-08-03 | 3 | -9/+31 | |
| | ||||||
* | New Autotools infrastructure. | Romain Chantereay | 2004-08-03 | 13 | -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 Febvre | 2004-08-03 | 1 | -14/+25 | |
| | ||||||
* | Added some optimizations in lasso_identity_add_federation() | Valery Febvre | 2004-08-03 | 1 | -11/+8 | |
| | ||||||
* | Bug correction in test04. | Emmanuel Raviart | 2004-08-03 | 1 | -1/+1 | |
| | ||||||
* | Added forgotten Lasso call in test04. | Emmanuel Raviart | 2004-08-03 | 1 | -1/+1 | |
| | ||||||
* | Updated Python test04. | Emmanuel Raviart | 2004-08-03 | 2 | -7/+15 | |
| | | | | Tell the poor win32 user that he can't test the software | |||||
* | replace G_LOG_LEVEL_ERROR with G_LOG_LEVEL_CRITICAL | Nicolas Clapies | 2004-08-03 | 4 | -65/+65 | |
| | ||||||
* | Added a new Python regression test that shows that logout doesn't set | Emmanuel Raviart | 2004-08-03 | 1 | -0/+116 | |
| | | | | session is_dirty flag. | |||||
* | Don't build win32 anymore. Makefile.am in win32 directory will disapear | Emmanuel Raviart | 2004-08-03 | 1 | -1/+1 | |
| | | | | anyway. | |||||
* | - Replaced some charPtrConst_wrap() calls by charPtr_wrap() | Valery Febvre | 2004-08-02 | 11 | -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_CRITICAL | Valery Febvre | 2004-08-02 | 1 | -2/+2 | |
| | ||||||
* | Fixed a bug in lasso_identity_new_from_dump() | Valery Febvre | 2004-08-02 | 1 | -22/+59 | |
| | ||||||
* | Added test03, which shows a bug in Lasso: When identity and session already | Emmanuel Raviart | 2004-08-02 | 1 | -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 Peters | 2004-08-02 | 1 | -0/+10 | |
| | ||||||
* | Integrated README.WIN32 into Lasso book. | Emmanuel Raviart | 2004-08-02 | 4 | -18/+10 | |
| | | | | Removed obsolete Python INSTALL file. | |||||
* | Check that Lasso is inited and shotdown only once. | Emmanuel Raviart | 2004-08-02 | 9 | -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 Chantereay | 2004-08-02 | 1 | -0/+37 | |
| | ||||||
* | New clean and beauty version of the windows resource file. | Romain Chantereay | 2004-08-02 | 1 | -0/+103 | |
| | | | | | | use defined constant from lasso_config.h more to come. | |||||
* | Modified resource. () | Romain Chantereay | 2004-08-02 | 2 | -102/+4 | |
| | ||||||
* | Added a new argument 'err' (GError *) in 5 methods: | Valery Febvre | 2004-08-01 | 17 | -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 Febvre | 2004-07-31 | 32 | -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 Raviart | 2004-07-31 | 19 | -260/+426 | |
| | ||||||
* | Removed access to attributes identity & session by __getattr__ | Valery Febvre | 2004-07-31 | 3 | -21/+5 | |
| | ||||||
* | Added 2 tests in lasso_federation_copy() to avoid NULL pointer copy | Valery Febvre | 2004-07-31 | 1 | -2/+6 | |
| | ||||||
* | Python login_tests now works again, although there remains a lasso-CRITICAL | Emmanuel Raviart | 2004-07-31 | 4 | -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 Febvre | 2004-07-31 | 1 | -7/+16 | |
| | ||||||
* | Fixed 2 errors in lasso_identity_copy() et lasso_session_copy() methods | Valery Febvre | 2004-07-30 | 2 | -2/+2 | |
| | ||||||
* | Some update to python login_tests. Some bugs remain. | Emmanuel Raviart | 2004-07-30 | 1 | -3/+7 | |
| | ||||||
* | Removed last profile_context or profileContext. | Emmanuel Raviart | 2004-07-30 | 7 | -78/+78 | |
| | ||||||
* | Restructured INSTALL a little more. | Emmanuel Raviart | 2004-07-30 | 1 | -9/+9 | |
| | ||||||
* | Improved book. It also now includes HACKING. | Emmanuel Raviart | 2004-07-30 | 3 | -55/+95 | |
| | ||||||
* | Initial commit | Valery Febvre | 2004-07-30 | 1 | -0/+34 | |
| | ||||||
* | lasso_profile_get_identity() and lasso_profile_get_session() should return ↵ | Valery Febvre | 2004-07-30 | 1 | -2/+2 | |
| | | | | copies | |||||
* | *** empty log message *** | Nicolas Clapies | 2004-07-30 | 5 | -43/+121 | |
| | ||||||
* | Update end | Valery Febvre | 2004-07-30 | 6 | -1/+177 | |
| | ||||||
* | Added a missing #include | Valery Febvre | 2004-07-30 | 1 | -0/+1 | |
| | ||||||
* | Some G_LOG_LEVEL_ERROR -> G_LOG_LEVEL_CRITICAL | Valery Febvre | 2004-07-30 | 1 | -11/+11 | |
| | ||||||
* | Moved functions (alphabetical order) | Valery Febvre | 2004-07-30 | 2 | -30/+30 | |
| | ||||||
* | Moved a function (alphabetical order) | Valery Febvre | 2004-07-30 | 1 | -73/+73 | |
| | ||||||
* | Fixed a typing mistake | Valery Febvre | 2004-07-30 | 6 | -20/+20 | |
| | | | | all durty -> dirty | |||||
* | I also can describe non-existing features. | Frederic Peters | 2004-07-30 | 1 | -0/+3 | |
| |