summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix uninitialized return codeBenjamin Dauvergne2008-11-051-1/+1
* Fix overwriting of attributes ht by node listsBenjamin Dauvergne2008-11-041-1/+1
* Change style of error and dellocation handlingBenjamin Dauvergne2008-11-043-93/+46
* Move xmlDoc release after xmlFreeXPath*Benjamin Dauvergne2008-11-041-1/+1
* Remove use of xmlFreeDoc for lasso_release_docBenjamin Dauvergne2008-11-0423-49/+67
* Clean generated files in bindingsBenjamin Dauvergne2008-11-043-1/+7
* Add new utils macrosBenjamin Dauvergne2008-11-041-0/+9
* Fix lasso_assign_node: wrong xmlFreeNodeListBenjamin Dauvergne2008-11-041-1/+1
* Restore ABI compatibility wrt original_xmlNodeBenjamin Dauvergne2008-11-032-10/+34
* API to cleanup LassoNode tree of keeped xmlNodeBenjamin Dauvergne2008-11-032-0/+63
* Add support for keep_xmlnode flagBenjamin Dauvergne2008-11-031-0/+11
* Add original_xmlNode pointer to LassoNodeBenjamin Dauvergne2008-11-031-0/+1
* Add keep_xmlnode field to LassoNodeClassDataBenjamin Dauvergne2008-11-031-0/+1
* Add test case for loading server completely from memoryBenjamin Dauvergne2008-11-021-0/+167
* LassoServer init_from_xml/new_from_buffer handlingBenjamin Dauvergne2008-11-021-1/+3
* Add new constructor lasso_server_new_from_buffersBenjamin Dauvergne2008-11-023-0/+43
* Export lasso_provider_load_metadata_from_bufferBenjamin Dauvergne2008-11-021-0/+1
* Add verification of access before calling libxml loading functionBenjamin Dauvergne2008-11-021-1/+4
* First try accessing the file before calling key loading functionsBenjamin Dauvergne2008-11-021-9/+11
* Add possibility to sign using preloaded keysBenjamin Dauvergne2008-11-021-2/+17
* Add missing initializations.Benjamin Dauvergne2008-10-222-2/+2
* Add substitute code for g_strcmp0Benjamin Dauvergne2008-10-161-0/+16
* Integrate modification from Olav Morken <olavmo@stud.ntnu.no>Benjamin Dauvergne2008-10-131-2/+7
* add files to nodist_HEADERS to pass distcheckBenjamin Dauvergne2008-10-131-1/+2
* add functionality to enable debugging flags at runtimeBenjamin Dauvergne2008-10-0112-28/+144
* cleaned up some codeDamien Laniel2008-10-011-17/+12
* fixed docstrings ; added an exported function ; reorganised functions in fileDamien Laniel2008-10-012-32/+47
* fixed segfaultsDamien Laniel2008-10-012-10/+19
* fixed xml indentationDamien Laniel2008-10-011-49/+49
* If ProviderID isn't found in an AuthnResponse, immediately return a critical ...Damien Laniel2008-09-231-4/+3
* Many fix to compile with --enable-wsf and --enable-debugging and also toBenjamin Dauvergne2008-09-235-33/+45
* free xmlDoc only onceDamien Laniel2008-09-171-9/+10
* fixed docstringDamien Laniel2008-09-171-4/+4
* php: added a root class to define generic getter and setterDamien Laniel2008-09-171-23/+26
* fixed docstrings which fucked php5 bindingDamien Laniel2008-09-173-9/+9
* fixed various bugs with new compilation flagsDamien Laniel2008-09-1614-62/+37
* enable optimisation flag when not debuggingDamien Laniel2008-09-161-0/+1
* * Remove ending blanksBenjamin Dauvergne2008-09-12746-4200/+4200
* * Reset CFLAGS when --enable-debugging is used (remove -g -O2 value setted by...Benjamin Dauvergne2008-09-121-1/+2
* * 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
* * Add options when DEBUGGING is activated, i.e. to permit compiling when -Wer...Benjamin Dauvergne2008-09-121-1/+6
* * Select bindings in bindings/Makefile not in bindings/*/Makefile.Benjamin Dauvergne2008-09-121-1/+10
* * Remove warnings:Benjamin Dauvergne2008-09-1244-226/+108
* * Add setting of AM_CFLAGS when --enable-debugging is usedBenjamin Dauvergne2008-09-121-0/+5
* * Add support of lasso_registry to lasso_node_new_from_xmlNode.Benjamin Dauvergne2008-09-122-55/+99
* Add a new error code, with the REGISTRY prefix and use it in registry functionBenjamin Dauvergne2008-09-044-14/+28
* Fix regression when loading a LassoServer from dump.Benjamin Dauvergne2008-09-042-3/+3
* don't put registry functions in the bindingsDamien Laniel2008-09-031-0/+3
* Add -rpath to LDFLAGS variable to use the builded lasso and not the local one.Benjamin Dauvergne2008-08-261-0/+2