Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | basic XmlTestRunner; ./tests.py --xml; output to stdout (messed up with lasso | Frederic Peters | 2004-07-25 | 2 | -7/+79 | |
| | | | | spouting messages on stdout; will be fixed on lasso side) | |||||
* | s/&/and/ | Frederic Peters | 2004-07-25 | 1 | -1/+1 | |
| | ||||||
* | Added lasso_provider_destroy() method | Valery Febvre | 2004-07-25 | 2 | -0/+8 | |
| | ||||||
* | Finished to implement lasso_server_destroy() method | Valery Febvre | 2004-07-25 | 2 | -6/+23 | |
| | ||||||
* | Replaced 2 debug(ERROR, ...) by new message(G_LOG_LEVEL_ERROR, ...) function | Valery Febvre | 2004-07-25 | 1 | -12/+12 | |
| | | | | BEWARE: debug() should be used only for debugging messages. | |||||
* | Oops, forget in previous commit | Valery Febvre | 2004-07-25 | 1 | -1/+1 | |
| | ||||||
* | Adapted logout unit test to new API. | Emmanuel Raviart | 2004-07-25 | 1 | -2/+3 | |
| | ||||||
* | Added missing return statement. | Emmanuel Raviart | 2004-07-25 | 1 | -0/+1 | |
| | ||||||
* | Many little fixs | Valery Febvre | 2004-07-25 | 10 | -55/+74 | |
| | ||||||
* | Moved nameIdentifer attribute of Login object in ProfileContext | Valery Febvre | 2004-07-25 | 4 | -15/+19 | |
| | ||||||
* | fixed tabulations in python files (oh the horror; they were mixed with space | Frederic Peters | 2004-07-25 | 8 | -98/+98 | |
| | | | | | indendations). Also installed a test on commits to catch this (and check xml files) | |||||
* | fixed args order (but not enough to get the test to pass) | Frederic Peters | 2004-07-25 | 1 | -2/+2 | |
| | ||||||
* | login_tests.py can be executed without tests.py | Frederic Peters | 2004-07-25 | 1 | -1/+6 | |
| | ||||||
* | nozero exit code if a test failed | Frederic Peters | 2004-07-25 | 1 | -1/+5 | |
| | ||||||
* | modified sys.path so that python test suite can run before lasso is installed. | Frederic Peters | 2004-07-25 | 1 | -0/+3 | |
| | ||||||
* | initialze codeError | Frederic Peters | 2004-07-25 | 1 | -6/+6 | |
| | ||||||
* | fix the problem of setting the user environ in SOAP method : | Nicolas Clapies | 2004-07-25 | 5 | -40/+127 | |
| | | | | | | | | | | | | | the problem : process_request_msg needs usr environ to verify federation and authentication. a solution : first load the request msg get the name identifier of the request find the user dump from the name identifier and load it in logout object process the request see python/examples/logout.py for the methods. | |||||
* | *** empty log message *** | Nicolas Clapies | 2004-07-25 | 1 | -1/+1 | |
| | ||||||
* | udpate of C lecp, add python lecp | Nicolas Clapies | 2004-07-25 | 6 | -24/+339 | |
| | ||||||
* | Update windows exports. | Romain Chantereay | 2004-07-24 | 1 | -0/+46 | |
| | ||||||
* | do not build tests in the debian package | Frederic Peters | 2004-07-24 | 1 | -1/+1 | |
| | ||||||
* | .cvsignore for tests/ directory | Frederic Peters | 2004-07-24 | 1 | -0/+5 | |
| | ||||||
* | using check <http://check.sourceforge.net/> for the test suite | Frederic Peters | 2004-07-24 | 4 | -33/+89 | |
| | | | | (--enable-tests=no if you don't want them) | |||||
* | This is not a C unit test, but it can miracolously become one. | Emmanuel Raviart | 2004-07-24 | 1 | -0/+68 | |
| | ||||||
* | Added 2 missing #include (for xmlsec) | Valery Febvre | 2004-07-24 | 1 | -0/+3 | |
| | ||||||
* | Added a summary. | Valery Febvre | 2004-07-24 | 1 | -4/+23 | |
| | | | | It's just a test. I'm not sure it's can be useful. | |||||
* | Moved some #include | Valery Febvre | 2004-07-24 | 5 | -7/+19 | |
| | ||||||
* | added debian packaging files (NOT included in .tar.gz produced by make dist; | Frederic Peters | 2004-07-24 | 12 | -0/+180 | |
| | | | | this is normal) | |||||
* | Updated unit tests to show logout bug. | Emmanuel Raviart | 2004-07-24 | 2 | -7/+15 | |
| | ||||||
* | compile java binding intree (doesn't try to link to a system liblasso) | Frederic Peters | 2004-07-24 | 1 | -1/+3 | |
| | ||||||
* | removed Question (shouldn't have been commited) | Frederic Peters | 2004-07-24 | 1 | -12/+0 | |
| | ||||||
* | Moved copyright statements to the README file (no sense to have them in the | Frederic Peters | 2004-07-24 | 2 | -12/+12 | |
| | | | | | AUTHORS file). Point *kindly* to the mailing list and request tracker. Unified titles style. | |||||
* | Added myself as project master. | Emmanuel Raviart | 2004-07-24 | 2 | -5/+11 | |
| | | | | Small corrections. | |||||
* | Replaced old debug() calls by the 2 new functions debug() and message() | Valery Febvre | 2004-07-24 | 16 | -217/+223 | |
| | ||||||
* | Added a missing utf8 | Valery Febvre | 2004-07-23 | 1 | -1/+1 | |
| | ||||||
* | *** empty log message *** | Valery Febvre | 2004-07-23 | 1 | -2/+2 | |
| | ||||||
* | Added a note about bug reports, help and feature requests | Valery Febvre | 2004-07-23 | 1 | -4/+14 | |
| | ||||||
* | improved doap file | Frederic Peters | 2004-07-23 | 1 | -28/+35 | |
| | ||||||
* | utf8 for AUTHORS | Frederic Peters | 2004-07-23 | 1 | -13/+13 | |
| | ||||||
* | MANIFEST.in was used by distutils; removed | Frederic Peters | 2004-07-23 | 1 | -5/+0 | |
| | ||||||
* | added --enable-python option to ./configure; default is yes. | Frederic Peters | 2004-07-23 | 6 | -29/+54 | |
| | | | | --enable-python=no to not compile python bindings. | |||||
* | Added DOAP file (see http://usefulinc.com/doap). | Emmanuel Raviart | 2004-07-23 | 2 | -2/+40 | |
| | | | | Slight corrections to README. | |||||
* | running autoheader | Frederic Peters | 2004-07-23 | 1 | -0/+2 | |
| | ||||||
* | moved win32 Makefile targets to win32/Makefile.am | Frederic Peters | 2004-07-23 | 2 | -34/+32 | |
| | ||||||
* | use pkg-config unless on windows; not the contrary | Frederic Peters | 2004-07-23 | 1 | -1/+1 | |
| | ||||||
* | Added some windows specifics considerations. | Romain Chantereay | 2004-07-23 | 1 | -6/+13 | |
| | | | | | Cleaned the Hard, badly, sadly, dirty constant definitions. These definitions are kept dirt, but a little less. | |||||
* | New log/debug system | Valery Febvre | 2004-07-23 | 3 | -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 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 |