summaryrefslogtreecommitdiffstats
path: root/lasso/xml
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed support of ResourceIDGroup : updated class of level 1 and id-wsf with t...Nicolas Clapies2004-12-083-8/+6
* Fixed bad XML schema interpretation of ResourceIDGroup element in:Valery Febvre2004-12-088-114/+47
* Updated with support of disco_resource_id_group.Nicolas Clapies2004-12-081-0/+2
* Initial version : complex class to manage ResourceID and EncryptedResourceID ...Nicolas Clapies2004-12-082-0/+171
* new snippet type, SNIPPET_NODE_IN_CHILD, and documented all of the types.Frederic Peters2004-12-082-5/+13
* Added LassoDiscoResourceID and LassoDiscoEncryptedResourceID classesValery Febvre2004-12-085-0/+368
* reviewed code marked with XXXFrederic Peters2004-12-087-19/+7
* The past participle of "to override" is overridden.Emmanuel Raviart2004-12-071-1/+1
* another round on snippets; no longer multiply types for content transformationFrederic Peters2004-12-079-118/+126
* Fixed #ifndef __LASSO_LIB_DISCO_QUERY_H__ to #ifndef __LASSO_DISCO_QUERY_H__Nicolas Clapies2004-12-071-1/+1
* Added AttributeStatement element support in Saml:Assertion (required for id-W...Valery Febvre2004-12-0733-653/+511