summaryrefslogtreecommitdiffstats
path: root/bindings
Commit message (Expand)AuthorAgeFilesLines
* Binding python tests: update idwsf1 to explicitely register PP10 HREFBenjamin Dauvergne2010-04-061-0/+1
* Binding python: update idwsf2 test for method change dst.initResponse -> vali...Benjamin Dauvergne2010-04-061-1/+1
* Binding python: fix use of raise_on_rc, simplift Node.__setstate__Benjamin Dauvergne2010-04-061-7/+6
* Binding python: for empty GList return empty tuples, not NoneBenjamin Dauvergne2010-04-062-18/+18
* Binding python: fix test fileBenjamin Dauvergne2010-03-271-1/+1
* Bindings: fix parsing of camelcased ident (Samlp2IDPList -> samlp2,idp,list)Benjamin Dauvergne2010-03-271-3/+28
* Binding python: fix problem of classes without an initializerBenjamin Dauvergne2010-03-271-5/+7
* SAML 2.0 XML: add header listing strings from XML schemaBenjamin Dauvergne2010-03-271-1/+1
* Binding PHP5 tests: fix assertion dump testBenjamin Dauvergne2010-03-021-17/+1
* Bindings java: do not mask errors from the code generatorBenjamin Dauvergne2010-03-021-1/+1
* ID-WSF 2.0 python tests: finish tests for new ID-WSF 2.0 APIBenjamin Dauvergne2010-03-021-26/+157
* Binding python: accept a functio as setter, if it has only two argumentsBenjamin Dauvergne2010-03-021-1/+1
* Binding perl: add support for out parametersBenjamin Dauvergne2010-02-222-17/+38
* Bindings python: use more accessors from utils.pyBenjamin Dauvergne2010-02-221-41/+31
* Bindings: make is_int more robust, and fix remove_modifiersBenjamin Dauvergne2010-02-221-6/+9
* Bindings php5: use accessort from bindings/utils.pyBenjamin Dauvergne2010-02-221-29/+38
* Binding python: add pickling support to LassoNodeBenjamin Dauvergne2010-02-221-0/+10
* Bindings python tests: update idwsf2_tests.pyBenjamin Dauvergne2010-02-221-1359/+160
* Bindings: in utils.py, make clean_type handle None valueBenjamin Dauvergne2010-02-221-0/+2
* Current state of ID-WSF 2.0 python testBenjamin Dauvergne2010-02-171-6/+76
* Binding php5: fix generation of list freeingBenjamin Dauvergne2010-02-171-2/+2
* Current state of idwsf2 testsBenjamin Dauvergne2010-02-171-44/+59
* Binding python: simplify special constructor, use cptrToPyBenjamin Dauvergne2010-02-171-5/+1
* Binding python tests: adapt test to use TOP_SRCDIR env varBenjamin Dauvergne2010-02-172-4/+4
* Binding python: factorize value freeing generation codeBenjamin Dauvergne2010-02-171-3/+31
* in idwsf2_tests.py, merge test case for metadata registering, add test case f...Benjamin Dauvergne2010-02-171-144/+178
* Bindings: parse defines refering to other definesBenjamin Dauvergne2010-02-171-1/+7
* Binding python: fix leak in string gettersBenjamin Dauvergne2010-02-151-1/+1
* Bindings python: udpate id-wsf 2.0 test fileBenjamin Dauvergne2010-02-151-122/+105
* Bindings python: remove default argument if there is parameters without defau...Benjamin Dauvergne2010-02-121-0/+25
* Bindings perl: prevent unused functio warning for array_to_glist_gobjectBenjamin Dauvergne2010-02-101-1/+1
* Tests perl: raise number of testsBenjamin Dauvergne2010-02-101-1/+1
* fix bad operation in bindings.pyBenjamin Dauvergne2010-02-051-1/+1
* Bindings: restore ID-WSF constants, improve python getters,Benjamin Dauvergne2010-02-044-89/+89
* Binding python: fix getter for non-object fieldsBenjamin Dauvergne2010-02-041-5/+13
* Binding java: Makefile.am has multiple target rules, it cannot support parall...Benjamin Dauvergne2010-02-041-0/+2
* Binding perl: add cleanup for temporary data of trampoline codeBenjamin Dauvergne2010-02-041-13/+25
* Binding perl: many improvementsBenjamin Dauvergne2010-02-015-149/+75
* Bindings: re-add binding for lasso_session_get_assertions for perl, special c...Benjamin Dauvergne2010-02-012-1/+1
* Bindings: use lasso_return_xxx macros instead of GLib onesBenjamin Dauvergne2010-02-014-43/+43
* Bindings: os.path.relpath is only present since python 2.6, add a local imple...Benjamin Dauvergne2010-02-011-0/+16
* Bindings: make binding generation more silentBenjamin Dauvergne2010-02-014-20/+29
* Binding java: use eager evalutation to get list of sources filesBenjamin Dauvergne2010-02-011-1/+1
* Bindings: use 'absolute' header paths to produces bindingsBenjamin Dauvergne2010-01-291-11/+21
* Bindings perl: simplify Makefile.PLBenjamin Dauvergne2010-01-292-25/+16
* Binding perl: special case for lasso_check_versionBenjamin Dauvergne2010-01-292-3/+12
* Binding perl: remove warning when passing Null to croakBenjamin Dauvergne2010-01-291-1/+2
* in bindings.py, change header pathsBenjamin Dauvergne2010-01-291-2/+1
* Binding python: make a better use of default value annotation for creating me...Benjamin Dauvergne2010-01-291-1/+4
* Binding perl: many improvementsBenjamin Dauvergne2010-01-299-33/+292