summaryrefslogtreecommitdiffstats
path: root/lasso/Attic
Commit message (Expand)AuthorAgeFilesLines
* - Removed odd private method : lasso_name_identifier_mapping_request_new_from...Nicolas Clapies2004-09-251-105/+0
* Major update of code in lasso_name_identifier_mapping_init_request(), lasso_n...Nicolas Clapies2004-09-234-78/+174
* Removed old commented codeNicolas Clapies2004-09-231-5/+0
* Removed a ';' in excessValery Febvre2004-09-231-1/+1
* Added method lasso_lib_name_identifier_mapping_request_set_targetNameSpace() ...Nicolas Clapies2004-09-222-2/+10
* forgotten commit; /insert const keyword explanation here/Frederic Peters2004-09-2214-31/+29
* fixed a lot of bug, added a new attribute oldNameIdentifier. Now after the pr...Nicolas Clapies2004-09-222-31/+54
* lasso_federation_set_local_nameIdentifier() and lasso_federation_set_remote_n...Nicolas Clapies2004-09-221-0/+12
* Added tests in lasso_register_name_identifier_response_new_from_query(). Now ...Nicolas Clapies2004-09-201-10/+53
* Added test lasso_register_name_identifier_request_new_from_query(). Verify if...Nicolas Clapies2004-09-201-7/+12
* remove removed codeFrederic Peters2004-09-172-19/+0
* Added tests if required attributes in lasso_register_name_identifier_request_...Nicolas Clapies2004-09-141-1/+65
* Added lasso_provider_get_registerNameIdentifierServiceReturnURL() method in L...Nicolas Clapies2004-09-102-0/+30
* missing includes, unusued variables, usual saturday stuff.Frederic Peters2004-09-042-9/+2
* removed extra parentheses after return statements;Frederic Peters2004-09-0118-142/+142
* Added parse support of xml message in lasso_logout_response_new_from_export()...Nicolas Clapies2004-09-011-0/+23
* Fixed bug when parsing from an export message in lasso_logout_request_new_fro...Nicolas Clapies2004-09-011-3/+0
* fixed bug in lasso_logout_dump() and lasso_logout_new_from_dump()Nicolas Clapies2004-08-311-1/+27
* properly cast request to needed typeFrederic Peters2004-08-311-1/+1
* default: to set descriptor to NULL; so it won't be undefined on the next lineFrederic Peters2004-08-311-0/+3
* xmlSecBase64Encode is used; xmlsec/base64.h must be includedFrederic Peters2004-08-311-0/+1
* Added in parse of query a test if the data list is not NULLNicolas Clapies2004-08-314-2/+18
* Fixed bug in lasso_logout_response_new_from_export() : now if a query message...Nicolas Clapies2004-08-311-48/+54
* Fixed bug in lasso_logout_request_new_from_export() : now if a query message ...Nicolas Clapies2004-08-311-2/+42
* Added parsing of status code value in lasso_logout_response_new_from_query()....Nicolas Clapies2004-08-301-2/+16
* SWIG now produces high-level bindings.Emmanuel Raviart2004-08-282-54/+54
* Removed g_assert in samlp_request_abstract object when setting required attri...Nicolas Clapies2004-08-271-1/+42
* *** empty log message ***Nicolas Clapies2004-08-241-1/+1
* *** empty log message ***Nicolas Clapies2004-08-233-12/+14
* *** empty log message ***Nicolas Clapies2004-08-231-5/+24
* updpated process of protocol profileNicolas Clapies2004-08-232-5/+18
* added support of URI identifier in signatureNicolas Clapies2004-08-236-45/+73
* Added a new param "use_xsitype" (gboolean) in constructors of classes:Valery Febvre2004-08-222-3/+8
* Added checks not to do copies of NULL objects.Valery Febvre2004-08-211-4/+14
* Fixed a mistake: the signature template should be added before the ProviderIDValery Febvre2004-08-211-5/+4
* Fixed a mistake with name identifiers of the assertionsValery Febvre2004-08-192-35/+27
* Added a signature template in lasso_request_new()Valery Febvre2004-08-191-1/+7
* Added 2 params in lasso_authn_request_new()Valery Febvre2004-08-192-3/+14
* renamed federationTerminationReturnServiceURL to federationTerminationService...Nicolas Clapies2004-08-182-3/+3
* lasso_provider_get_assertionConsumerServiceURL now returns a glib-allocatedFrederic Peters2004-08-141-5/+8
* get away from G_LOG_LEVEL_ERROR since they cause abort()Frederic Peters2004-08-145-12/+14
* include <xmlsec/base64.h> since xmlSecBase64Decode is usedFrederic Peters2004-08-141-0/+1
* declarations first (and s/lenght/length/)Frederic Peters2004-08-132-12/+13
* *** empty log message ***Valery Febvre2004-08-121-15/+85
* Added tests for errors reporting and to avoid some malicious segfaultsValery Febvre2004-08-121-12/+19
* Fixed a bug in lasso_provider_get_providerIDValery Febvre2004-08-111-1/+7
* Fixed GError* bugsValery Febvre2004-08-111-0/+77
* Fixed a bug with metadataValery Febvre2004-08-112-41/+57
* Changed return type for 5 methods in LassoNode:Valery Febvre2004-08-1116-43/+53
* Added XML export type in lasso_authn_request_envelope_new_from_export()Valery Febvre2004-08-091-0/+3