summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.
* abort configure if python is not foundFrederic Peters2005-01-281-2/+3
|
* Document new functions; pretty please. Fixed memory leak introduced inFrederic Peters2005-01-285-72/+122
| | | | | 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-2723-99/+443
|
* updated ChangeLog for 0.6 with gazillion things.Frederic Peters2005-01-271-0/+5096
|
* wsf activation status in configure summary outputFrederic Peters2005-01-271-0/+1
|
* configure flag to enable ID-WSF (off by default)Frederic Peters2005-01-275-2/+31
|
* don't use wsf for nowFrederic Peters2005-01-271-2/+0
|
* late 0.5 fixes to documentationFrederic Peters2005-01-272-33/+31
|
* correctly deals with multiple elements for the same query partFrederic Peters2005-01-272-1/+32
|
* Corrected name of element AuthnContextComparison.Emmanuel Raviart2005-01-274-7/+107
| | | | Added missing constants.
* removed .bak file on cleanFrederic Peters2005-01-261-0/+4
|
* prepare for 0.6.0Frederic Peters2005-01-263-3/+19
|
* take ntoe of function changes in docFrederic Peters2005-01-263-33/+12
|
* lasso-src-config is generatedFrederic Peters2005-01-261-0/+1
|
* ignore more and more filesFrederic Peters2005-01-262-0/+30
|
* rewordedFrederic Peters2005-01-261-6/+6
|
* blah blah in reference manual introductionFrederic Peters2005-01-261-2/+66
|
* removed functions that are now private from documentationFrederic Peters2005-01-261-2/+0
|
* Removed obsolete Python sample code.Emmanuel Raviart2005-01-269-446/+0
|
* Updated ColdFusion examples.Emmanuel Raviart2005-01-262-22/+29
|
* Added SWIG binding for lasso_session_get_assertions. Also added Java code toEmmanuel Raviart2005-01-262-2/+20
| | | | test it.
* lasso_identity_{add,remove}_federation went privateFrederic Peters2005-01-261-10/+0
|
* new lasso_session_get_assertions, returns GList* of (incref'd) assertionsFrederic Peters2005-01-263-2/+26
|
* every morning I distcheck and fix java and csharp classes; oh yeah.Frederic Peters2005-01-262-35/+34
|
* moved lasso_identity_{add,remove}_federation to privateFrederic Peters2005-01-265-5/+43
|
* use python as found by configureFrederic Peters2005-01-261-2/+2
|
* Updated Java LoginTest and test metadata.Emmanuel Raviart2005-01-266-131/+227
|
* Empty node name is allowed for LIST_NODES; this allows nodes to beFrederic Peters2005-01-252-1/+5
| | | | | reconstructed looking at their names and namespaces. This is useful to implement xs:any
* SWIG: Corrected Java enums. Renamed enum types. Corrected constant name.Emmanuel Raviart2005-01-251-5/+15
|
* documented memory management for lasso_identity_add_federationFrederic Peters2005-01-251-1/+2
|
* no more php/examples/ subdirFrederic Peters2005-01-251-1/+0
|
* remove php samplesChristophe Nowicki2005-01-251-3/+0
|
* Remove php samples from the lasso repositoryChristophe Nowicki2005-01-2546-5844/+0
| | | | | | | | I'm still working on it. I will release an independant Pear package for Lasso 0.6. The pear package repository is here: https://meuh.dyndns.org/cgi-bin/viewcvs.cgi/lasso_pear/
* updated swig generated files list for C#Frederic Peters2005-01-252-25/+55
|
* updated swig generated file listFrederic Peters2005-01-252-32/+41
|
* fixed DowncastableNode.java filenameFrederic Peters2005-01-251-1/+1
|
* "hope you paid attention to API/ABI".Frederic Peters2005-01-251-0/+1
|
* Cosmetic changes to SWIG Lasso.i #ifdefs.Emmanuel Raviart2005-01-241-49/+51
|
* Added a special section for PHP4 SWIG execeptions.Romain Chantereay2005-01-241-2/+33
| | | | | Now positive lasso errors will not produce a E_ERROR PHP error but simply a E_WARNING PHP error.
* Added Lasso version numbers to bindings.Emmanuel Raviart2005-01-241-2/+2
|
* Removed service from ID-FF. It was obsolete and will be replaced with a newEmmanuel Raviart2005-01-247-268/+1
| | | | API, once Lasso 0.6 is out.
* Completed ID-WSF SWIG binding.Emmanuel Raviart2005-01-239-427/+1454
| | | | | Added attribute server to binding of LassoProfile. Small corrections to declarations of ID-WSF objects.
* Quick fix so that Lasso bindings work till SWIG WSF part is fully updated.Emmanuel Raviart2005-01-231-6/+11
|
* Updated binding of all "discovery" nodes.Emmanuel Raviart2005-01-221-225/+484
|
* Work in progress: improving ID-WSF SWIG binding.Emmanuel Raviart2005-01-221-298/+604
|
* Updated Copyright and authors.Emmanuel Raviart2005-01-22263-701/+502
|
* SWIG: Renamed constants from camelCase to UPPER_CASE.Emmanuel Raviart2005-01-2216-171/+171
|