platform/core/security/suspicious-activity-monitor.git
6 years agoAPI deleteApp fixed. Tests fixed. Code refactored.
Lomtev Dmytro [Mon, 4 Sep 2017 13:04:11 +0000 (16:04 +0300)]
API deleteApp fixed. Tests fixed. Code refactored.

6 years agoImplemented deleteApp command proxying to the primitive devices.
Lomtev Dmytro [Thu, 31 Aug 2017 05:47:54 +0000 (08:47 +0300)]
Implemented deleteApp command proxying to the primitive devices.

6 years agoAdded IotResourceServer class to replace IotResource and make unit testing easier.
Lomtev Dmytro [Thu, 17 Aug 2017 08:06:29 +0000 (11:06 +0300)]
Added IotResourceServer class to replace IotResource and make unit testing easier.

6 years ago*.dat files added to gitignore.
Lomtev Dmytro [Tue, 29 Aug 2017 05:04:51 +0000 (08:04 +0300)]
*.dat files added to gitignore.

6 years agoTemporary fix for the DPM (delay between API calls has been inserted). Additional...
Lomtev Dmytro [Tue, 29 Aug 2017 04:57:33 +0000 (07:57 +0300)]
Temporary fix for the DPM (delay between API calls has been inserted). Additional logging in DPM mapper. Readme.md appended with iotivity build instructions.

6 years agosymlink to nmdaemon.service added
i.metelytsia [Fri, 25 Aug 2017 17:08:56 +0000 (20:08 +0300)]
symlink to nmdaemon.service added

6 years agoAdd exception handling to Mapper::apply()
Andrey Zabolotnyi [Wed, 23 Aug 2017 12:11:55 +0000 (15:11 +0300)]
Add exception handling to Mapper::apply()

6 years agoAdd include cstring to test_iot_dev_manager
Oleksandr Samoylov [Tue, 22 Aug 2017 10:48:05 +0000 (13:48 +0300)]
Add include cstring to test_iot_dev_manager

6 years agoTest Coverage Increased
Mykhailo Kotsiuruba [Fri, 18 Aug 2017 20:20:04 +0000 (23:20 +0300)]
Test Coverage Increased

Overall coverage rate:
  lines......: 64.2% (1624 of 2528 lines)
  functions..: 70.8% (364 of 514 functions)

6 years agoAdded smack label setup for nmdaemon.conf. Added CurlException class.
Lomtev Dmytro [Fri, 18 Aug 2017 10:44:29 +0000 (13:44 +0300)]
Added smack label setup for nmdaemon.conf. Added CurlException class.

6 years agoFixes for NM_deleteApp.
Lomtev Dmytro [Fri, 18 Aug 2017 06:51:37 +0000 (09:51 +0300)]
Fixes for NM_deleteApp.

6 years agoFixed: NM_deleteApp return EC_NULL_POINTER when app_name not NULL.
Lomtev Dmytro [Thu, 17 Aug 2017 10:35:38 +0000 (13:35 +0300)]
Fixed: NM_deleteApp return EC_NULL_POINTER when app_name not NULL.

6 years agoRemove unnecessary code
Andrey Zabolotnyi [Wed, 16 Aug 2017 07:58:44 +0000 (10:58 +0300)]
Remove unnecessary code

6 years agoBuild script fixed.
Lomtev Dmytro [Tue, 15 Aug 2017 18:04:16 +0000 (21:04 +0300)]
Build script fixed.

6 years agoHome directory of the nmdaemon changed to /opt/data/nmdaemon because /var/run cleaned...
Lomtev Dmytro [Tue, 15 Aug 2017 17:26:18 +0000 (20:26 +0300)]
Home directory of the nmdaemon changed to /opt/data/nmdaemon because /var/run cleaned upon TV reboot.

6 years agouninstall app functional updated
i.metelytsia [Tue, 15 Aug 2017 16:51:14 +0000 (19:51 +0300)]
uninstall app functional updated

