Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | unused variables | Frederic Peters | 2004-07-22 | 1 | -3/+1 | |
| | ||||||
* | A little more java binding and non-regression tests. | Emmanuel Raviart | 2004-07-22 | 6 | -19/+155 | |
| | ||||||
* | fixed compilation warnings | Frederic Peters | 2004-07-22 | 1 | -8/+19 | |
| | ||||||
* | unused variables | Frederic Peters | 2004-07-22 | 1 | -4/+1 | |
| | ||||||
* | declare used function | Frederic Peters | 2004-07-22 | 2 | -0/+3 | |
| | ||||||
* | unused variable | Frederic Peters | 2004-07-22 | 1 | -1/+1 | |
| | ||||||
* | unused variables | Frederic Peters | 2004-07-22 | 1 | -2/+1 | |
| | ||||||
* | unused variable `consent' | Frederic Peters | 2004-07-22 | 1 | -1/+1 | |
| | ||||||
* | missing includes | Frederic Peters | 2004-07-22 | 1 | -0/+2 | |
| | ||||||
* | update of logout example with test of the request soap | Nicolas Clapies | 2004-07-22 | 2 | -7/+18 | |
| | ||||||
* | missing #include and case (marked with XXX; should it be written?) | Frederic Peters | 2004-07-22 | 1 | -0/+3 | |
| | ||||||
* | missing #include | Frederic Peters | 2004-07-22 | 1 | -0/+1 | |
| | ||||||
* | missing #include (I did my tests with -Werror but -Wall was not activated) | Frederic Peters | 2004-07-22 | 1 | -1/+3 | |
| | ||||||
* | *** empty log message *** | Nicolas Clapies | 2004-07-22 | 2 | -2/+3 | |
| | ||||||
* | xmlSecBase64Encode is used so xmlsec/base64.h must be included | Frederic Peters | 2004-07-22 | 1 | -1/+2 | |
| | ||||||
* | profile context with function to parse a soap request | Nicolas Clapies | 2004-07-22 | 2 | -0/+79 | |
| | ||||||
* | Java & Python tests do not regress. They even progress. | Emmanuel Raviart | 2004-07-22 | 6 | -9/+45 | |
| | ||||||
* | Added Nicolas to authors. | Emmanuel Raviart | 2004-07-22 | 176 | -239/+352 | |
| | ||||||
* | Corrected Lasso URL. | Emmanuel Raviart | 2004-07-22 | 4 | -6/+6 | |
| | ||||||
* | Corrected Lasso URL. | Emmanuel Raviart | 2004-07-22 | 66 | -75/+89 | |
| | | | | Some progress in Python non regression test. | |||||
* | Corrected Lasso URL for java binding. | Emmanuel Raviart | 2004-07-22 | 3 | -3/+3 | |
| | ||||||
* | Some progress in first non regression test. | Emmanuel Raviart | 2004-07-22 | 8 | -36/+67 | |
| | ||||||
* | Update | Valery Febvre | 2004-07-22 | 1 | -0/+5 | |
| | ||||||
* | *** empty log message *** | Valery Febvre | 2004-07-22 | 1 | -40/+14 | |
| | ||||||
* | Added "ProviderID" attribut in server object | Valery Febvre | 2004-07-22 | 2 | -13/+39 | |
| | | | | A memory leak was removed in lasso_server_new | |||||
* | Added method set_consent in LibAuthnRequest class | Valery Febvre | 2004-07-22 | 5 | -3/+25 | |
| | ||||||
* | *** empty log message *** | Valery Febvre | 2004-07-22 | 2 | -0/+10 | |
| | ||||||
* | better way | Frederic Peters | 2004-07-21 | 1 | -4/+5 | |
| | ||||||
* | compilation warnings; in a better way | Frederic Peters | 2004-07-21 | 1 | -12/+14 | |
| | ||||||
* | fixed compilation warning | Frederic Peters | 2004-07-21 | 4 | -6/+6 | |
| | ||||||
* | compilation without warning | Frederic Peters | 2004-07-21 | 1 | -1/+1 | |
| | ||||||
* | compilation without warnings | Frederic Peters | 2004-07-21 | 1 | -4/+6 | |
| | ||||||
* | compilation without warning | Frederic Peters | 2004-07-21 | 1 | -0/+1 | |
| |