summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-08-02[WGID-260167] Add null checksubmit/tizen_3.0/20170802.052417accepted/tizen/3.0/wearable/20170803.011156accepted/tizen/3.0/tv/20170803.011133accepted/tizen/3.0/mobile/20170803.011108accepted/tizen/3.0/ivi/20170803.011218accepted/tizen/3.0/common/20170803.140635accepted/tizen_3.0_ivichleun.moon1-0/+5
Change-Id: I689475436e4f12063cd891278a2130c729d653ef Signed-off-by: cheoleun <chleun.moon@samsung.com>
2017-03-28Add license file to all of rpmssubmit/tizen_3.0/20170328.235752submit/tizen_3.0/20170328.112237accepted/tizen/3.0/wearable/20170329.084813accepted/tizen/3.0/tv/20170329.084702accepted/tizen/3.0/mobile/20170329.084559accepted/tizen/3.0/ivi/20170329.085014accepted/tizen/3.0/common/20170329.151443Seonah Moon1-5/+4
Change-Id: I98248d7e005850458c5c3a69d55c927c10a6242b
2017-02-20Revert "WGID-176057: Fixed memory leak"taesub kim1-3/+1
This reverts commit f3e8ba56bb08c1098ccbb2b324c7bdf74db0c580. Change-Id: Ic520239766acb6b678802a9f9fe594fad54cb780
2017-02-21WGID-176057: Fixed memory leakSeonah Moon1-1/+3
Change-Id: Ibabb17806c7adfb8316d34c6f347dfe7f29f8afc Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
2017-02-13WGID-149077: Fixed integer overflow issuesubmit/tizen_3.0/20170213.102726accepted/tizen/3.0/wearable/20170215.065052accepted/tizen/3.0/tv/20170215.065028accepted/tizen/3.0/mobile/20170215.065005accepted/tizen/3.0/ivi/20170215.065108accepted/tizen/3.0/common/20170215.120945Seonah Moon1-1/+3
Change-Id: Ie2d0939e43080aa2c7937f912d13ece6c39fdb9c Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
2017-01-17Fix service file for TV profile referring to mobile onesubmit/tizen_3.0/20170118.020803accepted/tizen/3.0/wearable/20170118.230441accepted/tizen/3.0/tv/20170118.230423accepted/tizen/3.0/mobile/20170118.230410accepted/tizen/3.0/ivi/20170118.230458accepted/tizen/3.0/common/20170119.105709tizen_3.0_tvYu Jiung2-4/+7
Change-Id: I683d96bef1b08acdd42bddf6eeedc659baad5d01 Signed-off-by: Yu jiung <jiung.yu@samsung.com>
2017-01-05Fix abnormal wifi deactivationsubmit/tizen_3.0/20170106.055933accepted/tizen/3.0/wearable/20170106.095217accepted/tizen/3.0/tv/20170106.095153accepted/tizen/3.0/mobile/20170106.095138accepted/tizen/3.0/ivi/20170106.095236accepted/tizen/3.0/common/20170109.200255Jaehyun Kim3-9/+20
The scan done event for SSID based scan was blocked to prevent Double Scan Indication Event but It can cause abnormal wifi deactivation because the scanning flag may not be cleared correctly. So the existing solution is removed and applied other solution. Change-Id: I720faece9cb423e65f23292d4c48cd562e4f2f70
2016-12-26Fix to check favorit value into servicesubmit/tizen_3.0/20161226.070114submit/tizen_3.0.m2/20170104.093752accepted/tizen/3.0/wearable/20161227.010411accepted/tizen/3.0/tv/20161227.010354accepted/tizen/3.0/mobile/20161227.010335accepted/tizen/3.0/ivi/20161227.010429accepted/tizen/3.0/common/20161227.102026accepted/tizen/3.0.m2/wearable/20170105.024531accepted/tizen/3.0.m2/tv/20170105.024229accepted/tizen/3.0.m2/mobile/20170105.023950accepted/tizen_3.0.m2_wearableaccepted/tizen_3.0.m2_tvaccepted/tizen_3.0.m2_mobilehyunuktak1-0/+2
When AP's status is changed(ex, password), favorite value is setted to false. so it is returning false as not supported with checking favorite and state of service when remove profile mothod is called. it should remove service profile whether it is favorite or not, when it's called explicit. Change-Id: I6b59729c7c2614b9f25f56696463f4ac927f6809 Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
2016-12-21Merge "[connman]: @fix WGID 166257 SVACE Issue" into tizen_3.0submit/tizen_3.0/20161222.015649accepted/tizen/3.0/wearable/20161222.093629accepted/tizen/3.0/tv/20161222.093605accepted/tizen/3.0/mobile/20161222.093553accepted/tizen/3.0/ivi/20161222.093644accepted/tizen/3.0/common/20161222.181612cheoleun moon1-1/+1
2016-12-21[connman]: @fix WGID 166257 SVACE IssueManeesh Jain1-1/+1
Change-Id: I91f9f3b5410c5b4751b95e5e1839a36932ea8020 Signed-off-by: Maneesh Jain <maneesh.jain@samsung.com>
2016-12-20Merge "[connman]:Fixed Double Scan Indication Event" into tizen_3.0submit/tizen_3.0/20161221.012149cheoleun moon2-5/+10
2016-12-19Clear scanning flag & device when state is connectedtaesub kim1-0/+8
http://slp-info.sec.samsung.net/gerrit/#/c/2752007/ http://slp-info.sec.samsung.net/gerrit/#/c/2763075/ Change-Id: Ia290ba7d4d50935c1473d8a864a508dbad3f5e90 Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
2016-12-15[connman]:Fixed Double Scan Indication EventManeesh Jain2-5/+10
Description: In specific case, CommMan issue the SSID based scan followed by full channel scan. In that case, applicaiton receive the two scan done event. To handle this , block the scan done event for SSID based scan. Change-Id: I5d502b654c2b1d62098c274aeb66d6c1227d56a4 Signed-off-by: Maneesh Jain <maneesh.jain@samsung.com>
2016-12-12Fix a svace for checking NULLsubmit/tizen_3.0/20161212.124449accepted/tizen/3.0/wearable/20161213.025155accepted/tizen/3.0/tv/20161213.025147accepted/tizen/3.0/mobile/20161213.025136accepted/tizen/3.0/ivi/20161213.025206accepted/tizen/3.0/common/20161213.164040hyunuktak1-1/+2
Change-Id: I91b9b29c1c1c2b0b835f5a9b81a23b48fbd3b5dc Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
2016-12-09Renamed upgrade script file namesubmit/tizen_3.0/20161209.120232accepted/tizen/3.0/wearable/20161212.023238accepted/tizen/3.0/tv/20161212.023230accepted/tizen/3.0/mobile/20161212.023211accepted/tizen/3.0/ivi/20161212.023243accepted/tizen/3.0/common/20161212.060533hyunuktak2-2/+3
Change-Id: Id143c354d3ca8240da608aae2bcb07957b856dde Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
2016-12-06[connman] Added wifi connection when invalid-key error occurred.submit/tizen_3.0/20161208.101854accepted/tizen/3.0/wearable/20161209.002725accepted/tizen/3.0/tv/20161209.002702accepted/tizen/3.0/mobile/20161209.002649accepted/tizen/3.0/ivi/20161209.002747accepted/tizen/3.0/common/20161209.094950Niraj Kumar Goit1-0/+3
When invalid-key error occurs users need to enter the valid password to connect with Wi-Fi AP. Change-Id: I982d98006ea5515a354bc655e0beadbb3d896fe6 Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
2016-12-01Merge "Fix build error for common 64bit Emulator" into tizen_3.0submit/tizen_3.0/20161201.085041accepted/tizen/3.0/wearable/20161202.010756accepted/tizen/3.0/tv/20161202.010736accepted/tizen/3.0/mobile/20161202.010721accepted/tizen/3.0/ivi/20161202.010817accepted/tizen/3.0/common/20161203.012354Taesoo Jun4-36/+60
2016-12-01Fix build error for common 64bit EmulatorJaehyun Kim1-0/+4
Change-Id: Ibfbbca49707414fec9ec5e2457139aa27b02d1ec
2016-11-22Fixed connman crash due to memory corruptionsubmit/tizen_3.0/20161124.092125submit/tizen_3.0/20161123.004947accepted/tizen/3.0/wearable/20161125.080507accepted/tizen/3.0/tv/20161125.080442accepted/tizen/3.0/mobile/20161125.080414accepted/tizen/3.0/ivi/20161125.080703accepted/tizen/3.0/common/20161125.101552Saurav Babu1-1/+1
Change-Id: Ic9416b95f7c070564c8c9956a12932d1122d7734 Signed-off-by: Saurav Babu <saurav.babu@samsung.com>
2016-11-17[connman] Add new ScanDone signal for notification to upper layerSaurav Babu1-0/+15
Change-Id: I1c6f5d7a162ef7da9942ae41cdbbf64017b37aab Signed-off-by: Saurav Babu <saurav.babu@samsung.com>
2016-11-17Block AutoConnect when hidden connection is in progressSaurav Babu1-0/+33
Change-Id: Ic57315b49190a8c8f55ff3bc8f5aa006d2a2d915 Signed-off-by: Saurav Babu <saurav.babu@samsung.com>
2016-11-17Remove Tizen specific hidden connection logicSaurav Babu2-36/+7
Change-Id: I0f485580bd16234fe371e0cfb153d9f1cc23dbcc Signed-off-by: Saurav Babu <saurav.babu@samsung.com>
2016-11-17[connman] AutoConnect to old service when connection to new service failsSaurav Babu1-0/+1
In the following scenario: 1. Device is connected to AP1. 2. Connection requested initiated with AP2. AP1 gets disconnected and device initiates connection with AP2. If connection with AP2 fails(like invalid key, dhcp-failed error) then device should auto connect to AP1. This patch initiates auto connect to last connected AP's Change-Id: Iad5c4cf50da7a91869994abc133b24d66c99b0bc Signed-off-by: Saurav Babu <saurav.babu@samsung.com>
2016-11-17Fixed connman crash due to memory corruptionsubmit/tizen/20161125.052705accepted/tizen/wearable/20161128.000815accepted/tizen/tv/20161128.000756accepted/tizen/mobile/20161128.000650accepted/tizen/ivi/20161128.000831accepted/tizen/common/20161125.095626Saurav Babu1-1/+1
Change-Id: Ic9416b95f7c070564c8c9956a12932d1122d7734 Signed-off-by: Saurav Babu <saurav.babu@samsung.com>
2016-11-17Revert "Change attribute for connmand and set uid/gid into service"submit/tizen/20161117.061227accepted/tizen/wearable/20161117.084156accepted/tizen/tv/20161117.084129accepted/tizen/mobile/20161117.084114accepted/tizen/ivi/20161117.084214accepted/tizen/common/20161117.085403seonah moon3-7/+7
This reverts commit 04bfa23db4a121adcd17c35bb1d9378cebc66b51. Change-Id: I1af9c34aed1496757f20cf1dc0411afc744bc990
2016-11-16conf: remove eth0 device from NetworkInterfaceBlacklistsubmit/tizen_3.0/20161116.231358accepted/tizen/3.0/wearable/20161117.022341accepted/tizen/3.0/tv/20161117.022318accepted/tizen/3.0/mobile/20161117.022306accepted/tizen/3.0/ivi/20161117.022403accepted/tizen/3.0/common/20161117.090720Sangjung Woo1-1/+1
This patch removes eth0 device from NetworkInterfaceBlacklist since many usb devices like LTE dongle have 'ethx' name. Change-Id: I4daeae10907440b0b8888af2b6597d07f89433dc Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
2016-11-15Revert "Change attribute for connmand and set uid/gid into service"seonah moon3-7/+7
This reverts commit 04bfa23db4a121adcd17c35bb1d9378cebc66b51. Change-Id: I1af9c34aed1496757f20cf1dc0411afc744bc990
2016-11-11Change attribute for connmand and set uid/gid into servicesubmit/tizen_3.0/20161115.065431submit/tizen_3.0/20161114.042815hyunuktak3-7/+7
Change-Id: I7c89d697792aff2521a31d1772e696c19313fc44 Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
2016-11-11Change attribute for connmand and set uid/gid into servicesubmit/tizen/20161114.043131accepted/tizen/wearable/20161114.074444accepted/tizen/tv/20161114.074425accepted/tizen/mobile/20161114.074404accepted/tizen/ivi/20161114.074501accepted/tizen/common/20161114.171550hyunuktak3-7/+7
Change-Id: I7c89d697792aff2521a31d1772e696c19313fc44 Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
2016-11-02Merge branch 'tizen' into tizen_3.0submit/tizen_3.0_common/20161110.084657submit/tizen_3.0/20161102.052717accepted/tizen/3.0/wearable/20161102.075831accepted/tizen/3.0/tv/20161102.075814accepted/tizen/3.0/mobile/20161102.075758accepted/tizen/3.0/ivi/20161102.075845accepted/tizen/3.0/common/20161114.082114chleun.moon1-0/+2
Change-Id: I9bd9df4ff2fa0232a5dec417a6fc5d5ba6e78954 Signed-off-by: cheoleun <chleun.moon@samsung.com>
2016-10-27Added timeserver init/cleanup function to mainsubmit/tizen/20161102.022647accepted/tizen/wearable/20161102.073157accepted/tizen/tv/20161102.073143accepted/tizen/mobile/20161102.073134accepted/tizen/ivi/20161102.073224accepted/tizen/common/20161102.121923hyunuktak1-0/+2
Change-Id: Ib06eabea5bd6813efc1f9f59e8db03380e5604ac Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
2016-10-11Merge "Spec: Add eth0 device as NetworkInterfaceBlacklist in ivi profile." ↵submit/tizen_3.0_common/20161104.104000submit/tizen_3.0/20161028.092423submit/tizen_3.0/20161028.062323submit/tizen/20161011.075122accepted/tizen/wearable/20161011.234313accepted/tizen/tv/20161011.234258accepted/tizen/mobile/20161011.234412accepted/tizen/ivi/20161011.234346accepted/tizen/common/20161011.154420accepted/tizen/3.0/wearable/20161028.150857accepted/tizen/3.0/tv/20161028.143553accepted/tizen/3.0/mobile/20161028.143243accepted/tizen/3.0/ivi/20161028.151403cheoleun moon2-0/+115
into tizen
2016-10-10Spec: Add eth0 device as NetworkInterfaceBlacklist in ivi profile.Sangjung Woo2-0/+115
In order to communicate with Cluster device, this patch set eth0 as NetworkInterfaceBlacklist member in connman configuration. This patch is only applied for ivi profile. Change-Id: If340dda5702973b470a78375370bc43180b2b53a Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
2016-10-10Modify dbus conf file as policyhyunuktak2-2/+0
Change-Id: I7238ffe3c28d499e7561d2b0986c1e51c72d9cbe Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
2016-10-05Merge "[connman]: Fixed Scan Issue" into tizensubmit/tizen_3.0_wearable/20161015.000001submit/tizen_3.0_tv/20161015.000001submit/tizen_3.0_mobile/20161015.000001submit/tizen_3.0_ivi/20161010.000001submit/tizen/20161006.010203accepted/tizen/wearable/20161006.080157accepted/tizen/tv/20161006.080141accepted/tizen/mobile/20161006.080107accepted/tizen/ivi/20161006.080215accepted/tizen/common/20161006.153612accepted/tizen/3.0/wearable/20161015.082011accepted/tizen/3.0/tv/20161016.004154accepted/tizen/3.0/mobile/20161015.032812accepted/tizen/3.0/ivi/20161011.043852cheoleun moon2-1/+15
2016-09-29[connman]: Fixed Scan IssueManeesh Jain2-1/+15
Description: In following use case, ConnMan always perform the ssid based scan and unable to find the new AP's. a. Connect with any AP (Normal or Hidden) b. Disconnect with AP c. After this, ConnMan always perform the SSID based scan. Impact: Tizen Device is unable to scan new AP's. Reason: In Tizen, ConnMan configure the "BackgroundScanning" flag as false because background scan feature is implemented in net-config module. Due to this reason, I have added patch to sync-up the ConnMan scan implementation with net-config background scan feature. Change-Id: I0cff11df18780816b5f61a647c2298c781e78557 Signed-off-by: Maneesh Jain <maneesh.jain@samsung.com>
2016-09-28Revert "Remove Tizen specific hidden connection logic"submit/tizen/20160929.042234accepted/tizen/wearable/20160929.081746accepted/tizen/tv/20160929.081805accepted/tizen/mobile/20160929.081738accepted/tizen/ivi/20160929.081755accepted/tizen/common/20160929.163218taesub kim2-7/+36
This reverts commit 7ace8c778781a6d3e47010843d9bc5c0d337594d. Change-Id: Ia05ae51984781af64d3225ac302bdfb24df37263
2016-09-26Remove Tizen specific hidden connection logicsubmit/tizen/20160928.053415accepted/tizen/wearable/20160929.081029accepted/tizen/tv/20160929.081156accepted/tizen/mobile/20160929.081112accepted/tizen/ivi/20160929.081222accepted/tizen/common/20160928.164122Saurav Babu2-36/+7
Change-Id: I466d0a4d73ade1278211245fbc94ca2fffeb392f Signed-off-by: Saurav Babu <saurav.babu@samsung.com>
2016-09-12Merge "Append bssid property to the add_network call to wpa_supplicant" into ↵submit/tizen/20160912.084305accepted/tizen/wearable/20160920.050942accepted/tizen/tv/20160920.050923accepted/tizen/mobile/20160920.050905accepted/tizen/ivi/20160920.051001accepted/tizen/common/20160912.181624cheoleun moon1-0/+13
tizen
2016-09-08Disable the rfkill init/cleansubmit/tizen/20160912.021246accepted/tizen/wearable/20160912.053934accepted/tizen/tv/20160912.053916accepted/tizen/mobile/20160912.053901accepted/tizen/ivi/20160912.053951accepted/tizen/common/20160912.180848taesub.kim1-0/+4
Change-Id: Ifdb6258e566469c179e0a4f1610247e5109e1b21 Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
2016-09-07Append bssid property to the add_network call to wpa_supplicantMilind Ramesh Murhekar1-0/+13
Description: This change supports the Strongest AP connection. If there are multiple APs that have same SSID and security type the Bssid property will help to ensure the correct connectivity of the AP among them. Change-Id: I600772fa2bea72f3917e24d677057b34b87c7f1e Signed-off-by: Milind Ramesh Murhekar <m.murhekar@samsung.com>
2016-09-01Upstream: service: Enable ipconfig only for the changed IP typesubmit/tizen/20160907.012754submit/tizen/20160907.003226accepted/tizen/wearable/20160908.003612accepted/tizen/tv/20160908.003548accepted/tizen/mobile/20160908.003510accepted/tizen/ivi/20160908.003638accepted/tizen/common/20160907.154208Saurav Babu1-6/+10
When IPv6.Configuration is changed to "off" then connman starts fresh DHCP Requests for service after changing its state to Configuration. In an ideal scenario IPv4 Configurations should not be affected on changing IPv6.Configuration property. This patch only enables ipconfig for the changed IP type and leaves other IP type unchanged Change-Id: I65eacb6711314d2674e709711f432ef706167fc4 Signed-off-by: Saurav Babu <saurav.babu@samsung.com>
2016-08-29Add script file for OS upgradesubmit/tizen/20160829.053559accepted/tizen/wearable/20160829.085438accepted/tizen/tv/20160829.085418accepted/tizen/mobile/20160829.085403accepted/tizen/ivi/20160829.085453accepted/tizen/common/20160829.140119hyunuktak2-1/+20
Change-Id: I67fbc8121de8e928ff16c3bd05b7a8f56133a616 Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
2016-08-19Move log file to /var/logsubmit/tizen/20160822.045932submit/tizen/20160822.012953accepted/tizen/wearable/20160823.041224accepted/tizen/tv/20160823.041158accepted/tizen/mobile/20160823.041100accepted/tizen/ivi/20160823.041250accepted/tizen/common/20160822.132702Jaehyun Kim2-3/+3
Change-Id: I2b304a8557e68dbcd372050c44e68d22341ad0f2
2016-08-10Add socket file to enable DNS proxysubmit/tizen/20160810.093538accepted/tizen/wearable/20160811.003045accepted/tizen/tv/20160811.002724accepted/tizen/mobile/20160811.002737accepted/tizen/ivi/20160811.002744accepted/tizen/common/20160810.161903Seonah Moon2-0/+29
Change-Id: I9e04465f130cfee07678046660ca9292a2385dec Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
2016-07-21Merge "Call g_supplicant_interface_scan with scan_params" into tizensubmit/tizen/20160805.043406accepted/tizen/wearable/20160809.010632accepted/tizen/tv/20160809.010620accepted/tizen/mobile/20160809.010600accepted/tizen/ivi/20160809.010649accepted/tizen/common/20160805.125941taesub kim2-12/+2
2016-07-21Merge "Upstream: network: Replace network_change() with ↵taesub kim1-23/+2
__connman_network_disconnect()" into tizen
2016-07-20Set SmackProcessLabel to Systemsubmit/tizen/20160721.003054accepted/tizen/wearable/20160721.091048accepted/tizen/tv/20160721.091334accepted/tizen/mobile/20160721.090519accepted/tizen/ivi/20160721.090802accepted/tizen/common/20160721.175857Yunjin Lee2-0/+2
Change-Id: I233c41596ec8fb4424e18c80e043658f3d510d47 Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
2016-07-07Upstream: network: Replace network_change() with __connman_network_disconnect()Saurav Babu1-23/+2
The network_change() function called when a network error is set will disconnect a network driver identical to __connman_network_disconnect() but without any error handling. Therefore the specific network_change() function is better replaced with __connman_network_disconnect(). With connman_network_set_error() now calling __connman_network_disconnect(), the additional function call can now be removed from connman_network_set_connected(). Also let the associating and connecting variables be handled by the normal code paths and don't forcefully unset them when an error happens. Commit ID: 7a3740c4c65be7915c36daaac9b1a611fa498a2 Change-Id: I3223a9d13207898aa64e2002912516d5ad64c150 Signed-off-by: Saurav Babu <saurav.babu@samsung.com>
2016-07-06Call g_supplicant_interface_scan with scan_paramshyunuktak2-12/+2
when latest connection is specific ssid as hidden Change-Id: Id5a58977ac3dcb05f3006dbed85d3e07aab15326 Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>