summaryrefslogtreecommitdiffstats
path: root/lasso
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* created serverprivate.h for two private #LassoServer methodsFrederic Peters2005-01-045-4/+43
* rewrote lasso_login_init_idp_initiated_authn_request usingFrederic Peters2005-01-041-54/+31
* don't care about NameFormat and NameQualifier in comparaisonFrederic Peters2005-01-041-2/+0
* 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-0111-29/+15
* removed lasso_federation_set_local_name_identifier andFrederic Peters2005-01-013-41/+6
* Updated LassoServer SWIG binding.Emmanuel Raviart2004-12-311-2/+4
* moved remaining lasso[A-Z].* enums to Lasso[A-Z].*Frederic Peters2004-12-3136-82/+80
* Spelling correction: succint -> succinct.Emmanuel Raviart2004-12-313-17/+17
* moved lasso_strerror to public interfaceFrederic Peters2004-12-313-2/+5
* removed obsolete (since move to structure) lasso_node_verify_signature (butFrederic Peters2004-12-313-143/+1
* sets InResponseTo in samlp:ResponseFrederic Peters2004-12-312-1/+2
* ret > 0 no longer happensFrederic Peters2004-12-311-3/+0
* if AuthnRequestsSigned is missing assume it as TRUEFrederic Peters2004-12-311-3/+3