summaryrefslogtreecommitdiff
path: root/Makefile.plugins
AgeCommit message (Collapse)AuthorFilesLines
2017-04-13Add processing request & response vici message with socketipsecYu Jiung1-2/+2
Change-Id: I06ff60de06fde1ac8f484b1eecf49afed6d02542 Signed-off-by: Yu jiung <jiung.yu@samsung.com>
2017-03-02Add code to parse section struct into vici requestYu Jiung1-1/+1
Change-Id: If19978b75ab53c43a641a5e51bb0ef6a2adaa545 Signed-off-by: Yu jiung <jiung.yu@samsung.com>
2017-02-24Add ipsec pluginchleun.moon1-0/+25
Change-Id: Iafe144233e8dd8bc066e00340a5853e4e16d925a Signed-off-by: cheoleun <chleun.moon@samsung.com>
2015-08-07Base Code merged to SPIN 2.4submit/tizen/20150810.034432hyunuktak1-0/+0
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com> Change-Id: I84a42375b5c59739e4caca1f726699ea7647ef17
2014-10-31Tizen: Integrate telephony pluginArron Wang1-0/+12
Change-Id: Ia178f5de981501296573bf3f48e329d5a1355af6
2014-10-29Imported Upstream version 1.26upstream/1.26Zhang zhengguang1-5/+2
2014-07-17Imported Upstream version 1.24upstream/1.24Zhang zhengguang1-5/+10
2013-02-26neard: Add neard plugin with tethering info sharing supportTomasz Bursztyka1-0/+5
Implement also RequestOOB() neard Agent method.
2013-01-30bluetooth: Add new bluetooth pluginPatrik Flykt1-0/+2
2013-01-30bluetooth: Rename bluetooth plugin to bluetooth_legacyPatrik Flykt1-2/+2
Set the plugin priority to CONNMAN_PLUGIN_PRIORITY_LOW and the technology priority to -10. Update strings to "bluetooth_legacy" and use ordinary string instead of ident.
2013-01-04build: Remove WiMAX from configuration optionsPatrik Flykt1-9/+0
2012-12-05session_policy: Remove dummy pluginDaniel Wagner1-12/+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-8/+8
On popular request the plugin is renamed. The plugin is reading local files and has nothing to do with IVI.
2012-12-05build: Fix non-builtin session-pluginDaniel Wagner1-1/+2
The session ivi plugin needs to know where STORAGEDIR points to.
2012-11-26build: Fix up distribution dependencies in makefilesPatrik Flykt1-1/+1
Ensure all files needed at build time are added to the distribution tar file, especially those for VPN. Files in any *_SOURCES variables or ending with *.in are already covered.
2012-11-23session_policy_ivi: Add policy plugin for IVIDaniel Wagner1-0/+12
Add only the empty 'framework'. In the following patches we add step by step the implementation.
2012-11-23plugin: Add VPN plugin that will interact with vpndJukka Rissanen1-0/+3
2012-11-23vpn: New vpn daemon that handles vpn connections and clientsJukka Rissanen1-51/+69
2012-09-14session: Fix configuration plugin buildDaniel Wagner1-2/+11
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/+3
2012-06-04dundee: Add emply pluginDaniel Wagner1-0/+5
2012-04-21build: Allow NM and PolicyKit plugins only as builtinsMarcel Holtmann1-14/+0
2012-04-21build: Always enable essential plugins by defaultMarcel Holtmann1-46/+0
2012-04-21build: Remove useless fake pluginMarcel Holtmann1-7/+0
2012-04-12google: Remove google nameserver pluginPatrik Flykt1-12/+0
2012-04-05meego: Remove the meego pluginAlok Barsode1-12/+0
The fallback Timeservers should replace this plugin.
2012-02-04ntpd: Remove the ntpd pluginAlok Barsode1-13/+0
We now have ntp support in the core, hence remove the plugin.
2011-11-15scripts: Compile libppp-plugin.so properlyJukka Rissanen1-0/+14
2011-11-15pptp: Add pptp makefile and configure fileJukka Rissanen1-0/+19
2011-11-15l2tp: Add l2tp makefile and configure fileJukka Rissanen1-0/+18
2011-09-12location: Deleted location support and portal pluginTomasz Bursztyka1-12/+0
2011-03-11tist: Initial plugin implementationSamuel Ortiz1-0/+12
This is a plugin to support TI's shared transport driver.
2011-01-28wifi: Remove legacy pluginSamuel Ortiz1-10/+0
2011-01-28nmcompat: Add pluginKalle Valo1-0/+12
Add plugin which provides network-manager state interface to applications. This is a direct copy of what was in src/manager.c, just copied all into a plugin.
2011-01-28dhcp: Move plugins/dhcp in to coreDaniel Wagner1-3/+0
2011-01-27Makefile: Add build suppport for the vpnc pluginMohamed Abbas1-4/+24
2011-01-26dnsproxy: Move from plugins to coreDaniel Wagner1-12/+0
2011-01-22Install polkit policy file as net.connman.policyRobert Piasek1-2/+2
2010-12-15ofono: Set regulatory domain from network MCCSamuel Ortiz1-1/+2
The regulatory domains can be set based on the GSM Mobile Country Code.
2010-11-26Remove support for dhclient pluginMarcel Holtmann1-23/+1
2010-11-04Fix wifi plugin build issues when not built-in.Samuel Ortiz1-2/+6
2010-11-03openvpn: Add OpenVPN supportDaniel Wagner1-2/+32
2010-10-27Add vpn.* to the openconnect plugin sourcesSamuel Ortiz1-0/+2
2010-10-27Add vpn.h to the plugins builtin sourcesMartin Xu1-1/+1
Without it the dist tarball will failt to build.
2010-10-22Split openconnect into generic vpn and openconnect partDaniel Wagner1-1/+1
2010-09-20Move current wifi plugin to legacySamuel Ortiz1-3/+13
The current wifi plugin is replaced by the new API one and is renamed to wifi-legacy.c.
2010-09-19Add skeleton for PAC runner supportMarcel Holtmann1-0/+12
2010-09-09Update support for PolicyKit with GDBus security integrationMarcel Holtmann1-4/+1
2010-07-27Remove udhcp pluginMarcel Holtmann1-22/+0
2010-07-27Remove resolvconf pluginMarcel Holtmann1-13/+0