summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2013-02-01Release 1.11upstream/1.111.11Marcel Holtmann1-1/+1
2013-01-08build: Do not use deprecated AM_CONFIG_HEADERJulien Massot1-1/+1
The long-obsoleted AM_CONFIG_HEADER macro was removed in automake 1.13. Use AC_CONFIG_HEADERS instead.
2013-01-04build: Remove WiMAX from configuration optionsPatrik Flykt1-58/+0
2012-12-22Release 1.101.10Marcel Holtmann1-1/+1
2012-12-11build: Fix typo in command line client configure optionMarcel Holtmann1-1/+1
2012-12-05session_policy: Remove dummy pluginDaniel Wagner1-6/+0
The default configuration will be created by the core if no plugin is used. Therefore there is no need for this plugin.
2012-12-05session_policy_local: Rename session_policy_iviDaniel Wagner1-5/+5
On popular request the plugin is renamed. The plugin is reading local files and has nothing to do with IVI.
2012-11-29build: Disable FORTIFY_SOURCE when optimization is disabledDaniel Wagner1-3/+3
The last fix was wrong. We need to use U_FORTIFY_SOURCE flag for this.
2012-11-23session_policy_ivi: Add policy plugin for IVIDaniel Wagner1-0/+6
Add only the empty 'framework'. In the following patches we add step by step the implementation.
2012-11-23build: No FORTIFY flags when building without optimizationDaniel Wagner1-2/+2
When building with --disable-optimiziation we need to make sure the compiler flags do not include -O0 and FORTITFY when compiling the resolv.h header file.
2012-11-23selinux: Add Type Enforcement rule compilationJukka Rissanen1-0/+5
The SELinux rules are needed for VPN. They allow various vpn clients to send notifications to connman-vpnd via net.connman.Task dbus interface if the connman processes are run under systemd and the system is in enforcing mode.
2012-11-23vpn: New vpn daemon that handles vpn connections and clientsJukka Rissanen1-1/+8
2012-10-26Release 1.91.9Marcel Holtmann1-1/+1
2012-10-09Release 1.81.8Marcel Holtmann1-1/+1
2012-10-03build: Don't use deprecated AM_PROG_MKDIR_PLucas De Marchi1-1/+1
AM_PROG_MKDIR_P is deprecated since: configure.ac:26: warning: The 'AM_PROG_MKDIR_P' macro is deprecated, and will soon be removed. configure.ac:26: You should use the Autoconf-provided 'AC_PROG_MKDIR_P' macro instead, configure.ac:26: and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your Makefile.am files. We are already using $(MKDIR_P) so we just need to call the right macro.
2012-09-19Release 1.71.7Marcel Holtmann1-1/+1
2012-09-14configure.ac: Add readline checkCeara Chewning1-0/+5
2012-09-14session: Fix configuration plugin buildDaniel Wagner1-5/+5
Instead of allow the user configuring which plugin should build and used via issuing 'configure --with-configplugin=foo' add explicit enable flags 'configure --enable-session-policy'. Also with this patch, the name is changed from session-default to session-policy.
2012-08-30session: Add configuration pluginDaniel Wagner1-0/+6
2012-08-22Release 1.61.6Marcel Holtmann1-1/+1
2012-08-15Release 1.51.5Marcel Holtmann1-1/+1
2012-07-24Release 1.41.4Marcel Holtmann1-1/+1
2012-07-02Release 1.31.3Marcel Holtmann1-1/+1
2012-06-26Release 1.21.2Marcel Holtmann1-1/+1
2012-06-04dundee: Add emply pluginDaniel Wagner1-0/+5
2012-05-31Release 1.11.1Marcel Holtmann1-1/+1
2012-05-21build: Add option for disabling WISPr supportMarcel Holtmann1-9/+19
2012-05-08Release 1.01.0Marcel Holtmann1-1/+1
2012-05-04Release 0.850.85Marcel Holtmann1-1/+1
2012-04-29Release 0.840.84Marcel Holtmann1-1/+1
2012-04-29build: Remove dependency on libcap-ngMarcel Holtmann1-10/+0
2012-04-28Release 0.830.83Marcel Holtmann1-1/+1
2012-04-25build: Fix broken --disable-bluetoothMarcel Holtmann1-1/+1
2012-04-24Release 0.820.82Marcel Holtmann1-1/+1
2012-04-23Release 0.810.81Marcel Holtmann1-1/+1
2012-04-21build: Build client and testing tools by defaultMarcel Holtmann1-17/+15
2012-04-21build: Allow NM and PolicyKit plugins only as builtinsMarcel Holtmann1-20/+18
2012-04-21build: Remove duplicate test for wpa_supplicantMarcel Holtmann1-4/+0
2012-04-21build: Always enable essential plugins by defaultMarcel Holtmann1-44/+43
2012-04-21build: Remove useless fake pluginMarcel Holtmann1-4/+0
2012-04-20configure.ac: Require glib >= 2.28Patrik Flykt1-2/+2
2012-04-17Release 0.800.80Marcel Holtmann1-1/+1
2012-04-16build: Require D-Bus 1.4 or laterMarcel Holtmann1-15/+2
2012-04-12google: Remove google nameserver pluginPatrik Flykt1-6/+0
2012-04-05meego: Remove the meego pluginAlok Barsode1-6/+0
The fallback Timeservers should replace this plugin.
2012-03-06Release 0.790.79Marcel Holtmann1-1/+1
2012-02-04ntpd: Remove the ntpd pluginAlok Barsode1-18/+0
We now have ntp support in the core, hence remove the plugin.
2011-12-02Release 0.780.78Marcel Holtmann1-1/+1
2011-11-15pptp: Add pptp makefile and configure fileJukka Rissanen1-0/+22
2011-11-15l2tp: Add l2tp makefile and configure fileJukka Rissanen1-0/+22