summaryrefslogtreecommitdiffstats
path: root/lasso
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
* if available, use profile->msg_relayState to init request in init_requestFrederic Peters2004-12-194-16/+22
* Moved LassoProfile->nameIdentifier from char* to LassoSamlNameIdentifier*,Frederic Peters2004-12-188-36/+37
* Isolated CFLAGS to be used when compiling Lasso in LASSO_CORE_CFLAGS; don't useFrederic Peters2004-12-178-26/+18
* define LASSO_INTERNALS in lasso/Frederic Peters2004-12-171-1/+1
* don't export functions defined in tools.hFrederic Peters2004-12-172-11/+14
* <samlp:Status> created by Lasso should now be compatible with SAMLFrederic Peters2004-12-173-2/+27
* deal with missing Status in LogoutResponseFrederic Peters2004-12-171-1/+9
* 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-1611-109/+108
* added minimal support (only XML, no mapping to URL yet) forFrederic Peters2004-12-1620-15/+71
* pointers are %p in format strings, not %xFrederic Peters2004-12-159-17/+17
* memory management workFrederic Peters2004-12-157-24/+45
* moved federation to XmlSnippetFrederic Peters2004-12-151-62/+24
* no longer play fool mixing pointers and integers; they are not always the sameFrederic Peters2004-12-151-22/+35
* Reordered function declarations. Added check of server param.Nicolas Clapies2004-12-152-6/+6
* fixed a few "variable might be used uninitialized in this function" detectedFrederic Peters2004-12-156-19/+25
* Added support of modify request from a SP to AP : updated element's class in ...Nicolas Clapies2004-12-158-20/+164
* added new standard error code LASSO_PROFILE_ERROR_BUILDING_QUERY_FAILEDFrederic Peters2004-12-156-11/+14
* new LASSO_PROFILE_ERROR_NAME_IDENTIFIER_NOT_FOUND error codeFrederic Peters2004-12-155-8/+7
* coherent error handling for "identity not found" and "federation not found"Frederic Peters2004-12-158-49/+31
* replaced unknown error by 2 LASSO_PROFILE_ERROR_INVALID_HTTP_METHOD in NameFrederic Peters2004-12-141-4/+2
* new LASSO_PROFILE_ERROR_UNKNOWN_PROFILE_URL profile error and replaced a bunchFrederic Peters2004-12-148-23/+25
* fixed some missing or wrong prototype declarationsFrederic Peters2004-12-145-21/+14
* fixed function declared as returning int that didn't return anythingFrederic Peters2004-12-141-1/+1
* API change in Single Sign On profile (IdP side) to allow the developer to messFrederic Peters2004-12-145-168/+91
* more error code harmony, now with a new critical_error macroFrederic Peters2004-12-148-65/+62
* status code has been set in lasso_lib_logout_respone_new_fullFrederic Peters2004-12-141-2/+0
* properly sign samlp:ResponseFrederic Peters2004-12-141-13/+17
* properly check signature on soap samlp:Request (login/artifact)Frederic Peters2004-12-143-0/+50
* properly verify signatures and return code appriopriately (closes: #362)Frederic Peters2004-12-147-17/+31
* [API Change] For consistency with the other profiles, remote_providerID hasFrederic Peters2004-12-144-26/+27
* error codes handling in LassoLoginFrederic Peters2004-12-131-37/+20
* use XmlSnippet for LassoLogout dump/restoreFrederic Peters2004-12-132-50/+22
* reenabled lasso_session_destroy()Frederic Peters2004-12-131-1/+1
* more error code harmonization.Frederic Peters2004-12-135-27/+24
* sign AuthnResponse and harmonous use of LASSO_PROFILE_ERROR_INVALID_MSGFrederic Peters2004-12-131-15/+14
* removed obsolete commentFrederic Peters2004-12-131-1/+0
* harmonized remote_provider tests (check and error code set toFrederic Peters2004-12-135-27/+26
* 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-138-43/+51
* properly sign soap messages in name identifier mapping profile.Frederic Peters2004-12-121-8/+4
* got top-of-file license spaced the same way as in other files (+ fixed editorFrederic Peters2004-12-124-8/+8
* Added LassoDiscovery classValery Febvre2004-12-103-0/+588
* Added lasso_server_add_service() methodValery Febvre2004-12-102-2/+57
* Added LassoService classValery Febvre2004-12-103-0/+210