summaryrefslogtreecommitdiffstats
path: root/lasso/id-ff/server.c
Commit message (Expand)AuthorAgeFilesLines
* documenting #LassoIdentity and #LassoFederationFrederic Peters2004-12-221-1/+1
* Minimal documentation for #LassoProfile and #LassoLoginFrederic Peters2004-12-221-2/+2
* documented #LassoServerFrederic Peters2004-12-221-15/+57
* Added differentiation between creating xmlnode for lasso use (the _dumpFrederic Peters2004-12-191-4/+4
* pointers are %p in format strings, not %xFrederic Peters2004-12-151-2/+2
* memory management workFrederic Peters2004-12-151-3/+3
* fixed some missing or wrong prototype declarationsFrederic Peters2004-12-141-10/+0
* more error code harmony, now with a new critical_error macroFrederic Peters2004-12-141-1/+1
* dealing with errors; now like this:Frederic Peters2004-12-131-2/+1
* Added lasso_server_add_service() methodValery Febvre2004-12-101-2/+51
* overridden spelling fix caused alignment wreckageFrederic Peters2004-12-101-1/+1
* The past participle of "to override" is overridden.Emmanuel Raviart2004-12-071-1/+1
* fixed error checking in lasso_server_newFrederic Peters2004-11-291-4/+6
* added error checking in lasso_server_newFrederic Peters2004-11-291-1/+3
* renamed private struct member to private_data (gtk+ does it like that)Frederic Peters2004-11-221-5/+5
* don't dump empty file path in server dumpsFrederic Peters2004-11-221-3/+5
* cleaning #includesFrederic Peters2004-11-161-6/+0
* renamed lasso/environs/ to lasso/id-ff/Frederic Peters2004-11-151-1/+1
* return value on init_from_xml; and minor tweaks to code styleFrederic Peters2004-11-091-11/+16
* removal of \n at end of error messagesFrederic Peters2004-10-271-3/+3
* Done with the move to structures and the removal of protocols/ (lasso branchedFrederic Peters2004-10-271-472/+232
* Renamed 'ca_certificate' property of LassoProvider object to 'ca_cert_chain'Valery Febvre2004-09-271-29/+68
* Added lasso_server_get_first_providerID() methodValery Febvre2004-09-201-0/+14
* use g_strdup_printf to avoir buffer size calculations and g_snprintf to avoirFrederic Peters2004-09-171-1/+1
* removed remaining parenthesis on return statementsFrederic Peters2004-09-171-2/+2
* Added version attribute in lasso dump messagesNicolas Clapies2004-09-061-0/+5
* missing includes, unusued variables, usual saturday stuff.Frederic Peters2004-09-041-1/+1
* removed extra parentheses after return statements;Frederic Peters2004-09-011-14/+14
* strcmp is used; string.h must be includedFrederic Peters2004-08-311-0/+2
* Fixed bug when dumping and loading from dump server with no metatadata. Now i...Nicolas Clapies2004-08-301-6/+15
* SWIG now produces high-level bindings.Emmanuel Raviart2004-08-281-9/+9
* Changed type of signature_methodValery Febvre2004-08-191-5/+5
* get away from G_LOG_LEVEL_ERROR since they cause abort()Frederic Peters2004-08-141-2/+7
* include xmlsec/base64.h since it uses one of those functionsFrederic Peters2004-08-131-0/+2
* lasso_server_add_provider returns now a -202 error when it failsValery Febvre2004-08-121-3/+3
* Added tests for errors reporting and to avoid some malicious segfaultsValery Febvre2004-08-121-18/+34
* Added a param 'err' in 2 methods of LassoServer class:Valery Febvre2004-08-111-23/+55
* Fixed a bug in lasso_server_dump()Valery Febvre2004-08-091-3/+5
* Server objects can now be created without metadataValery Febvre2004-08-091-21/+27
* In the dump of the server object,Valery Febvre2004-08-081-73/+76
* lasso_server_get_providerID_from_hash() method takes nowValery Febvre2004-08-051-6/+9
* Renamed lasso_server_get_provider() into lasso_server_get_provider_ref()Valery Febvre2004-08-041-4/+20
* Added a new argument 'err' in 4 methods of the LassoNode class:Valery Febvre2004-07-311-3/+3
* Added lasso_server_copy() methodValery Febvre2004-07-281-1/+30
* Removed many memory leaksValery Febvre2004-07-261-42/+61
* Finished to implement lasso_server_destroy() methodValery Febvre2004-07-251-6/+21
* Many little fixsValery Febvre2004-07-251-3/+4
* Replaced old debug() calls by the 2 new functions debug() and message()Valery Febvre2004-07-241-2/+2
* - Added a third arg (GError **err) in lasso_node_get_attr_value()Valery Febvre2004-07-231-14/+17
* Added Nicolas to authors.Emmanuel Raviart2004-07-221-1/+2