- 19 Jan, 2017 11 commits
-
-
Alex Kelley authored
- Add APIs to do MOT discovery of a specific device. - Add APIs to check to see if the caller is a subowner. - Add context to display and input pin callbacks. - Add device information to input pin callback. - Enable C++ security APIs to be built for Windows. - Update ProvisioningClient and Sampleserver_RandomPin to use the new APIs. - Enable MOT to always build on Windows. Change-Id: I27af9d3c2c7065b8643f77be3ac4c9b2dc5ffe80 Signed-off-by:
Alex Kelley <alexke@microsoft.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/16403Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Mike Fenelon <mike.fenelon@microsoft.com> Reviewed-by:
Kevin Kane <kkane@microsoft.com>
-
KIM JungYong authored
When consumer do discovery request to cloud, cloud server can response on multiple device's result by one of response. consumer service does not handle multiple discovery payload befour. When applying this changes, consumer service can handle multiple discovery payloads. Change-Id: I516ac933daf435b436158ae4983f0ffedefe32c0 Signed-off-by:
KIM JungYong <jyong2.kim@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/16469Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
Parkhi authored
- if user didn't want to MOT, MOT process is skipped. Change-Id: I4ea7e41eab398d7d8f9bc46fdc9a7940c9423500 Signed-off-by:
Parkhi <h_w.park@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/16529Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Jihun Ha <jihun.ha@samsung.com> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
Philippe Coval authored
Change-Id: I2b0681b70218613c0df0d82e0f46fdc61668296e Signed-off-by:
Philippe Coval <philippe.coval@osg.samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/16543Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Jooseok Park <jooseok.park@samsung.com> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
yeonghun.nam authored
1. DB reset for each test case Change-Id: I7cc9d46af2ffe6136b13231d9b0e015ee6799dcf Signed-off-by:
yeonghun.nam <yeonghun.nam@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/12373Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Jee Hyeok Kim <jihyeok13.kim@samsung.com> (cherry picked from commit c8ea7c08) Reviewed-on: https://gerrit.iotivity.org/gerrit/16547Tested-by:
jenkins-iotivity <jenkins@iotivity.org>
-
Oleksii Beketov authored
1. Suites added: TLS_RSA_WITH_AES_256_CBC_SHA256 0x3D TLS_RSA_WITH_AES_128_GCM_SHA256 0x009C TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 0xC02B TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384 0xC024 TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 0xC02C TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA_256 0xC027 2. Removed: TLS_RSA_WITH_AES_256_CBC_SHA 0x35 TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA 0xC009 3. SSL code refactored 4. Added unit tests for new cipher suites 5. CAsslGenerateOwnerPsk modified to support all suites Change-Id: If22925d175751a08121c66b90cc2907dd27ebee5 Signed-off-by:
Oleksii Beketov <ol.beketov@samsung.com> Signed-off-by:
Dmitriy Zhuravlev <d.zhuravlev@samsung.com> Signed-off-by:
Oleksii Beketov <ol.beketov@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/15443Reviewed-by:
Jongsung Lee <js126.lee@samsung.com> Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Greg Zaverucha <gregz@microsoft.com> Reviewed-by:
Randeep Singh <randeep.s@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/16523Tested-by:
jenkins-iotivity <jenkins@iotivity.org>
-
Jaewook Jung authored
When trying to build android without BLE transport, the build error is caused. caleconnectionmanager.c is included only when built with BLE transport, so the functions on it should not be called without BLE. Change-Id: Ic9ad006ec21e93774c5df46747b296e64cfb76fb Signed-off-by:
Jaewook Jung <jw0213.jung@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/16517Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
jihwan seo <jihwan.seo@samsung.com> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
eunok.shin authored
Change-Id: Ib378acbee3db935aeb308742899039ee798662b8 Signed-off-by:
eunok.shin <eunok.shin@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/12751Reviewed-by:
Yeonghun Nam <yeonghun.nam@samsung.com> Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Jee Hyeok Kim <jihyeok13.kim@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/16559Tested-by:
jenkins-iotivity <jenkins@iotivity.org>
-
yeonghun.nam authored
- CSM bug fixed to support the device which does not support CSM Change-Id: Iad570aa5e6776c58842927b95bb86581ab703848 Signed-off-by:
yeonghun.nam <yeonghun.nam@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/15585Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Jee Hyeok Kim <jihyeok13.kim@samsung.com> (cherry picked from commit 4d94c161) Reviewed-on: https://gerrit.iotivity.org/gerrit/16095Tested-by:
jenkins-iotivity <jenkins@iotivity.org>
-
Jung Seungho authored
Change-Id: Ieee45141bef410df49aaadb6a9366a0d76f4a90e Signed-off-by:
Jung Seungho <shonest.jung@samsung.com> Signed-off-by:
Jee Hyeok Kim <jihyeok13.kim@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/16535Tested-by:
jenkins-iotivity <jenkins@iotivity.org>
-
Jihun Ha authored
Add ESException.h to 'inc' folder and a list of install target headers Change-Id: Ib0b7e7bbab9cf5d8f7cc0c69e223d966e4b055b0 Signed-off-by:
Jihun Ha <jihun.ha@samsung.com> Origin: https://gerrit.iotivity.org/gerrit/#/c/16521/Signed-off-by:
Philippe Coval <philippe.coval@osg.samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/16521Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
- 18 Jan, 2017 13 commits
-
-
Philippe Coval authored
Note this patch is appropriate for frozen versions while master or development branches can follow tinycbor master and eventually synched when needed. Change-Id: Ic764a3aa7231982d24fcdd17d661425500000000 Bug: https://lists.iotivity.org/pipermail/iotivity-dev/2016-November/006160.html Origin: https://gerrit.iotivity.org/gerrit/9565Signed-off-by:
Philippe Coval <philippe.coval@osg.samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/14659Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Habib Virji <habib.virji@samsung.com> Reviewed-by:
Gregg Reynolds <dev@mobileink.com> Reviewed-by:
Nivedita Singhvi <niveditasinghvi@gmail.com> Reviewed-by:
Thiago Macieira <thiago.macieira@intel.com> (cherry picked from commit 10c287fa) Reviewed-on: https://gerrit.iotivity.org/gerrit/15355Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
George Nash <george.nash@intel.com> Reviewed-by:
Dave Thaler <dthaler@microsoft.com> Reviewed-by:
Mats Wichmann <mats@linux.com> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com>
-
Youngman authored
Change-Id: I202ddf448b3e36d142aff20a62ac4f9286c1829c Signed-off-by:
Youngman <yman.jung@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/16317Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Mats Wichmann <mats@linux.com> Reviewed-by:
Phil Coval <philippe.coval@osg.samsung.com>
-
Philippe Coval authored
New headers should be installed if part of public API: - OCProvisionningManager.hpp - OCCloudProvisioning.hpp Change-Id: I29a322f2dae9b0d978cdd05d4ca3ad71729d1923 Signed-off-by:
Philippe Coval <philippe.coval@osg.samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/16533Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
Jung Seungho authored
Change-Id: I8a0322b946e324afcdda32520bf90f7859dbcdd7 Signed-off-by:
Jung Seungho <shonest.jung@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/16421Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Jee Hyeok Kim <jihyeok13.kim@samsung.com> (cherry picked from commit 3bb1fbe7) Reviewed-on: https://gerrit.iotivity.org/gerrit/16483Tested-by:
jenkins-iotivity <jenkins@iotivity.org>
-
Parkhi authored
- when enrollee didn't support MOT, mediator didn't call MOT function. Change-Id: I2b2bd932a5d00e7c783a8351819b61d6eb71d948 Signed-off-by:
Parkhi <h_w.park@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/16475Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
yeonghun.nam authored
- 7.01 CSM implementation (based on draft-ietf-core-coap-tcp-tls-05) - 4.02 bad option response when unrecognized critical option is included in the message - unrecognized request method throws 4.05 Method Not Allowed, and unrecognized response throws 4.00 Bad Request Change-Id: I1fe6815f93f373086b00bd1381d86c9bee86c656 Signed-off-by:
yeonghun.nam <yeonghun.nam@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/15459Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Jee Hyeok Kim <jihyeok13.kim@samsung.com> (cherry picked from commit 8e851031) Reviewed-on: https://gerrit.iotivity.org/gerrit/16091Tested-by:
jenkins-iotivity <jenkins@iotivity.org>
-
Philippe Coval authored
Prevent potential name clash on case insensitive filesystems: ./service/easy-setup/mediator/richsdk/inc/EasySetup.h ./service/easy-setup/enrollee/inc/easysetup.h Mediator one is C++ so we rename it to .hpp Change-Id: I6d784378b5065b162d06abb2338bf70e0147d864 Signed-off-by:
Philippe Coval <philippe.coval@osg.samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/16479Reviewed-by:
George Nash <george.nash@intel.com> Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
Philippe Coval authored
Bug: https://jira.iotivity.org/browse/IOT-1428 Change-Id: Ib924adced10d24d5d7afc8b6964bf560dae60b5a Signed-off-by:
Philippe Coval <philippe.coval@osg.samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/16411Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
George Nash <george.nash@intel.com> Reviewed-by:
Dave Thaler <dthaler@microsoft.com> Reviewed-by:
Mats Wichmann <mats@linux.com> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com>
-
Sunil Kumar K R authored
patch2: Cloud provisioning Listener modification patch3: Signout bug fix Change-Id: Ibf43255ff82891b3ef7026763b5d2796fe839abf Signed-off-by:
Sunil Kumar K R <sunil.k14@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/15865Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Randeep Singh <randeep.s@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/16415Tested-by:
jenkins-iotivity <jenkins@iotivity.org>
-
yeonghun.nam authored
- user search logic added in Account Server - GET /oic/account/search?uid=u0001;uid=u0002 (to search users using multiple "OR" conditions) - GET /oic/account/search?name=mike,email=mike@aaa.com (to search users using multiple "AND" conditions) patch #4 : unnecessary logs are removed Change-Id: Ib7aa014434a41d8a5092780b3dfc8de688faa465 Signed-off-by:
yeonghun.nam <yeonghun.nam@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/14459Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Jee Hyeok Kim <jihyeok13.kim@samsung.com> (cherry picked from commit 1f1e81ef) Reviewed-on: https://gerrit.iotivity.org/gerrit/14599Reviewed-by:
Uze Choi <uzchoi@samsung.com> (cherry picked from commit 06248594) Reviewed-on: https://gerrit.iotivity.org/gerrit/16083Tested-by:
jenkins-iotivity <jenkins@iotivity.org>
-
yeonghun.nam authored
Change-Id: Ib80244e04a16354a31efb667126124daeb81896f Signed-off-by:
yeonghun.nam <yeonghun.nam@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/15179Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Jee Hyeok Kim <jihyeok13.kim@samsung.com> (cherry picked from commit d39eed20) Reviewed-on: https://gerrit.iotivity.org/gerrit/16089Tested-by:
jenkins-iotivity <jenkins@iotivity.org>
-
Jung Seungho authored
- Fix on do GET request to discovered resource server. - changed DiResource to RouteResource - code clean up https://jira.iotivity.org/browse/IOT-1604 Change-Id: If1ccc98bb4d8e288d5264d1cadaf540ef0ca4794 Signed-off-by:
Jee Hyeok Kim <jihyeok13.kim@samsung.com> Signed-off-by:
Jung Seungho <shonest.jung@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/14781Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> (cherry picked from commit f1e992e4) Reviewed-on: https://gerrit.iotivity.org/gerrit/16087Tested-by:
jenkins-iotivity <jenkins@iotivity.org>
-
Hauke Mehrtens authored
For Linux we currently only support the following architectures: 'x86', 'x86_64', 'arm', 'arm-v7a', 'armeabi-v7a', 'arm64' explicitly check for those architectures. There is not option with v7a-hard in os_arch_map so it is not possible to select this for target_arch, remove the options here because they are unused. Change-Id: I7078530bc2a89b88c7049cc53e8bb3fbe5d75ca8 Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> Reviewed-on: https://gerrit.iotivity.org/gerrit/15433Reviewed-by:
Phil Coval <philippe.coval@osg.samsung.com> Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com>
-
- 17 Jan, 2017 16 commits
-
-
Dan Mihai authored
Per OCF Core CR 64: add support for a protocol-independent ID of a device, in /oic/d, for use with de-duping information discovered via more than one protocol (OCF, AllJoyn, UPnP, WS-Discovery, etc.). The other protocols already carry a UUID for this purpose. Change-Id: I2c6f5f2a29d09b2a120d450708360bcd61c08b3c Signed-off-by:
Dave Thaler <dthaler@microsoft.com> Signed-off-by:
Dan Mihai <Daniel.Mihai@microsoft.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/14261Reviewed-by:
George Nash <george.nash@intel.com> Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Mike Fenelon <mike.fenelon@microsoft.com>
-
Dave Thaler authored
Change-Id: I797814f281ee6315a00054d4cc9cbc977bdf7e0d Signed-off-by:
Dave Thaler <dthaler@microsoft.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/16123Reviewed-by:
Phil Coval <philippe.coval@osg.samsung.com> Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Dan Mihai <Daniel.Mihai@microsoft.com>
-
Hauke Mehrtens authored
This check is useless, scons already checks this and returns such an error message: Invalid value for option TARGET_ARCH: mips. Valid values are: ['x86', 'x86_64', 'arm', 'arm-v7a', 'armeabi-v7a', 'arm64'] Change-Id: I3f7dd3b9fcae875ab20349203fb77537f24be763 Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> Reviewed-on: https://gerrit.iotivity.org/gerrit/15431Reviewed-by:
Phil Coval <philippe.coval@osg.samsung.com> Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Dave Thaler <dthaler@microsoft.com>
-
jihwan.seo authored
since BT is not mandatory transport type, it causes a waste of resource(memory). thru, it is better to disable. Change-Id: Ic2eabf0166383f7d391197a1fd0a4ac1ed6d185d Signed-off-by:
jihwan.seo <jihwan.seo@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/16419Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Phil Coval <philippe.coval@osg.samsung.com> Reviewed-by:
Jaehong Jo <jaehong.jo@samsung.com> Reviewed-by:
Ashok Babu Channa <ashok.channa@samsung.com>
-
jihwan.seo authored
Change-Id: I81328799cf95ebd85ea7de72faeef783f7be8e71 Signed-off-by:
jihwan.seo <jihwan.seo@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/16423Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Uze Choi <uzchoi@samsung.com> Reviewed-by:
Phil Coval <philippe.coval@osg.samsung.com> Reviewed-by:
Ashok Babu Channa <ashok.channa@samsung.com>
-
yeonghun.nam authored
The cloud implementation is revised, due to the protocol update to the stateless request/response model in the device-to-cloud communication. - Group Management - Group creation implementation - add/update/delete properties - delete group - get group information patch #6: POST /oic/acl/group/ response correction Change-Id: I7db5836bff5b4cb33a7effa523f9388ff4240262 Signed-off-by:
yeonghun.nam <yeonghun.nam@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/14333Reviewed-by:
Jee Hyeok Kim <jihyeok13.kim@samsung.com> Tested-by:
Jee Hyeok Kim <jihyeok13.kim@samsung.com> (cherry picked from commit 834187fe) Reviewed-on: https://gerrit.iotivity.org/gerrit/14585Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Uze Choi <uzchoi@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/16081
-
Jung Seungho authored
- appended uid in AclInvite, Account and AccoutSession in CI - apppeded uid, members in AclGroup, ResourceFind, ResourcePresence and DevicePresence - added logic for verifying accesstoken in AccountManger in AS - fixed testcase Change-Id: I468c13127452edaee7301b9cafd0ab9f28bbf65d Signed-off-by:
Jung Seungho <shonest.jung@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/14341Reviewed-by:
Yeonghun Nam <yeonghun.nam@samsung.com> Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Jee Hyeok Kim <jihyeok13.kim@samsung.com> (cherry picked from commit 186bc52a) Reviewed-on: https://gerrit.iotivity.org/gerrit/14583Reviewed-by:
Uze Choi <uzchoi@samsung.com> Tested-by:
Uze Choi <uzchoi@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/16079
-
abitha.s authored
1. Logs are added with TAG for fetching JNI logs 2. error is renamed for the case of Incorrect input value as JNI_INVALID_VALUE Change-Id: I80e611cfdafdf7785c227db66d07cd7a517d505c Signed-off-by:
abitha.s <abitha.s@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/16431Reviewed-by:
Uze Choi <uzchoi@samsung.com> Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org>
-
Jooseok Park authored
- add the missing header file in installed target header Change-Id: I71b65d6df422bd758e543118c2580ac770213399 Signed-off-by:
JooseokPark <jooseok.park@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/16461Reviewed-by:
Uze Choi <uzchoi@samsung.com> Tested-by:
Uze Choi <uzchoi@samsung.com> (cherry picked from commit 66daa4b7) Reviewed-on: https://gerrit.iotivity.org/gerrit/16463Reviewed-by:
JungYong KIM <jyong2.kim@samsung.com>
-
Parkhi authored
- ES_USER_DENIED_CONFIRMATION_REQ - ES_AUTHENTICATION_FAILURE_WITH_WRONG_CERT - ES_AUTHENTICATION_FAILURE_WITH_WRONG_PIN Change-Id: Iaca2ae2551161685fed738b9a588945938b3cd43 Signed-off-by:
Parkhi <h_w.park@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/16373Reviewed-by:
Jihun Ha <jihun.ha@samsung.com> Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Uze Choi <uzchoi@samsung.com> Tested-by:
Uze Choi <uzchoi@samsung.com>
-
Jongmin Choi authored
- APIs added to update Cloud ACE using aclid and acid - aceid input removed from device side update API Patch #1: initial upload Patch #2: update ACE fix Patch #4: Issue fixed related to update ACE and individual ACE update. Also Acl modification Patch #5: Rebased to latest 1.2-rel Patch #7: isValidACE method added and other issue fix Patch #8-9: delete logic fix, getAclACE added, unnecessary code deleted Change-Id: I8b15fe4556536b4af4d597564ccab4cf66c55e44 Signed-off-by:
Jongmin Choi <jminl.choi@samsung.com> Signed-off-by:
Sunil Kumar K R <sunil.k14@samsung.com> Signed-off-by:
Jongmin Choi <jminl.choi@samsung.com> Signed-off-by:
Sunil Kumar K R <sunil.k14@samsung.com> Signed-off-by:
Jongmin Choi <jminl.choi@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/13049Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Randeep Singh <randeep.s@samsung.com> (cherry picked from commit 1a2e71f9) Reviewed-on: https://gerrit.iotivity.org/gerrit/15279
-
Jongmin Choi authored
Revert https://gerrit.iotivity.org/gerrit/#/c/15451/ and restore rootca.crt in provisioning sample due to Tizen gbsbuild error Patch #1: Initial upload Change-Id: I4691a7bbce822a1cd342c9aa874d3fb8a0fa0a29 Signed-off-by:
Jongmin Choi <jminl.choi@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/15689Reviewed-by:
Jongsung Lee <js126.lee@samsung.com> Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Randeep Singh <randeep.s@samsung.com> (cherry picked from commit c0645c68) Reviewed-on: https://gerrit.iotivity.org/gerrit/16097
-
Andrii Shtompel authored
Change-Id: Id5bfd6b1a08c295b49981bd7b938ec5d23522db4 Signed-off-by:
Andrii Shtompel <a.shtompel@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/15945Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Jongsung Lee <js126.lee@samsung.com> Reviewed-by:
Chul Lee <chuls.lee@samsung.com> Reviewed-by:
Randeep Singh <randeep.s@samsung.com> (cherry picked from commit 33a394c8) Reviewed-on: https://gerrit.iotivity.org/gerrit/16429
-
yeonghun.nam authored
1. GroupManager to manage group management requests - GET oic/acl/group/<gid> - POST oic/acl/group/<gid> - POST oic/acl/group/<gid>?op=add - POST oic/acl/group/<gid>?op=delete - DELETE oic/acl/group/<gid> 2. User Authorization based group management patch #28 #1: resources are not recorded to the group if devices regarding to the resources are already registered to the group patch #28 #2: verification logic is added; when a device is registered to the parent group, recources of the device can be registered to subgroups Change-Id: I5d90a0eea537e43fe06789db1897c90a766e01c5 Signed-off-by:
yeonghun.nam <yeonghun.nam@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/13609Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Jee Hyeok Kim <jihyeok13.kim@samsung.com> (cherry picked from commit a59953bb) Reviewed-on: https://gerrit.iotivity.org/gerrit/14549Reviewed-by:
Uze Choi <uzchoi@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/16075
-
eunok.shin authored
Change-Id: Ie812c968c2b6daa5c7c544e7352b4f94a7d7994d Signed-off-by:
eunok.shin <eunok.shin@samsung.com> Signed-off-by:
yeonghun.nam <yeonghun.nam@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/13611Reviewed-by:
Jee Hyeok Kim <jihyeok13.kim@samsung.com> Tested-by:
Jee Hyeok Kim <jihyeok13.kim@samsung.com> (cherry picked from commit a72600e7) Reviewed-on: https://gerrit.iotivity.org/gerrit/14557Reviewed-by:
Uze Choi <uzchoi@samsung.com> Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-on: https://gerrit.iotivity.org/gerrit/16077
-
Philippe Coval authored
Rely on pkg-config instead. Change-Id: Ieff754b33a21015a17fc9a8d107ee29f1376dfa1 Signed-off-by:
Philippe Coval <philippe.coval@osg.samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/16457Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-