6 years agoNotificationHandler removed.
Lomtev Dmytro [Tue, 15 Aug 2017 16:34:24 +0000 (19:34 +0300)]
NotificationHandler removed.

6 years agoUpdated: NM_NotificationData added new fields.
Lomtev Dmytro [Tue, 15 Aug 2017 16:23:17 +0000 (19:23 +0300)]
Updated: NM_NotificationData added new fields.

6 years agoFix build scripts
Andrey Zabolotnyi [Tue, 15 Aug 2017 14:54:12 +0000 (17:54 +0300)]
Fix build scripts

6 years agoDPM API mapper for TV. New agent
Andrey Zabolotnyi [Tue, 15 Aug 2017 13:12:04 +0000 (16:12 +0300)]
DPM API mapper for TV. New agent

6 years agoTests for command handler fixed.
Lomtev Dmytro [Tue, 15 Aug 2017 11:32:51 +0000 (14:32 +0300)]
Tests for command handler fixed.

6 years agoChanged: now multiple hubs can be connected to one account. Refactored: ResportHandle...
Lomtev Dmytro [Tue, 15 Aug 2017 08:54:36 +0000 (11:54 +0300)]
Changed: now multiple hubs can be connected to one account. Refactored: ResportHandler implementations moved to separate files.

6 years agoMarking device as delete request added.
Lomtev Dmytro [Fri, 11 Aug 2017 13:51:36 +0000 (16:51 +0300)]
Marking device as delete request added.

6 years agoFixes in gbs build, small fix in iotutils.
Oleksandr Samoylov [Fri, 11 Aug 2017 12:37:57 +0000 (15:37 +0300)]
Fixes in gbs build, small fix in iotutils.

6 years agoTests fixed: values of login and authcode used with oAuth stub replaced with values...
Lomtev Dmytro [Thu, 10 Aug 2017 13:27:05 +0000 (16:27 +0300)]
Tests fixed: values of login and authcode used with oAuth stub replaced with values valid for authentication server.

6 years agoAdded API to nmlib for applications uninstallation. MqHandler refactored. Tests added.
Lomtev Dmytro [Thu, 10 Aug 2017 07:59:32 +0000 (10:59 +0300)]
Added API to nmlib for applications uninstallation. MqHandler refactored. Tests added.

6 years agoChanged utest manifest to floor
Andriy Gudz [Wed, 9 Aug 2017 10:28:46 +0000 (13:28 +0300)]
Changed utest manifest to floor

6 years agoAdded test for ProxyThread. ProxyThread fixed: execution of deffered tasks were inter...
Lomtev Dmytro [Mon, 7 Aug 2017 06:22:55 +0000 (09:22 +0300)]
Added test for ProxyThread. ProxyThread fixed: execution of deffered tasks were interrupted when call to ProxyThread.stop() performed.

6 years agoAdded tests for clear_hub_cache function.
Lomtev Dmytro [Mon, 7 Aug 2017 05:48:36 +0000 (08:48 +0300)]
Added tests for clear_hub_cache function.

6 years agoaudit-trail client launch fixed
i.metelytsia [Fri, 4 Aug 2017 16:19:22 +0000 (19:19 +0300)]
audit-trail client launch fixed

6 years agoFixed primitive device unpairing. Fixed primitive device hang up on nitification...
Lomtev Dmytro [Fri, 4 Aug 2017 08:52:00 +0000 (11:52 +0300)]
Fixed primitive device unpairing. Fixed primitive device hang up on nitification resource descovery.

6 years agoFixed owned device discovery. Fixed standard and hub unpairing.
Lomtev Dmytro [Fri, 4 Aug 2017 07:11:46 +0000 (10:11 +0300)]
Fixed owned device discovery. Fixed standard and hub unpairing.

6 years agoDaemon policy routing fixed.
Lomtev Dmytro [Thu, 3 Aug 2017 18:49:43 +0000 (21:49 +0300)]
Daemon policy routing fixed.

6 years agoFixed policy MQ functionaliti to support primitive devices.
Lomtev Dmytro [Thu, 3 Aug 2017 12:04:57 +0000 (15:04 +0300)]
Fixed policy MQ functionaliti to support primitive devices.

