summaryrefslogtreecommitdiffstats
path: root/swig
Commit message (Expand)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
* 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
* Replaced #if LASSO_WSF_ENABLED by ifdef LASSO_WSF_ENABLED to enable wsf in bi...Nicolas Clapies2005-01-292-2/+3
* 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
* 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 SWIG binding for lasso_session_get_assertions. Also added Java code toEmmanuel Raviart2005-01-261-0/+17
* 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
* 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
* Completed ID-WSF SWIG binding.Emmanuel Raviart2005-01-233-421/+1443
* 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
* 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
* 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
* SWIG: Renamed getitem to getItem. Idem for setitem.Emmanuel Raviart2005-01-151-18/+18
* Updated authors.Emmanuel Raviart2005-01-152-10/+2
* 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
* 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 service...Nicolas Clapies2005-01-131-42/+47
* 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
* Swig: Cancel a %newobject getitem, because a %newobject getitem applies toEmmanuel Raviart2005-01-111-0/+3