summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2016-06-12Merge "[SPIN] Enable state changed even if service changed scheduled." into ↵taesub kim1-0/+2
tizen
2016-06-10[SPIN] Add NULL check to prevent crash.Niraj Kumar Goit1-0/+4
Change-Id: I220440e73661004a61b8803d335c8c7a7ae11f6b Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
2016-06-10[SPIN] Enable the ntp by connman if device does not use the cellular.Niraj Kumar Goit3-0/+15
desc : enable the ntp if the device is not using the cellualr(telephony). This ntp is controlled by net-config. After getting the timeinfo, connman call the alarm-manager's dbus method. Change-Id: I83272206654b6b64c968d5dbb69354e19e971f34 Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
2016-06-10Add support for WPS2-PSK security type in Security property of service interfaceJaehyun Kim4-0/+41
Change-Id: I5531a2e3e45da6b3d4caa6d5df15f54ebc2700d8
2016-06-10[upstream] Fix memory leak when realloc fails.Niraj Kumar Goit1-0/+7
Change-Id: I9d34aa90a0ad2265339b3a05302bbe5b5f1ba211 Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
2016-06-09[SPIN] wispr: cellular service does not make portal detection.Niraj Kumar Goit1-0/+5
Change-Id: If897ee6e8d102f1b960bdc088543a942b47f6fc6 Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
2016-06-09[SPIN] network: connman_network_clear_associating rather than IDLE stateNiraj Kumar Goit1-9/+2
Change-Id: Ia8693e891946e29315176afe60fe8df5b78e3ea5 Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
2016-06-09[SPIN] service: extend wifi ext info for passpoint.Niraj Kumar Goit1-0/+4
Change-Id: Id4c411292b000280748aa98e2667efa7ca48bfd6 Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
2016-06-09[SPIN] rtnl: remove old wext interfaceNiraj Kumar Goit1-0/+5
Change-Id: I05c4d16965d974af8fd3d83546c9690f3d8def51 Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
2016-06-09[SPIN] Enable state changed even if service changed scheduled.Niraj Kumar Goit1-0/+2
Change-Id: I7841b7d658c6176d91fea6f3f018dfb2da8da3f2 Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
2016-06-09Remove capability and Change from dbus to systemd for vpn servicehyunuktak3-1/+5
Change-Id: I7ef5583cfc148b4835abec4bf57ad76369ed9b8e Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
2016-06-07[connman] Notify the IPv4 Ready State signal to UI followed by IPv6 Signal.submit/tizen/20160608.101452accepted/tizen/wearable/20160609.090715accepted/tizen/tv/20160609.090732accepted/tizen/mobile/20160609.090615accepted/tizen/ivi/20160609.090754accepted/tizen/common/20160608.160928Niraj Kumar Goit1-0/+13
Description: First ready state was notified when IP Address was obtained using IPv6 and at that time IPv4 Addresses were not available. and Application called to check gateway address before IPv4 Addresses were available so CAPI returned with error NO_CONNECTION. So sent a ready signal again after IPv4 address available. Change-Id: If7ac89e8de920f144ea5d11fba65370622ce1572 Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
2016-06-08[connman] Fixed derefrencing of NULL pointer.Niraj Kumar Goit1-0/+4
Change-Id: I2174f8e6afca4e2c7795ec8ca8118c296ee9fece Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
2016-06-07log: Set log time with millisecond.Niraj Kumar Goit1-5/+7
Change-Id: I6fe843025c41fc1d686bcfb79a62f64aecd7e0c1 Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
2016-05-18Ignore the cellular service type for single connected techsubmit/tizen/20160519.085425accepted/tizen/wearable/20160520.003326accepted/tizen/tv/20160520.003211accepted/tizen/mobile/20160520.003740accepted/tizen/ivi/20160520.003254accepted/tizen/common/20160520.170958hyunuktak1-0/+5
Change-Id: Ic564795f0d5703e48d2b682de0b3c9877f7ee110 Signed-off-by: hyunuktak <hyunuk.tak@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.144114taesubkim1-13/+0
Change-Id: I2870e4d52e6f1a4ed619e797358f8e0eee0be7be Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
2016-03-14on-demand connman-vpnd startDeepak Kumar Sahu2-2/+2
Change-Id: I88da48264b9506b58335c4dbefa7dccb08215245 Signed-off-by: Deepak Kumar Sahu <deepak.sahu@samsung.com>
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>
2015-12-23Merge "Fixed various memory leak issues" into tizentaesub kim2-1/+4
2015-12-22Fix a svace 20384hyunuktak1-0/+1
Change-Id: I3bf09588ec0f1ee69bb1024a88ea912558d12ca7 Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
2015-12-15Fixed various memory leak issuesSaurav Babu2-1/+4
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.kim6-4/+87
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.115522hyunuktak1-20/+21
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_mobilehyunuktak1-0/+35
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-19Remove the smack_fsetlabel for system::use_internetsubmit/tizen/20150819.025736accepted/tizen/wearable/20150819.072331accepted/tizen/tv/20150819.072302accepted/tizen/mobile/20150819.072249hyunuktak1-7/+0
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com> Change-Id: Iae03c564dfba3b9fd35ca751856aecbfcc58d7fc
2015-08-07Base Code merged to SPIN 2.4submit/tizen/20150810.034432hyunuktak66-900/+1579
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/+9
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 B2-0/+19
Change-Id: Ia624ab6e2ddc967c1581ed48a7eababa0cdb909f Signed-off-by: pradeep kumar B <b.pradeep@samsung.com
2015-07-08Fix MMS connection failureJaehyun Kim5-5/+622
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.kim1-0/+11
2015-05-28Revert "Add TIZEN_EXT patch to ignore rfkill block"seonah moon1-10/+0
This reverts commit 9e7ccc53900e9fe24bfcf56c22a4c6be7b002dc5. Change-Id: I369ccf417c12a24c80aaed902127c80b3f109ce2
2015-05-27Add support for ipv6taesub.kim1-0/+11
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 Moon1-0/+10
Change-Id: I624a38019f853988eabe65fb8552710d5dd7aeb7 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
2014-12-08multi-user: Fix service auto connect issuesubmit/tizen/20141208.013030accepted/tizen/wearable/20141210.194841accepted/tizen/tv/20141210.133225accepted/tizen/mobile/20141208.084229accepted/tizen/ivi/20141217.060504accepted/tizen/common/20141208.080901Zhang zhengguang1-8/+12
In curernt IVI image, systemd doesn't write utmp entries for logged in users, so that ConnMan can't get the related user info, under which condition, it doesn't need to forbid service auto connect for this user. Change-Id: I4ca33b2b43ac351d1be8c862808304d8a17d8d7d
2014-11-26multi-user: Fix service load/save issuesZhang zhengguang1-8/+39
Refine service load/save to be multi-user complicant. Change-Id: Icc8a0507826f4cae72319191e4fdbebe548434fc
2014-11-21multi-user: Expose function to check service user favoriteZhang zhengguang1-0/+27
Expose the function to check whether the service is favorite to the current user. Change-Id: Ib232f16c652ec94ef2e10b199a638a98554a1066
2014-11-07multi-user: Add multi-user support for auto connect servicesubmit/tizen/20141117.030429accepted/tizen/mobile/20141117.090654accepted/tizen/ivi/20141202.020921accepted/tizen/common/20141121.180554Zhang zhengguang1-0/+62
Use case: For wifi auto connect mechamnism, only when the user who owns the wifi service login, the service is allowed to be auto connected. Change-Id: I99135117facafda41532e0280c89194b27baac16
2014-11-07multi-user: Add multi-user support in managerZhang zhengguang1-0/+14
Use case: Given 2 users: UserA and UserB If UserA is connected to a wifi service, then UserB is not allowed to turn on offline mode. Change-Id: I54b108beb580a805c7fa2d3ae9dac192b836ba77
2014-11-07multi-user: Add multi-user support in technologyZhang zhengguang1-0/+15
Use case: Given 2 users: UserA and UserB If UserA is connected to a wifi service, then UserB is not allowed to set wifi technology properties. Change-Id: Ia783b22bc28e9e487ddfa3a4c249c9d1ea76bde8
2014-11-07multi-user: Add multi-user support in serviceZhang zhengguang2-1/+159
Use cases: Given 2 users: UserA and UserB 1. If UserA is connected to a wifi service, then UserB is not allowed to connect wifi service, and not allowed to disconnect the service UserA connected. 2. If UserA is connected to a wifi service, then UserB is allowed to use the same connection, but he is not allowed to modify the connection. 3. If UserA is connected to a wifi service with security wep/wpa/psk, then UserA disconnects it, when UserB tries to connect the same wifi service, it must input passphrase to connect it. Change-Id: Id686ebd7d1f3490875a9d8f877219bd004907227
2014-11-07multi-user: Add function to get dbus user id synchronouslyZhang zhengguang1-0/+25
Change-Id: Ic41643e5f8b6e1a28ce00e0456d961fe2de7a7fb
2014-10-31Tethering: Add hidden access point support in technologyChengyi Zhao1-1/+32
Change-Id: I73fccf5f322ee2597f8f58d5e3d7f60ddeb0a641
2014-10-31Tethering: Add open access point support in technologyChengyi Zhao1-13/+23
Change-Id: I86f4a22567f5df2fbd5d0c0c03c6cc5b6fc24a2d