summaryrefslogtreecommitdiff
path: root/packaging
AgeCommit message (Collapse)AuthorFilesLines
2019-10-07Remove unwanted NULL check for service in append_properties()Nishant Chaprana1-1/+1
Description: The service will be always allocated when append_properties() is called, so this NULL check is not required. This NULL check generates SVACE warning which is actually a FALSE alarm. Change-Id: I9b3a15529f6614cb375b8fb7ec656a3c44eeb180 Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
2019-10-07[Fix] Dereference after free in sta_remove_callback()Nishant Chaprana1-1/+1
Change-Id: I0e3e98f588ea186c514090a86a1a5a9d78e10420 Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
2019-09-18Imported Upstream version 1.37submit/tizen/20190920.082459Nishant Chaprana1-3/+5
Change-Id: Idb47c1ddbedc9f97181b8e9a5eeac04ddd832a2c Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
2019-09-06Emit Service PropertyChanged when ConnectReason and DisconnectionRequested ↵Nishant Chaprana1-1/+1
changes Description: The properties perform below tasks:- 1. ConnectReason: To identify whether connection was an autoconnection or user initiated. 2. DisconnectionRequested: To identify whether disconnection was user initiated or not. Change-Id: I2ba4fc4637673571745517cdc33fc3a6d6367953 Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
2019-05-22Fixed build issue when built with --enable-tizen-ext-wifi-mesh optionsubmit/tizen/20190604.083831accepted/tizen/unified/20190605.215650Nishant Chaprana1-0/+1
Below error comes when compiled with --enable-tizen-ext-wifi-mesh option:- [ 168s] src/mesh-netlink.c:29:31: fatal error: netlink/genl/genl.h: No such file or directory [ 168s] #include <netlink/genl/genl.h> [ 168s] ^ [ 168s] compilation terminated. [ 168s] Makefile:4430: recipe for target 'src/src_connmand-mesh-netlink.o' failed [ 168s] make[1]: *** [src/src_connmand-mesh-netlink.o] Error 1 [ 168s] make[1]: *** Waiting for unfinished jobs.... [ 168s] CC gweb/vpn_connman_vpnd-gionotls.o [ 169s] Makefile:1815: recipe for target 'all' failed [ 169s] make: *** [all] Error 2 Change-Id: Ib62a65cc0dbecca86a6ae9d67bfae880fcb30bbd Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
2019-05-01Use libnl-3.0 in place of libnl-2.0submit/tizen/20190520.082357submit/tizen/20190520.082305Nishant Chaprana1-2/+2
Change-Id: Ic654296e6494b587d7aaf1f888715b59ddee1bf4 Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
2019-02-18Fix the dangling pointer(network) inside autosignalpoll_timeout().submit/tizen/20190218.125443accepted/tizen/unified/20190219.154224Lokesh1-1/+1
Change-Id: I47d74342b861db29c2b36094539a84b73dce7e55 Signed-off-by: Lokesh <l.kasana@samsung.com>
2018-10-04[CONNMAN][Change AP's max speed logic]Mayank Haarit1-1/+1
This patch changes the internal logic of getting max speed from connected AP. Change-Id: I7191a09f1d974f1158ce9440cfa6924feca61340 Signed-off-by: Mayank Haarit <mayank.h@samsung.com>
2018-09-14Disable the changed default connection policysubmit/tizen/20180914.105222accepted/tizen/unified/20180917.041307Jaehyun Kim1-1/+0
Change-Id: I56071afe5fe303a977b791807089ec8c3786ceef Signed-off-by: Jaehyun Kim <jeik01.kim@samsung.com>
2018-09-14Merge "Online Check: Change default connection policy" into tizenJaehyun Kim1-0/+1
2018-09-10Modified dbus config file permissionsubmit/tizen/20180911.020851accepted/tizen/unified/20180911.055444Jaehyun Kim1-2/+2
Change-Id: I4d1a8560399fcfd726271682f6f26d68b1408bf5 Signed-off-by: Jaehyun Kim <jeik01.kim@samsung.com>
2018-09-04Merge "Modified file permission" into tizensubmit/tizen/20180910.020630submit/tizen/20180904.035932taesub.kim1-1/+1
2018-08-31[Wi-Fi Mesh] Added dbus privilege for method callssubmit/tizen/20180904.001520submit/tizen/20180903.045143Nishant Chaprana1-1/+1
Change-Id: I2f6b6233ac682959abd1221a61aaeffa5bdfdd63 Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
2018-08-31Online Check: Change default connection policySaurav Babu1-0/+1
1. Modified the priority of default connection 2. Disconnect the cellular when wifi state is online 3. Added a dbus-api for downgrading the wifi state to ready 4. Modified the connman_service_get_default_connection() Change-Id: Ie062d86479a9bc80919ba7d0c168028f61a9c7be Signed-off-by: Saurav Babu <saurav.babu@samsung.com>
2018-08-28Modified file permissiontaesub.kim1-1/+1
Change-Id: I519f531250371b30b3bc882046ac9dbc739a7836 Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
2018-08-24[connman] Added Tizen Wi-Fi Meshsubmit/tizen/20180824.072908Nishant Chaprana1-11/+10
Change-Id: Iec2ec99fb7d4fc6d9c0539e5a9e7c903e1969580 Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
2018-08-16[Fix][icmpv6_recv] No need to free data using xs_cleanup(), data is already ↵Nishant Chaprana1-1/+1
freed in icmpv6_event() Change-Id: I19b028f5a93f7a4efbcf6e7c92113c363d7bb534 Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
2018-01-23Updated connman to version 1.35Seonah Moon1-1/+1
Change-Id: I13526fbf80296a79be15548fc226a308941ac9ec Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
2018-01-03Add new rpm with disalbled-ethernetsubmit/tizen/20180103.084951accepted/tizen/unified/20180104.064645taesub kim1-1/+17
Change-Id: Ib5b1b2a166d26180f75793f03d8770ef37cc1329
2017-12-28Make WiFi passphrase enc/dec routine async to prevent mutual synchronous ↵submit/tizen/20171229.034008accepted/tizen/unified/20171229.070248Jaehyun Kim1-1/+1
call to net-config Change-Id: Ic7795b430e92b7ee81d4c65b39ef1aa914fccc1a Signed-off-by: Jaehyun Kim <jeik01.kim@samsung.com>
2017-11-22Remove openssl function to solve license conflictJiung1-3/+1
Change-Id: Ib902eed40c45365da17f64bf8b6ea504725ff478 Signed-off-by: Yu jiung <jiung.yu@samsung.com>
2017-11-15Added security-config requiressubmit/tizen/20171115.020156accepted/tizen/unified/20171115.174025taesub kim1-0/+1
Change-Id: I8ba6647c8e53d5ade90addd35c47628a89c3f5f0 Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
2017-10-16Fixed handle leak while returning error from specific_scan()Nishant Chaprana1-1/+1
Change-Id: I2fec8c8788de21619d48b8955c7e8312bf92c491 Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
2017-10-10Added RW upgrade scripttaesub kim1-0/+8
Change-Id: I2208cf0923a66c78551ac2eb13933735afe33604 Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
2017-09-06Merge "Remove gnutls dependency from connman" into tizensubmit/tizen/20170906.091754accepted/tizen/unified/20170907.060402taesub kim1-3/+0
2017-09-06Remove not supported update scriptSunmin Lee1-8/+0
RW update script for Tizen 2.4 (to 3.0) is not necessary in Tizen 4.0. (Tizen 4.0 does not support upgrade from Tizen 2.4) Remove this file in terms of clearing the redundancy. Change-Id: I0ce9b8ccb0d9a0720bbe7588f97da7fe8b0ce522
2017-09-05Remove gnutls dependency from connmanSaurav Babu1-3/+0
gnutls dependency is only required when wispr is enabled. Currently connman is build with flag --disable-wispr so gnutls is not required. This patch removes gnutls dependency from spec file. We'll find alternative for gnutls later and add that together with patches related to captive portal Change-Id: I23491ec67c365b4bc89c6231cc0a581431208f5a Signed-off-by: Saurav Babu <saurav.babu@samsung.com>
2017-09-05Change file owner and groupchleun.moon1-13/+13
Change-Id: I4366e1bf8e72b481becb0c16256e7a708924c7c3 Signed-off-by: cheoleun <chleun.moon@samsung.com>
2017-07-26Fix build error (aarch64)submit/tizen_4.0_unified/20170814.115522submit/tizen_4.0/20170814.115522submit/tizen_4.0/20170811.094300submit/tizen/20170726.002354accepted/tizen/unified/20170728.195043accepted/tizen/4.0/unified/20170816.014829accepted/tizen/4.0/unified/20170816.011618chleun.moon1-2/+1
Change-Id: Ia4bb6ae4d712e33933b79e1df284a06c3922befa Signed-off-by: cheoleun <chleun.moon@samsung.com>
2017-07-25Remove unnecessary service fileSeonah Moon1-24/+3
Change-Id: I5253fda2f7eddc377bbd6f38dc81934ce7f035df
2017-07-20Migrate root daemon to non rootsubmit/tizen/20170724.063335taesub kim1-24/+46
Change-Id: I0d0afacc8a11fadc8128f6eef3f64f7a4ca8675b Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
2017-06-02Add child SA up/down event and terminate commandJiung Yu1-1/+1
Change-Id: I4616b3148782cfc3b0ebf0a2f2826d84c67c2bf3 Signed-off-by: Yu jiung <jiung.yu@samsung.com>
2017-04-27Fix issues reported by a static analyzersubmit/tizen/20170427.090631accepted/tizen/unified/20170428.032833Jiung Yu1-1/+1
Change-Id: Ia57fc4f8b8b2740728d6df2972463f66a48b7b67 Signed-off-by: Yu jiung <jiung.yu@samsung.com>
2017-04-20Merge branch 'ipsec' into tizenchleun.moon1-0/+28
Change-Id: I2ecaece689f43bb0c03c9c5929274bfe43e346b0 Signed-off-by: cheoleun <chleun.moon@samsung.com>
2017-04-13Add processing request & response vici message with socketipsecYu Jiung1-0/+3
Change-Id: I06ff60de06fde1ac8f484b1eecf49afed6d02542 Signed-off-by: Yu jiung <jiung.yu@samsung.com>
2017-03-28Added license file to all of rpmssubmit/tizen/20170328.111440accepted/tizen/wearable/20170329.034856accepted/tizen/unified/20170329.034935accepted/tizen/tv/20170329.034848accepted/tizen/mobile/20170329.034836accepted/tizen/ivi/20170329.034910accepted/tizen/common/20170329.171926Seonah Moon1-0/+6
Change-Id: If430d988dba90c1080ceec280e2a31dd15d96312
2017-03-22Changed the path of license by using '%license' macroSeonah Moon1-5/+1
Change-Id: I009433c56b7c9e12223d31d8dfe3587e9fdd03eb Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
2017-03-08[connman] Add IPv6 gateway address after service IP bound.submit/tizen_unified/20170310.011402submit/tizen/20170308.045955accepted/tizen/wearable/20170308.121234accepted/tizen/unified/20170310.080648accepted/tizen/tv/20170308.121225accepted/tizen/mobile/20170308.121214accepted/tizen/ivi/20170308.121241accepted/tizen/common/20170309.175139Niraj Kumar Goit1-1/+1
Add IPv6 gateway address after service IP bound to fix state flow issue. Change-Id: Ia30a834f52c7d849ee54305d0d370f629fc506bb Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
2017-03-02Add code to parse section struct into vici requestYu Jiung1-2/+2
Change-Id: If19978b75ab53c43a641a5e51bb0ef6a2adaa545 Signed-off-by: Yu jiung <jiung.yu@samsung.com>
2017-02-24Add ipsec pluginchleun.moon1-0/+25
Change-Id: Iafe144233e8dd8bc066e00340a5853e4e16d925a Signed-off-by: cheoleun <chleun.moon@samsung.com>
2017-01-25Remove Profile Build Dependency (2/2): tv/ivi extensionsubmit/tizen/20170207.045631accepted/tizen/wearable/20170207.092042accepted/tizen/tv/20170207.092028accepted/tizen/mobile/20170207.092014accepted/tizen/ivi/20170207.092054accepted/tizen/common/20170207.062009MyungJoo Ham1-13/+40
- This is for Tizen 4.0. : Tizen 4.0 Configurability and Build Blocks require to remove all profile-depending build options in spec files. (No More profile macros) - Maintainers need to create JIRA-TRE issue when SR-ing this: - Add connman-profile_tv for tv profile - Add connman-profile_ivi for ivi profile Change-Id: Ic2c6022b389444fd26c7f9ee20290f50b38b5434 Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
2017-01-25Remove Profile Build Dependency (1/2): do it at runtimeMyungJoo Ham1-3/+0
- This is for Tizen 4.0. : Tizen 4.0 Configurability and Build Blocks require to remove all profile-depending build options in spec files. (No More profile macros) - It is recommended to distinguish features/profiles at runtime. unless it incurs too much overhead, which requires you to create multiple binaries and subpackages. - Now it reads if it is TV based on the /etc/ conf file. Change-Id: Id9d2f6e9db7814ab06f5d166ef2299a1a8aacb51 Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
2017-01-17Fix service file for TV profile referring to mobile onesubmit/tizen/20170117.105810accepted/tizen/wearable/20170117.231624accepted/tizen/tv/20170117.231609accepted/tizen/mobile/20170117.231552accepted/tizen/ivi/20170117.231642accepted/tizen/common/20170117.175057Yu Jiung1-1/+1
Change-Id: I683d96bef1b08acdd42bddf6eeedc659baad5d01 Signed-off-by: Yu jiung <jiung.yu@samsung.com>
2016-12-15[connman]:Fixed Double Scan Indication EventManeesh Jain1-1/+1
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: I24803bd7377e3c682a33b0be653c36c65d30186e Signed-off-by: Maneesh Jain <maneesh.jain@samsung.com>
2016-12-09Renamed upgrade script file namesubmit/tizen/20161209.120602accepted/tizen/wearable/20161212.025526accepted/tizen/tv/20161212.025522accepted/tizen/mobile/20161212.025515accepted/tizen/ivi/20161212.025530accepted/tizen/common/20161210.162036hyunuktak1-2/+3
Change-Id: Id143c354d3ca8240da608aae2bcb07957b856dde Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
2016-12-07Fix build error for common 64bit Emulatortaesub kim1-0/+4
Change-Id: I6d6c8e40fa78509599c5fcdf557705e41c138ff4 Signed-off-by: Taesub Kim <taesub.kim@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 moon1-3/+3
This reverts commit 04bfa23db4a121adcd17c35bb1d9378cebc66b51. Change-Id: I1af9c34aed1496757f20cf1dc0411afc744bc990
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.171550hyunuktak1-3/+3
Change-Id: I7c89d697792aff2521a31d1772e696c19313fc44 Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
2016-10-10Spec: Add eth0 device as NetworkInterfaceBlacklist in ivi profile.Sangjung Woo1-0/+5
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-09-29[connman]: Fixed Scan IssueManeesh Jain1-1/+1
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>