summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* AM_C_PROTOTYPES is no longer supported in autoconf 1.12.Tim Newsome2013-06-191-1/+0
|
* configure.ac: do not passe the full version suffix as the release numberBenjamin Dauvergne2013-06-041-1/+1
|
* configure: generate version number from git revision between tagged releaseBenjamin Dauvergne2013-05-151-1/+1
| | | | The script git-version-gen is copied from the autoconf project.
* Fix compilation on solarisBenjamin Dauvergne2012-06-211-0/+3
| | | | | | Thanks Wojciech Lichota for the patch. Fixes #1516
* Merge branch 'release-2.4.0'Benjamin Dauvergne2012-05-051-2/+2
|\
| * Update files for release 2.4.0Benjamin Dauvergne2011-12-291-2/+2
| |
* | Allow building from git without gtk-doc installedFrédéric Péters2012-04-231-0/+7
| |
* | build: do not include multiple glib headersFrédéric Péters2012-04-021-1/+1
|/
* [core] move XMLDsig related nodes in their own sub-library, add X509Data ↵Benjamin Dauvergne2011-12-161-0/+1
| | | | | | node implementation The goal is to use the KeyInfo structure as a transport format for our cryptographic keys
* [configure.ac] fix compilation on Mac Os XBenjamin Dauvergne2011-12-051-1/+1
|
* Merge branch 'excl-c14n-fix'Benjamin Dauvergne2011-11-291-2/+2
|\
| * [release] 2.3.6Benjamin Dauvergne2011-11-291-2/+2
| |
* | [configure.ac] default AM_MAINTAINER_MODE to enableBenjamin Dauvergne2011-09-091-1/+1
| |
* | [configure.ac] remove useless semi-colonsBenjamin Dauvergne2011-07-081-1/+1
| |
* | Change the glob expression to match darwin $host_osBenjamin Dauvergne2011-06-031-4/+3
| | | | | | | | Also use the $DARWIN flag to control the setting of JNI_EXTRA_LDFLAGS.
* | [java] try to make test works under Mac Os XBenjamin Dauvergne2011-05-301-0/+7
|/
* [configure.ac] increment version and libtool version infoBenjamin Dauvergne2010-12-211-2/+2
|
* [configure.ac] increment version and libtool version infoBenjamin Dauvergne2010-10-061-2/+2
|
* [configure.ac] increment release version and libtool version infoBenjamin Dauvergne2010-09-091-2/+2
|
* Increment revision in versionBenjamin Dauvergne2010-09-071-1/+1
|
* Fix lasso soname changeBenjamin Dauvergne2010-09-071-1/+1
| | | | | If new interfaces are added, first and last number must be incremented. As new enumeration value have been added, this is the case.
* Update files for release 2.3.1Benjamin Dauvergne2010-09-071-1/+1
|
* [SAMLv2] when no artifact message is present, still return a success statusBenjamin Dauvergne2010-09-071-1/+1
| | | | It is mandated by the specification.
* [Release] update libtool versionBenjamin Dauvergne2010-07-211-1/+1
|
* [Release] Update version number from 2.3 to 2.3.0Benjamin Dauvergne2010-07-211-1/+1
|
* [Release] Lasso 2.3Benjamin Dauvergne2010-07-211-1/+1
| | | | | | | | | - update the NEWS file - add abi-2.3 file - update DOAP files - update lasso website template - add temporary message to download pages, as there are no download links currently.
* [Tests] change the way tests data is distributedBenjamin Dauvergne2010-07-211-8/+0
| | | | | | Instead of using a Makefile.am in each data directory, each data directoy has been added to the EXTRA_DIST for the parent directory Makefile.am.
* Comment out custom silent rules if automake < 1.11Benjamin Dauvergne2010-06-151-0/+2
|
* Update files for a 2.2.91 releaseBenjamin Dauvergne2010-01-291-1/+1
|
* in configure.ac, activate the Perl binding in normal buildsBenjamin Dauvergne2010-01-261-1/+1
|
* Core: in configure.ac, activate warning when debugging, not in normal buildBenjamin Dauvergne2010-01-261-2/+2
| | | | | | * configure.ac: remove -Wxxx flag from AM_CFLAGS, add them if --enable-debugging is used.
* Bindings: add a new perl binding using the new binding infrastructureBenjamin Dauvergne2010-01-251-0/+1
| | | | | | | | | | | | | | | | * XS files is autogenerated using bindings/binding.py model of the Lasso API. All constants are in the Lasso::Constants package, the LASSO_ prefix is removed. All classes are now Lasso::ClassName, field accessor also serves as setters, i.e you can do this: $name_id = Lasso::Saml2NameID::new(); $name_id->content('coin'); print $name_id->content; Is still missing: - a lot of test files, - support for hashtables, - and throwing exceptions when return code is non-zero.
* Bindings: remove all SWIG bindings and SWIG related filesBenjamin Dauvergne2010-01-251-84/+0
|
* Bindings PHP5: rewire php5 tests to the makefiles, make them pass distcheckBenjamin Dauvergne2010-01-181-0/+1
|
* XML: move SOAP API to its own sub directoryBenjamin Dauvergne2010-01-041-0/+1
|
* Downgrade version 2.2.90 to make a pre-releaseBenjamin Dauvergne2009-12-091-1/+1
|
* Upgrade version numberBenjamin Dauvergne2009-12-081-1/+1
|
* Make php4 and perl binding disabled by defaultBenjamin Dauvergne2009-10-301-2/+2
| | | | | | * configure.ac: make default for --enable-perl and --enable-php4 to "no". Those binding will not be maintained in the future.
* Core: fix commit 4313, restore support for --enable-wsfBenjamin Dauvergne2009-08-281-0/+4
| | | | | * configure.ac: I throwed the baby with the bathwater..
* Core: remove SWIG ID-WSF warning from configure.acBenjamin Dauvergne2009-08-281-23/+0
| | | | | | | * configure.ac: as ID-WSF support in SWIG in not maintained anymore we can remove the warning about using pre-generated SWIG files with a different setting for the --enable-wsf flag.
* Core: set tar-pax as dist file formatBenjamin Dauvergne2009-08-281-1/+1
| | | | | | * configure.ac: we could have more than 99 characters long path in the dist files, the pax format for tar archives support it.
* Docs: change the doc production and lot of other fixesBenjamin Dauvergne2009-08-261-21/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lasso/Makefile.am: distribute extract_sections.py * docs/references/lasso/lasso.types.in: add missing class (mainly SAML2 and ID-WSF 1.0/2.0) from docs/references/lasso.types.in * lasso/xml/strings.h: add lots of documentation, or at least documentation template to strings constants. * id-ff/login.h: * saml-2.0/assertion_query.h: * xml/xml.h: document undocumented enumerations. * lasso/errors.h: add proper documentation about error codes. * lasso/errors.c: new version of the lasso_strerror function * lasso/build_strerror.py: update the script that generater lasso_strerror from the documentation comments. Remove usage of OFTYPE * lasso/id-ff/session.c: * lasso/id-ff/session.h: remove usage of oftype, prefer gtk-introspection annotations instead. * lasso/id-wsf/data_service.h: * lasso/id-wsf/data_service.c: do the same. Add a script to build lasso-sections.txt * lasso/extract_sections.py: this script parses header files and generated lasso-sections.txt content for GObject class descriptions. Add a template file for the lasso-section.txt file * docs/references/lasso-sections.txt.in: this file serves as a base for the generation of lasso-sections.txt Update docs/references/Makefile.am for generating lasso-sections.txt * docs/references/Makefile.am: always rebuild template, using out of source build directory is too weird without it. call new script extract_sections.py to regenerate lasso-sections.txt if header files changed. Update lasso.sgml file with all missing sections * docs/reference/lasso.sgml: add all missing sections, mainly objects from XML schemas. * docs/reference/lasso-sections.txt: update it * *.c: add section documentation to some files. * lasso/xml/strings.h: fix bad usage or docbook markup
* Core: Use automake-1.11 when possibleBenjamin Dauvergne2009-08-261-2/+5
| | | | | | | | | | | | | | * Makefile.am: use new automake-1.11 silent rules if possible move macros to m4 directory * m4/gtk-doc.m4: add gtk-doc macros. * lasso/Makefile.am: add missing -f flag to rm, to unbreak make distcheck * docs/references/Makefile.am: fix problem between libtool and gtk-doc * autogen.sh: update to autogen.sh from gtk-doc, add support for automake-1.11
* Update lasso version to 2.2.2Benjamin Dauvergne2009-03-271-2/+2
| | | | | | | | * configure.ac: * fedora/lasso.spec: * lasso.doap: update lasso version to 2.2.2, this commit will be the reference for the 2.2.2 release.
* Autoconf: Do not include optimisation flags in AM_CFLAGSBenjamin Dauvergne2009-03-271-2/+1
| | | | | * configure.ac: when --enable-debugging set CFLAGS, do not modify AM_CFLAGS.
* Fix BSD compatibility bug in configure.acBenjamin Dauvergne2009-03-021-4/+4
| | | | | * configure.ac: remove GNUism, use -eq and = instead of == with test tool. (Patch from Emmanuel Dreyfus)
* Autoconf: new macro AS_COMPILER_FLAGS to check flag supportBenjamin Dauvergne2009-01-241-0/+1
| | | | | | * macros/as-compiler-flags.m4 configure.ac: add a new files of autoconf macro to check support of warning flags, add needed line in configure.ac to define variable WARNING_FLAGS, containing only supported flags.
* Autoconf: redirect shell warning in one of configure.ac testsBenjamin Dauvergne2009-01-241-2/+2
| | | | | - configure.ac: when testing if bindings have been already generated with differents settings do not let grep emit warnings.
* All: Fix missing field initializer problemsBenjamin Dauvergne2009-01-241-1/+1
| | | | | | * lots of files: Explicitely set all field of initialized structures, in order to remove -Wno-missing-field-initilizers from needed compiler options when using -Wall -Wextra.
* add functionality to enable debugging flags at runtimeBenjamin Dauvergne2008-10-011-4/+5
| | | | | | | | | | | | | | | | | | | | | | 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.