summaryrefslogtreecommitdiffstats
path: root/bindings
Commit message (Expand)AuthorAgeFilesLines
* Bindings: add a new perl binding using the new binding infrastructureBenjamin Dauvergne2010-01-2515-3/+1116
* Bindings: in utils.py, fix is_glist and is_hashtable, make arg_type accept si...Benjamin Dauvergne2010-01-251-5/+7
* Bindings PHP5: use is_cstring to match string typesBenjamin Dauvergne2010-01-251-1/+1
* in bindings/ghashtable.h, Add missing unused argument hintsBenjamin Dauvergne2010-01-251-1/+2
* Bindings java: cast return value of special constructorsBenjamin Dauvergne2010-01-251-1/+1
* Bindings: remove useless overridesBenjamin Dauvergne2010-01-211-11/+0
* Fix GHashTable backward compatibility headerBenjamin Dauvergne2010-01-211-2/+6
* Bindings PHP5: rewire php5 tests to the makefiles, make them pass distcheckBenjamin Dauvergne2010-01-186-5/+6
* Add bindings/python/examples to dist fileBenjamin Dauvergne2010-01-161-1/+1
* Tools: add script to generate a listing of Lasso ABIBenjamin Dauvergne2010-01-141-5/+6
* Bindings python: use is_cstring for matching GList element typeBenjamin Dauvergne2010-01-141-1/+1
* Bindings: make is_cstring usable with tuple and with direct typeBenjamin Dauvergne2010-01-141-1/+3
* Bindings: add support for time_t to bindings, add support for 'string' type f...Benjamin Dauvergne2010-01-124-5/+5
* Binding python: provide old binding name for set_encryptionModeBenjamin Dauvergne2010-01-121-0/+1
* Bindings: simplify GList handlingBenjamin Dauvergne2010-01-046-96/+120
* Bindings: in bindings/python/Makefile.am, precise generated files dependenciesBenjamin Dauvergne2010-01-041-0/+2
* Bindings: in overrides.xml, remove noew useless directivesBenjamin Dauvergne2010-01-041-47/+0
* Python binding: update test scripts to new ID-WSF APIBenjamin Dauvergne2010-01-042-34/+61
* Binding ID-WSF 2.0: do not bind lasso_wsa_endpoint_reference_get_*_token methodsBenjamin Dauvergne2010-01-041-0/+2
* Bindings: in bindings.py, parse '(in)' gobject-introspection annotation, in u...Benjamin Dauvergne2010-01-044-43/+54
* Bindings: do not stop on failing to parse a declaration, but skip the functio...Benjamin Dauvergne2010-01-041-2/+3
* Python binding: add a pyobject->time_t conversion functionBenjamin Dauvergne2010-01-041-2/+20
* Bindings python: in wrapper_top.c, mark internal function as potentially unusedBenjamin Dauvergne2010-01-041-13/+14
* Bindings: make the binding infrastructure understand GObject-introspections a...Benjamin Dauvergne2010-01-0410-158/+481
* Remove beginning of a PHP4 bindingBenjamin Dauvergne2009-12-086-2711/+0
* Bindings: add support for gucharBenjamin Dauvergne2009-09-112-7/+7
* Binding: skip lasso_data_service_get_query_itemBenjamin Dauvergne2009-08-281-0/+1
* Bindings: Skip lasso_data_service_get_answersBenjamin Dauvergne2009-08-271-0/+1
* XML: Add all including header fil for saml2, id-ff and id-wsfBenjamin Dauvergne2009-08-261-0/+2
* Bindings: for functions that must be totally skiped do it during parsingBenjamin Dauvergne2009-08-261-27/+35
* Bindings: skip ID-WSF methods with unsupported signaturesBenjamin Dauvergne2009-08-261-3/+6
* Python Binding: fix bug of uninitialized ppos argument to PyDict_NextBenjamin Dauvergne2009-06-151-2/+3
* Fix leak in python bindingBenjamin Dauvergne2009-04-301-3/+3
* new function lasso_profile_get_server()Benjamin Dauvergne2009-04-271-0/+1
* Fix python 2.4 binding buildJerome Schneider2009-04-171-0/+6
* Fix build issues on amd64 / gcc 4.3Jerome Schneider2009-04-092-2/+2
* Bindings: skip DEPRECATED variablesBenjamin Dauvergne2009-03-271-0/+2
* ID-WSF 2.0: make it work with --enabe-debuggingBenjamin Dauvergne2009-03-271-6/+0
* SAML 2.0: API for Saml2EncryptedElement decryptBenjamin Dauvergne2009-03-271-0/+1
* Bindings php5: add support for xmlNode argumentsBenjamin Dauvergne2009-03-272-3/+15
* Bindings: fix documentation parsingBenjamin Dauvergne2009-03-272-5/+2
* fixed parsing of OFTYPEDamien Laniel2009-02-051-1/+1
* Java: add assertionsBenjamin Dauvergne2009-01-241-1/+2
* All: Fix missing field initializer problemsBenjamin Dauvergne2009-01-242-4/+6
* Fix uninitialized local variableBenjamin Dauvergne2008-11-141-1/+1
* Remove use of xmlFreeDoc for lasso_release_docBenjamin Dauvergne2008-11-044-4/+8
* Clean generated files in bindingsBenjamin Dauvergne2008-11-043-1/+7
* add functionality to enable debugging flags at runtimeBenjamin Dauvergne2008-10-013-10/+7
* Many fix to compile with --enable-wsf and --enable-debugging and also toBenjamin Dauvergne2008-09-232-15/+22
* php: added a root class to define generic getter and setterDamien Laniel2008-09-171-23/+26