6 years agoFixed reportTest. Fixed the type was overspecified with "oic.d." on device registration.
Lomtev Dmytro [Wed, 2 Aug 2017 13:50:22 +0000 (16:50 +0300)]
Fixed reportTest. Fixed the type was overspecified with "oic.d." on device registration.

6 years agomqhandler fixed
i.metelytsia [Thu, 3 Aug 2017 17:38:18 +0000 (20:38 +0300)]
mqhandler fixed

6 years agoFixed tests for hub device discovery. Added functional test for policy get scenario.
Lomtev Dmytro [Wed, 2 Aug 2017 10:17:24 +0000 (13:17 +0300)]
Fixed tests for hub device discovery. Added functional test for policy get scenario.

6 years agoFIX : [SECIOTSRK-352] Implement API for uninstall app command from server
i.metelytsia [Tue, 1 Aug 2017 11:48:47 +0000 (14:48 +0300)]
FIX : [SECIOTSRK-352] Implement API for uninstall app command from server

6 years ago[SECIOTSRK-352] Implement API for uninstall app command from server
i.metelytsia [Tue, 1 Aug 2017 08:27:28 +0000 (11:27 +0300)]
[SECIOTSRK-352] Implement API for uninstall app command from server

6 years agoDRAFT : [SECIOTSRK-352] Implement API for uninstall app command from server
i.metelytsia [Fri, 28 Jul 2017 11:21:40 +0000 (14:21 +0300)]
DRAFT : [SECIOTSRK-352] Implement API for uninstall app command from server

6 years agoFixes in "coverage" target and spec file.
Oleksandr Samoylov [Fri, 28 Jul 2017 07:42:17 +0000 (10:42 +0300)]
Fixes in "coverage" target and spec file.

6 years ago[SECIOTSRK-232] Update GCOVR script. Add custom targets "runtests", "coverage" to...
Oleksandr Samoylov [Thu, 27 Jul 2017 13:56:51 +0000 (16:56 +0300)]
[SECIOTSRK-232] Update GCOVR script. Add custom targets "runtests", "coverage" to CMakeLists.

6 years ago[SECIOTSRK-353] : Create sample Tizen app for demo
i.metelytsia [Thu, 27 Jul 2017 08:21:24 +0000 (11:21 +0300)]
[SECIOTSRK-353] : Create sample Tizen app for demo

6 years ago[SECIOTSRK-232] Add build&coverage check script for ubuntu. Add tests for iot/nmd_uti...
Oleksandr Samoylov [Wed, 26 Jul 2017 15:24:39 +0000 (18:24 +0300)]
[SECIOTSRK-232] Add build&coverage check script for ubuntu. Add tests for iot/nmd_utils, device_list, iot, nmlib.

6 years ago[SECIOTSRK-315] Migration to REST, Stage 2
Dmytro Logachev [Wed, 26 Jul 2017 14:13:20 +0000 (17:13 +0300)]
[SECIOTSRK-315] Migration to REST, Stage 2

6 years ago[SECIOTSRK-227] : Device registration on security server
i.metelytsia [Wed, 26 Jul 2017 10:22:55 +0000 (13:22 +0300)]
[SECIOTSRK-227] : Device registration on security server

6 years agoFixes according to Svace report.
Oleksandr Samoylov [Wed, 26 Jul 2017 10:04:35 +0000 (13:04 +0300)]
Fixes according to Svace report.

6 years ago[SECIOTSRK-349] Fixed spec coverage script. Added additional cleaning for gbs root...
Andriy Gudz [Wed, 26 Jul 2017 06:29:12 +0000 (09:29 +0300)]
[SECIOTSRK-349] Fixed spec coverage script. Added additional cleaning for gbs root cache

6 years ago[SECIOTSRK-349] Added gcovr script to generate coverage report
Andriy Gudz [Tue, 25 Jul 2017 19:23:46 +0000 (22:23 +0300)]
[SECIOTSRK-349] Added gcovr script to generate coverage report

