platform/core/security/suspicious-activity-monitor.git
7 years agoRefactoring: Some classes renamed to conform to the coding style, Test reports genera...
Lomtev Dmytro [Fri, 14 Jul 2017 10:52:56 +0000 (13:52 +0300)]
Refactoring: Some classes renamed to conform to the coding style, Test reports generation moved from main_thread.cpp to the separate file.

7 years agoFixed: nmdaemon now will restar after unowning. Fixed: nmdaemon crash on shutdown...
Lomtev Dmytro [Fri, 14 Jul 2017 10:05:49 +0000 (13:05 +0300)]
Fixed: nmdaemon now will restar after unowning. Fixed: nmdaemon crash on shutdown. Minor refactor.

7 years agoFix primitive nmdaemon crashed after unowning.
Lomtev Dmytro [Fri, 14 Jul 2017 07:52:07 +0000 (10:52 +0300)]
Fix primitive nmdaemon crashed after unowning.

7 years agoUnowning of standard devices and hub added.
Lomtev Dmytro [Thu, 13 Jul 2017 13:42:59 +0000 (16:42 +0300)]
Unowning of standard devices and hub added.

7 years agoREST API for getting auth code implemented.
Lomtev Dmytro [Tue, 11 Jul 2017 13:24:29 +0000 (16:24 +0300)]
REST API for getting auth code implemented.

7 years agoPolicy migrated to MQ fixed.
Lomtev Dmytro [Mon, 10 Jul 2017 12:59:26 +0000 (15:59 +0300)]
Policy migrated to MQ fixed.

7 years agoAdd MQ report routine to server
Mykhailo Kotsiuruba [Mon, 10 Jul 2017 12:14:44 +0000 (15:14 +0300)]
Add MQ report routine to server

7 years agoMqHandler fix nullptr
Mykhailo Kotsiuruba [Mon, 10 Jul 2017 10:02:56 +0000 (13:02 +0300)]
MqHandler fix nullptr

7 years agoPolicy migration to Message Queue
Andrey Zabolotnyi [Fri, 7 Jul 2017 13:16:05 +0000 (16:16 +0300)]
Policy migration to Message Queue

7 years agoPolicy migration to Message Queue
Andrey Zabolotnyi [Fri, 7 Jul 2017 13:16:05 +0000 (16:16 +0300)]
Policy migration to Message Queue

7 years agoReports migration to Message Queue
Mykhailo Kotsiuruba [Fri, 7 Jul 2017 10:29:57 +0000 (13:29 +0300)]
Reports migration to Message Queue

7 years agoChanged notification logic to mq
Andriy Gudz [Fri, 7 Jul 2017 09:46:41 +0000 (12:46 +0300)]
Changed notification logic to mq

7 years agoIOT_Resource renamed to NetworkManager::IotResource and refactored.
Lomtev Dmytro [Fri, 7 Jul 2017 07:06:29 +0000 (10:06 +0300)]
IOT_Resource renamed to NetworkManager::IotResource and refactored.

7 years agoRefactoring
Mykhailo Kotsiuruba [Thu, 6 Jul 2017 15:09:58 +0000 (18:09 +0300)]
Refactoring

7 years agoCommented code removed.
Lomtev Dmytro [Thu, 6 Jul 2017 13:11:35 +0000 (16:11 +0300)]
Commented code removed.

7 years agoFixed: resources searched againt when connection lost and reestablished.
Lomtev Dmytro [Thu, 6 Jul 2017 12:15:33 +0000 (15:15 +0300)]
Fixed: resources searched againt when connection lost and reestablished.

7 years agoRedundant logging removed. Reset hub resource on communication fail.
Lomtev Dmytro [Thu, 6 Jul 2017 05:28:04 +0000 (08:28 +0300)]
Redundant logging removed. Reset hub resource on communication fail.

7 years agoFixed post callback handling in MqHandler
Andriy Gudz [Thu, 6 Jul 2017 11:47:48 +0000 (14:47 +0300)]
Fixed post callback handling in MqHandler

7 years agoRemoved root resource from internal logic of MqHandler
Andriy Gudz [Thu, 6 Jul 2017 08:11:21 +0000 (11:11 +0300)]
Removed root resource from internal logic of MqHandler

7 years agoAdded unsubscribe method MqHandler. Added cache for subscirbe method. Updated test...
Andriy Gudz [Thu, 6 Jul 2017 07:19:50 +0000 (10:19 +0300)]
Added unsubscribe method MqHandler. Added cache for subscirbe method. Updated test for MqHandler.

