summaryrefslogtreecommitdiffstats
path: root/lasso/xml
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* 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
* Fixed saml attribute tag define.Nicolas Clapies2005-01-201-2/+2
* added SNIPPET_LIST_XMLNODES support (mostly the same thing as SNIPPET_EXTENSIONFrederic Peters2005-01-192-1/+7
* handle non-soap messages in new_from_soapFrederic Peters2005-01-141-3/+3
* 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
* Removed LassoPPMsgContact class. Updated binding too.lasso/xml/Makefile.amNicolas Clapies2005-01-132-187/+0
* Added lasso_*_new_from_message() method to rebuild objects from xml dump.Nicolas Clapies2005-01-124-0/+28
* forgotten commit of new is* classes to Makefile.am.Frederic Peters2005-01-121-0/+24
* moved errors.[ch] up; as requested.Frederic Peters2005-01-124-238/+1
* Added low level classes for interaction service specification.Nicolas Clapies2005-01-1224-0/+2197
* Added name space constant for interaction service. Added interaction rule con...Nicolas Clapies2005-01-121-0/+8
* remove duplicate declaration of namespace (bug#398)Frederic Peters2005-01-122-4/+5
* added support for SNIPPET_OPTIONAL (for use with SNIPPET_INTEGER orFrederic Peters2005-01-122-2/+5
* documented lasso_node_get_xmlNodeFrederic Peters2005-01-101-1/+11
* replaced strncpy calls by g_strlcpyFrederic Peters2005-01-091-4/+2
* ends lines with \ so they get caught by extract_symbols.pyFrederic Peters2005-01-091-4/+4
* reserve abi-space for unsupported elements in saml:AssertionFrederic Peters2005-01-081-6/+3
* moved remaining unbounded elements to GList* (samlp:Response/Assertion beingFrederic Peters2005-01-087-10/+13
* turned a bunch of unbounded elements into GList*Frederic Peters2005-01-0815-21/+44
* only give xsi namespace to nodes with xsi: attributesFrederic Peters2005-01-081-2/+1
* mark sameNs as inline since it is short and often called (thanks to kcachegrindFrederic Peters2005-01-051-5/+3
* fixed element name for SubjectConfirmationFrederic Peters2005-01-041-1/+1
* fixed order of samlp:Response elementsFrederic Peters2005-01-041-1/+1
* removed individual debug() statements in dispose() and finalize(); replaced byFrederic Peters2005-01-041-2/+2
* added missing ;Frederic Peters2005-01-041-1/+1
* properly allocates memory for constant strings used in messages (or readonlyFrederic Peters2005-01-042-3/+3
* added include of #LassoSamlAttribute header file for #LassoSamlAttributeState...Frederic Peters2005-01-031-0/+1
* Removed second and third parameters of lasso_node_dump since @encoding isFrederic Peters2005-01-012-20/+6
* moved remaining lasso[A-Z].* enums to Lasso[A-Z].*Frederic Peters2004-12-3121-37/+36
* moved lasso_strerror to public interfaceFrederic Peters2004-12-313-2/+5
* removed obsolete (since move to structure) lasso_node_verify_signature (butFrederic Peters2004-12-312-137/+0
* sets InResponseTo in samlp:ResponseFrederic Peters2004-12-311-1/+0
* don't output memory management debug stringsFrederic Peters2004-12-311-1/+1
* fixed parameter name in constructorFrederic Peters2004-12-311-1/+1
* fixed function name in docstring for #LassoLibAuthnResponseEnvelope constructorFrederic Peters2004-12-311-1/+1
* documented a bunch of LassoSaml* classes _new functionsFrederic Peters2004-12-315-5/+37
* documented a bunch of other xml base objectsFrederic Peters2004-12-318-6/+139
* documented #LassoLoginFrederic Peters2004-12-311-0/+4
* documented more functions, reaching 50% symbol docs coverage (126 symbolsFrederic Peters2004-12-3027-60/+165
* moved lasso_node_build_query to private functionsFrederic Peters2004-12-302-2/+2
* merged tools.h and internals.h in new private.h, excluded from API reference.Frederic Peters2004-12-305-92/+57
* Corrected result type of lasso_saml_assertion_new.Emmanuel Raviart2004-12-302-2/+2
* only set samlp:Success in samlp:Response if assertion was found; fall back toFrederic Peters2004-12-281-1/+1
* added LASSO_LOGIN_ERROR_STATUS_NOT_SUCCESS error codeFrederic Peters2004-12-281-0/+1