summaryrefslogtreecommitdiffstats
path: root/swig/Lasso.i
Commit message (Collapse)AuthorAgeFilesLines
* Bindings: remove all SWIG bindings and SWIG related filesBenjamin Dauvergne2010-01-251-7142/+0
|
* SWIG: unplug id-wsf support in SWIGBenjamin Dauvergne2009-08-261-5/+7
| | | | | * 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.
* 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.
* * fix change in SamlAdvice ABIBenjamin Dauvergne2008-08-051-20/+7
|
* 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 memory managementDamien Laniel2007-10-101-0/+1
|
* fixed a memory errorDamien Laniel2007-10-101-1/+1
|
* added missing error codes in swig bindingsDamien Laniel2007-10-101-0/+4
|
* added binding for LassoSignatureType which is just an enum but SWIG createsFrederic Peters2007-08-211-0/+13
| | | | such ugly things.
* increased the number of allocatable objectsDamien Laniel2007-07-301-1/+1
|
* 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
|
* initialize global variablesFrederic Peters2007-07-101-2/+2
|
* adds all classes from ID-WSF 2 required schemas; with appropriate changes toFrederic Peters2007-07-101-0/+4
| | | | 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).
* commented out an usused function to fix another swig warningDamien Laniel2007-07-021-8/+10
|
* cleaned methods definitions to fix swig warningsDamien Laniel2007-07-021-60/+41
|
* fixed a swig warning in LassoServerDamien Laniel2007-07-021-1/+1
|
* better error handling + some refactoringDamien Laniel2007-06-131-2/+40
|
* removed a duplicateDamien Laniel2007-06-131-2/+1
|
* added dst profile registrationDamien Laniel2007-06-051-1/+2
|
* updated Copyright dates in all filesDamien Laniel2007-05-301-1/+1
|
* added LassoIdentity_getSvcMDIDs method to swigDamien Laniel2007-05-091-14/+13
|
* replaced svcMDs with svcMDIDs in identity and moved EPRs from identity to ↵Damien Laniel2007-05-081-14/+14
| | | | session
* also keep lasso prefix in PHP5 bindingFrederic Peters2007-05-081-282/+287
|
* SNIPPET_LIST_NODES can now host LassoMiscTextNode, also useful now to directlyFrederic Peters2007-05-021-0/+1
| | | | embed a text element (instead of a node with a text element as content)
* whitespace cleaningFrederic Peters2007-05-021-11/+11
|
* binding for LassoLogin->assertionFrederic Peters2007-05-021-0/+3
|
* binding for LassoMiscTextNodeFrederic Peters2007-05-021-0/+41
|
* added id-wsf 2.0 request types + added a missing includeDamien Laniel2007-04-251-0/+8
|
* new server.addServiceFromDump method, and extended addService to work for bothFrederic Peters2007-04-251-0/+5
| | | | | | id-wsf 1 and 2; also necessary to add quick hack in new_from_xmlnode to map SvcMD to SvcMetadata.
* added getSvcMetadatas method to lasso.Identity, to bindFrederic Peters2007-04-241-0/+17
| | | | lasso_identity_get_svc_metadatas().
* new StringDict to map GHashTable of strings to a structure similar to a pythonFrederic Peters2007-04-141-6/+68
| | | | dictionary (necessary to support mapping of "any" attributes)
* implemented disco.metadata.dump()Damien Laniel2007-04-121-0/+10
|
* keep a single --enable-wsf configure option, for both ID-WSF 1 and 2.Frederic Peters2007-04-061-12/+0
|
* ID-WSF 2.0 : basix swig supportDamien Laniel2007-04-031-0/+13
|
* new LASSO_NAME_IDENTIFIER_MAPPING_ERROR_MISSING_TARGET_IDENTIFIER error codeFrederic Peters2007-01-031-0/+2
|
* new error codes and coding styleFrederic Peters2006-12-281-31/+49
|
* Allow the choice of the encryption algorithm to useDamien Laniel2006-12-201-3/+23
|
* compile PHP5 binding fine (using PHP_VERSION_ID to see if this is PHP 5)Frederic Peters2006-12-081-5/+5
|
* different code path for SWIG >= 1.3.31 for downcast in javaFrederic Peters2006-12-071-0/+7
|
* added (required in swig 1.3.31) methodmodifiers for javadestruct delete typemapFrederic Peters2006-12-071-1/+1
|
* binding for new error codeFrederic Peters2006-12-071-0/+1
|
* Added paos response message process support in LassoLogin object.Nicolas Clapies2006-12-051-0/+5
|
* include id-wsf/identity.h to get identity_get_offerings prototypeFrederic Peters2006-12-011-0/+3
|
* Added an error code in bindingsDamien Laniel2006-12-011-0/+1
|