summaryrefslogtreecommitdiffstats
path: root/swig
Commit message (Collapse)AuthorAgeFilesLines
* do not include wsf functions when not using wsfFrederic Peters2005-02-081-0/+6
|
* Corrected typo in constant.Emmanuel Raviart2005-02-011-1/+1
| | | | Added test for AuthnContext in AuthnRequest.
* Corrected SIS namespaces.Emmanuel Raviart2005-01-301-2/+2
|
* SWIG: Use WSF_SUPPORT instead of WSF_ENABLED as constant in bindings.Emmanuel Raviart2005-01-292-9/+7
|
* Typo correction.Emmanuel Raviart2005-01-291-1/+1
|
* Reverted previous replacement of #if LASSO_WSF_ENABLED withEmmanuel Raviart2005-01-292-3/+2
| | | | #ifdef LASSO_WSF_ENABLED.
* Replaced #if LASSO_WSF_ENABLED by ifdef LASSO_WSF_ENABLED to enable wsf in ↵Nicolas Clapies2005-01-292-2/+3
| | | | bindings.
* Removed optional option parameter in lasso_discovery_add_insert_entry().Nicolas Clapies2005-01-291-2/+1
|
* SWIG: Added Attribute to AttributeStatement.Emmanuel Raviart2005-01-291-1/+13
|
* Added binding for saml:AttributeValue.Emmanuel Raviart2005-01-292-1/+60
| | | | Corrected use of constant LASSO_WSF_ENABLED in binding.
* SWIG: Added constant WSF_ENABLED and VERSION_DECIMAL to bindings.Emmanuel Raviart2005-01-282-3/+11
|
* Merged wsf-api-change-not-for-0-6 branch with trunk.Emmanuel Raviart2005-01-272-15/+46
|
* configure flag to enable ID-WSF (off by default)Frederic Peters2005-01-272-0/+7
|
* don't use wsf for nowFrederic Peters2005-01-271-2/+0
|
* Corrected name of element AuthnContextComparison.Emmanuel Raviart2005-01-271-3/+73
| | | | Added missing constants.
* Added SWIG binding for lasso_session_get_assertions. Also added Java code toEmmanuel Raviart2005-01-261-0/+17
| | | | test it.
* lasso_identity_{add,remove}_federation went privateFrederic Peters2005-01-261-10/+0
|
* SWIG: Corrected Java enums. Renamed enum types. Corrected constant name.Emmanuel Raviart2005-01-251-5/+15
|
* 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-242-6/+1
| | | | API, once Lasso 0.6 is out.
* Completed ID-WSF SWIG binding.Emmanuel Raviart2005-01-233-421/+1443
| | | | | 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-223-3/+3
|
* SWIG: Renamed constants from camelCase to UPPER_CASE.Emmanuel Raviart2005-01-222-95/+95
|
* SWIG: Added missing renaming of constant LASSO_HTTP_METHOD_NONE.Emmanuel Raviart2005-01-222-49/+89
| | | | SWIG: Very preliminary clean-up of Lasso-wsf.i.
* Renamed SWIG module name to "lasso" instead of "Lasso" for every language.Emmanuel Raviart2005-01-221-9/+0
|
* SWIG: Added binding for new_full constructors.Emmanuel Raviart2005-01-211-23/+71
|
* SWIG: Removed method dump of NameIdentifierMapping.Emmanuel Raviart2005-01-211-4/+0
|
* SWIG: Every function that may raise an exception, also returns the errorCode.Emmanuel Raviart2005-01-201-60/+60
|
* Improved C# binding.Emmanuel Raviart2005-01-191-10/+133
|
* Extracted the inheritance of nodes from SWIG in a separate file, to removeEmmanuel Raviart2005-01-173-244/+211
| | | | | | its duplication in Lasso.i. Reorganized Lasso.i.
* SWIG: Corrected constant name: SWIG macros are not accessible inside %{ %}.Emmanuel Raviart2005-01-171-1/+1
|
* SWIG: Ported dynamic casting to all type of nodes. Not fully tested yet.Emmanuel Raviart2005-01-171-117/+212
|
* SWIG: Added support for dynamic casting in Java. It works, but it has beenEmmanuel Raviart2005-01-171-300/+421
| | | | | only implemented for SamlpRequestAbstract. It will soon be generalized to LassoNode.
* SWIG: Renamed getitem to getItem. Idem for setitem.Emmanuel Raviart2005-01-151-18/+18
| | | | | Java: Added a third binding test. PHP: Corrected header of binding test.
* Updated authors.Emmanuel Raviart2005-01-152-10/+2
| | | | | | Changed authors & copyright in SWIG and unit tests headers. Extracted binding_tests.py from profiles_tests.py, so that each language has a binding specific test.
* Corrected Perl binding and added test program.Emmanuel Raviart2005-01-141-0/+4
|
* Started to bind class LassoIsInteractionRequest to process it in interaction ↵Nicolas Clapies2005-01-131-0/+79
| | | | profile service class.
* Swig PHP: Added test to accept NULL for dynamic arguments.Emmanuel Raviart2005-01-131-8/+12
|
* Swig PHP: Corrected LassoNode conversion for input arguments.Emmanuel Raviart2005-01-131-2/+2
|
* Removed LassoPPMsgContact class. Updated binding too.lasso/xml/Makefile.amNicolas Clapies2005-01-131-96/+0
|
* Removed specific class LassoPersonalProfileService. Added generic web ↵Nicolas Clapies2005-01-131-42/+47
| | | | service class LassoProfileService.
* PHP Binding: Added support for NULL return value.Emmanuel Raviart2005-01-131-26/+59
|
* moved errors.[ch] up; as requested.Frederic Peters2005-01-121-2/+2
|
* Swig: Removed attribute responseStatus (now private). Corrected LassoProfileEmmanuel Raviart2005-01-121-53/+71
| | | | | request and response attributes. Corrected handling of NULL pointers in dynamic casting.
* Swig: Cancel a %newobject getitem, because a %newobject getitem applies toEmmanuel Raviart2005-01-111-0/+3
| | | | | every method getitem in every classes below. This caused an "interesting" memory handling bug.