summaryrefslogtreecommitdiffstats
path: root/bindings
Commit message (Expand)AuthorAgeFilesLines
* 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
* * Remove ending blanksBenjamin Dauvergne2008-09-1220-120/+120
* * When --enable-debugging is used, add -Wno-xxx options to AM_CFLAGS so thatBenjamin Dauvergne2008-09-123-8/+10
* * Add G_GNUC_UNUSED for unused parameter we can't remove (python wrappers).Benjamin Dauvergne2008-09-122-4/+4
* * Select bindings in bindings/Makefile not in bindings/*/Makefile.Benjamin Dauvergne2008-09-121-1/+10
* don't put registry functions in the bindingsDamien Laniel2008-09-031-0/+3
* Add bindings/javaj/__init__.py to EXTRA_DISTBenjamin Dauvergne2008-08-051-0/+1
* Lookup wrapper_{top,bottom}.c files in the src_dir, useful for VPATH buildBenjamin Dauvergne2008-08-052-2/+5
* * Fix blanks mismatch (space in *.c and *h files or tabs in *.py files) and f...Benjamin Dauvergne2008-08-055-14/+15
* * fix typo with g_hash_table_remove_allBenjamin Dauvergne2008-08-051-42/+43
* add an __init__.py to make the java subdirectory a python moduleBenjamin Dauvergne2008-08-051-0/+0
* add moved files to EXTRA_DISTBenjamin Dauvergne2008-08-051-0/+2
* change dependency with respect to moved files, add moved files to EXTRA_DISTBenjamin Dauvergne2008-08-051-2/+3
* use new util function to throw exceptionsBenjamin Dauvergne2008-08-052-5/+18
* add moved files to EXTRA_DISTBenjamin Dauvergne2008-08-051-1/+4
* add TODOs for parsing OFTYPE in other positionsBenjamin Dauvergne2008-08-051-0/+2
* Remove moved files from EXTRA_DISTBenjamin Dauvergne2008-08-051-12/+0
* Move all files related to java into the java subdirectoryBenjamin Dauvergne2008-08-054-9/+10
* Add a module init file to python directory.Benjamin Dauvergne2008-08-051-0/+0
* Move all files related to the php5 binding insideBenjamin Dauvergne2008-08-056-7/+6
* Move all python binding related files inside the python subdirectoryBenjamin Dauvergne2008-08-055-23/+32
* * bindings/python/tests/Makefile.am: make running of iwsf{1,2}_tests.py condi...Benjamin Dauvergne2008-08-051-2/+6
* remove useless overridingBenjamin Dauvergne2008-08-011-1/+0
* * bindings/lang_python_wrapper_top.c: add cast to suppress warning aboutBenjamin Dauvergne2008-08-011-4/+23
* * bindings/bindings.py: support const modifier on this argumentBenjamin Dauvergne2008-08-013-3/+4
* add const modifier to conversion function on GList*, a problem still remains ...Benjamin Dauvergne2008-08-011-6/+6
* reflects change inside lasso/id-ff/identity.c in assertionsBenjamin Dauvergne2008-08-011-4/+6
* forked lasso branch for adelineBenjamin Dauvergne2008-08-013-2/+5
* provider_id is optional in lasso_session_get_assertionsFrederic Peters2008-05-291-1/+3
* fixed functions returning const GList *Damien Laniel2008-05-281-1/+1
* recognize const GList*Benjamin Dauvergne2008-05-281-1/+1
* return of lasso_server_get_svc_metadatas so return_owner = FalseBenjamin Dauvergne2008-05-281-1/+1