6 years agoRemoved throw of exception if mq_handler not exists
Andriy Gudz [Tue, 25 Jul 2017 16:37:26 +0000 (19:37 +0300)]
Removed throw of exception if mq_handler not exists

6 years agoAdded CCOV build type to build script.
Andriy Gudz [Tue, 25 Jul 2017 15:32:28 +0000 (18:32 +0300)]
Added CCOV build type to build script.

6 years agoTests fix after Migration to REST
Dmytro Logachev [Tue, 25 Jul 2017 15:23:15 +0000 (18:23 +0300)]
Tests fix after Migration to REST

6 years agoMerge remote-tracking branch 'origin/server' into netagent
Andriy Gudz [Tue, 25 Jul 2017 11:52:46 +0000 (14:52 +0300)]
Merge remote-tracking branch 'origin/server' into netagent

6 years ago[SECIOTSRK-346] Install to Amazon Cloud Account
Yevhen Zozulia [Tue, 25 Jul 2017 11:51:47 +0000 (14:51 +0300)]
[SECIOTSRK-346] Install to Amazon Cloud Account

6 years agoMerge remote-tracking branch 'origin/server' into netagent
Andriy Gudz [Tue, 25 Jul 2017 11:43:05 +0000 (14:43 +0300)]
Merge remote-tracking branch 'origin/server' into netagent

6 years ago[SECIOTSRK-348] Redirect URL is not save after rest autorization
Yevhen Zozulia [Tue, 25 Jul 2017 10:55:55 +0000 (13:55 +0300)]
[SECIOTSRK-348] Redirect URL is not save after rest autorization

6 years ago[SECIOTSRK-345] Add configuration to work with DSM
Yevhen Zozulia [Tue, 25 Jul 2017 09:28:35 +0000 (12:28 +0300)]
[SECIOTSRK-345] Add configuration to work with DSM

6 years ago[SECIOTSRK-347] Device to Agents relationship, added new method.
o.abakumov [Tue, 25 Jul 2017 09:12:51 +0000 (12:12 +0300)]
[SECIOTSRK-347] Device to Agents relationship, added new method.

6 years ago[SECIOTSRK-215] Device overview page
Artem Motchanyi [Tue, 25 Jul 2017 08:39:16 +0000 (11:39 +0300)]
[SECIOTSRK-215] Device overview page

6 years agoaudit-trail client added
i.metelytsia [Wed, 19 Jul 2017 15:38:37 +0000 (18:38 +0300)]
audit-trail client added

6 years agoaudit-trail client added
i.metelytsia [Wed, 19 Jul 2017 15:38:37 +0000 (18:38 +0300)]
audit-trail client added

6 years agoAdded global try-catch in utest
Andriy Gudz [Mon, 24 Jul 2017 16:51:41 +0000 (19:51 +0300)]
Added global try-catch in utest

6 years agoMerge branch 'server' of https://github.sec.samsung.net/RS7-SECIOTSRK/iotswsec into...
Vitaliy Pavlenko [Mon, 24 Jul 2017 16:19:03 +0000 (19:19 +0300)]
Merge branch 'server' of https://github.sec.samsung.net/RS7-SECIOTSRK/iotswsec into server

6 years ago[SECIOTSRK-340] Extract all properties value from XML file and move to property files
Vitaliy Pavlenko [Mon, 24 Jul 2017 16:18:24 +0000 (19:18 +0300)]
[SECIOTSRK-340] Extract all properties value from XML file and move to property files

6 years ago[SECIOTSRK-317] Implement Samsung DSM provider for Cloud account
Yevhen Zozulia [Mon, 24 Jul 2017 15:02:17 +0000 (18:02 +0300)]
[SECIOTSRK-317] Implement Samsung DSM provider for Cloud account

6 years agoFixed iterator in json utils for ubuntu build
Andriy Gudz [Mon, 24 Jul 2017 11:26:08 +0000 (14:26 +0300)]
Fixed iterator in json utils for ubuntu build

