summaryrefslogtreecommitdiffstats
path: root/swig/Lasso.i
Commit message (Expand)AuthorAgeFilesLines
* Synchronized SWIG error codes with those in errors.h (Shame on theEmmanuel Raviart2004-10-011-7/+31
* Added mustAskForConsent to login in SWIG.Emmanuel Raviart2004-09-301-2/+5
* Added a param 'is_consent_obtained' in method:Valery Febvre2004-09-301-4/+7
* Added better support for name registration. There is still problem with multi...Nicolas Clapies2004-09-291-0/+8
* Renamed 'ca_certificate' property of LassoProvider object to 'ca_cert_chain'Valery Febvre2004-09-271-4/+3
* Fixed mistake in LassoNameIdentifierMapping() : restored the second param (pr...Nicolas Clapies2004-09-251-1/+10
* Major update of code in lasso_name_identifier_mapping_init_request(), lasso_n...Nicolas Clapies2004-09-231-0/+174
* fixed a lot of bug, added a new attribute oldNameIdentifier. Now after the pr...Nicolas Clapies2004-09-221-0/+9
* Removed assertion from login in SWIG.Emmanuel Raviart2004-09-221-29/+0
* New API pour artefact handling.Emmanuel Raviart2004-09-221-14/+19
* Made argument remote_providerID optional for Defederation.initNotification,Emmanuel Raviart2004-09-201-1/+1
* Added binding for new name registration typeNicolas Clapies2004-09-201-8/+8
* Made remote_providerID optional in lasso_lecp_build_authn_request_msg and inEmmanuel Raviart2004-09-201-18/+15
* Added name registration declaration and definitionNicolas Clapies2004-09-201-2/+4
* Added SWIG bindings for metadata, providers and providerIds.Emmanuel Raviart2004-09-181-23/+196
* Added binding for LassoNameRegistration C objectNicolas Clapies2004-09-141-0/+180
* bind property providerIDs for LassoIdentityChristophe Nowicki2004-09-131-0/+38
* ZVAL_STRING macro for PHPChristophe Nowicki2004-09-071-0/+20
* SWIGPHP4 is not a defined in the wapper source code, use PHP_VERSIONChristophe Nowicki2004-09-071-6/+6
* RTM :)Romain Chantereay2004-09-071-1/+1
* For compatibility with SWIG < 1.3.22, test the swig version before using the newRomain Chantereay2004-09-071-1/+3
* Specificly use original approach java enums binding method.Romain Chantereay2004-09-071-0/+1
* No need to define package and version constants, there are already defined inRomain Chantereay2004-09-071-2/+4
* Corrected Lasso minor version in SWIG binding.Emmanuel Raviart2004-09-071-1/+1
* Some typo, and variables corrections.Romain Chantereay2004-09-061-44/+44
* Changed Python exceptions generated by SWIG.Emmanuel Raviart2004-09-051-8/+79
* Corrected a mistake in Java binding.Emmanuel Raviart2004-09-041-1/+1
* Corrected Java.Emmanuel Raviart2004-09-041-0/+1
* Added defines neededfor Java binding.Emmanuel Raviart2004-09-031-13/+99
* Updated process of artifact : now the IDP generates an artifact either or not...Nicolas Clapies2004-09-031-0/+72
* Moved support of provider index from session to logout. Now only the logout k...Nicolas Clapies2004-09-011-2/+2
* Corrected Request and Response for Logout and request for FederationEmmanuel Raviart2004-09-011-3/+4
* LassoSession.getAuthenticationMethod argument is now optional.Emmanuel Raviart2004-09-011-2/+2
* Corrected request and respond for profiles others than login.Emmanuel Raviart2004-08-311-94/+105
* Added code error : LASSO_PROFILE_ERROR_MISSING_REQUEST. It indicates that las...Nicolas Clapies2004-08-311-0/+2
* Added Lasso version constants to SWIG.Emmanuel Raviart2004-08-311-0/+10
* Removed low-level bindings from SWIG.Emmanuel Raviart2004-08-301-218/+32
* PHP Binding : PHP does not handle namepaces, added lasso_ prefix forChristophe Nowicki2004-08-301-1/+72
* A few corrections to SWIG binding (a quick commit, so that Christophe canEmmanuel Raviart2004-08-301-1/+18
* SWIG high-level binding now uses camelCase.Emmanuel Raviart2004-08-291-375/+415
* When Lasso doesn't recognize the URL query, it now throws a SyntaxErrorEmmanuel Raviart2004-08-291-20/+40
* SWIG now produces high-level bindings.Emmanuel Raviart2004-08-281-189/+997
* Converted Identity & Session to real objects in SWIG bindings.Emmanuel Raviart2004-08-281-12/+49
* Hide LibAuthnRequest attributes from SWIG binding.Emmanuel Raviart2004-08-281-27/+0
* Added preliminary error throwing in SWIG binding.Emmanuel Raviart2004-08-281-19/+40
* Converted SWIG Server into a high-level class with new_from_dump staticEmmanuel Raviart2004-08-281-25/+47
* Transformed LassoAuthnRequest as a true SWIG class with attributes andEmmanuel Raviart2004-08-271-26/+127
* Added code error LASSO_PROFILE_ERROR_INVALID_QUERY, returned when an error oc...Nicolas Clapies2004-08-271-0/+4
* Corrected SWIG binding.Emmanuel Raviart2004-08-271-5/+5
* Replaced SWIG specific functions to access "request" and "response"Emmanuel Raviart2004-08-271-37/+50