summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-05-09[TINF-1281] Fixed image creation errorsubmit/tizen/20160509.092624accepted/tizen/wearable/20160510.002658accepted/tizen/tv/20160510.002708accepted/tizen/mobile/20160510.002704accepted/tizen/ivi/20160510.002716accepted/tizen/common/20160510.050941taesubkim1-2/+2
Change-Id: Ic4054b73646e5d9c348afcb55daf64125030185c Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
2016-05-04Change CA bundle path macroSeonah Moon1-1/+1
Change-Id: I2271312cb115a2426bec36af43868e9c5b16131b Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
2016-04-27Removed overlap privilege rulesubmit/tizen/20160427.070140accepted/tizen/wearable/20160428.002546accepted/tizen/tv/20160428.002327accepted/tizen/mobile/20160428.004554accepted/tizen/ivi/20160428.002450accepted/tizen/common/20160427.144114taesubkim2-14/+1
Change-Id: I2870e4d52e6f1a4ed619e797358f8e0eee0be7be Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
2016-04-26Merge branch 'upstream' into tizenSeonah Moon8-1/+22125
Change-Id: Ia439bcb6c0311b7e157318cfc2ab4a12a974f9b4 Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
2016-04-26Imported Upstream version 1.29upstream/1.29taesubkim69-1495/+2513
Change-Id: I2958446c35966d9ed72df0120b80561be7d89f54 Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
2016-03-30gdhcp: Don't try to remove timer againsubmit/tizen/20160406.101500accepted/tizen/wearable/20160407.000819accepted/tizen/tv/20160407.000800accepted/tizen/mobile/20160407.000743accepted/tizen/ivi/20160407.000831accepted/tizen/common/20160406.145254Saurav Babu1-0/+3
GLib-CRITICAL warning message is obtained in below scenario: 1. service is connected and link local address is obtained. 2. Try to disconnect service. (connmand:8377): GLib-CRITICAL **: Source ID 289 was not found when attempting to remove it (connmand:8377): GLib-CRITICAL **: Source ID 303 was not found when attempting to remove it When Link Local IP address is obtained then both dhcp_client->timeout assigned for DISCOVER_TIMEOUT and ANNOUNCE_INTERVAL are already removed when discover_timeout() and ipv4ll_announce_timeout() function returns FALSE but the dhcp_client->timeout is not assigned to 0. Now when dhcp_release() calls remove_timeouts() function then dhcp_client->timeout is tried to remove again resulting in GLib-CRITICAL warning. This patch removes all possible remaing timeouts in g_dhcp_client_start() and explicitly sets dhcp_client->timeout to 0 in ipv4ll_announce_timeout() function. Change-Id: I12b072beef92818a2c1db253c85d1cfea540682b Signed-off-by: Saurav Babu <saurav.babu@samsung.com>
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>