summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Little fix in lasso_node_impl_export_to_soap()Valery Febvre2004-07-191-3/+6
|
* *** empty log message ***Valery Febvre2004-07-191-3/+17
|
* Fixed a little mistakeValery Febvre2004-07-191-1/+1
|
* *** empty log message ***Valery Febvre2004-07-191-12/+22
|
* *** empty log message ***Valery Febvre2004-07-191-2/+1
|
* *** empty log message ***Valery Febvre2004-07-191-1/+2
|
* Modified lasso DLL ressource version number.Romain Chantereay2004-07-191-2/+2
|
* Added deps & lite distributions.Romain Chantereay2004-07-193-2/+300
| | | | Modified lass-full distribution version number.
* *** empty log message ***Valery Febvre2004-07-191-2/+2
|
* *** empty log message ***Valery Febvre2004-07-191-7/+11
|
* *** empty log message ***Valery Febvre2004-07-191-2/+2
|
* Added assertions in user objectValery Febvre2004-07-191-0/+14
| | | | in lasso_login_add_response_assertion() and lasso_login_process_response_msg()
* Removed some debug messagesValery Febvre2004-07-191-8/+1
|
* Fixed memory leaksValery Febvre2004-07-192-8/+27
|
* - Added NSIS installation script.Romain Chantereay2004-07-192-0/+170
|
* Removed --prefix option from xxx-config helpers.Romain Chantereay2004-07-191-3/+3
|
* - Better Win32 stuff organization.Romain Chantereay2004-07-195-486/+3
| | | | | - Added NSIS special directory. - Added icon file to this directory.
* *** empty log message ***Nicolas Clapies2004-07-191-0/+2
|
* Additional test for disabling openssl detection under Windows/CygwinRomain Chantereay2004-07-191-11/+13
| | | | environment.
* *** empty log message ***Nicolas Clapies2004-07-191-10/+17
|
* add a debug message when dumping assertions of userNicolas Clapies2004-07-191-0/+2
|
* add a INFO debug message for get providerNicolas Clapies2004-07-191-0/+2
|
* update federation terminationNicolas Clapies2004-07-198-21/+145
|
* add get_attr supportNicolas Clapies2004-07-192-1/+33
|
* Added some debug messagesValery Febvre2004-07-192-71/+128
| | | | | | Removed msg_relayState in dump (must be on LassoProfileContext) Finished lasso_login_process_request_msg() lasso_login_new_from_dump() is now almost complete.
* New export type supported (Xml) in _new_from_export() constructorValery Febvre2004-07-192-1/+8
|
* Added new lasso_request_new_from_export() constructorValery Febvre2004-07-182-2/+34
|
* Added response_type & provider_type in login_getattrValery Febvre2004-07-181-3/+8
|
* *** empty log message ***Valery Febvre2004-07-181-3/+2
|
* New export type supported (Xml) in lasso_response_new_from_exportValery Febvre2004-07-181-1/+3
|
* *** empty log message ***Nicolas Clapies2004-07-187-8/+222
|
* *** empty log message ***Nicolas Clapies2004-07-185-1/+42
|
* *** empty log message ***Valery Febvre2004-07-181-1/+1
|
* Added 4 missing attributes in LassoProfileContext dumpValery Febvre2004-07-181-0/+16
| | | | msg_relayState, request_type, response_type, provider_type
* UpdateValery Febvre2004-07-183-63/+416
|
* Fixed a typing error: LASSP_... -> LASSO_...Valery Febvre2004-07-1825-25/+26
|
* Initial commitValery Febvre2004-07-182-0/+518
|
* Added a check for xmlsec1 OpenSSL crypto libraryValery Febvre2004-07-181-2/+21
|
* .tar.gz must include lasso.pc.inFrederic Peters2004-07-171-1/+1
|
* *** empty log message ***Valery Febvre2004-07-161-1/+1
|
* *** empty log message ***Valery Febvre2004-07-161-5/+5
|
* Another try to dllwrap.Romain Chantereay2004-07-161-2/+1
|
* Added somes g_free() and lasso_node_destroy() to fixe memory leaksValery Febvre2004-07-165-30/+41
|
* Code cleanupValery Febvre2004-07-161-69/+104
| | | | | Fixed some memory leak Added more debug messages
* lasso_node_copy() method uses now the G_OBJECT_TYPE macro to build a newValery Febvre2004-07-161-22/+34
| | | | object with the same type as the object copied
* Removed 2 lasso_node_copy() in lasso_identity_set_local_nameIdentifier() and ↵Valery Febvre2004-07-161-2/+2
| | | | lasso_identity_set_remote_nameIdentifier()
* *** empty log message ***Nicolas Clapies2004-07-163-1/+71
|
* *** empty log message ***Nicolas Clapies2004-07-162-6/+18
|
* Added variables exports information.Romain Chantereay2004-07-161-1/+73
|
* Added Cygwin/Windows compilation support.Romain Chantereay2004-07-165-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.