7 years ago[SECIOTSRK-218] : Policy migration to Message Queue
i.metelytsia [Fri, 21 Jul 2017 15:02:43 +0000 (18:02 +0300)]
[SECIOTSRK-218] : Policy migration to Message Queue

7 years agoFix for Ubuntu build
Dmytro Logachev [Fri, 21 Jul 2017 14:50:05 +0000 (17:50 +0300)]
Fix for Ubuntu build

7 years agoDSM URI added to config file
Dmytro Logachev [Fri, 21 Jul 2017 14:33:43 +0000 (17:33 +0300)]
DSM URI added to config file

7 years agoMigration to REST has started
Dmytro Logachev [Fri, 21 Jul 2017 11:07:25 +0000 (14:07 +0300)]
Migration to REST has started

7 years agoAdded java doc for REST API
o.abakumov [Fri, 21 Jul 2017 13:17:35 +0000 (16:17 +0300)]
Added java doc for REST API

7 years ago[SECIOTSRK-251] Get device agent's policy
o.abakumov [Fri, 21 Jul 2017 10:52:54 +0000 (13:52 +0300)]
[SECIOTSRK-251] Get device agent's policy

7 years agoRefactoring: make parameters understandable again
o.abakumov [Fri, 21 Jul 2017 10:52:26 +0000 (13:52 +0300)]
Refactoring: make parameters understandable again

7 years ago[SECIOTSRK-299] Fix deploy issues for Demo
Vitaliy Pavlenko [Fri, 21 Jul 2017 08:35:23 +0000 (11:35 +0300)]
[SECIOTSRK-299] Fix deploy issues for Demo

7 years agoAPI for discovery topics was added. This API was used for demo presentation because...
i.metelytsia [Fri, 21 Jul 2017 08:32:21 +0000 (11:32 +0300)]
API for discovery topics was added. This API was used for demo presentation because server does not see the newly created topics and can not connect to them.

7 years ago[SECIOTSRK-274] Make auth field longer
o.abakumov [Fri, 21 Jul 2017 05:52:19 +0000 (08:52 +0300)]
[SECIOTSRK-274] Make auth field longer

7 years agoDEMO
Yevhen Zozulia [Thu, 20 Jul 2017 16:49:48 +0000 (19:49 +0300)]
DEMO

7 years ago[SECIOTSRK-281] Implement the general functionality for DMS Server MQ. The opportunit...
Vitaliy Pavlenko [Thu, 20 Jul 2017 14:07:20 +0000 (17:07 +0300)]
[SECIOTSRK-281] Implement the general functionality for DMS Server MQ. The opportunity of server port configuration was added. Default post value is 8888.

7 years ago[SECIOTSRK-274] Auth code getting REST API
o.abakumov [Thu, 20 Jul 2017 13:16:27 +0000 (16:16 +0300)]
[SECIOTSRK-274] Auth code getting REST API

7 years agoMerge branch 'server' of https://github.sec.samsung.net/RS7-SECIOTSRK/iotswsec into...
Vitaliy Pavlenko [Thu, 20 Jul 2017 11:35:02 +0000 (14:35 +0300)]
Merge branch 'server' of https://github.sec.samsung.net/RS7-SECIOTSRK/iotswsec into server

7 years ago[SECIOTSRK-298] Improve UnitTest coverage
Vitaliy Pavlenko [Thu, 20 Jul 2017 11:34:06 +0000 (14:34 +0300)]
[SECIOTSRK-298] Improve UnitTest coverage

7 years ago[SECIOTSRK-289] Refactoring SDM Server MQ
Yevhen Zozulia [Wed, 19 Jul 2017 17:37:33 +0000 (20:37 +0300)]
[SECIOTSRK-289] Refactoring SDM Server MQ

7 years agoDashboard View is implemented
Artem Motchanyi [Wed, 19 Jul 2017 17:15:25 +0000 (20:15 +0300)]
Dashboard View is implemented

