Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add functional mappings and test code that goest with it. | Benjamin Dauvergne | 2008-08-26 | 5 | -56/+240 | |
| | ||||||
* | Add namespace for federation XML object | Benjamin Dauvergne | 2008-08-26 | 1 | -0/+1 | |
| | ||||||
* | Add test of the two public registry functions, | Benjamin Dauvergne | 2008-08-26 | 1 | -0/+20 | |
| | | | | lasso_registry_default_add_mapping, lasso_registry_default_get_mapping. | |||||
* | Add new module lasso_registry, to handle mapping from XML tag to GObject | Benjamin Dauvergne | 2008-08-26 | 4 | -3/+311 | |
| | | | | classes. | |||||
* | Fix changed name of g_assign_string in wsf_profile.c | Benjamin Dauvergne | 2008-08-26 | 1 | -1/+1 | |
| | ||||||
* | Add public function lasso_server_add_provider_from_buffer, to add a provider | Benjamin Dauvergne | 2008-08-26 | 4 | -32/+149 | |
| | | | | | | | | from an XML string of the metadatas (changed semantic of the second argument compared to lasso_server_add_provider). To support this a new public LassoProvider constructor was added: lasso_provider_new_from_buffer, where the second argument is an XML string. It uses a new private function, lasso_provider_load_metadata_from_buffer. | |||||
* | Add documentation to lasso_server_add_service_from_dump. | Benjamin Dauvergne | 2008-08-26 | 1 | -0/+12 | |
| | ||||||
* | Complete documentation of lasso_server_add_service. | Benjamin Dauvergne | 2008-08-26 | 1 | -2/+2 | |
| | ||||||
* | Move soap_binding files from lasso/id-wsf to lasso/xml. | Benjamin Dauvergne | 2008-08-07 | 6 | -127/+5 | |
| | ||||||
* | Add bindings/javaj/__init__.py to EXTRA_DIST | Benjamin Dauvergne | 2008-08-05 | 1 | -0/+1 | |
| | ||||||
* | Lookup wrapper_{top,bottom}.c files in the src_dir, useful for VPATH build | Benjamin Dauvergne | 2008-08-05 | 2 | -2/+5 | |
| | | | | (i.e. distcheck). Add top_srcdir/binings to python syspath. | |||||
* | $< is already translated to the VPATH in pattern rules, no need to prefix with | Benjamin Dauvergne | 2008-08-05 | 1 | -1/+1 | |
| | | | | | $(srcdir). Reflect this in the rule that creates variations of svg files for the documentation. | |||||
* | * Fix blanks mismatch (space in *.c and *h files or tabs in *.py files) and ↵ | Benjamin Dauvergne | 2008-08-05 | 96 | -508/+549 | |
| | | | | formatting | |||||
* | * fix typo with g_hash_table_remove_all | Benjamin Dauvergne | 2008-08-05 | 1 | -42/+43 | |
| | | | | | * remove unused variable * add GNUC_UNUSED to static functions to pass -Werror | |||||
* | add an __init__.py to make the java subdirectory a python module | Benjamin Dauvergne | 2008-08-05 | 1 | -0/+0 | |
| | ||||||
* | exemple of usage of the macro OFTYPE | Benjamin Dauvergne | 2008-08-05 | 1 | -1/+3 | |
| | ||||||
* | new empty macro OFTYPE(x) to specify type of GList containers | Benjamin Dauvergne | 2008-08-05 | 1 | -0/+2 | |
| | ||||||
* | add moved files to EXTRA_DIST | Benjamin Dauvergne | 2008-08-05 | 1 | -0/+2 | |
| | ||||||
* | change dependency with respect to moved files, add moved files to EXTRA_DIST | Benjamin Dauvergne | 2008-08-05 | 1 | -2/+3 | |
| | ||||||
* | use new util function to throw exceptions | Benjamin Dauvergne | 2008-08-05 | 2 | -5/+18 | |
| | ||||||
* | add moved files to EXTRA_DIST | Benjamin Dauvergne | 2008-08-05 | 1 | -1/+4 | |
| | ||||||
* | add TODOs for parsing OFTYPE in other positions | Benjamin Dauvergne | 2008-08-05 | 1 | -0/+2 | |
| | ||||||
* | Remove moved files from EXTRA_DIST | Benjamin Dauvergne | 2008-08-05 | 1 | -12/+0 | |
| | ||||||
* | Move all files related to java into the java subdirectory | Benjamin Dauvergne | 2008-08-05 | 4 | -9/+10 | |
| | ||||||
* | Add a module init file to python directory. | Benjamin Dauvergne | 2008-08-05 | 1 | -0/+0 | |
| | ||||||
* | Move all files related to the php5 binding inside | Benjamin Dauvergne | 2008-08-05 | 6 | -7/+6 | |
| | | | | the php5 subdirectory. | |||||
* | Move all python binding related files inside the python subdirectory | Benjamin Dauvergne | 2008-08-05 | 5 | -23/+32 | |
| | ||||||
* | * Fix typo | Benjamin Dauvergne | 2008-08-05 | 1 | -1/+1 | |
| | ||||||
* | * add missing lasso_release_list, add lasso_release_list_of_full, ↵ | Benjamin Dauvergne | 2008-08-05 | 1 | -16/+16 | |
| | | | | reimplement lasso_release_list_of_* using _full | |||||
* | * removed unused variables, and change FIXME comment. | Benjamin Dauvergne | 2008-08-05 | 1 | -10/+1 | |
| | ||||||
* | * add include of utils.h | Benjamin Dauvergne | 2008-08-05 | 1 | -0/+1 | |
| | ||||||
* | * remove code to add credentials, it is actually useless. | Benjamin Dauvergne | 2008-08-05 | 1 | -56/+1 | |
| | ||||||
* | * remove useless code | Benjamin Dauvergne | 2008-08-05 | 1 | -48/+0 | |
| | ||||||
* | * add Deprecated marker to documentation. | Benjamin Dauvergne | 2008-08-05 | 1 | -6/+6 | |
| | ||||||
* | * Fix potential memory leaks | Benjamin Dauvergne | 2008-08-05 | 2 | -38/+33 | |
| | | | | | | * id-wsf/wsf_profile.c: add error code path in lasso_wsf_profile_build_soap_request_msg for unsupported security mechanisms. | |||||
* | add macros to release xmlSec context objects | Benjamin Dauvergne | 2008-08-05 | 1 | -0/+9 | |
| | ||||||
* | add lasso_release_full to construct other lasso_release_ functions, use it ↵ | Benjamin Dauvergne | 2008-08-05 | 1 | -28/+12 | |
| | | | | in old definitions | |||||
* | rename g_unlink_and_release_node to lasso_unlink_and_release_node | Benjamin Dauvergne | 2008-08-05 | 1 | -1/+1 | |
| | ||||||
* | Add a macro to emit a «Function is deprecated» warning | Benjamin Dauvergne | 2008-08-05 | 1 | -0/+4 | |
| | ||||||
* | change last g_* macros to lasso_ prefix | Benjamin Dauvergne | 2008-08-05 | 4 | -18/+18 | |
| | ||||||
* | * change g_list_add* to lasso_list_add* | Benjamin Dauvergne | 2008-08-05 | 5 | -21/+21 | |
| | ||||||
* | change g_assign_* to lasso_assgin_* and g_release_* to lasso_release_* | Benjamin Dauvergne | 2008-08-05 | 6 | -46/+46 | |
| | ||||||
* | * remove blanks (review by F. Peters) | Benjamin Dauvergne | 2008-08-05 | 1 | -2/+2 | |
| | ||||||
* | * fix documentation (review by F. Peters) | Benjamin Dauvergne | 2008-08-05 | 1 | -4/+5 | |
| | ||||||
* | * bindings/python/tests/Makefile.am: make running of iwsf{1,2}_tests.py ↵ | Benjamin Dauvergne | 2008-08-05 | 1 | -2/+6 | |
| | | | | conditioned upon --enable-wsf flag of ./configure script | |||||
* | * fix change in SamlAdvice ABI | Benjamin Dauvergne | 2008-08-05 | 1 | -20/+7 | |
| | ||||||
* | * lasso/id-wsf/data_service.c: fix my own memleak inside ↵ | Benjamin Dauvergne | 2008-08-05 | 1 | -1/+1 | |
| | | | | build_modify_response_msg | |||||
* | polish code in lasso_discovery_build_credential | Benjamin Dauvergne | 2008-08-01 | 1 | -0/+1 | |
| | ||||||
* | add macro to assign gobject field, first a simple version | Benjamin Dauvergne | 2008-08-01 | 1 | -1/+2 | |
| | ||||||
* | beginning of a pool of macros for mem handling, affectation to fields, etc.. | Benjamin Dauvergne | 2008-08-01 | 1 | -2/+1 | |
| |