summaryrefslogtreecommitdiffstats
path: root/swig
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removed SWIG Lasso.c file.Emmanuel Raviart2004-08-273-83/+38
* Added constant lassoHttpMethodAny.Emmanuel Raviart2004-08-261-4/+36
* Added a param to method lasso_defederation_init_notification(). Now if it is ...Nicolas Clapies2004-08-261-1/+2
* Oups, missing commit of the new Lasso.i swig file :pNicolas Clapies2004-08-261-1/+1
* Moved SWIG constructors and destructors from Lasso.c to Lasso.i.Emmanuel Raviart2004-08-262-127/+50
* Corrected SWIG Defederation binding.Emmanuel Raviart2004-08-241-1/+2
* Continue to rename FederationTermination into Defederation.Emmanuel Raviart2004-08-241-1/+1
* Created SWIG bindings for Defederation (new name of FederationTermination).Emmanuel Raviart2004-08-242-0/+52
* Moved param 'http_method' of lasso_login_build_authn_request_msg() methodValery Febvre2004-08-211-3/+2
* Fixed lasso_server_new parameter type.Frederic Peters2004-08-212-4/+4
* Added new argument to lasso_login_build_authn_request_msg.Emmanuel Raviart2004-08-201-6/+6
* Now include <lasso/lasso.h> and <lasso/lasso_config.h> instead of <lasso.h> andRomain Chantereay2004-08-202-4/+4
* Removed trash from SWIG binding.Emmanuel Raviart2004-08-201-2486/+0
* Ignore some files in swig.Emmanuel Raviart2004-08-201-0/+2
* Updated Python high-level binding and tests.Emmanuel Raviart2004-08-201-2/+44
* Created a high-level API above SWIG Python API.Emmanuel Raviart2004-08-192-227/+159
* Commented parts of the SWIG bindings that is not done yet.Emmanuel Raviart2004-08-192-98/+106
* removed CVS tag lines that were scattered all around the file (kept as emptyFrederic Peters2004-08-191-64/+64
* Makefile.am in swig directory so that make clean and make dist works properlyFrederic Peters2004-08-191-0/+5
* Removed signature functions whose arguments have changed from SWIG binding.Emmanuel Raviart2004-08-191-69/+0
* Deeply reworked SWIG bindings for the Lasso objects we currently use.Emmanuel Raviart2004-08-192-643/+633
* Update interface (moved _bla to bla).Romain Chantereay2004-08-181-212/+145
* Updated Interfaces.Romain Chantereay2004-08-171-384/+655
* - Added java binding swig generation.Romain Chantereay2004-08-101-0/+3229