summaryrefslogtreecommitdiffstats
path: root/lasso/extract_symbols.py
Commit message (Collapse)AuthorAgeFilesLines
* Core: fix extract_symbols regular expressionBenjamin Dauvergne2009-09-111-1/+1
| | | | | | * lasso/extract_symbols.py: the regular expression was not matching declaration over multiple lines, and would catch argument starting with lasso_. Fixed.
* Core: SOAP is also used by SAML bindingsBenjamin Dauvergne2009-08-261-1/+1
| | | | | | | | * extract_symbols.py, extract_types.py: export SOAP types whatever the value of the flag --enable-wsf. It still worked because constructor for GObject calls get_type, but there is a race condition: if you receive a SOAP message before sending one, it fails. Only soap_binding types must be removed.
* add functionality to enable debugging flags at runtimeBenjamin Dauvergne2008-10-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | 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.
* * Add lasso_ds_* API to the general build of lasso (was enable only with ↵Benjamin Dauvergne2008-02-201-1/+1
| | | | id-wsf before)
* don't include wsu_ symbols in non-id-wsf buildsFrederic Peters2007-04-131-4/+5
|
* only include wsa_ when ID-WSF is enabledFrederic Peters2007-04-111-1/+1
|
* keep a single --enable-wsf configure option, for both ID-WSF 1 and 2.Frederic Peters2007-04-061-2/+2
|
* dont parse files in id-wsf/ when not compiled with id-wsf support (required ↵Frederic Peters2005-12-051-2/+4
| | | | for mac os x nmedit)
* SAML 2.0 support (only web-sso for the moment)Frederic Peters2005-11-201-1/+2
|
* Only add lasso_ds_* for id-wsf.Nicolas Clapies2005-11-151-1/+1
|
* acknowledge new lasso_sec_ category, only used for wsf.Frederic Peters2005-09-271-1/+2
|
* wsse is only for wsfFrederic Peters2005-05-021-1/+1
|
* don't compile id-wsf files when wsf is disabled; this cuts down buildFrederic Peters2005-03-181-2/+3
| | | | time by a nice margin.
* configure flag to enable ID-WSF (off by default)Frederic Peters2005-01-271-1/+8
|
* correctly deals with multiple elements for the same query partFrederic Peters2005-01-271-1/+8
|
* deals with lines ending with \; compile regex only once.Frederic Peters2005-01-091-1/+3
|
* refined symbol regexFrederic Peters2004-12-211-1/+1
|
* Updated list of files generated by SWIG in C# and Java bindings; fixed PHPFrederic Peters2004-12-211-1/+7
| | | | | Makefile.am; use $(srcdir) to get correct directory in code generation python scrips. make distcheck works after that.
* only exports symbols declared with LASSO_EXPORT (experimental)Frederic Peters2004-12-211-0/+12