7 years agoMerge pull request #11 from RS7-SECIOTSRK/netagent
Dmytro Lomtev/SRK-Platform Security SWC Part/./삼성전자 [Thu, 6 Jul 2017 05:58:46 +0000 (08:58 +0300)]
Merge pull request #11 from RS7-SECIOTSRK/netagent

Hub

7 years ago[SECIOTSRK-199] Added first implementation of mqhandler and test for it
Andriy Gudz [Wed, 5 Jul 2017 20:25:39 +0000 (23:25 +0300)]
[SECIOTSRK-199] Added first implementation of mqhandler and test for it

7 years agoAdded MqCreateTopicCallback that will be used in mqhandler
Andriy Gudz [Wed, 5 Jul 2017 20:23:51 +0000 (23:23 +0300)]
Added MqCreateTopicCallback that will be used in mqhandler

7 years agoChanged ssh_deploy.sh to deploy different versions of nmdaemon
Andriy Gudz [Wed, 5 Jul 2017 17:08:10 +0000 (20:08 +0300)]
Changed ssh_deploy.sh to deploy different versions of nmdaemon

7 years agoChanged build/deploy scripts to generate different packages for hub/primitive devices
Andriy Gudz [Wed, 5 Jul 2017 16:18:04 +0000 (19:18 +0300)]
Changed build/deploy scripts to generate different packages for hub/primitive devices

7 years agoFix nmdaemon rmi service started in wrong thread.
Lomtev Dmytro [Wed, 5 Jul 2017 10:06:07 +0000 (13:06 +0300)]
Fix nmdaemon rmi service started in wrong thread.

7 years agoRename "usb-storage" policy to "usb". Remove unnecessary code
Andrey Zabolotnyi [Wed, 5 Jul 2017 08:57:22 +0000 (11:57 +0300)]
Rename "usb-storage" policy to "usb". Remove unnecessary code

7 years agoFixed policy proxy. Removed redundant #include directives.
Lomtev Dmytro [Wed, 5 Jul 2017 08:37:12 +0000 (11:37 +0300)]
Fixed policy proxy. Removed redundant #include directives.

7 years agoImplements WiFi and USB-storage restrictions in the DPM
Andrey Zabolotnyi [Wed, 5 Jul 2017 05:51:34 +0000 (08:51 +0300)]
Implements WiFi and USB-storage restrictions in the DPM
Create the mapper of DPM API
Add WiFi menu item to the agent
Modify agent's scripts (add Tizen 4.0 support)

7 years agoIOT_DevFinder class removed (unused code).
Lomtev Dmytro [Tue, 4 Jul 2017 10:40:49 +0000 (13:40 +0300)]
IOT_DevFinder class removed (unused code).

7 years agoIOT_Resource.* was moved to iotivity_lib/ directory. IoT directory removed. Build...
Lomtev Dmytro [Tue, 4 Jul 2017 10:37:01 +0000 (13:37 +0300)]
IOT_Resource.* was moved to iotivity_lib/ directory. IoT directory removed. Build scripts fixed.

7 years agoIOT_ReportResource was removed. (Unused code)
Lomtev Dmytro [Tue, 4 Jul 2017 10:22:33 +0000 (13:22 +0300)]
IOT_ReportResource was removed. (Unused code)

7 years agoIOT_PrimitiveResource renamed to ControlResource and moved to NMD namespace.
Lomtev Dmytro [Tue, 4 Jul 2017 07:54:20 +0000 (10:54 +0300)]
IOT_PrimitiveResource renamed to ControlResource and moved to NMD namespace.

7 years agoIOT_HubResource renamed to HubResource and moved to NMD namespace.
Lomtev Dmytro [Tue, 4 Jul 2017 07:44:43 +0000 (10:44 +0300)]
IOT_HubResource renamed to HubResource and moved to NMD namespace.

7 years agoUnused code removed (IOT_PolicyResource.h, IOT_PolicyResource.cpp). Tests refactored.
Lomtev Dmytro [Tue, 4 Jul 2017 07:30:50 +0000 (10:30 +0300)]
Unused code removed (IOT_PolicyResource.h, IOT_PolicyResource.cpp). Tests refactored.

7 years agoAdded primitive device unowning. Fixed primitive device discovery and owning.
Lomtev Dmytro [Tue, 4 Jul 2017 06:56:42 +0000 (09:56 +0300)]
Added primitive device unowning. Fixed primitive device discovery and owning.

7 years agoBuild scripts refactored. IOT_HubResource bugfixes.
Lomtev Dmytro [Mon, 3 Jul 2017 12:09:46 +0000 (15:09 +0300)]
Build scripts refactored. IOT_HubResource bugfixes.

