summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-06-13Merge "Add support for WPS2-PSK security type in Security property of ↵submit/tizen/20160614.053635accepted/tizen/wearable/20160614.103626accepted/tizen/tv/20160614.103619accepted/tizen/mobile/20160614.103642accepted/tizen/ivi/20160614.103653accepted/tizen/common/20160614.144019taesub kim8-0/+59
service interface" into tizen
2016-06-14Remove CapabilityBoundingSet(CAP_MAC_OVERRIDE) in service filehyunuktak2-2/+1
Change-Id: Ie61eab113ef0655fdb84e683872297c9482b45fc Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
2016-06-12Merge "[SPIN] Enable the ntp by connman if device does not use the ↵taesub kim4-0/+19
cellular." into tizen
2016-06-12Merge "[SPIN] Restart dhcp as soon as INIT-REBOOT has been failed" into tizentaesub kim2-0/+53
2016-06-12Merge "[SPIN] Add NULL check to prevent crash." into tizentaesub kim1-0/+4
2016-06-12Merge "[upstream] Fix memory leak when realloc fails." into tizentaesub kim1-0/+7
2016-06-12Merge "[SPIN] wispr: cellular service does not make portal detection." into ↵taesub kim1-0/+5
tizen
2016-06-12Merge "[SPIN] network: connman_network_clear_associating rather than IDLE ↵taesub kim1-9/+2
state" into tizen
2016-06-12Merge "[SPIN] service: extend wifi ext info for passpoint." into tizentaesub kim1-0/+4
2016-06-12Merge "[SPIN] rtnl: remove old wext interface" into tizentaesub kim1-0/+5
2016-06-12Merge "[SPIN] Admit to connect EAP-TLS without passphrase of privatekey." ↵taesub kim1-0/+8
into tizen
2016-06-12Merge "[SPIN] Enable state changed even if service changed scheduled." into ↵taesub kim1-0/+2
tizen
2016-06-12Merge "[SPIN]Set interface callback during scan request" into tizentaesub kim1-0/+5
2016-06-10[SPIN] Restart dhcp as soon as INIT-REBOOT has been failedNiraj Kumar Goit2-0/+53
desc: Start DHCPDISCOVERY when DHCPREQUEST of INIT-REBOOT has failed. Change-Id: I7c6de8a3b397765cd0173a5b18c0c926a5ce29a4 Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
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 Goit4-0/+19
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 Kim9-1/+60
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-10Fix build error for common 64bit archsubmit/tizen/20160610.014806accepted/tizen/wearable/20160613.021457accepted/tizen/tv/20160613.021633accepted/tizen/mobile/20160613.021609accepted/tizen/ivi/20160613.021639accepted/tizen/common/20160610.182300hyunuktak1-1/+2
Change-Id: Ib3454c39afd0cb2267a2c3e6aff72fba2171c45a Signed-off-by: hyunuktak <hyunuk.tak@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] Admit to connect EAP-TLS without passphrase of privatekey.Niraj Kumar Goit1-0/+8
Change-Id: If00ccb9b15e5d2c224c016996468db418c59147c 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-09[SPIN]Set interface callback during scan requestNiraj Kumar Goit1-0/+5
[Cause] Inteface callback was not being called in error case when 'scan done' signal was received from wpasupplicant and hence the 'scanning' state was not being set properly [Solution] Set the interface callback during scan request which gets called back and sets the 'scanning' state properly during error cases Change-Id: I1ac96a7657bee12ee642f8b680a5b7ef51118048 Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
2016-06-09Merge "Remove capability and Change from dbus to systemd for vpn service" ↵submit/tizen/20160609.105401accepted/tizen/common/20160609.150630taesub kim8-9/+17
into tizen
2016-06-09Merge:Partial Fix a crash and valgrind invalid read errorManeesh Jain1-1/+1
Change-Id: Ib36cab79ea86048860ffda7d6108b769a3cc9b33 Signed-off-by: Maneesh Jain <maneesh.jain@samsung.com>
2016-06-09Disable wispr featureSeonah Moon1-2/+2
Change-Id: I5d300a81d008af74487114767d82e11101e44c43 Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
2016-06-09Remove capability and Change from dbus to systemd for vpn servicehyunuktak8-9/+17
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-30[connman] Fixed memory leak issue.submit/tizen/20160607.090155accepted/tizen/wearable/20160607.235343accepted/tizen/tv/20160607.235409accepted/tizen/mobile/20160607.235355accepted/tizen/ivi/20160607.235418accepted/tizen/common/20160607.194721Niraj Kumar Goit1-0/+24
Added NULL check before derefrencing of pointer variable. Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com> Change-Id: If065f024fe62e72887591f54eaabf4ed70a8d2e2
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-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>