Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Update | Valery Febvre | 2004-07-18 | 3 | -63/+416 | |
| | ||||||
* | Fixed a typing error: LASSP_... -> LASSO_... | Valery Febvre | 2004-07-18 | 25 | -25/+26 | |
| | ||||||
* | Initial commit | Valery Febvre | 2004-07-18 | 2 | -0/+518 | |
| | ||||||
* | Added a check for xmlsec1 OpenSSL crypto library | Valery Febvre | 2004-07-18 | 1 | -2/+21 | |
| | ||||||
* | .tar.gz must include lasso.pc.in | Frederic Peters | 2004-07-17 | 1 | -1/+1 | |
| | ||||||
* | *** empty log message *** | Valery Febvre | 2004-07-16 | 1 | -1/+1 | |
| | ||||||
* | *** empty log message *** | Valery Febvre | 2004-07-16 | 1 | -5/+5 | |
| | ||||||
* | Another try to dllwrap. | Romain Chantereay | 2004-07-16 | 1 | -2/+1 | |
| | ||||||
* | Added somes g_free() and lasso_node_destroy() to fixe memory leaks | Valery Febvre | 2004-07-16 | 5 | -30/+41 | |
| | ||||||
* | Code cleanup | Valery Febvre | 2004-07-16 | 1 | -69/+104 | |
| | | | | | Fixed some memory leak Added more debug messages | |||||
* | lasso_node_copy() method uses now the G_OBJECT_TYPE macro to build a new | Valery Febvre | 2004-07-16 | 1 | -22/+34 | |
| | | | | object with the same type as the object copied | |||||
* | Removed 2 lasso_node_copy() in lasso_identity_set_local_nameIdentifier() and ↵ | Valery Febvre | 2004-07-16 | 1 | -2/+2 | |
| | | | | lasso_identity_set_remote_nameIdentifier() | |||||
* | *** empty log message *** | Nicolas Clapies | 2004-07-16 | 3 | -1/+71 | |
| | ||||||
* | *** empty log message *** | Nicolas Clapies | 2004-07-16 | 2 | -6/+18 | |
| | ||||||
* | Added variables exports information. | Romain Chantereay | 2004-07-16 | 1 | -1/+73 | |
| | ||||||
* | Added Cygwin/Windows compilation support. | Romain Chantereay | 2004-07-16 | 5 | -84/+690 | |
| | | | | | | | | | | | | | | Now: just: ./autogen --hots=i686-pc-mingw32 make make dll make install dll Of course you will need to install the dependencies libraries in /usr/local in order to compile. And next the DLL in Windows %SYSTEM% directory. | |||||
* | 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 | |
| |