lasso/perl
Benjamin Dauvergne ef42f2cbc8 add functionality to enable debugging flags at runtime
This code permit to set flags, separated by commas, space,
tabulations, or colons. This flags activates debug functions like,
suppressing validations of signatures or print debugging message about
deallocations.

The new flags are defined in /lasso/debug.h they can be set using an
environment variable named LASSO_FLAG or a function named
lasso_set_flag.

There are two flags currently:
- verify-signature:
  To deactivate it, pass 'no-verify-signature' inside LASSO_DEBUG.
  It desactivate signature verification, inside two functions:
  lasso_query_verify_signature and lasso_provider_verify_signature.
- memory-debug:
  It enabled reporting of memory deallocation inside generic memory
  dellaocator for LassoNode objects and also in bindings.

- lasso/xml/xml.c: do not free a null hash table pointer.
2008-10-01 10:31:58 +00:00
..
tests updated Copyright dates in remaining files 2007-05-30 17:24:50 +00:00
.cvsignore more perl files to ignore 2005-01-03 12:47:35 +00:00
Makefile.PL Make Makefile.PL use TOP_SRCDIR and TOP_BUILDDIR variables 2008-05-26 22:58:41 +00:00
Makefile.am add functionality to enable debugging flags at runtime 2008-10-01 10:31:58 +00:00