summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2016-06-17[SPIN] Apply system socket - onlycap supportsubmit/tizen/20160620.015850accepted/tizen/wearable/20160620.081549accepted/tizen/tv/20160620.081531accepted/tizen/mobile/20160620.081517accepted/tizen/ivi/20160620.081605accepted/tizen/common/20160620.163541Niraj Kumar Goit1-0/+5
Change-Id: Icc887f469e77eea24915c89efcf216aff466fa98 Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
2015-12-17Apply tpkp-gnutlshyunuktak1-0/+5
Change-Id: I291b210c7f241492df945d565d9d44c7ad57054f Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
2015-08-07Base Code merged to SPIN 2.4submit/tizen/20150810.034432hyunuktak1-11/+8
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com> Change-Id: I84a42375b5c59739e4caca1f726699ea7647ef17
2015-07-28Modified smack label for resolv.conf filesubmit/tizen/20150728.100704taesub.kim1-0/+7
Change-Id: Ifd271983fdd1752bad4840f29964f5c103738aba Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
2015-05-28Revert "Add TIZEN_EXT patch to ignore rfkill block"seonah moon1-6/+0
This reverts commit 9e7ccc53900e9fe24bfcf56c22a4c6be7b002dc5. Change-Id: I369ccf417c12a24c80aaed902127c80b3f109ce2
2015-04-23Add TIZEN_EXT patch to ignore rfkill blocksubmit/tizen/20150423.014141accepted/tizen/wearable/20150423.084720accepted/tizen/tv/20150423.084606accepted/tizen/mobile/20150423.084813accepted/tizen/common/20150423.074131Seonah Moon1-0/+6
Change-Id: I624a38019f853988eabe65fb8552710d5dd7aeb7 Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
2014-10-31Tizen: Integrate telephony pluginArron Wang1-0/+6
Change-Id: Ia178f5de981501296573bf3f48e329d5a1355af6
2014-10-29Imported Upstream version 1.26upstream/1.26Zhang zhengguang1-1/+1
2014-07-17Imported Upstream version 1.24upstream/1.24Zhang zhengguang1-16/+7
2013-05-31Release 1.15upstream/1.151.15Marcel Holtmann1-1/+1
2013-05-07Release 1.141.14Marcel Holtmann1-1/+1
2013-04-08Release 1.131.13Marcel Holtmann1-1/+1
2013-03-19iptables-unit: Check if rules are inserted/removedDaniel Wagner1-0/+9
Optionally use iptables-save to check if the rules are installed or removed on the system instead of relying only on the returned iptables error code. Do notice that running tools/iptables-unit will modify and delete existing iptables firewall rules on your system. Use iptables-unit with caution!
2013-03-18iptables: Drop support for xtables < 1.4.11Daniel Wagner1-1/+1
The API changed between 1.4.10 (version code 5) and 1.4.11 (version code 6) and we needed to workaround with a bunch of ugly ifdefs. 1.4.11 was released on 26.05.2011 and even Debian testing ships 1.4.14 these days.
2013-02-26Release 1.12upstream/1.121.12Marcel Holtmann1-1/+1
2013-02-26neard: Add neard plugin with tethering info sharing supportTomasz Bursztyka1-0/+5
Implement also RequestOOB() neard Agent method.
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