summaryrefslogtreecommitdiffstats
path: root/lasso/extract_types.py
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Makefile: missing dependencies for built sourcesBenjamin Dauvergne2009-03-271-2/+1
| | | | | | | | | * lasso/Makefile.am: remove .PHONY declaration on built sources and set appropriate dependencies. * lasso/extract_types.py: with new dependencies well defined in Makefile no need to verify change in the content of the file, just overwrite it.
* fixed the prototype of get_type functions to avoid warnings on windowsDamien Laniel2008-02-291-1/+1
|
* * 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
|
* SAML 2.0 support (only web-sso for the moment)Frederic Peters2005-11-201-2/+6
|
* 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/+16
| | | | time by a nice margin.
* don't require sasl if wsf is not wanted; allow sasl2 dir to be passed toFrederic Peters2005-02-241-2/+11
| | | | | configure; include <sasl/sasl.h> instead of <sasl.h> since mutt does it that way.
* Updated list of files generated by SWIG in C# and Java bindings; fixed PHPFrederic Peters2004-12-211-2/+8
| | | | | Makefile.am; use $(srcdir) to get correct directory in code generation python scrips. make distcheck works after that.
* added types (classes) extraction on build and registration in lasso_initFrederic Peters2004-12-041-0/+30