summaryrefslogtreecommitdiffstats
path: root/lasso
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* 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
* Removed LassoPPMsgContact class. Updated binding too.lasso/xml/Makefile.amNicolas Clapies2005-01-132-187/+0
* Removed specific class LassoPersonalProfileService. Added generic web service...Nicolas Clapies2005-01-134-222/+209
* removed uncommited profile_service.[ch] from Makefile.amFrederic Peters2005-01-121-2/+0
* Added support of interaction profile service.Nicolas Clapies2005-01-121-0/+4
* Started to implement interaction service profile.Nicolas Clapies2005-01-122-0/+221
* 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
* removed unused variableFrederic Peters2005-01-121-1/+0
* moved errors.[ch] up; as requested.Frederic Peters2005-01-125-6/+4
* 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-123-4/+7
* made lasso_profile_set_response_status into a private functionFrederic Peters2005-01-127-5/+48
* removed lasso_check_version_exact and lasso_check_version macros; renamedFrederic Peters2005-01-122-40/+17
* no longer allows NULL to get the first known remote provider idFrederic Peters2005-01-122-6/+2
* added support for SNIPPET_OPTIONAL (for use with SNIPPET_INTEGER orFrederic Peters2005-01-122-2/+5
* use snippts in #LassoProvider and #LassoServerFrederic Peters2005-01-122-61/+47
* documented lasso_node_get_xmlNodeFrederic Peters2005-01-101-1/+11
* Reserved space for private_data expansion, so it will be possible to maintainFrederic Peters2005-01-107-4/+41
* replaced strncpy calls by g_strlcpyFrederic Peters2005-01-091-4/+2
* deals with lines ending with \; compile regex only once.Frederic Peters2005-01-091-1/+3
* 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-088-19/+26
* 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
* check for identity in build_assertionFrederic Peters2005-01-081-0/+3
* 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
* clean some state and uri escape artifactFrederic Peters2005-01-041-3/+13
* correctly allocates memory for nameidentifier attributesFrederic Peters2005-01-041-2/+3
* removed individual debug() statements in dispose() and finalize(); replaced byFrederic Peters2005-01-0410-44/+5
* added missing ;Frederic Peters2005-01-041-1/+1
* completely handle memory management for sessionsFrederic Peters2005-01-041-5/+3
* properly allocates memory for constant strings used in messages (or readonlyFrederic Peters2005-01-042-3/+3