7 years agounown primitive devices stub
i.metelytsia [Fri, 30 Jun 2017 11:58:32 +0000 (14:58 +0300)]
unown primitive devices stub

7 years agoAdded hack for NM_ownDevice function to make it work.
Lomtev Dmytro [Fri, 30 Jun 2017 07:58:21 +0000 (10:58 +0300)]
Added hack for NM_ownDevice function to make it work.

7 years agoIOT_EasySetup renamed to EasySetupServer for naming unification. *.h and *.cpp files...
Lomtev Dmytro [Fri, 30 Jun 2017 06:10:25 +0000 (09:10 +0300)]
IOT_EasySetup renamed to EasySetupServer for naming unification. *.h and *.cpp files moved from /IoT to /inc and /src respectively.

7 years agoUnused class IOT_Device removed.
Lomtev Dmytro [Fri, 30 Jun 2017 05:50:22 +0000 (08:50 +0300)]
Unused class IOT_Device removed.

7 years agoUnused classes IOT_AirconResource and IOT_PowerResource have been deleted.
Lomtev Dmytro [Fri, 30 Jun 2017 05:39:04 +0000 (08:39 +0300)]
Unused classes IOT_AirconResource and IOT_PowerResource have been deleted.

7 years agoUnused class IOT_Enroller deleted.
Lomtev Dmytro [Fri, 30 Jun 2017 05:29:02 +0000 (08:29 +0300)]
Unused class IOT_Enroller deleted.

7 years agoAnnecessary comments removed. Unused class IOT_Enrolee deleted.
Lomtev Dmytro [Fri, 30 Jun 2017 05:20:29 +0000 (08:20 +0300)]
Annecessary comments removed. Unused class IOT_Enrolee deleted.

7 years agonmdaemon refactoring: swithced to using of IoTivity instead of IoT_Erolee.
Lomtev Dmytro [Thu, 29 Jun 2017 13:50:22 +0000 (16:50 +0300)]
nmdaemon refactoring: swithced to using of IoTivity instead of IoT_Erolee.

7 years agoFix for primitive build
i.metelytsia [Thu, 29 Jun 2017 13:11:25 +0000 (16:11 +0300)]
Fix for primitive build

7 years agoRefactored: IoTivity class divided into IoTivity adn SecurityContext.
Lomtev Dmytro [Thu, 29 Jun 2017 07:16:37 +0000 (10:16 +0300)]
Refactored: IoTivity class divided into IoTivity adn SecurityContext.

7 years agoPrimitive device representation refactoring
i.metelytsia [Tue, 27 Jun 2017 12:29:31 +0000 (15:29 +0300)]
Primitive device representation refactoring

7 years agoRefactoeing IOT_EasySetup
Mykhailo Kotsiuruba [Tue, 27 Jun 2017 11:48:36 +0000 (14:48 +0300)]
Refactoeing IOT_EasySetup

7 years agoAdded some typedefs to iotdevice.h
Lomtev Dmytro [Tue, 27 Jun 2017 07:16:57 +0000 (10:16 +0300)]
Added some typedefs to iotdevice.h

7 years agonmdaemon.conf wrong commit
i.metelytsia [Mon, 26 Jun 2017 13:43:51 +0000 (16:43 +0300)]
nmdaemon.conf wrong commit

7 years agoHub resource POST request handler
i.metelytsia [Mon, 26 Jun 2017 10:52:30 +0000 (13:52 +0300)]
Hub resource POST request handler

7 years agoRemove unnecessary comments
Andrey Zabolotnyi [Mon, 26 Jun 2017 11:23:30 +0000 (14:23 +0300)]
Remove unnecessary comments

7 years agoFix: debug code removed.
Lomtev Dmytro [Mon, 26 Jun 2017 10:50:48 +0000 (13:50 +0300)]
Fix: debug code removed.

7 years agoAdded Hub report resource, Hub policy resource, report proxy and policy proxy. Fix...
Lomtev Dmytro [Mon, 26 Jun 2017 06:35:15 +0000 (09:35 +0300)]
Added Hub report resource, Hub policy resource, report proxy and policy proxy. Fix build for ubuntu.

7 years agoDPM API mapping
Andrey Zabolotnyi [Fri, 23 Jun 2017 13:45:27 +0000 (16:45 +0300)]
DPM API mapping

7 years agoBug fix
Mykhailo Kotsiuruba [Fri, 23 Jun 2017 10:59:13 +0000 (13:59 +0300)]
Bug fix

7 years agoEasySetup for Primary Devices
Mykhailo Kotsiuruba [Fri, 23 Jun 2017 10:52:02 +0000 (13:52 +0300)]
EasySetup for Primary Devices

