Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | removed rules that made "make dist" fails. | Frederic Peters | 2004-07-16 | 1 | -4/+2 | |
| | ||||||
* | *** empty log message *** | Nicolas Clapies | 2004-07-16 | 2 | -3/+5 | |
| | ||||||
* | *** empty log message *** | Nicolas Clapies | 2004-07-16 | 5 | -5/+31 | |
| | ||||||
* | *** empty log message *** | Nicolas Clapies | 2004-07-16 | 10 | -20/+149 | |
| | ||||||
* | Added date + time in debug messages | Valery Febvre | 2004-07-15 | 2 | -4/+11 | |
| | ||||||
* | *** empty log message *** | Valery Febvre | 2004-07-15 | 1 | -1/+1 | |
| | ||||||
* | Update | Valery Febvre | 2004-07-15 | 1 | -2/+1 | |
| | ||||||
* | Added method create_user in Login class | Valery Febvre | 2004-07-15 | 4 | -15/+38 | |
| | | | | + Update | |||||
* | Removed attribute remote_ProviderID of lasso_login_init_request() method | Valery Febvre | 2004-07-15 | 2 | -21/+38 | |
| | | | | Added new method lasso_login_create_user() | |||||
* | *** empty log message *** | Nicolas Clapies | 2004-07-15 | 1 | -6/+6 | |
| | ||||||
* | *** empty log message *** | Nicolas Clapies | 2004-07-15 | 2 | -8/+14 | |
| | ||||||
* | *** empty log message *** | Nicolas Clapies | 2004-07-15 | 2 | -1/+42 | |
| | ||||||
* | Changed some debug levels | Valery Febvre | 2004-07-15 | 4 | -7/+7 | |
| | ||||||
* | Removed attribute 'msg_relayState' in LassoLogin (moved in LassoProfileContext) | Valery Febvre | 2004-07-15 | 2 | -87/+113 | |
| | | | | | | | lasso_login_process_response_status_and_assertion() static function was rewritten more error codes and debug messages Added a new static function : lasso_login_get_assertion_nameIdentifier() | |||||
* | Added attribute 'msg_relayState' in LassoProfileContext | Valery Febvre | 2004-07-15 | 2 | -2/+5 | |
| | | | | (previously set in LassoLogin) | |||||
* | *** empty log message *** | Nicolas Clapies | 2004-07-15 | 1 | -1/+2 | |
| | ||||||
* | *** empty log message *** | Valery Febvre | 2004-07-15 | 2 | -13/+0 | |
| | ||||||
* | 7 #define moved from .c to .h | Valery Febvre | 2004-07-15 | 4 | -9/+9 | |
| | ||||||
* | please don't use // for comments, this is QA speaking :) | Frederic Peters | 2004-07-15 | 1 | -1/+1 | |
| | ||||||
* | 3 #define moved from .h to .c | Valery Febvre | 2004-07-15 | 2 | -5/+8 | |
| | ||||||
* | 6 #define moved from .h to .c | Valery Febvre | 2004-07-15 | 1 | -0/+7 | |
| | ||||||
* | replaced C++ // comments with C /* */ comments before we fall on a pre-C99 | Frederic Peters | 2004-07-15 | 20 | -41/+41 | |
| | | | | compiler. | |||||
* | 4 # define moved from .h to .c | Valery Febvre | 2004-07-15 | 2 | -5/+5 | |
| | ||||||
* | 5 #define moved from .h to .c | Valery Febvre | 2004-07-15 | 1 | -0/+6 | |
| | ||||||
* | Added init & shutdown functions to tutorial. | Emmanuel Raviart | 2004-07-15 | 7 | -0/+21 | |
| | ||||||
* | Nothing, code cleanup only | Valery Febvre | 2004-07-14 | 1 | -2/+1 | |
| | ||||||
* | New debug system with 4 levels (4 colors): | Valery Febvre | 2004-07-14 | 2 | -15/+19 | |
| | | | | | | | | DEBUG : yellow INFO : green WARNING : blue ERROR : red if Cflag -DLASSO_DEBUG is defined, DEBUG level message are ignored. | |||||
* | Added get for nameIdentifier & msg_relayState attributes (in login_getattr ↵ | Valery Febvre | 2004-07-14 | 1 | -4/+9 | |
| | | | | function) | |||||
* | *** empty log message *** | Valery Febvre | 2004-07-14 | 1 | -5/+19 | |
| | ||||||
* | *** empty log message *** | Valery Febvre | 2004-07-14 | 4 | -12/+8 | |
| | ||||||
* | *** empty log message *** | Valery Febvre | 2004-07-14 | 4 | -46/+70 | |
| | ||||||
* | *** empty log message *** | Valery Febvre | 2004-07-14 | 4 | -68/+128 | |
| | ||||||
* | add class User, update class Logout, update example logout.py | Nicolas Clapies | 2004-07-13 | 2 | -48/+80 | |
| | ||||||
* | The API is globally frozen, but locally melting. | Emmanuel Raviart | 2004-07-13 | 1 | -2/+2 | |
| | ||||||
* | Added response_dump attribute. | Emmanuel Raviart | 2004-07-13 | 1 | -1/+3 | |
| | ||||||
* | *** empty log message *** | Valery Febvre | 2004-07-13 | 2 | -11/+13 | |
| | ||||||
* | add signature support for soap method | Nicolas Clapies | 2004-07-13 | 1 | -0/+7 | |
| | ||||||
* | Added missing s. | Emmanuel Raviart | 2004-07-13 | 1 | -1/+1 | |
| | ||||||
* | Use constant instead of integer. | Emmanuel Raviart | 2004-07-13 | 1 | -1/+1 | |
| | ||||||
* | *** empty log message *** | Nicolas Clapies | 2004-07-13 | 5 | -0/+459 | |
| | ||||||
* | *** empty log message *** | Nicolas Clapies | 2004-07-13 | 1 | -42/+39 | |
| | ||||||
* | *** empty log message *** | Nicolas Clapies | 2004-07-13 | 2 | -24/+17 | |
| | ||||||
* | *** empty log message *** | Valery Febvre | 2004-07-13 | 2 | -8/+34 | |
| | ||||||
* | *** empty log message *** | Nicolas Clapies | 2004-07-13 | 1 | -17/+16 | |
| | ||||||
* | *** empty log message *** | Nicolas Clapies | 2004-07-13 | 2 | -33/+36 | |
| | ||||||
* | Profile instead of porfile. | Emmanuel Raviart | 2004-07-13 | 3 | -11/+11 | |
| | ||||||
* | *** empty log message *** | Valery Febvre | 2004-07-13 | 2 | -3/+3 | |
| | ||||||
* | Yet another very important correction. | Emmanuel Raviart | 2004-07-13 | 1 | -1/+1 | |
| | ||||||
* | Corrected typo. | Emmanuel Raviart | 2004-07-13 | 1 | -1/+1 | |
| | ||||||
* | Document a trap in which I was caught. | Emmanuel Raviart | 2004-07-13 | 1 | -0/+1 | |
| |