summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-03-13Merge "on-demand connman-vpnd start" into tizensubmit/tizen/20160314.010212accepted/tizen/wearable/20160314.104358accepted/tizen/tv/20160314.104344accepted/tizen/mobile/20160314.104328accepted/tizen/ivi/20160314.104418accepted/tizen/common/20160315.220804taesub kim5-40/+2
2016-03-14on-demand connman-vpnd startDeepak Kumar Sahu5-40/+2
Change-Id: I88da48264b9506b58335c4dbefa7dccb08215245 Signed-off-by: Deepak Kumar Sahu <deepak.sahu@samsung.com>
2016-03-09Merge "gdhcp: Don't send DHCPREQUEST if last assigned IP is Link Local ↵taesub kim1-1/+2
Address" into tizen
2016-03-08Merge "iptables: Fix memory leak" into tizentaesub kim1-1/+3
2016-03-08Merge "bluetooth: Fix Memory Leak" into tizentaesub kim1-1/+3
2016-03-08iptables: Fix memory leakNiraj Kumar Goit1-1/+3
This patch free memory allocated to cbd by cb_data_new() when get_table() return NULL. Change-Id: Ifc40f97290c459d580f029f4cf8655d475fcd0ad Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
2016-03-01gdhcp: Don't send DHCPREQUEST if last assigned IP is Link Local AddressSaurav Babu1-1/+2
In the following scenario: 1. ConnMan is connected to a service and Link Local Address is obtained. 2. Disconnect the service. 3. Connect the service again. ConnMan tries to send DHCPREQUEST with last assigned IP which was Link Local Address. This patch makes ConnMan to send DHCPDISCOVER when last assigned IP was Link Local Address. Change-Id: I3c03f2b43a0f5c5f3be0a4878decb4345af55b33 Signed-off-by: Saurav Babu <saurav.babu@samsung.com>
2016-02-29Removed buildrequire for connman_vpnd because of cyclic dependencysubmit/tizen/20160229.072553accepted/tizen/wearable/20160229.101227accepted/tizen/tv/20160229.101210accepted/tizen/mobile/20160229.101153accepted/tizen/ivi/20160229.101246accepted/tizen/common/20160229.195736hyunuktak1-1/+1
Change-Id: I04d9b8eb5ea73fb8b594cc94d601dc8b1ee23df8 Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
2016-02-23bluetooth: Fix Memory LeakNiraj Kumar Goit1-1/+3
To avoid memory leak issue allocate memory to tethering structure after all error checks. Change-Id: If10578acce2eb8eedbdbc96f73a30c79c1a7a125 Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
2016-02-16Fix 64bit build errorssubmit/tizen_common/20160218.142243submit/tizen/20160217.021341submit/tizen/20160216.235435accepted/tizen/wearable/20160217.080120accepted/tizen/tv/20160217.080101accepted/tizen/mobile/20160217.080043accepted/tizen/mobile/20160217.011531Yu Jiung1-4/+17
Change-Id: Ia751c1ec13fb119616063e922c691c3d3147bc98
2016-01-21Remove option (route-noexec, ifconfig-noexec)submit/tizen/20160212.065902taesub.kim1-0/+2
Change-Id: I346d6c7325741f9ac44ba452e56a8a9ad55af869 route-noexec Don't add or remove routes automatically. Instead pass routes to --route-up script using environmental variables ifconfig-noexec Don't actually execute ifconfig/netsh commands, instead pass --ifconfig parameters to scripts using environmental Change-Id: Ib245d8ba5928b31f0da29843dd43b4c8a1f61b54
2016-01-19Merge "[vpn]:Initialized variable "err" to avoid error condition failure" ↵taesub kim1-1/+1
into tizen
2016-01-19Merge "Added Connman VPN package" into tizentaesub kim3-10/+145
2016-01-18[vpn]:Initialized variable "err" to avoid error condition failureManeesh Jain1-1/+1
Change-Id: Iebc480c352206a809942a769cbc0d0ba4c194b87 Signed-off-by: Maneesh Jain <maneesh.jain@samsung.com>
2016-01-11Add missing dependency on net-configsubmit/tizen_ivi/20160217.000004submit/tizen_ivi/20160217.000000submit/tizen_common/20160129.121637submit/tizen/20160120.011005accepted/tizen/wearable/20160122.031100accepted/tizen/tv/20160122.030929accepted/tizen/mobile/20160122.030854accepted/tizen/ivi/20160218.024323accepted/tizen/common/20160129.140743Lukasz Wojciechowski1-0/+1
Patch 811c8790 "Sync with Tizen 2.4(1.29.36)" introduced a dependency on net-config service in connman.service file. Since this patch connmand should start after net-config service. But there is missing a rpm dependency. this patch adds a runtime dependency on net-config. Change-Id: I5ddc6769342c033c9f9ca58edf7f146c07bc8b09 Signed-off-by: Lukasz Wojciechowski <l.wojciechow@partner.samsung.com>
2016-01-05gsupplicant: Disable P2P support in connmanSaurav Babu1-0/+2
In Tizen connman is not used for P2P support so disable P2P in connman. Currently if interface has P2P capabilities then P2P support is enabled in connman. Change-Id: Iff00505b8abd13ff85cdac9d88f80d27ecd96a95 Signed-off-by: Saurav Babu <saurav.babu@samsung.com>
2016-01-04Added Connman VPN packagehyunuktak3-10/+145
Change-Id: I0f33c30fc20c9e6b48f159e0a0a5a13193cf8ab9 Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
2015-12-23Merge "Fixed various memory leak issues" into tizentaesub kim3-26/+29
2015-12-23Apply tpkp-gnutls #2hyunuktak2-5/+11
Change-Id: I2cbd57173eea6720389d60324b4e6f374e66611d Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
2015-12-22Merge "Fix a svace 20384" into tizensubmit/tizen_common/20151229.154718submit/tizen_common/20151229.144031submit/tizen_common/20151229.142028submit/tizen/20151223.012746accepted/tizen/tv/20151223.052446accepted/tizen/mobile/20151223.052439taesub kim1-0/+1
2015-12-22Fix a svace 20384hyunuktak1-0/+1
Change-Id: I3bf09588ec0f1ee69bb1024a88ea912558d12ca7 Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
2015-12-17Apply tpkp-gnutlshyunuktak5-5/+24
Change-Id: I291b210c7f241492df945d565d9d44c7ad57054f Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
2015-12-15Fixed various memory leak issuesSaurav Babu3-26/+29
Change-Id: I7de6bb13d8b17582d705e6e67ec1dc4cb7cb9713 Signed-off-by: Saurav Babu <saurav.babu@samsung.com>
2015-10-29Merge "[connman] Disabled favorite user checking before auto connection" ↵submit/tizen/20151030.042942accepted/tizen/wearable/20151030.063221accepted/tizen/tv/20151030.063212accepted/tizen/mobile/20151030.063205taesub kim1-0/+6
into tizen
2015-10-08[connman] Disabled favorite user checking before auto connectionSaurav Babu1-0/+6
Change-Id: Ia405f931a698694362b819184bdea95b30f23e49
2015-10-06Sync with Tizen 2.4(1.29.36)submit/tizen/20151020.082803accepted/tizen/wearable/20151020.111030accepted/tizen/tv/20151020.111019accepted/tizen/mobile/20151020.111002taesub.kim11-10/+243
Change-Id: I02fc50820cccc66aed702a97a9928981e73b43cf Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
2015-09-23Fix the configuration for cynaratizen_3.0.m2.a1_tv_releasetizen_3.0.m2.a1_mobile_releasesubmit/tizen/20150930.093405accepted/tizen/wearable/20150930.115547accepted/tizen/tv/20150930.115535accepted/tizen/mobile/20150930.115522hyunuktak2-21/+22
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com> Change-Id: I533978c327a710ffa090520563a4ed9a5878dafb
2015-09-10Add configuration file for DBus accesstizen_3.0.m1_tv_releasetizen_3.0.m1_mobile_releasesubmit/tizen_common/20151026.085049submit/tizen_common/20151023.083358submit/tizen_common/20151019.135620submit/tizen_common/20151015.190624submit/tizen/20150911.004810accepted/tizen/wearable/20150911.091407accepted/tizen/tv/20150911.091358accepted/tizen/mobile/20150911.091342tizen_3.0.m1_tvtizen_3.0.m1_mobilehyunuktak2-1/+36
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com> Change-Id: I42ae30e8573517939651194227b21d73086cc5e0
2015-08-27dnsproxy: Fix crash on closing socketsubmit/tizen/20150902.062838accepted/tizen/wearable/20150902.101358accepted/tizen/tv/20150902.101343accepted/tizen/mobile/20150902.101338Saurav Babu1-4/+9
Change-Id: Ie99a531c8d9573ab2db41ed3ea9e2ecd3cce5284 Signed-off-by: Saurav Babu <saurav.babu@samsung.com>
2015-08-27Fixed Tizen Profile Build Flag as per Tizen 3.0submit/tizen/20150827.063541accepted/tizen/wearable/20150828.011454accepted/tizen/tv/20150828.011444accepted/tizen/mobile/20150828.011438Seonah Moon1-2/+2
Change-Id: I68c8951a77b542eb72b1ec90941fdee4b2dae1e9 Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
2015-08-19Remove the smack_fsetlabel for system::use_internetsubmit/tizen/20150819.025736accepted/tizen/wearable/20150819.072331accepted/tizen/tv/20150819.072302accepted/tizen/mobile/20150819.072249hyunuktak2-8/+1
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com> Change-Id: Iae03c564dfba3b9fd35ca751856aecbfcc58d7fc
2015-08-18[connman]Add configuration file for DBus accesssubmit/tizen/20150818.092858accepted/tizen/wearable/20150818.101749accepted/tizen/tv/20150818.101426accepted/tizen/mobile/20150818.101121Yu Jiung1-5/+5
Change-Id: Ieb47b782877284de519b07df524f9e358343b363
2015-08-18Change the manifest filesubmit/tizen/20150818.023012accepted/tizen/wearable/20150818.040939accepted/tizen/tv/20150818.040900accepted/tizen/mobile/20150818.040752hyunuktak1-170/+1
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com> Change-Id: I51cd2dc2ff18c3719e292a63d036f9ef3ec1b29c
2015-08-11Remove the unknown tag for systemd_requiressubmit/tizen_mobile/20150817.000000submit/tizen/20150811.072848accepted/tizen/wearable/20150817.080627accepted/tizen/tv/20150817.080608accepted/tizen/mobile/20150817.080545hyunuktak1-1/+1
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com> Change-Id: I91d639ca6297ff8c4dae580fd4e804cde19ba39e
2015-08-10Fix the build break by changing the version for upstreamsubmit/tizen/20150811.060131hyunuktak1-1/+1
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com> Change-Id: Ifa5400fd8135edc29bf7725a42567189c5967198
2015-08-07Base Code merged to SPIN 2.4submit/tizen/20150810.034432hyunuktak259-47608/+2735
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com> Change-Id: I84a42375b5c59739e4caca1f726699ea7647ef17
2015-07-30Modified versionsubmit/tizen/20150730.080617accepted/tizen/wearable/20150730.122154accepted/tizen/tv/20150730.122033accepted/tizen/mobile/20150730.121909taesub.kim1-1/+1
Change-Id: I4e23e944c88be59dcf42a88c575ba41319c4c985 Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
2015-07-28Modified smack label for resolv.conf filesubmit/tizen/20150728.100704taesub.kim3-2/+19
Change-Id: Ifd271983fdd1752bad4840f29964f5c103738aba Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
2015-07-15Add tizen extend code for dns proxysubmit/tizen/20150715.043627accepted/tizen/wearable/20150715.064106accepted/tizen/tv/20150715.064056accepted/tizen/mobile/20150715.064045hyunuktak1-2/+373
Change-Id: Ib54bbd745645a53c86bb69655529f809b6586621 Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
2015-07-08Remove the unused codesubmit/tizen/20150708.081957accepted/tizen/wearable/20150708.195759accepted/tizen/tv/20150708.195736accepted/tizen/mobile/20150708.195659Seonah Moon1-3/+0
Change-Id: I814035d1f29d93acbb0fd149dc43b44e069103f1 Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
2015-07-08Fix for wifi_scan-->"no Wifi-ap found"submit/tizen/20150708.074848pradeep kumar B3-0/+320
Change-Id: Ia624ab6e2ddc967c1581ed48a7eababa0cdb909f Signed-off-by: pradeep kumar B <b.pradeep@samsung.com
2015-07-08Fix for WPS Push Button & WPS router Pinpradeep kumar B1-0/+60
Change-Id: Ie8374a6c8d401a2178ad701e94978a6cdc1517e7 Signed-off-by: pradeep kumar B <b.pradeep@samsung.com>
2015-07-08Fix MMS connection failureJaehyun Kim8-452/+1259
Change-Id: Id3847d1d8233c2177cfbd65ba42ead8ff44a06a8
2015-07-08Disable rfkill block featuretaesub.kim2-5/+17
Change-Id: I279ad9d0e623872f4dcf37a6c3c9cd012842e448 Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
2015-05-29Merge "Add support for ipv6" into tizensubmit/tizen/20150603.094522submit/tizen/20150530.015511accepted/tizen/wearable/20150602.002855accepted/tizen/tv/20150602.002833accepted/tizen/mobile/20150602.002901accepted/tizen/common/20150601.145645tizen_3.0.2015.q2_commontaesub.kim2-1/+15
2015-05-28Revert "Add TIZEN_EXT patch to ignore rfkill block"seonah moon4-17/+1
This reverts commit 9e7ccc53900e9fe24bfcf56c22a4c6be7b002dc5. Change-Id: I369ccf417c12a24c80aaed902127c80b3f109ce2
2015-05-27Add support for ipv6taesub.kim2-1/+15
Support the IPv6 auto in cellular network desc : Add the logic if the IPv6 configuration is auto conf in cellular network Change-Id: Ibb0602a449469d42d8caf4c6162caab95136aeff Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
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 Moon4-1/+17
Change-Id: I624a38019f853988eabe65fb8552710d5dd7aeb7 Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
2015-03-10Add settings filesubmit/tizen/20150310.061003accepted/tizen/wearable/20150310.114525accepted/tizen/tv/20150310.113221accepted/tizen/mobile/20150310.122132accepted/tizen/common/20150310.094524Seonah Moon2-0/+19
Bluetooth is off when BT is aready enable. It is because persistent_enable is false. Connman daemon checks persistent_enable in /var/lib/connman/settings. So settings file is added to enable persistent_enable. Change-Id: I8526bb1227841a6b9f5d43777cdd0688d02b9131 Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
2015-01-16config: Fix service provision issuetizen_3.0_ivi_releasesubmit/tizen/20150116.024418accepted/tizen/wearable/20150119.093941accepted/tizen/tv/20150119.093517accepted/tizen/mobile/20150119.094359accepted/tizen/ivi/20150116.052317accepted/tizen/common/20150119.084328tizen_3.0_ivitizen_3.0.2015.q1_commontizen_3.0.2014.q4_commonZhang zhengguang1-5/+0
Fixes TC-2298 Root cause: ConnMan will check the wifi security type from nfc daemon to decide whether to auto connect the related wifi service, but it can't get the security type in current mechanism, So that the wifi AP got from nfc tag will not be connected. Solution: ConnMan doesn't need to check wifi security type when it tries to provision service. Change-Id: I4ee3294214b756f9a39b6dc21cb658acd0640cc7