summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* removed Question (shouldn't have been commited)Frederic Peters2004-07-241-12/+0
|
* Moved copyright statements to the README file (no sense to have them in theFrederic Peters2004-07-242-12/+12
| | | | | AUTHORS file). Point *kindly* to the mailing list and request tracker. Unified titles style.
* Added myself as project master.Emmanuel Raviart2004-07-242-5/+11
| | | | Small corrections.
* Replaced old debug() calls by the 2 new functions debug() and message()Valery Febvre2004-07-2416-217/+223
|
* Added a missing utf8Valery Febvre2004-07-231-1/+1
|
* *** empty log message ***Valery Febvre2004-07-231-2/+2
|
* Added a note about bug reports, help and feature requestsValery Febvre2004-07-231-4/+14
|
* improved doap fileFrederic Peters2004-07-231-28/+35
|
* utf8 for AUTHORSFrederic Peters2004-07-231-13/+13
|
* MANIFEST.in was used by distutils; removedFrederic Peters2004-07-231-5/+0
|
* added --enable-python option to ./configure; default is yes.Frederic Peters2004-07-236-29/+54
| | | | --enable-python=no to not compile python bindings.
* Added DOAP file (see http://usefulinc.com/doap).Emmanuel Raviart2004-07-232-2/+40
| | | | Slight corrections to README.
* running autoheaderFrederic Peters2004-07-231-0/+2
|
* moved win32 Makefile targets to win32/Makefile.amFrederic Peters2004-07-232-34/+32
|
* 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!