Jaehyun Kim [Mon, 17 Jul 2017 06:38:44 +0000 (15:38 +0900)]
Replaced strncpy() with g_strlcpy() in wifi-power.c
strncpy doesn’t set zero byte implicitly.
Therefore it is wrong to assume that strlen returns correct length if mac_addr larger than rand_addr.
Change-Id: I8fe4c3e44356e7dfbe311e55604447417d21289c
Milind Ramesh Murhekar [Tue, 4 Jul 2017 05:42:12 +0000 (11:12 +0530)]
Replace WPS scan to BSSID scan keywords.
Descritpion: This patch replaces the WPS scan
to BSSID scan to avoid confusion between
WPS (Wi-Fi Protected Setup) features.
Change-Id: I08080556383807782cd4d7c263c3c681d2f5e486
Signed-off-by: Milind Ramesh Murhekar <m.murhekar@samsung.com>
Milind Ramesh Murhekar [Thu, 29 Jun 2017 07:07:16 +0000 (12:37 +0530)]
Append raw ssid to specific AP scan
Decription: This patch appends the raw ssid
in bytes to specific AP scan.
Change-Id: I32a1bf81de5ea23f347cceae4eb1fee4669ec372
Signed-off-by: Milind Ramesh Murhekar <m.murhekar@samsung.com>
taesub kim [Mon, 19 Jun 2017 05:45:01 +0000 (05:45 +0000)]
Merge "Modified way of update rssi value" into tizen
taesub kim [Fri, 26 May 2017 08:29:03 +0000 (17:29 +0900)]
Modified way of update rssi value
Change-Id: I8b06ff9d4fc35a43685f7f75d3c9245d3ccca0eb
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
chleun.moon [Wed, 14 Jun 2017 04:17:52 +0000 (13:17 +0900)]
Apply chsmack for /opt/etc/resolv.conf in upgrade script
Change-Id: Idcc2cda1089ea52b4fe6815d0a456df551d55313
Signed-off-by: cheoleun <chleun.moon@samsung.com>
Maneesh Jain [Mon, 29 May 2017 09:57:27 +0000 (15:27 +0530)]
[tdls]:Added handling to support more than one app
Description: This patch uses to add the handing while more
than one application will try to call the TDLS Discovery function.
Change-Id: Ie775d6bcef1b8f695be484de1145ddf449719a1f
Signed-off-by: Maneesh Jain <maneesh.jain@samsung.com>
Maneesh Jain [Mon, 29 May 2017 08:35:48 +0000 (14:05 +0530)]
[tdls]: Block TDLS "PeerFound" event after timer expired
Change-Id: Ia6d49f1b370f4c130149405d96d2faca29732a9a
Signed-off-by: Maneesh Jain <maneesh.jain@samsung.com>
Saurav Babu [Tue, 16 May 2017 12:46:11 +0000 (18:16 +0530)]
net-config: Fix WPS sync-up issue with wpa_supplicant
Change-Id: Ia717da21de1ae1d276183e7c708ab3b8d0f87259
Signed-off-by: Saurav Babu <saurav.babu@samsung.com>
taesub kim [Mon, 8 May 2017 08:09:57 +0000 (08:09 +0000)]
Merge "[TDLSChannelSwitch method call] Use "Frequency" as uint32" into tizen
chleun.moon [Thu, 4 May 2017 07:55:11 +0000 (16:55 +0900)]
Fix svace issue (WGID-212341)
Change-Id: Id693e2c4ec8be78684ec0b414be2dc4c66953979
Signed-off-by: cheoleun <chleun.moon@samsung.com>
Nishant Chaprana [Tue, 2 May 2017 04:49:40 +0000 (10:19 +0530)]
[TDLSChannelSwitch method call] Use "Frequency" as uint32
Change-Id: I0c8d66a99541dbdfa418b393b1ab6f8e6c785986
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
Seonah Moon [Fri, 21 Apr 2017 06:28:57 +0000 (15:28 +0900)]
[WGID-200330] Replaced popen() with execv()
Change-Id: I98844b0e445413d907f2f49703540c595fb9db2d
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
taesub kim [Fri, 21 Apr 2017 05:31:38 +0000 (22:31 -0700)]
Merge "[WGID-200328, 200330, 200606] Fixed some codes for secure coding" into tizen
Seonah Moon [Tue, 18 Apr 2017 11:11:52 +0000 (20:11 +0900)]
[WGID-200328, 200330, 200606] Fixed some codes for secure coding
- Replaced sscanf() with strtol()
- Replaced popen() with execv()
Change-Id: I522835540c7834e8528bead0ab50c042b2eba1ee
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
Maneesh Jain [Wed, 19 Apr 2017 11:01:06 +0000 (16:31 +0530)]
TDLS: Implement the Channel Switch support in net-config
Change-Id: I390d3c4089deacb2b8296502545fc2812f6429a8
Signed-off-by: Maneesh Jain <maneesh.jain@samsung.com>
taesub kim [Wed, 12 Apr 2017 00:14:39 +0000 (09:14 +0900)]
Fix build error
Change-Id: Ic7b9e0b4d8a7513867a461c83a7ffac0955060cc
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
taesub kim [Tue, 11 Apr 2017 08:35:58 +0000 (01:35 -0700)]
Merge "Free vconf_get_str using free() instead of g_free()" into tizen
taesub kim [Tue, 11 Apr 2017 08:34:55 +0000 (01:34 -0700)]
Merge "Correct usage of send() system call" into tizen
taesub kim [Tue, 11 Apr 2017 08:28:19 +0000 (01:28 -0700)]
Merge "Remove unused code" into tizen
Abhishek Sansanwal [Mon, 10 Apr 2017 05:24:54 +0000 (10:54 +0530)]
Free vconf_get_str using free() instead of g_free()
Signed-off-by: Abhishek Sansanwal <abhishek.s94@samsung.com>
Change-Id: I3c55cf7d470346f0a4901826cdcfabb0d7abcafc
Seonah Moon [Mon, 10 Apr 2017 09:28:16 +0000 (18:28 +0900)]
[WGID-200168, 200169, 200171] Fixed SVACE issues
Change-Id: Ie8f43e4e974df7445609551c62ca77b7aa97624f
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
Seonah Moon [Mon, 10 Apr 2017 06:12:58 +0000 (15:12 +0900)]
Fixed bug
Change-Id: I31d7aac50cff6e960339ea7b7ed8a3d3f0f0439d
Abhishek Sansanwal [Mon, 10 Apr 2017 06:06:39 +0000 (11:36 +0530)]
Correct usage of send() system call
Description: Correct usage of send() system call,
using MSG_NOSIGNAL flag to handle SIGPIPE properly
Signed-off-by: Abhishek Sansanwal <abhishek.s94@samsung.com>
Change-Id: Idb894e5b11a0a24228e8c55a121e3678fad6d90d
Abhishek Sansanwal [Mon, 10 Apr 2017 05:40:10 +0000 (11:10 +0530)]
Remove unused code
Signed-off-by: Abhishek Sansanwal <abhishek.s94@samsung.com>
Change-Id: I6ad18e2829323e5ceb42084a37a5210682cd9143
taesub kim [Mon, 10 Apr 2017 04:36:07 +0000 (21:36 -0700)]
Merge "[net-config]:Refactor the TDLS Discovery Feature" into tizen
Maneesh Jain [Fri, 7 Apr 2017 11:25:53 +0000 (16:55 +0530)]
[net-config]:Refactor the TDLS Discovery Feature
Change-Id: Ifd7fe7b2fa1b59823bdda2d61b375d52aca378ca
Signed-off-by: Maneesh Jain <maneesh.jain@samsung.com>
Seonah Moon [Wed, 5 Apr 2017 04:19:18 +0000 (13:19 +0900)]
Fixed build error on gcc62
readdir_r() is deprecated. It should be replaced with reddir().
Change-Id: I0ec9fd2ad60c39bb0585ef617b756b0996262cd4
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
hyunuktak [Fri, 31 Mar 2017 07:28:17 +0000 (16:28 +0900)]
Fixed some svace issues
WGID : 79378, 148142, 149574, 167281
Change-Id: I639ea68254b8f0cdaf7c49f21b2cee201b9a2ff7
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
Seonah Moon [Thu, 30 Mar 2017 09:11:12 +0000 (18:11 +0900)]
Fixed bugs related with IPv6
Change-Id: I97e5fd2fc5e6acb29ad549fd4381edf8d5749488
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
chleun.moon [Mon, 27 Mar 2017 01:52:08 +0000 (10:52 +0900)]
Fix memory leak (WGID 173557, 173558)
Change-Id: Id85b0aeb35a7e9669674c7961ff889ed5967214b
Signed-off-by: cheoleun <chleun.moon@samsung.com>
taesub kim [Tue, 28 Mar 2017 01:03:08 +0000 (18:03 -0700)]
Merge "Added handling to support TDLS feature #3" into tizen
taesub kim [Thu, 23 Mar 2017 09:07:27 +0000 (18:07 +0900)]
Added handling to support TDLS feature #3
Change-Id: I74abf0dd6cc12bd515f4767021f7d311084bb919
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
Seonah Moon [Thu, 23 Mar 2017 08:29:14 +0000 (17:29 +0900)]
Revert: [TNEXT-136] Check model name for wlan driver
Change-Id: Idff0eee072bc7bad9c26b8be1a791abad493337c
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
Seonah Moon [Wed, 22 Mar 2017 06:34:49 +0000 (15:34 +0900)]
Changed the path of license by using '%license' macro
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
Change-Id: I444110e14ab273cd0dd75d09f39188928807d89d
taesub kim [Mon, 20 Mar 2017 07:22:52 +0000 (16:22 +0900)]
Added handling to support TDLS feature #2
Change-Id: I49c707ca31886b4142c8835526d7b71af3eecdae
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
taesub kim [Mon, 13 Mar 2017 08:23:05 +0000 (17:23 +0900)]
Added handling to support TDLS feature
Change-Id: I33510a7236409f28dea53177363fe6a5679e22ce
Seonah Moon [Mon, 13 Mar 2017 06:38:21 +0000 (15:38 +0900)]
Add IPv4/IPv6 signal to update IP address
Change-Id: I1d26635ec5fc1b166e2eebf40fe65972e15558fa
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
Seonah Moon [Thu, 9 Mar 2017 05:30:17 +0000 (14:30 +0900)]
Update vconf for IPv6 address
Change-Id: I933ab794c03fe7f2b59ddf81d6b36245895f4edf
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
taesub kim [Wed, 8 Mar 2017 05:14:11 +0000 (21:14 -0800)]
Merge "[net-config]: Add support of new methods related to autoscan" into tizen
taesub kim [Wed, 8 Mar 2017 05:12:17 +0000 (21:12 -0800)]
Merge "Added WPS-PBC/PIN/cancel without ssid" into tizen
Maneesh Jain [Tue, 28 Feb 2017 10:36:09 +0000 (16:06 +0530)]
[net-config]: Add support of new methods related to autoscan
1/. GetAutoscanmode Method
2/. GetAutoscan Method
Change-Id: Id66f5882484057f7e11ff2184239787522a7c073
Signed-off-by: Maneesh Jain <maneesh.jain@samsung.com>
Seonah Moon [Mon, 27 Feb 2017 08:30:50 +0000 (17:30 +0900)]
[TNEXT-136] Check model name for wlan driver
Change-Id: Ie904d7ba80bf8f2dfe4952b80b18c07a565b4d3e
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
taesub kim [Thu, 23 Feb 2017 01:06:52 +0000 (10:06 +0900)]
Added WPS-PBC/PIN/cancel without ssid
Change-Id: I5c2a4fc6449811edb9918c214c8cefdaee139397
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
taesub kim [Wed, 22 Feb 2017 04:42:51 +0000 (13:42 +0900)]
Added background scan start after ssid scan complete
Change-Id: Ifed1073d04c94e453bed1d58d1443d5b6fa78c52
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
taesub kim [Mon, 20 Feb 2017 07:37:32 +0000 (16:37 +0900)]
Modified restart option in service file
Change-Id: I1de853912b85213536051b14d295e8c63960264f
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
taesub kim [Thu, 16 Feb 2017 03:34:21 +0000 (12:34 +0900)]
[TSAM-12832] Empty IP and proxy string on emulator
Change-Id: I050662bbcd859f70393631838009fcc705ef89fe
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
taesub kim [Mon, 13 Feb 2017 07:46:57 +0000 (16:46 +0900)]
Fixed memory leak
Change-Id: Id584d7a261caabe63a353fd3446d992fbe55170c
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
Seonah Moon [Tue, 7 Feb 2017 12:19:25 +0000 (21:19 +0900)]
Fixed build error for 64bit
Change-Id: Icc39f5be71e8f43f093eff3b383ece00c32d21f6
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
Jaehyun Kim [Mon, 6 Feb 2017 12:56:51 +0000 (21:56 +0900)]
Remove UI Dependency for headless devices
It is recommended to separate the UI-related parts into separate packages.
So I created a sub-package and moved all the UI-related parts.
Change-Id: Ic56f364dfa75af915f6ec79aa3860c9e87eb00ec
cheoleun moon [Thu, 26 Jan 2017 04:21:37 +0000 (20:21 -0800)]
Merge "Remove Profile Build Dependency: Do it at runtime" into tizen
chleun.moon [Thu, 29 Dec 2016 09:02:16 +0000 (18:02 +0900)]
Change path of resolv.conf from /etc to /opt/etc and make symbolic link between them
Change-Id: I66027a3c57cafb1aa9e114be6070d4465afcb8e9
Signed-off-by: cheoleun <chleun.moon@samsung.com>
cheoleun moon [Wed, 4 Jan 2017 07:47:34 +0000 (23:47 -0800)]
Merge "Add a file path to check mac address #2" into tizen
MyungJoo Ham [Thu, 17 Nov 2016 05:44:57 +0000 (14:44 +0900)]
Remove Profile Build Dependency: Do it at runtime
- 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.
- When SR-ing this commit, maintainers need to create JIRA-TRE issue of
Add net-config-profile_tv for TV profile
patchset5: code style update
Change-Id: I8641e53861df320698a6fba0dca1dd0ebcffeaa6
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
taesub kim [Wed, 28 Dec 2016 02:27:15 +0000 (11:27 +0900)]
Removed unused netconfig_wifi_on/off function
Change-Id: I17d5db001686824bd27e51e3435ee667883e37f2
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
taesub kim [Tue, 27 Dec 2016 23:40:28 +0000 (08:40 +0900)]
Add a file path to check mac address #2
Change-Id: Ifea793e5bc2433e973de4e4dbc31bfca87b2ace6
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
cheoleun moon [Wed, 21 Dec 2016 01:14:41 +0000 (17:14 -0800)]
Merge "Modified netconfig_is_wifi_tethering_on function for softap" into tizen
Yu Jiung [Tue, 20 Dec 2016 01:35:53 +0000 (10:35 +0900)]
Fix compile error which is specific for GCC 6.2
Change-Id: I9b2c46227d29c494b2cd8b43a879cedd7df34c07
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
cheoleun moon [Tue, 20 Dec 2016 01:31:39 +0000 (17:31 -0800)]
Revert "Fix compile error which is specific for GCC 6.2"
This reverts commit
c464c2fbfc7a28dd44a0ae6ff7f1732c7b7d3f01.
Change-Id: I0ef1c793851c1d13f37b922d489c1fc898008c55
Yu Jiung [Mon, 19 Dec 2016 11:11:25 +0000 (20:11 +0900)]
Fix compile error which is specific for GCC 6.2
Change-Id: I3a698d42051c8736367a3e659cf71fd8a0d811f8
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
taesub kim [Mon, 19 Dec 2016 12:16:07 +0000 (21:16 +0900)]
Modified netconfig_is_wifi_tethering_on function for softap
Change-Id: I95a0d8e39512eeedc083127c1cfaa69c006bf0a1
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
Jaehyun Kim [Thu, 8 Dec 2016 09:43:04 +0000 (01:43 -0800)]
Merge "Fix a svace for memory leak" into tizen
Jaehyun Kim [Thu, 8 Dec 2016 09:42:11 +0000 (01:42 -0800)]
Merge "Add a file path to check mac address" into tizen
taesub kim [Wed, 7 Dec 2016 02:37:40 +0000 (11:37 +0900)]
Fix a svace for memory leak
Change-Id: I11ee52cf8d380880d3eb5e456a9f6cd4d536618a
igned-off-by: Taesub Kim <taesub.kim@samsung.com>
Jaehyun Kim [Thu, 1 Dec 2016 07:04:49 +0000 (16:04 +0900)]
Fix build error for common 64bit Emulator
Change-Id: I56067d7730c624cfa33827c163bafae3bc67b580
hyunuktak [Mon, 5 Dec 2016 08:38:18 +0000 (17:38 +0900)]
Renamed update script file
Change-Id: I465653052c2328ddcc8a8bf8fdebfcb281097d74
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
hyunuktak [Mon, 5 Dec 2016 07:49:14 +0000 (16:49 +0900)]
Add a file path to check mac address
Fix build error for common 64bit Emulator
Fix a svace for memory leak
Change-Id: I7f63817d5bc6492e514dd6bfd81b8709f5a75727
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
cheoleun moon [Wed, 16 Nov 2016 01:51:10 +0000 (17:51 -0800)]
Revert "Change attribute for daemon and set uid/gid into service"
This reverts commit
9bb3678d0885d6766adbff4ea7c7bd38c6283817.
Change-Id: Id2b191c3924f83247f49d541b26a51fef9f137b6
chleun.moon [Mon, 14 Nov 2016 01:04:19 +0000 (10:04 +0900)]
Merge from tizen_3.0
Change attribute for daemon and set uid/gid into service
Added ntp enable feature when profile is ivi
Modified to get security info for ssid scan
Fixed coding rule issues
Change-Id: I16d5c2679626644399f715ece0264fef41321664
Signed-off-by: cheoleun <chleun.moon@samsung.com>
Milind Murhekar [Thu, 10 Nov 2016 14:17:43 +0000 (19:47 +0530)]
[TSAM-9221] Fixed Issue for multiple network connected popup's
Change-Id: I0ea09f6e1a5ad5594ac2b9da6b8cff1f25571a54
Signed-off-by: cheoleun <chleun.moon@samsung.com>
Milind Murhekar [Thu, 10 Nov 2016 14:17:43 +0000 (19:47 +0530)]
[TSAM-9221] Fixed Issue for multiple network connected popup's
Description: This patch fixes the issue related to
multiple popups shown when ready signal is recieved
by net-config.
There is a timer set for 3sec to consume all the ready signals
to avoid multiple popups in the display.
Change-Id: I7bb336d8626ea83088930cb85058a8ba240cc465
Signed-off-by: Milind Murhekar <m.murhekar@samsung.com>
cheoleun moon [Thu, 10 Nov 2016 00:37:25 +0000 (16:37 -0800)]
Merge "Modified to get security info for ssid scan" into tizen_3.0
hyunuktak [Tue, 8 Nov 2016 11:06:43 +0000 (20:06 +0900)]
Modified to get security info for ssid scan
Change-Id: I0e2200ba77d8497eb3645ecd288cacf9db251828
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
hyunuktak [Wed, 9 Nov 2016 07:46:06 +0000 (16:46 +0900)]
Added ntp enable feature when profile is ivi
Change-Id: I64f155a0337f1696a3e8ddef3f3ad0bb2309231d
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
hyunuktak [Mon, 7 Nov 2016 06:11:36 +0000 (15:11 +0900)]
Fixed coding rule issues
Change-Id: Ia4380b3fcc89e1f332f45ebfa809356f7975029c
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
hyunuktak [Wed, 5 Oct 2016 02:50:02 +0000 (11:50 +0900)]
Remove useless pre-start net-config.service file
Change-Id: I94c1050191a0f7b5f8926e48268750a2528a83aa
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
cheoleun moon [Wed, 28 Sep 2016 05:28:18 +0000 (22:28 -0700)]
Merge "[net-config] Don't emit WiFiConnectFail signal when DBUS timed out" into tizen
Seonah Moon [Wed, 7 Sep 2016 09:38:58 +0000 (18:38 +0900)]
Add setup methods to enable vpn-service
- Update settings (local ip, remote ip, mtu)
- Add/Remove route
- Add/Remove dns server
Change-Id: I3807033fa1cc520f7e207bc1dd4ab58cefcea74b
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
Saurav Babu [Mon, 26 Sep 2016 11:28:26 +0000 (16:58 +0530)]
[net-config] Don't emit WiFiConnectFail signal when DBUS timed out
Current Asynchronous DBUS timeout value in net-config is 15secs. It is
very less time to notify Application about WiFiConnectFail. So when DBUS
timeout occurs then don't emit WiFiConnectFail signal. ConnMan will
notify about WiFi Connection failure with proper reason later.
Change-Id: I78e9a66be5181127c095eca06c2c86feb6adb536
Signed-off-by: Saurav Babu <saurav.babu@samsung.com>
taesub.kim [Thu, 22 Sep 2016 04:48:04 +0000 (13:48 +0900)]
Reset scanning status to FALSE if scan request fails.
Previous normal scan request status not reseted after request
failed, this blocks specific scan request &
Reset scanning status if scan request fails.
Change-Id: I6b780ff446c3a27f138ae3a12ec845620452ef73
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
taesub.kim [Wed, 21 Sep 2016 02:11:16 +0000 (11:11 +0900)]
Modified the wifi_ssid_scan routine for sefmentation fault issue
Change-Id: Ide59359a01b32f89303fd9555f3874c7dcceb0d1
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
Saurav Babu [Fri, 16 Sep 2016 06:12:45 +0000 (11:42 +0530)]
[net-config] Fixed stopping of mdnsd when dns-sd application terminates abruptly
This patch accepts unique dbus name in handle_launch_mdns() and registers
NameOwnerChanged() signal for all the unique dbus name. Whenever
application terminates abruptly or deinitializes then dbus connection is
closed and net-config receives NameOwnerChanged signal corresponding to
that application and decreases ref count of mdnsd daemon. When ref count
drops to 0 then mdnsd is stopped.
Change-Id: I0d0d5c683ab6ae7b346bec43f70f031a8afee7cf
Signed-off-by: Saurav Babu <saurav.babu@samsung.com>
Saurav Babu [Mon, 12 Sep 2016 11:19:40 +0000 (16:49 +0530)]
[net-config] Properly set valid ethernet MAC address for TV Profile
When valid MAC address was set rand_addr contained garbage values and
net-config failed to set MAC address for ethernet
Change-Id: I8555756755a59890973a702677167ac7a5263ff8
Signed-off-by: Saurav Babu <saurav.babu@samsung.com>
Saurav Babu [Mon, 12 Sep 2016 10:44:09 +0000 (16:14 +0530)]
[net-config] Remove clatd support
Tizen 3.0 doesn't support clatd, so remove clatd support from net-config
Change-Id: Ib65e1731c86c51770752e98da01dae3bd435189a
Signed-off-by: Saurav Babu <saurav.babu@samsung.com>
hyunuktak [Mon, 12 Sep 2016 06:46:25 +0000 (15:46 +0900)]
Check whether csc area exists or not
Change-Id: Iaed462ae9282e60ad5ff76bb16758a6627d0ef6e
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
Seonah Moon [Tue, 6 Sep 2016 02:46:38 +0000 (11:46 +0900)]
Modified upgrade script to remove unused log directory
Change-Id: I64f03a210f2bb558156b4bc87118d15f019396ea
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
hyunuktak [Thu, 1 Sep 2016 10:06:26 +0000 (19:06 +0900)]
Fix the bracket properly
Change-Id: I001c6e3069f10e668840e401c7b09d09b2b97597
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
hyunuktak [Mon, 29 Aug 2016 04:46:43 +0000 (13:46 +0900)]
Add script file for OS upgrade
remove power save feature
Change-Id: I90a7ee246aa3eb0f6012a9d98585c827441ee2fc
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
Jaehyun Kim [Fri, 19 Aug 2016 10:38:14 +0000 (19:38 +0900)]
Move log file to /var/log
Change-Id: Ief88f1d1090b738719a261be920a1cfafd042839
taesubkim [Tue, 9 Aug 2016 02:08:51 +0000 (11:08 +0900)]
Removed dump log
Change-Id: Id578f8485054790215746de1807b4891979684ea
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
chleun.moon [Fri, 5 Aug 2016 04:28:16 +0000 (21:28 -0700)]
Merge "Revised to reduce the launch delay of mdnsresponder" into tizen
cheoleun moon [Fri, 5 Aug 2016 04:27:35 +0000 (21:27 -0700)]
Merge "Fix SVace issue WGID 140308" into tizen
cheoleun moon [Fri, 5 Aug 2016 04:26:47 +0000 (21:26 -0700)]
Merge "Added to save more eap configuration" into tizen
hyunuktak [Thu, 4 Aug 2016 01:00:23 +0000 (10:00 +0900)]
Added to save more eap configuration
Added some logs
Fixed crash issue when loaded eap configuration for double free
Change-Id: Iadaa8c2776d384de8ab4f47158a9b449cb11f15c
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
chleun.moon [Mon, 1 Aug 2016 07:55:33 +0000 (16:55 +0900)]
Revised to reduce the launch delay of mdnsresponder
Change-Id: I8102fe53ffab4a777a6885380818bf35fb42644c
Signed-off-by: cheoleun <chleun.moon@samsung.com>
Yu Jiung [Fri, 29 Jul 2016 08:23:22 +0000 (17:23 +0900)]
Fix SVace issue WGID 140308
Change-Id: I77ca420a6927312f205a08938c86208151f5fbe6
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
taesubkim [Mon, 25 Jul 2016 08:13:06 +0000 (17:13 +0900)]
Modified the dbus error handling for technology reply
Change-Id: Ie2f94985396d287b77a11ac3d2af8ceeae7bb4f5
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
taesub kim [Thu, 21 Jul 2016 23:13:24 +0000 (16:13 -0700)]
Merge "[net-config] Replace deprecated method Service.GetProperties() with Manager.GetServices()" into tizen
chleun.moon [Thu, 21 Jul 2016 02:20:36 +0000 (19:20 -0700)]
Merge "Fixed to launch mdnsresponder" into tizen
jooseong lee [Wed, 20 Jul 2016 11:42:28 +0000 (20:42 +0900)]
Set the SMACK security label to run given executable file in systemd services
Change-Id: I0b019cec8bb2709b686be8343e9757a06c1ae61a
Signed-off-by: jooseong lee <jooseong.lee@samsung.com>