Commit Graph

17 Commits

Author SHA1 Message Date
Benjamin Dauvergne 580aca65b1 extract_types.py: force io to use UTF-8 encoding (fixes #27332) 2018-10-15 11:27:09 +02:00
Benjamin Dauvergne a231eaff33 Make python generator scripts and tests run with python >= 3.2 2015-02-12 19:21:13 +01:00
Benjamin Dauvergne eacb57905c Core: SOAP is also used by SAML bindings
* 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.
2009-08-26 15:13:59 +00:00
Benjamin Dauvergne dcea6b26a3 Makefile: missing dependencies for built sources
* 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.
2009-03-27 15:04:36 +00:00
Damien Laniel 709ec9867f fixed the prototype of get_type functions to avoid warnings on windows 2008-02-29 14:17:46 +00:00
Benjamin Dauvergne bb5b171a66 * Add lasso_ds_* API to the general build of lasso (was enable only with id-wsf before) 2008-02-20 14:01:57 +00:00
Frédéric Péters 8e702f85c8 don't include wsu_ symbols in non-id-wsf builds 2007-04-13 16:56:18 +00:00
Frédéric Péters c0a164ac9c only include wsa_ when ID-WSF is enabled 2007-04-11 19:18:41 +00:00
Frédéric Péters 51578b5da6 keep a single --enable-wsf configure option, for both ID-WSF 1 and 2. 2007-04-06 16:05:32 +00:00
Frédéric Péters ebb9f7dffc SAML 2.0 support (only web-sso for the moment) 2005-11-20 15:38:19 +00:00
Nicolas Clapies a8219526dc Only add lasso_ds_* for id-wsf. 2005-11-15 16:54:51 +00:00
Frédéric Péters e8aa89ba95 acknowledge new lasso_sec_ category, only used for wsf. 2005-09-27 15:43:28 +00:00
Frédéric Péters f2e1b04401 wsse is only for wsf 2005-05-02 16:08:48 +00:00
Frédéric Péters 5ef972b27e don't compile id-wsf files when wsf is disabled; this cuts down build
time by a nice margin.
2005-03-18 20:58:34 +00:00
Frédéric Péters 812c16d3c0 don't require sasl if wsf is not wanted; allow sasl2 dir to be passed to
configure; include <sasl/sasl.h> instead of <sasl.h> since mutt does it that
way.
2005-02-24 19:13:04 +00:00
Frédéric Péters 8b8e54f821 Updated list of files generated by SWIG in C# and Java bindings; fixed PHP
Makefile.am; use $(srcdir) to get correct directory in code generation python
scrips.  make distcheck works after that.
2004-12-21 17:48:17 +00:00
Frédéric Péters a922e139d7 added types (classes) extraction on build and registration in lasso_init 2004-12-04 13:37:53 +00:00