summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* use pkg-config unless on windows; not the contraryFrederic Peters2004-07-231-1/+1
|
* Added some windows specifics considerations.Romain Chantereay2004-07-231-6/+13
| | | | | Cleaned the Hard, badly, sadly, dirty constant definitions. These definitions are kept dirt, but a little less.
* New log/debug systemValery Febvre2004-07-233-47/+61
| | | | | | | It uses g_log() function now (from glib) debug macro has been split into 2 macros: debug(format, args) : for debug message only, activated if LASSO_DEBUG flag is defined message(level, format, args) : level is a GLogLevelFlags (enum)
* Migrated windows.h inclusion from lasso.c to lasso.h.Romain Chantereay2004-07-232-1/+3
|
* Definition file was to early in the future.Romain Chantereay2004-07-231-2/+0
|
* En croisant les doigts pour les ^M ne viennent pas tout pourrir...Romain Chantereay2004-07-231-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.getAuthenticationMethodEmmanuel Raviart2004-07-235-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 Febvre2004-07-236-36/+89
| | | | Done in Python too.
* fix bug in init of logout from request at idpNicolas Clapies2004-07-231-7/+8
|
* Inverted assertion operands, so that error messages be more logical.Emmanuel Raviart2004-07-231-21/+21
|
* First non regression test that supports full logout procedure... and shows aEmmanuel Raviart2004-07-234-0/+19
| | | | bug.
* Removed directory we should not be in CVS.Emmanuel Raviart2004-07-231-2/+0
|
* fix : process of a logout request at idpNicolas Clapies2004-07-231-9/+17
|
* *** empty log message ***Nicolas Clapies2004-07-231-2/+0
|
* *** empty log message ***Nicolas Clapies2004-07-233-56/+80
|
* update of logout with better support of propagation from idpNicolas Clapies2004-07-239-48/+182
|
* remove unwanted debug messageNicolas Clapies2004-07-231-4/+0
|
* *** empty log message ***Valery Febvre2004-07-231-3/+1
|
* *** empty log message ***Valery Febvre2004-07-231-1/+4
|
* Added a third arg (GError **err) in lasso_node_get_attr_value() method to ↵Valery Febvre2004-07-231-6/+7
| | | | report errors
* - Added a third arg (GError **err) in lasso_node_get_attr_value()Valery Febvre2004-07-2317-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 Raviart2004-07-235-15/+94
|
* Removed file that shouldn't be in CVS.Emmanuel Raviart2004-07-231-118/+0
|
* Added authors (please correct if I made mistakes).Emmanuel Raviart2004-07-231-2/+80
|
* emptyed outdated TODOFrederic Peters2004-07-231-18/+0
|
* useful and interesting README fileFrederic Peters2004-07-231-0/+62
|
* added docs/tutorial/ to directories handled by automakeFrederic Peters2004-07-232-1/+3
|
* install python module in site-packages/Frederic Peters2004-07-231-4/+2
|
* forgot Makefile.am in nsis/ directoryFrederic Peters2004-07-231-0/+1
|
* cleaned up configure.inFrederic Peters2004-07-221-78/+10
|
* PKG_CHECK_MODULES detects missing pkg-configFrederic Peters2004-07-221-15/+0
|
* build was used by distutils; no longer used. (but automake creates .deps)Frederic Peters2004-07-222-2/+1
|
* Corrected Java non-regression test bug (found with Sun non free jdk :-/ ).Emmanuel Raviart2004-07-224-5/+8
| | | | Improved some .cvsignore.
* setup.py has been removedFrederic Peters2004-07-221-1/+1
|
* added win32Frederic Peters2004-07-221-1/+1
|
* Nearly completed Python & Java first non-regression test for login.Emmanuel Raviart2004-07-229-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 distFrederic Peters2004-07-224-0/+10
|
* ignore Makefile.in, Makefile, .deps and .libs under python/Frederic Peters2004-07-229-1/+30
|
* libtool line for win32; copied from libxml2Frederic Peters2004-07-221-0/+1
|
* usage of pkg-config to get library information in configure; automake for theFrederic Peters2004-07-2217-474/+224
| | | | python module;
* add lecp in environsNicolas Clapies2004-07-227-6/+384
|
* Added Java Lasso method getRequestTypeFromSoapMsg.Emmanuel Raviart2004-07-222-0/+18
|
* Added errors.c & errors.hValery Febvre2004-07-221-0/+2
|
* *** empty log message ***Valery Febvre2004-07-221-4/+5
|
* Initial commitValery Febvre2004-07-222-0/+65
|
* *** empty log message ***Valery Febvre2004-07-221-1/+0
|
* Fixed some compilation warningsValery Febvre2004-07-221-22/+39
| | | | Added some controls on HTTP methods
* add level 2 of LECPNicolas Clapies2004-07-225-0/+372
|
* Moved LassoProviderTypes enums from profile_context.h to provider.hValery Febvre2004-07-222-7/+7
|
* Fixed some compliation warningsValery Febvre2004-07-221-10/+7
|