summaryrefslogtreecommitdiffstats
path: root/lasso/xml
Commit message (Expand)AuthorAgeFilesLines
...
* Added missing security mechanism.Nicolas Clapies2005-03-101-0/+6
* Restore ResourceID and EncryptedResourceID attributes in discovery and modify...Nicolas Clapies2005-03-103-4/+19
* Added comments about security mech rules.Nicolas Clapies2005-03-101-0/+10
* Added comment about Options rules.Nicolas Clapies2005-03-101-0/+5
* Added comments about status rules.Nicolas Clapies2005-03-101-0/+9
* resourceId is for LassoResourceID and LassoEncryptedResourceID.Nicolas Clapies2005-03-102-7/+4
* Added disco status codes.Nicolas Clapies2005-03-101-0/+7
* Added discovery directive elements.Nicolas Clapies2005-03-1013-1/+1131
* only use xsi:type on elements that have a saml: ancestor (and added test to notFrederic Peters2005-03-071-5/+14
* only use LASSO_SIGNATURE_TYPE_WITHX509 (including a <KeyInfo/> in message) ifFrederic Peters2005-03-071-4/+3
* Added credentials and resource offerings if authentication is OK.Nicolas Clapies2005-03-025-2/+245
* Renamed LassoSaSaslRequest to LassoSaSASLRequest. Idem to LassoSaSASLResponse.Nicolas Clapies2005-03-024-51/+51
* Added soap envelope and soap binding. It is useful for id-wsf but could be us...Nicolas Clapies2005-03-0211-1/+770
* Added support of cyrus libsasl in id-wsf authentication service.Nicolas Clapies2005-02-243-8/+43
* typo fix and longer descriptionFrederic Peters2005-02-211-2/+3
* documented enumsFrederic Peters2005-02-211-0/+29
* Added status code constants for wsf authentication service.Nicolas Clapies2005-02-141-0/+4
* Added duplication of mechanism string parameter in constructor.Nicolas Clapies2005-02-141-1/+1
* Added missing status parameter in lasso_sa_sasl_response_new() method. Added ...Nicolas Clapies2005-02-141-1/+4
* g_vsnprintf taked the place of vsnprintf.Romain Chantereay2005-02-111-1/+1
* Added low level classes for wsf authentication service. SASLResponse is only ...Nicolas Clapies2005-02-1012-0/+1067
* removed unecessary vsnprintf declarationFrederic Peters2005-02-101-5/+0
* use glib version of vsnprintfFrederic Peters2005-02-101-1/+1
* Now lasso_lib_request_authn_context_new() returns LassoLibRequestAuthnContex*...Nicolas Clapies2005-02-103-4/+3
* 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-082-5/+6
* replaced free() by xmlFree() when freeing strings created by libxml2Frederic Peters2005-02-081-1/+1
* 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
* 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-052-14/+8
* 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-041-0/+6
* 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
* Merged wsf-api-change-not-for-0-6 branch with trunk.Emmanuel Raviart2005-01-2712-14/+182
* correctly deals with multiple elements for the same query partFrederic Peters2005-01-271-0/+24
* Corrected name of element AuthnContextComparison.Emmanuel Raviart2005-01-273-4/+34
* Empty node name is allowed for LIST_NODES; this allows nodes to beFrederic Peters2005-01-251-1/+1
* Completed ID-WSF SWIG binding.Emmanuel Raviart2005-01-236-6/+11
* Updated Copyright and authors.Emmanuel Raviart2005-01-22163-489/+326
* removed lib:Scoping, optionalFrederic Peters2005-01-211-1/+1