7 years ago[SECIOTSRK-295] Move UnitTest for existed functionality which related with Kafka...
Vitaliy Pavlenko [Wed, 19 Jul 2017 16:14:56 +0000 (19:14 +0300)]
[SECIOTSRK-295] Move UnitTest for existed functionality which related with Kafka communication

7 years ago[SECIOTSRK-296] Delete source code which related with Kafka communication from DMS...
Yevhen Zozulia [Wed, 19 Jul 2017 13:32:58 +0000 (16:32 +0300)]
[SECIOTSRK-296] Delete source code which related with Kafka communication from DMS Server

7 years ago[SECIOTSRK-289] - Refactoring SDM Server MQ. Deleted native IoTivity library
Vitaliy Pavlenko [Wed, 19 Jul 2017 13:03:57 +0000 (16:03 +0300)]
[SECIOTSRK-289] - Refactoring SDM Server MQ. Deleted native IoTivity library

7 years ago[SECIOTSRK-289] - Refactoring SDM Server MQ. Added necessary IoTivity libraries
Vitaliy Pavlenko [Wed, 19 Jul 2017 13:02:32 +0000 (16:02 +0300)]
[SECIOTSRK-289] - Refactoring SDM Server MQ. Added necessary IoTivity libraries

7 years ago[SECIOTSRK-297] Fix issue with PublishingWrapper
Vitaliy Pavlenko [Wed, 19 Jul 2017 13:00:08 +0000 (16:00 +0300)]
[SECIOTSRK-297] Fix issue with PublishingWrapper

7 years agoRefactoring code
Yevhen Zozulia [Wed, 19 Jul 2017 10:26:22 +0000 (13:26 +0300)]
Refactoring code

7 years agoFixed secserver report topic creation
Andriy Gudz [Wed, 19 Jul 2017 07:50:56 +0000 (10:50 +0300)]
Fixed secserver report topic creation

7 years agoAdded models for rests servermq
Yevhen Zozulia [Tue, 18 Jul 2017 18:02:50 +0000 (21:02 +0300)]
Added models for rests servermq

7 years agoAdded rest api for DSM. Added tests.
Yevhen Zozulia [Tue, 18 Jul 2017 18:00:38 +0000 (21:00 +0300)]
Added rest api for DSM. Added tests.

7 years ago[SECIOTSRK-287] Integrate publishing wrapper to DMS Server MQ
Vitaliy Pavlenko [Tue, 18 Jul 2017 15:33:15 +0000 (18:33 +0300)]
[SECIOTSRK-287] Integrate publishing wrapper to DMS Server MQ

7 years ago[SECIOTSRK-282] Implement DMS Server MQ - base layer
Vitaliy Pavlenko [Tue, 18 Jul 2017 13:25:49 +0000 (16:25 +0300)]
[SECIOTSRK-282] Implement DMS Server MQ - base layer

7 years ago[SECIOTSRK-247] Getting reports (REST)
o.abakumov [Tue, 18 Jul 2017 05:13:52 +0000 (08:13 +0300)]
[SECIOTSRK-247] Getting reports (REST)

7 years ago[SECIOTSRK-275] Implement creation of new topic
Vitaliy Pavlenko [Mon, 17 Jul 2017 13:11:56 +0000 (16:11 +0300)]
[SECIOTSRK-275] Implement creation of new topic

7 years agoPolicy management is implemented
Artem Motchanyi [Fri, 14 Jul 2017 12:32:24 +0000 (15:32 +0300)]
Policy management is implemented

7 years agoAdded JARs for CloudMessageQeueu and CloudStack
Vitaliy Pavlenko [Mon, 17 Jul 2017 10:46:09 +0000 (13:46 +0300)]
Added JARs for CloudMessageQeueu and CloudStack

7 years agoDisable message queue listeners
Yevhen Zozulia [Fri, 14 Jul 2017 17:33:48 +0000 (20:33 +0300)]
Disable message queue listeners

7 years agoAdded massege queue listeners
Yevhen Zozulia [Fri, 14 Jul 2017 17:29:30 +0000 (20:29 +0300)]
Added massege queue listeners