| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Migrated windows.h inclusion from lasso.c to lasso.h. | Romain Chantereay | 2004-07-23 | 2 | -1/+3 | |
| | | ||||||
| * | Definition file was to early in the future. | Romain Chantereay | 2004-07-23 | 1 | -2/+0 | |
| | | ||||||
| * | En croisant les doigts pour les ^M ne viennent pas tout pourrir... | Romain Chantereay | 2004-07-23 | 1 | -3/+19 | |
| | | | | | | | | Cleaned DLL process creation. Now we have a import library. The libs are created in the win32/.libs directory. The linkage is done using import libs and no more directly the DLL. The import library is named liblasso.a and no more liblasso.dll.a | |||||
| * | Added Java LassoUser.getAuthenticationMethod | Emmanuel Raviart | 2004-07-23 | 5 | -10/+30 | |
| | | | | | | | Python method User.get_authentication_method argument is now optional. Use of this method in non-regression tests. | |||||
| * | Added lasso_user_get_authentication_method() | Valery Febvre | 2004-07-23 | 6 | -36/+89 | |
| | | | | | Done in Python too. | |||||
| * | fix bug in init of logout from request at idp | Nicolas Clapies | 2004-07-23 | 1 | -7/+8 | |
| | | ||||||
| * | Inverted assertion operands, so that error messages be more logical. | Emmanuel Raviart | 2004-07-23 | 1 | -21/+21 | |
| | | ||||||
| * | First non regression test that supports full logout procedure... and shows a | Emmanuel Raviart | 2004-07-23 | 4 | -0/+19 | |
| | | | | | bug. | |||||
| * | Removed directory we should not be in CVS. | Emmanuel Raviart | 2004-07-23 | 1 | -2/+0 | |
| | | ||||||
| * | fix : process of a logout request at idp | Nicolas Clapies | 2004-07-23 | 1 | -9/+17 | |
| | | ||||||
| * | *** empty log message *** | Nicolas Clapies | 2004-07-23 | 1 | -2/+0 | |
| | | ||||||
| * | *** empty log message *** | Nicolas Clapies | 2004-07-23 | 3 | -56/+80 | |
| | | ||||||
| * | update of logout with better support of propagation from idp | Nicolas Clapies | 2004-07-23 | 9 | -48/+182 | |
| | | ||||||
| * | remove unwanted debug message | Nicolas Clapies | 2004-07-23 | 1 | -4/+0 | |
| | | ||||||
| * | *** empty log message *** | Valery Febvre | 2004-07-23 | 1 | -3/+1 | |
| | | ||||||
| * | *** empty log message *** | Valery Febvre | 2004-07-23 | 1 | -1/+4 | |
| | | ||||||
| * | Added a third arg (GError **err) in lasso_node_get_attr_value() method to ↵ | Valery Febvre | 2004-07-23 | 1 | -6/+7 | |
| | | | | | report errors | |||||
| * | - Added a third arg (GError **err) in lasso_node_get_attr_value() | Valery Febvre | 2004-07-23 | 17 | -139/+272 | |
| | | | | | | | method to report errors - Replaced some lasso_provider_get_providerID() by direct access to ProviderID attribute of server objects | |||||
| * | Added (incomplete) logout tests for Python & Java. | Emmanuel Raviart | 2004-07-23 | 5 | -15/+94 | |
| | | ||||||
| * | Removed file that shouldn't be in CVS. | Emmanuel Raviart | 2004-07-23 | 1 | -118/+0 | |
| | | ||||||
| * | Added authors (please correct if I made mistakes). | Emmanuel Raviart | 2004-07-23 | 1 | -2/+80 | |
| | | ||||||
| * | emptyed outdated TODO | Frederic Peters | 2004-07-23 | 1 | -18/+0 | |
| | | ||||||
| * | useful and interesting README file | Frederic Peters | 2004-07-23 | 1 | -0/+62 | |
| | | ||||||
| * | added docs/tutorial/ to directories handled by automake | Frederic Peters | 2004-07-23 | 2 | -1/+3 | |
| | | ||||||
| * | install python module in site-packages/ | Frederic Peters | 2004-07-23 | 1 | -4/+2 | |
| | | ||||||
| * | forgot Makefile.am in nsis/ directory | Frederic Peters | 2004-07-23 | 1 | -0/+1 | |
| | | ||||||
| * | cleaned up configure.in | Frederic Peters | 2004-07-22 | 1 | -78/+10 | |
| | | ||||||
| * | PKG_CHECK_MODULES detects missing pkg-config | Frederic Peters | 2004-07-22 | 1 | -15/+0 | |
| | | ||||||
| * | build was used by distutils; no longer used. (but automake creates .deps) | Frederic Peters | 2004-07-22 | 2 | -2/+1 | |
| | | ||||||
| * | Corrected Java non-regression test bug (found with Sun non free jdk :-/ ). | Emmanuel Raviart | 2004-07-22 | 4 | -5/+8 | |
| | | | | | Improved some .cvsignore. | |||||
| * | setup.py has been removed | Frederic Peters | 2004-07-22 | 1 | -1/+1 | |
| | | ||||||
| * | added win32 | Frederic Peters | 2004-07-22 | 1 | -1/+1 | |
| | | ||||||
| * | Nearly completed Python & Java first non-regression test for login. | Emmanuel Raviart | 2004-07-22 | 9 | -25/+75 | |
| | | | | | | | | | | | But Java test doesn't work: java.lang.UnsatisfiedLinkError: libjlasso: not found Adding its directory to LD_LIBRARY_PATH may help. at LoginTest.main (LoginTest.java:165) And I don't understand why. Please professor, help me! | |||||
| * | include win32/ in make dist | Frederic Peters | 2004-07-22 | 4 | -0/+10 | |
| | | ||||||
| * | ignore Makefile.in, Makefile, .deps and .libs under python/ | Frederic Peters | 2004-07-22 | 9 | -1/+30 | |
| | | ||||||
| * | libtool line for win32; copied from libxml2 | Frederic Peters | 2004-07-22 | 1 | -0/+1 | |
| | | ||||||
| * | usage of pkg-config to get library information in configure; automake for the | Frederic Peters | 2004-07-22 | 17 | -474/+224 | |
| | | | | | python module; | |||||
| * | add lecp in environs | Nicolas Clapies | 2004-07-22 | 7 | -6/+384 | |
| | | ||||||
| * | Added Java Lasso method getRequestTypeFromSoapMsg. | Emmanuel Raviart | 2004-07-22 | 2 | -0/+18 | |
| | | ||||||
| * | Added errors.c & errors.h | Valery Febvre | 2004-07-22 | 1 | -0/+2 | |
| | | ||||||
| * | *** empty log message *** | Valery Febvre | 2004-07-22 | 1 | -4/+5 | |
| | | ||||||
| * | Initial commit | Valery Febvre | 2004-07-22 | 2 | -0/+65 | |
| | | ||||||
| * | *** empty log message *** | Valery Febvre | 2004-07-22 | 1 | -1/+0 | |
| | | ||||||
| * | Fixed some compilation warnings | Valery Febvre | 2004-07-22 | 1 | -22/+39 | |
| | | | | | Added some controls on HTTP methods | |||||
| * | add level 2 of LECP | Nicolas Clapies | 2004-07-22 | 5 | -0/+372 | |
| | | ||||||
| * | Moved LassoProviderTypes enums from profile_context.h to provider.h | Valery Febvre | 2004-07-22 | 2 | -7/+7 | |
| | | ||||||
| * | Fixed some compliation warnings | Valery Febvre | 2004-07-22 | 1 | -10/+7 | |
| | | ||||||
| * | Initialized some local variables to NULL to avoid compilation warnings | Valery Febvre | 2004-07-22 | 1 | -4/+4 | |
| | | ||||||
| * | *** empty log message *** | Nicolas Clapies | 2004-07-22 | 1 | -0/+4 | |
| | | ||||||
| * | xml low level implementation of LECP | Nicolas Clapies | 2004-07-22 | 4 | -0/+457 | |
| | | ||||||
