summaryrefslogtreecommitdiffstats
path: root/swig
Commit message (Collapse)AuthorAgeFilesLines
* Bindings: remove all SWIG bindings and SWIG related filesBenjamin Dauvergne2010-01-25224-28287/+0
|
* SWIG: unplug id-wsf support in SWIGBenjamin Dauvergne2009-08-262-44/+31
| | | | | * swig/Lasso.i: force LASSO_WSF_ENABLED to be undefined.
* SWIG: implement change to LassoSession in the SWIG interface fileBenjamin Dauvergne2009-08-261-7/+5
| | | | | | * swig/Lasso.i: remove LassoSession::is_dirty attribute and rewrite the getProviderIds function.
* SWIG Binding: reflect changes in the signature of struct LassoIdWsfDiscoveryBenjamin Dauvergne2009-08-261-9/+9
| | | | | | * swig/Lasso-wsf2.i (LassoIdWsfDiscovery): add new fields metadatas and svcMDIDS, remove old ones (metadata and svcMDID).
* Remove use of xmlFreeDoc for lasso_release_docBenjamin Dauvergne2008-11-041-3/+5
| | | | | | | | | | | | | | - bindings/java/wrapper_top.c, bindings/php4/lasso_php4_helper.c, bindings/php5/wrapper_source_top.c, bindings/python/wrapper_top.c, lasso/id-ff/identity.c, lasso/id-ff/lecp.c, lasso/id-ff/login.c, lasso/id-ff/logout.c, lasso/id-ff/name_registration.c, lasso/id-ff/profile.c, lasso/id-ff/provider.c, lasso/id-ff/server.c, lasso/id-ff/session.c, lasso/id-wsf-2.0/data_service.c, lasso/id-wsf/data_service.c, lasso/id-wsf/discovery.c, lasso/id-wsf/wsf_profile.c, lasso/saml-2.0/ecp.c, lasso/saml-2.0/login.c, lasso/saml-2.0/name_id_management.c, lasso/utils.h, lasso/xml/tools.c, lasso/xml/xml.c, swig/Lasso.i: Remove use of xmlFreeDoc. Use lasso_release_doc instead.
* fixed various bugs with new compilation flagsDamien Laniel2008-09-161-1/+1
|
* * fix change in SamlAdvice ABIBenjamin Dauvergne2008-08-051-20/+7
|
* forked lasso branch for adelineBenjamin Dauvergne2008-08-011-0/+1
|
* add Makefile.in to MAINTAINERCLEANFILES in every Makefile.amBenjamin Dauvergne2008-05-274-0/+4
|
* don't generate "abstract" member for PHP as it causes a problem with SWIGFrederic Peters2008-04-291-0/+9
|
* that part is broken with PHP 4 onlyFrederic Peters2008-04-231-3/+3
|
* that part is broken with PHP 4 onlyFrederic Peters2008-04-231-3/+3
|
* removed broken php renameFrederic Peters2008-01-151-3/+0
|
* fixed mixing epr assertion attribute with other custom attributesDamien Laniel2008-01-141-0/+12
|
* added swig binding for Saml2AttributeValue + testsDamien Laniel2008-01-145-0/+86
|
* added missing underscore in lasso_samlp2_assertion_idrequest_newFrederic Peters2007-12-271-1/+1
|
* renamed samlp2_assertion_idrequest.i to /samlp2_assertion_id_request.iFrederic Peters2007-12-273-4/+4
|
* added all missing name identifier formatsDamien Laniel2007-12-061-0/+18
|
* added support for sending SAMLv2 AuthnResponse over HTTP-Redirect (whichFrederic Peters2007-11-271-0/+2
| | | | shouldn't be used because the assertion within makes for a very big message)
* fixed a syntax errorDamien Laniel2007-10-111-2/+2
|
* fixed memory managementDamien Laniel2007-10-103-6/+7
|
* fixed a memory errorDamien Laniel2007-10-101-1/+1
|
* added missing error codes in swig bindingsDamien Laniel2007-10-101-0/+4
|
* added lasso_data_service_get_resource_offering method to getFrederic Peters2007-10-041-0/+4
| | | | LassoDiscoResourceOffering of a DataService
* added missing session accessorFrederic Peters2007-09-201-0/+3
|
* reordered methods so it's easier to readDamien Laniel2007-09-201-2/+2
|
* reordered methods so it's easier to readDamien Laniel2007-09-201-27/+27
|
* fixed personal profile constructor in bindingsDamien Laniel2007-09-201-1/+1
|
* lasso_discovery_add_resource_offering doesn't exist, remove it completely ↵Damien Laniel2007-09-181-5/+0
| | | | from the binding this time
* added missing methodDamien Laniel2007-09-181-0/+4
|
* fixed bad casting on get/set listsFrederic Peters2007-08-217-44/+44
|
* fixed usage of set|get_node_list and set|get_string_listFrederic Peters2007-08-217-88/+88
|
* added binding for LassoSignatureType which is just an enum but SWIG createsFrederic Peters2007-08-211-0/+13
| | | | such ugly things.
* updated SAML2 bindings with all attributes; and added copyright / licenceFrederic Peters2007-08-1348-112/+1431
| | | | notice.
* remove reference to inexistent fileFrederic Peters2007-08-131-1/+1
|
* processModifyResponseMsgDamien Laniel2007-08-081-0/+6
|
* swig binding for parse modify itemsDamien Laniel2007-08-061-1/+6
|
* added a missing END_THROW_ERRORDamien Laniel2007-07-301-0/+1
|
* added first functions for ID-WSF 2 attribute modificationDamien Laniel2007-07-301-1/+16
|
* increased the number of allocatable objectsDamien Laniel2007-07-301-1/+1
|
* DstRefAppData is just a template, don't consider it a string but a containerFrederic Peters2007-07-302-2/+1
| | | | for anything
* changed abort message when too many objects are allocatedDamien Laniel2007-07-271-1/+1
|
* changed abort message when too many objects are allocatedDamien Laniel2007-07-271-2/+1
|
* use a constant for node_infos sizeDamien Laniel2007-07-271-3/+5
|
* abort when node_infos array has reached its limitDamien Laniel2007-07-271-0/+6
|
* access to saml2 attribute statementFrederic Peters2007-07-271-0/+30
|
* initialize global variablesFrederic Peters2007-07-101-2/+2
|
* adds all classes from ID-WSF 2 required schemas; with appropriate changes toFrederic Peters2007-07-10159-10/+9901
| | | | other files.
* hack around swig not declaring functions by declaring it ourself here,Frederic Peters2007-07-031-0/+6
| | | | | | but it may break in a future swig version, this is just to get a clean build without any warning of the Python binding with SWIG 1.3.31...
* get_node_info_with_swig may not be used by the python binding, but it sure isFrederic Peters2007-07-031-10/+10
| | | | | used by other bindings (and if we were only concerned by python we wouldn't use swig).