summaryrefslogtreecommitdiffstats
path: root/lasso
Commit message (Expand)AuthorAgeFilesLines
* Fixed type error.Romain Chantereay2005-02-081-1/+1
* allocate query fields memory with glib g_malloc (and free it with g_free)Frederic Peters2005-02-083-6/+7
* memory allocated by libxml2, freed by xmlFreeFrederic Peters2005-02-081-1/+1
* replaced free() by xmlFree() when freeing strings created by libxml2Frederic Peters2005-02-082-3/+3
* replaced free() with correct libraries function (glib and libxml2)Frederic Peters2005-02-081-2/+2
* that inline should be ok everywhereFrederic Peters2005-02-081-5/+1
* If vsnprintf is not available, the function is declared in the private.h headerRomain Chantereay2005-02-081-0/+5
* __inline under MSVC.Romain Chantereay2005-02-081-0/+4
* obviously staticFrederic Peters2005-02-081-2/+2
* variables and functions shouldn't have the same namesFrederic Peters2005-02-081-5/+5
* fixed variable nameFrederic Peters2005-02-081-1/+1
* detect when it is possible to use variadic macros and fall back to inlineFrederic Peters2005-02-081-4/+21
* Added missing snippet for element "any" in dst:NewData.Emmanuel Raviart2005-02-081-1/+1
* removed all %s escaping sequences from lasso error strings; as a side effectFrederic Peters2005-02-059-94/+54
* marked types.c and symbols.sym as phony targets so they are rebuilt every timeFrederic Peters2005-02-051-0/+1
* more appropriate error codeFrederic Peters2005-02-051-1/+1
* removed remaining compiler warning (unused variable) from id-wsf/Frederic Peters2005-02-051-8/+2
* correctly use id-ff 1.1 xml namespace in backward compatibility modeFrederic Peters2005-02-051-1/+31
* added tests to fix bug #407 and avoir similar onesFrederic Peters2005-02-043-0/+18
* restore a <lib:Extension> from unknown query string elements; all of themFrederic Peters2005-02-041-1/+31
* use c99 construct for variadic macros when not using gcc (still missing a thirdFrederic Peters2005-02-041-5/+18
* correctly deals with RequestAuthnContext when rebuilding AuthnRequest fromFrederic Peters2005-02-022-3/+11
* Corrected typo in constant.Emmanuel Raviart2005-02-011-1/+1
* Corrected SIS namespaces.Emmanuel Raviart2005-01-301-2/+2
* removed extraneous liberty namespace registration and noted a future fix toFrederic Peters2005-01-292-1/+1
* Removed old comment.Nicolas Clapies2005-01-291-4/+0
* Removed optional option parameter in lasso_discovery_add_insert_entry().Nicolas Clapies2005-01-292-13/+4
* compatibility with previous liberty specifications; still missing support forFrederic Peters2005-01-281-35/+93
* initializes AuthnResponse in process_authn_request_msg; it is necessary sinceFrederic Peters2005-01-281-5/+6
* produce 1.1 requests and notifications when interoperating with previousFrederic Peters2005-01-287-7/+43
* include missing identityprivate.hFrederic Peters2005-01-281-0/+1
* liberty 1.1 metadata were in another namespaceFrederic Peters2005-01-281-3/+5
* store liberty 1.2 conformance when loading metadata; it will allow to dealFrederic Peters2005-01-281-0/+3
* samlp:Request Major and Minor versions are saml, not libFrederic Peters2005-01-281-2/+2
* Document new functions; pretty please. Fixed memory leak introduced inFrederic Peters2005-01-284-72/+118
* Merged wsf-api-change-not-for-0-6 branch with trunk.Emmanuel Raviart2005-01-2721-84/+397
* configure flag to enable ID-WSF (off by default)Frederic Peters2005-01-272-2/+13
* correctly deals with multiple elements for the same query partFrederic Peters2005-01-272-1/+32
* Corrected name of element AuthnContextComparison.Emmanuel Raviart2005-01-273-4/+34
* new lasso_session_get_assertions, returns GList* of (incref'd) assertionsFrederic Peters2005-01-262-2/+25
* moved lasso_identity_{add,remove}_federation to privateFrederic Peters2005-01-265-5/+43
* use python as found by configureFrederic Peters2005-01-261-2/+2
* Empty node name is allowed for LIST_NODES; this allows nodes to beFrederic Peters2005-01-251-1/+1
* documented memory management for lasso_identity_add_federationFrederic Peters2005-01-251-1/+2
* "hope you paid attention to API/ABI".Frederic Peters2005-01-251-0/+1
* Removed service from ID-FF. It was obsolete and will be replaced with a newEmmanuel Raviart2005-01-245-262/+0
* Completed ID-WSF SWIG binding.Emmanuel Raviart2005-01-236-6/+11
* Updated Copyright and authors.Emmanuel Raviart2005-01-22206-618/+412
* don't get remote provider id out of request if it was initiated by providerFrederic Peters2005-01-221-4/+5
* fixed missing provider error code (and used it in other places)Frederic Peters2005-01-211-2/+16