summaryrefslogtreecommitdiffstats
path: root/lasso/xml
Commit message (Expand)AuthorAgeFilesLines
* removed declaration of inexistant functionFrederic Peters2004-12-211-1/+0
* removed unused variableFrederic Peters2004-12-211-1/+1
* Updated list of files generated by SWIG in C# and Java bindings; fixed PHPFrederic Peters2004-12-211-2/+3
* Added lasso_disco_query_response_new_from_message() constructor.Nicolas Clapies2004-12-211-0/+4
* fixed name space in dump message of LassoDiscoQueryResponse and LassoDiscoMod...Nicolas Clapies2004-12-212-2/+73
* Severe libxml2 and xmlsec riot.Frederic Peters2004-12-213-85/+173
* define correct namespace on QueryResponseFrederic Peters2004-12-211-1/+1
* removed unnecessary xmlReconciliateNsFrederic Peters2004-12-201-2/+0
* correctly sets namespace on Query and QueryResponse Personal Profile nodes.Frederic Peters2004-12-204-38/+20
* Refactored signature code so it is now shared between requests/responses andFrederic Peters2004-12-206-107/+75
* Added differentiation between creating xmlnode for lasso use (the _dumpFrederic Peters2004-12-1910-52/+122
* add nodes in reverse class order to get them in schema orderFrederic Peters2004-12-191-2/+9
* Moved signature template stuff into xml.c and use XmlSnippet for them; thisFrederic Peters2004-12-194-98/+77
* Isolated CFLAGS to be used when compiling Lasso in LASSO_CORE_CFLAGS; don't useFrederic Peters2004-12-174-18/+11
* don't export functions defined in tools.hFrederic Peters2004-12-172-11/+14
* Done with the new query snippets system (everything but the IDPEntries inFrederic Peters2004-12-1714-393/+181
* new (draft) query snippet mechanism to generate query string; deployed inFrederic Peters2004-12-176-95/+226
* (almost) done with errors in ID-FF; remaining "return -1" have been convertedFrederic Peters2004-12-162-5/+31
* added minimal support (only XML, no mapping to URL yet) forFrederic Peters2004-12-1620-15/+71
* memory management workFrederic Peters2004-12-151-3/+9
* no longer play fool mixing pointers and integers; they are not always the sameFrederic Peters2004-12-151-22/+35
* fixed a few "variable might be used uninitialized in this function" detectedFrederic Peters2004-12-152-2/+5
* Added support of modify request from a SP to AP : updated element's class in ...Nicolas Clapies2004-12-155-7/+15
* added new standard error code LASSO_PROFILE_ERROR_BUILDING_QUERY_FAILEDFrederic Peters2004-12-152-0/+3
* new LASSO_PROFILE_ERROR_NAME_IDENTIFIER_NOT_FOUND error codeFrederic Peters2004-12-152-0/+3
* coherent error handling for "identity not found" and "federation not found"Frederic Peters2004-12-152-1/+7
* new LASSO_PROFILE_ERROR_UNKNOWN_PROFILE_URL profile error and replaced a bunchFrederic Peters2004-12-142-0/+3
* fixed some missing or wrong prototype declarationsFrederic Peters2004-12-141-1/+1
* API change in Single Sign On profile (IdP side) to allow the developer to messFrederic Peters2004-12-141-3/+6
* more error code harmony, now with a new critical_error macroFrederic Peters2004-12-142-2/+10
* properly verify signatures and return code appriopriately (closes: #362)Frederic Peters2004-12-144-9/+16
* more error code harmonization.Frederic Peters2004-12-131-0/+2
* replaced error_code macro with a function since that macro didn't work withFrederic Peters2004-12-132-9/+20
* error message for LASSO_SERVER_ERROR_ADD_PROVIDER_FAILEDFrederic Peters2004-12-131-0/+2
* removed trailing ; in macroFrederic Peters2004-12-131-1/+1
* dealing with errors; now like this:Frederic Peters2004-12-132-5/+12
* Removed params of constructor : id and itemIDRef are not required attributes.Nicolas Clapies2004-12-102-10/+2
* Added support of MsgContact PP service.Nicolas Clapies2004-12-101-0/+2
* Initial version : support of personal profile msg contact. It is very experim...Nicolas Clapies2004-12-102-0/+187
* Removed useless LassoDiscoResourceIDGroup classValery Febvre2004-12-103-168/+0
* Added back xmlsec signature check (and disabled it in name identifier mappingFrederic Peters2004-12-102-62/+90
* Fixed type mistake in snippets of LassoDstQueryItem.Nicolas Clapies2004-12-101-1/+1
* Added support of DST modify / modify response.Nicolas Clapies2004-12-101-0/+8
* Replaced LassoDiscoResourceIDGroup with old ResourceID and EncryptedResourceID.Nicolas Clapies2004-12-103-5/+9
* Added DST Modify part level 1.Nicolas Clapies2004-12-108-0/+843
* overridden spelling fix caused alignment wreckageFrederic Peters2004-12-101-1/+1
* removed XmlSnippetObsolete, no longer used anywhere.Frederic Peters2004-12-102-105/+21
* moved NameRegistration to XmlSnippetFrederic Peters2004-12-091-1/+1
* don't sign query if not asked to; and fixed SNIPPET_NODE_IN_CHILD supportFrederic Peters2004-12-091-2/+12
* Yet another modification about ResourceID and EncrytpedResourceID elementsValery Febvre2004-12-096-32/+53