summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fixed tabulations in python files (oh the horror; they were mixed with spaceFrederic Peters2004-07-258-98/+98
* fixed args order (but not enough to get the test to pass)Frederic Peters2004-07-251-2/+2
* login_tests.py can be executed without tests.pyFrederic Peters2004-07-251-1/+6
* nozero exit code if a test failedFrederic Peters2004-07-251-1/+5
* modified sys.path so that python test suite can run before lasso is installed.Frederic Peters2004-07-251-0/+3
* initialze codeErrorFrederic Peters2004-07-251-6/+6
* fix the problem of setting the user environ in SOAP method :Nicolas Clapies2004-07-255-40/+127
* *** empty log message ***Nicolas Clapies2004-07-251-1/+1
* udpate of C lecp, add python lecpNicolas Clapies2004-07-256-24/+339
* Update windows exports.Romain Chantereay2004-07-241-0/+46
* do not build tests in the debian packageFrederic Peters2004-07-241-1/+1
* .cvsignore for tests/ directoryFrederic Peters2004-07-241-0/+5
* using check <http://check.sourceforge.net/> for the test suiteFrederic Peters2004-07-244-33/+89
* This is not a C unit test, but it can miracolously become one.Emmanuel Raviart2004-07-241-0/+68
* Added 2 missing #include (for xmlsec)Valery Febvre2004-07-241-0/+3
* Added a summary.Valery Febvre2004-07-241-4/+23
* Moved some #includeValery Febvre2004-07-245-7/+19
* added debian packaging files (NOT included in .tar.gz produced by make dist;Frederic Peters2004-07-2412-0/+180
* Updated unit tests to show logout bug.Emmanuel Raviart2004-07-242-7/+15
* compile java binding intree (doesn't try to link to a system liblasso)Frederic Peters2004-07-241-1/+3
* 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
* Added myself as project master.Emmanuel Raviart2004-07-242-5/+11
* 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
* Added DOAP file (see http://usefulinc.com/doap).Emmanuel Raviart2004-07-232-2/+40
* 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
* New log/debug systemValery Febvre2004-07-233-47/+61
* 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
* Added Java LassoUser.getAuthenticationMethodEmmanuel Raviart2004-07-235-10/+30
* Added lasso_user_get_authentication_method()Valery Febvre2004-07-236-36/+89
* 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
* 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