summaryrefslogtreecommitdiffstats
path: root/lasso
Commit message (Collapse)AuthorAgeFilesLines
* restore a <lib:Extension> from unknown query string elements; all of themFrederic Peters2005-02-041-1/+31
| | | | are merged in the same <lib:Extension>
* use c99 construct for variadic macros when not using gcc (still missing a thirdFrederic Peters2005-02-041-5/+18
| | | | alternative for non-(c99||gcc) compilers
* correctly deals with RequestAuthnContext when rebuilding AuthnRequest fromFrederic Peters2005-02-022-3/+11
| | | | query string
* Corrected typo in constant.Emmanuel Raviart2005-02-011-1/+1
| | | | Added test for AuthnContext in AuthnRequest.
* 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
| | | | LECP to do.
* 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
| | | | | old elements in lib:AuthnRequest (requires some deep thought) but it may already be working as is.
* initializes AuthnResponse in process_authn_request_msg; it is necessary sinceFrederic Peters2005-01-281-5/+6
| | | | | intermediary function may want to set status code. (fix a crasher bug when using isPassive and POST)
* produce 1.1 requests and notifications when interoperating with previousFrederic Peters2005-01-287-7/+43
| | | | liberty implementations
* include missing identityprivate.hFrederic Peters2005-01-281-0/+1
|
* liberty 1.1 metadata were in another namespaceFrederic Peters2005-01-281-3/+5
| | | | "http://projectliberty.org/schemas/core/2002/12"
* store liberty 1.2 conformance when loading metadata; it will allow to dealFrederic Peters2005-01-281-0/+3
| | | | with previous liberty implementations
* samlp:Request Major and Minor versions are saml, not libFrederic Peters2005-01-281-2/+2
| | | | | | If the element or its type is in a SAML namespace (urn:oasis:names:tc:SAML:1.0:assertion or urn:oasis:names:tc:SAML:1.0:protocol), then the values MUST be 1 and 1 respectively.
* Document new functions; pretty please. Fixed memory leak introduced inFrederic Peters2005-01-284-72/+118
| | | | | lasso_profile_get_request_type_from_soap_msg; moved wsf chunk from build_assertion to its own function.
* 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
| | | | Added missing constants.
* 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
| | | | | reconstructed looking at their names and namespaces. This is useful to implement xs:any
* 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
| | | | API, once Lasso 0.6 is out.
* Completed ID-WSF SWIG binding.Emmanuel Raviart2005-01-236-6/+11
| | | | | Added attribute server to binding of LassoProfile. Small corrections to declarations of ID-WSF objects.
* 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
|
* don't segfault on missing remote provider idFrederic Peters2005-01-211-0/+3
|
* removed lib:Scoping, optionalFrederic Peters2005-01-211-1/+1
|
* reordered lib:authnRequest elementsFrederic Peters2005-01-211-4/+4
|
* new SNIPPET_OPTIONAL_NEG which allow to skip integer elements when set to -1Frederic Peters2005-01-214-4/+9
| | | | (useful for proxycount)
* moved samlp qname conversion to lib_status_responseFrederic Peters2005-01-212-18/+11
|
* adds samlp: prefix to statuscode qname if necessaryFrederic Peters2005-01-211-0/+18
|
* if existing, use SessionIndex from assertion in lib:LogoutRequest.Frederic Peters2005-01-211-3/+19
|
* removed out of place int caused by dubious docstring copy/pasteFrederic Peters2005-01-211-1/+0
|
* documented remaining functions in xml/; looks like all the functions are done.Frederic Peters2005-01-211-0/+41
|
* done with documenting if-ff/* functionsFrederic Peters2005-01-216-24/+100
|
* Fixed saml attribute tag define.Nicolas Clapies2005-01-201-2/+2
|
* corrected spelling of optionally.Frederic Peters2005-01-203-9/+9
|
* documented name_identifier_mapping.c; removed its unused dump functions; fixedFrederic Peters2005-01-204-64/+119
| | | | a few docstrings
* documented #LassoNameRegistration and fixed some docstrings in #LassoLogoutFrederic Peters2005-01-202-22/+88
|
* added SNIPPET_LIST_XMLNODES support (mostly the same thing as SNIPPET_EXTENSIONFrederic Peters2005-01-192-1/+7
| | | | for the moment)
* handle non-soap messages in new_from_soapFrederic Peters2005-01-141-3/+3
|
* Removed class LassoAbstractService.Nicolas Clapies2005-01-133-173/+0
|
* Fixed error in xmlNewNs() call : first param must be xmlnode instead of NULL.Nicolas Clapies2005-01-131-1/+1
|
* Removed pp_msg_contact.c pp_msg_contact.h.Nicolas Clapies2005-01-131-2/+0
|