| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bindings: remove all SWIG bindings and SWIG related files | Benjamin Dauvergne | 2010-01-25 | 1 | -7142/+0 |
| | | |||||
| * | SWIG: unplug id-wsf support in SWIG | Benjamin Dauvergne | 2009-08-26 | 1 | -5/+7 |
| | | | | | | * swig/Lasso.i: force LASSO_WSF_ENABLED to be undefined. | ||||
| * | SWIG: implement change to LassoSession in the SWIG interface file | Benjamin Dauvergne | 2009-08-26 | 1 | -7/+5 |
| | | | | | | | * swig/Lasso.i: remove LassoSession::is_dirty attribute and rewrite the getProviderIds function. | ||||
| * | Remove use of xmlFreeDoc for lasso_release_doc | Benjamin Dauvergne | 2008-11-04 | 1 | -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 ABI | Benjamin Dauvergne | 2008-08-05 | 1 | -20/+7 |
| | | |||||
| * | added support for sending SAMLv2 AuthnResponse over HTTP-Redirect (which | Frederic Peters | 2007-11-27 | 1 | -0/+2 |
| | | | | | shouldn't be used because the assertion within makes for a very big message) | ||||
| * | fixed memory management | Damien Laniel | 2007-10-10 | 1 | -0/+1 |
| | | |||||
| * | fixed a memory error | Damien Laniel | 2007-10-10 | 1 | -1/+1 |
| | | |||||
| * | added missing error codes in swig bindings | Damien Laniel | 2007-10-10 | 1 | -0/+4 |
| | | |||||
| * | added binding for LassoSignatureType which is just an enum but SWIG creates | Frederic Peters | 2007-08-21 | 1 | -0/+13 |
| | | | | | such ugly things. | ||||
| * | increased the number of allocatable objects | Damien Laniel | 2007-07-30 | 1 | -1/+1 |
| | | |||||
| * | changed abort message when too many objects are allocated | Damien Laniel | 2007-07-27 | 1 | -1/+1 |
| | | |||||
| * | changed abort message when too many objects are allocated | Damien Laniel | 2007-07-27 | 1 | -2/+1 |
| | | |||||
| * | use a constant for node_infos size | Damien Laniel | 2007-07-27 | 1 | -3/+5 |
| | | |||||
| * | abort when node_infos array has reached its limit | Damien Laniel | 2007-07-27 | 1 | -0/+6 |
| | | |||||
| * | initialize global variables | Frederic Peters | 2007-07-10 | 1 | -2/+2 |
| | | |||||
| * | adds all classes from ID-WSF 2 required schemas; with appropriate changes to | Frederic Peters | 2007-07-10 | 1 | -0/+4 |
| | | | | | other files. | ||||
| * | hack around swig not declaring functions by declaring it ourself here, | Frederic Peters | 2007-07-03 | 1 | -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 is | Frederic Peters | 2007-07-03 | 1 | -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 warning | Damien Laniel | 2007-07-02 | 1 | -8/+10 |
| | | |||||
| * | cleaned methods definitions to fix swig warnings | Damien Laniel | 2007-07-02 | 1 | -60/+41 |
| | | |||||
| * | fixed a swig warning in LassoServer | Damien Laniel | 2007-07-02 | 1 | -1/+1 |
| | | |||||
| * | better error handling + some refactoring | Damien Laniel | 2007-06-13 | 1 | -2/+40 |
| | | |||||
| * | removed a duplicate | Damien Laniel | 2007-06-13 | 1 | -2/+1 |
| | | |||||
| * | added dst profile registration | Damien Laniel | 2007-06-05 | 1 | -1/+2 |
| | | |||||
| * | updated Copyright dates in all files | Damien Laniel | 2007-05-30 | 1 | -1/+1 |
| | | |||||
| * | added LassoIdentity_getSvcMDIDs method to swig | Damien Laniel | 2007-05-09 | 1 | -14/+13 |
| | | |||||
| * | replaced svcMDs with svcMDIDs in identity and moved EPRs from identity to ↵ | Damien Laniel | 2007-05-08 | 1 | -14/+14 |
| | | | | | session | ||||
| * | also keep lasso prefix in PHP5 binding | Frederic Peters | 2007-05-08 | 1 | -282/+287 |
| | | |||||
| * | SNIPPET_LIST_NODES can now host LassoMiscTextNode, also useful now to directly | Frederic Peters | 2007-05-02 | 1 | -0/+1 |
| | | | | | embed a text element (instead of a node with a text element as content) | ||||
| * | whitespace cleaning | Frederic Peters | 2007-05-02 | 1 | -11/+11 |
| | | |||||
| * | binding for LassoLogin->assertion | Frederic Peters | 2007-05-02 | 1 | -0/+3 |
| | | |||||
| * | binding for LassoMiscTextNode | Frederic Peters | 2007-05-02 | 1 | -0/+41 |
| | | |||||
| * | added id-wsf 2.0 request types + added a missing include | Damien Laniel | 2007-04-25 | 1 | -0/+8 |
| | | |||||
| * | new server.addServiceFromDump method, and extended addService to work for both | Frederic Peters | 2007-04-25 | 1 | -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 bind | Frederic Peters | 2007-04-24 | 1 | -0/+17 |
| | | | | | lasso_identity_get_svc_metadatas(). | ||||
| * | new StringDict to map GHashTable of strings to a structure similar to a python | Frederic Peters | 2007-04-14 | 1 | -6/+68 |
| | | | | | dictionary (necessary to support mapping of "any" attributes) | ||||
| * | implemented disco.metadata.dump() | Damien Laniel | 2007-04-12 | 1 | -0/+10 |
| | | |||||
| * | keep a single --enable-wsf configure option, for both ID-WSF 1 and 2. | Frederic Peters | 2007-04-06 | 1 | -12/+0 |
| | | |||||
| * | ID-WSF 2.0 : basix swig support | Damien Laniel | 2007-04-03 | 1 | -0/+13 |
| | | |||||
| * | new LASSO_NAME_IDENTIFIER_MAPPING_ERROR_MISSING_TARGET_IDENTIFIER error code | Frederic Peters | 2007-01-03 | 1 | -0/+2 |
| | | |||||
| * | new error codes and coding style | Frederic Peters | 2006-12-28 | 1 | -31/+49 |
| | | |||||
| * | Allow the choice of the encryption algorithm to use | Damien Laniel | 2006-12-20 | 1 | -3/+23 |
| | | |||||
| * | compile PHP5 binding fine (using PHP_VERSION_ID to see if this is PHP 5) | Frederic Peters | 2006-12-08 | 1 | -5/+5 |
| | | |||||
| * | different code path for SWIG >= 1.3.31 for downcast in java | Frederic Peters | 2006-12-07 | 1 | -0/+7 |
| | | |||||
| * | added (required in swig 1.3.31) methodmodifiers for javadestruct delete typemap | Frederic Peters | 2006-12-07 | 1 | -1/+1 |
| | | |||||
| * | binding for new error code | Frederic Peters | 2006-12-07 | 1 | -0/+1 |
| | | |||||
| * | Added paos response message process support in LassoLogin object. | Nicolas Clapies | 2006-12-05 | 1 | -0/+5 |
| | | |||||
| * | include id-wsf/identity.h to get identity_get_offerings prototype | Frederic Peters | 2006-12-01 | 1 | -0/+3 |
| | | |||||
| * | Added an error code in bindings | Damien Laniel | 2006-12-01 | 1 | -0/+1 |
| | | |||||