7 years agoHub resource "GET" request handler
i.metelytsia [Thu, 22 Jun 2017 08:43:29 +0000 (11:43 +0300)]
Hub resource "GET" request handler

7 years agoFixed arguments types in utility functions
Andriy Gudz [Thu, 22 Jun 2017 06:46:46 +0000 (09:46 +0300)]
Fixed arguments types in utility functions

7 years agoMoved guard functions to utility
Andriy Gudz [Wed, 21 Jun 2017 17:52:25 +0000 (20:52 +0300)]
Moved guard functions to utility

7 years agoChanged names of profiles and gbs root folders from wrong 3 to correct 4
Andriy Gudz [Wed, 21 Jun 2017 17:17:58 +0000 (20:17 +0300)]
Changed names of profiles and gbs root folders from wrong 3 to correct 4

7 years agoIoTDevice_impl refactored. nmdaemon persistent storage open fix.
Lomtev Dmytro [Wed, 21 Jun 2017 14:04:36 +0000 (17:04 +0300)]
IoTDevice_impl refactored. nmdaemon persistent storage open fix.

7 years agodevice discovery flow updated
i.metelytsia [Wed, 21 Jun 2017 11:43:20 +0000 (14:43 +0300)]
device discovery flow updated

7 years agoRemoved easy-setup sources that was taken from iotivity 1.2.1
Andriy Gudz [Wed, 21 Jun 2017 11:19:43 +0000 (14:19 +0300)]
Removed easy-setup sources that was taken from iotivity 1.2.1

7 years agoAdded implementation of IoTDevice without cloud accessability. Hub resource refactore...
Lomtev Dmytro [Wed, 21 Jun 2017 08:49:05 +0000 (11:49 +0300)]
Added implementation of IoTDevice without cloud accessability. Hub resource refactored. Hub resource integrated in to nmlib.

7 years agoFix bugs
Mykhailo Kotsiuruba [Wed, 21 Jun 2017 05:23:49 +0000 (08:23 +0300)]
Fix bugs

7 years agoChanged ip of 0 raspberry pi device
Andriy Gudz [Tue, 20 Jun 2017 19:48:19 +0000 (22:48 +0300)]
Changed ip of 0 raspberry pi device

7 years agoFixed ubuntu build for TeamCity on logic_error
Andriy Gudz [Tue, 20 Jun 2017 19:38:39 +0000 (22:38 +0300)]
Fixed ubuntu build for TeamCity on logic_error

7 years agoFix for build under ubuntu14.
Andriy Gudz [Tue, 20 Jun 2017 18:12:32 +0000 (21:12 +0300)]
Fix for build under ubuntu14.

7 years agoSearch for primitive devices
Mykhailo Kotsiuruba [Tue, 20 Jun 2017 12:37:22 +0000 (15:37 +0300)]
Search for primitive devices

7 years agoPrimitive device stub added. nmlib updated.
i.metelytsia [Tue, 20 Jun 2017 08:08:18 +0000 (11:08 +0300)]
Primitive device stub added. nmlib updated.

7 years agoPrimitive device stub added. nmlib updated.
i.metelytsia [Tue, 20 Jun 2017 08:08:18 +0000 (11:08 +0300)]
Primitive device stub added. nmlib updated.

7 years agoMoved printRepresentation to iotutils. Fixed build for ubuntu
Andriy Gudz [Mon, 19 Jun 2017 06:51:22 +0000 (09:51 +0300)]
Moved printRepresentation to iotutils. Fixed build for ubuntu

7 years agoAdd DeviceList container for primitive devices
Andrey Zabolotnyi [Fri, 16 Jun 2017 09:53:13 +0000 (12:53 +0300)]
Add DeviceList container for primitive devices

7 years agoAdded comments to IotDevice interface
Andriy Gudz [Thu, 15 Jun 2017 19:45:04 +0000 (22:45 +0300)]
Added comments to IotDevice interface

7 years agoHub resource stub added
i.metelytsia [Thu, 15 Jun 2017 14:09:20 +0000 (17:09 +0300)]
Hub resource stub added

7 years agoBuild script updated. Added different build scenario.
Lomtev Dmytro [Thu, 15 Jun 2017 13:14:46 +0000 (16:14 +0300)]
Build script updated. Added different build scenario.

7 years agoMerge pull request #10 from RS7-SECIOTSRK/iotivity-1.3.0
Andriy Gudz/SRK-Advanced Security Lab/./삼성전자 [Wed, 14 Jun 2017 17:59:06 +0000 (20:59 +0300)]
Merge pull request #10 from RS7-SECIOTSRK/iotivity-1.3.0

Iotivity 1.3.0 migration to develop

7 years agoAdded test_emo to test iotivity find resource in local network.
Andriy Gudz [Wed, 14 Jun 2017 16:00:47 +0000 (19:00 +0300)]
Added test_emo to test iotivity find resource in local network.

7 years agoMerge remote-tracking branch 'origin/mobapp' into iotivity-1.3.0
Andriy Gudz [Wed, 14 Jun 2017 15:59:32 +0000 (18:59 +0300)]
Merge remote-tracking branch 'origin/mobapp' into iotivity-1.3.0

7 years agoMerge remote-tracking branch 'origin/netagent' into iotivity-1.3.0
Andriy Gudz [Wed, 14 Jun 2017 15:59:21 +0000 (18:59 +0300)]
Merge remote-tracking branch 'origin/netagent' into iotivity-1.3.0

7 years agoSmall refactor
Mykhailo Kotsiuruba [Wed, 14 Jun 2017 14:38:06 +0000 (17:38 +0300)]
Small refactor

7 years agoFixed easy setup rejected device resource with "wrong connectivity type" error.
Lomtev Dmytro [Tue, 13 Jun 2017 04:27:34 +0000 (07:27 +0300)]
Fixed easy setup rejected device resource with "wrong connectivity type" error.

7 years agoChanged address of custom iotivity-1.3.0 repos
Andriy Gudz [Fri, 9 Jun 2017 15:36:46 +0000 (18:36 +0300)]
Changed address of custom iotivity-1.3.0 repos

7 years agoMerge remote-tracking branch 'origin/netagent' into iotivity-1.3.0
Andriy Gudz [Fri, 9 Jun 2017 15:04:24 +0000 (18:04 +0300)]
Merge remote-tracking branch 'origin/netagent' into iotivity-1.3.0

7 years agonmlib api refactoring was performed. api with context added.
i.metelytsia [Fri, 9 Jun 2017 10:29:56 +0000 (13:29 +0300)]
nmlib api refactoring was performed.  api with context added.

7 years agonmlib api refactoring was performed. api with context added.
i.metelytsia [Fri, 9 Jun 2017 10:29:56 +0000 (13:29 +0300)]
nmlib api refactoring was performed. api with context added.

7 years agoTarget host address was removed from Control App
Dmytro Logachev [Thu, 8 Jun 2017 11:49:30 +0000 (14:49 +0300)]
Target host address was removed from Control App

7 years agoAdded nmdaemon.conf
Lomtev Dmytro [Thu, 8 Jun 2017 10:33:42 +0000 (13:33 +0300)]
Added nmdaemon.conf

7 years agoFixed ports and delays in iotcloud init.d script
Andriy Gudz [Thu, 8 Jun 2017 07:53:38 +0000 (10:53 +0300)]
Fixed ports and delays in iotcloud init.d script

7 years ago[Web App] Bug fix. Minor refinements
Artem Motchanyi [Thu, 8 Jun 2017 05:55:34 +0000 (08:55 +0300)]
[Web App] Bug fix. Minor refinements

7 years agoMerge pull request #9 from RS7-SECIOTSRK/netagent
Dmytro Lomtev/SRK-DTV Security Lab/./삼성전자 [Thu, 8 Jun 2017 05:25:49 +0000 (08:25 +0300)]
Merge pull request #9 from RS7-SECIOTSRK/netagent

Netagent

7 years agoAdded script devices_run.sh to run 3 devices
Andriy Gudz [Wed, 7 Jun 2017 18:49:27 +0000 (21:49 +0300)]
Added script devices_run.sh to run 3 devices

7 years agoAdded iotcloud - init.d script for cloud server
Andriy Gudz [Wed, 7 Jun 2017 14:20:40 +0000 (17:20 +0300)]
Added iotcloud - init.d script for cloud server

7 years agoUpdated servers common part
Andriy Gudz [Wed, 7 Jun 2017 13:51:03 +0000 (16:51 +0300)]
Updated servers common part

7 years agoUpdated RD server
Andriy Gudz [Wed, 7 Jun 2017 13:48:50 +0000 (16:48 +0300)]
Updated RD server

7 years agoUpdated MQ server
Andriy Gudz [Wed, 7 Jun 2017 13:47:08 +0000 (16:47 +0300)]
Updated MQ server

7 years agoUpdated CI server
Andriy Gudz [Wed, 7 Jun 2017 13:45:03 +0000 (16:45 +0300)]
Updated CI server

7 years agoUpdated account server
Andriy Gudz [Wed, 7 Jun 2017 13:41:45 +0000 (16:41 +0300)]
Updated account server