- 19 Mar, 2016 2 commits
-
-
js126.lee authored
Accoding to conclusion of OCF Securit TG, the code number of TLS_ECDH_anon_WITH_AES_128_CBC_SHA256 is changed to 0xFF00 as OCF Vendor Specific Ciphersuite. Change-Id: I24456049608a8559bd8082ab359e4a2b3c0a00b8 Signed-off-by:
js126.lee <js126.lee@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/6095Reviewed-by:
Kyungsun Cho <goodsun.cho@samsung.com> Reviewed-by:
dongik Lee <dongik.lee@samsung.com> Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Randeep Singh <randeep.s@samsung.com>
-
jihwan.seo authored
Change-Id: I22dc91b6361da26830490dbf7c5b773473ccd4e8 Signed-off-by:
jihwan.seo <jihwan.seo@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/5993Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Jon A. Cruz <jon@joncruz.org>
-
- 18 Mar, 2016 3 commits
-
-
hyuna0213.jo authored
according to the block-wise transfer specification, block messages should be transmitted with request-response pairs of information from a resource representation. current block-wise transfer logic did not handle non-confirmable message like a specification. Change-Id: I6305bf14166720638c86eae8dc21aa5903f5b7f4 Signed-off-by:
hyuna0213.jo <hyuna0213.jo@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/5699Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Ashok Babu Channa <ashok.channa@samsung.com>
-
js126.lee authored
- Patch 1: If timeout is 0, return error. - Patch 2: Add unittest - Patch 3: Modify file mode Change-Id: I571615ffe4d00dc1feff94d9b39525eabc75d215 Signed-off-by:
js126.lee <js126.lee@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/6061Reviewed-by:
Yonggoo Kang <ygace.kang@samsung.com> Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Randeep Singh <randeep.s@samsung.com>
-
lankamadan authored
- This file is need for easysetup secured mediator for storing the creds and enrollee information Change-Id: I3a11c332167dd3969f3fc9dee9b8455aebf8cc51 Signed-off-by:
lankamadan <lanka.madan@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/6049Reviewed-by:
Sandipan Patra <sandipan.p@samsung.com> Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org>
-
- 17 Mar, 2016 10 commits
-
-
Jaehong Jo authored
Change-Id: I7097cca593daacf20e596f664d050558155d0dce Signed-off-by:
Jaehong Jo <jaehong.jo@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/5971Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Jon A. Cruz <jon@joncruz.org>
-
lankamadan authored
Change-Id: I0f457d03afebae55005924d035a0762dbd5d7b66 Signed-off-by:
lankamadan <lanka.madan@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/5969Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Jon A. Cruz <jon@joncruz.org>
-
Jaewook Jung authored
Change-Id: I1a90bc9959e2049dd04d12ef90e5476608357681 Signed-off-by:
Jaewook Jung <jw0213.jung@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/5995Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Jon A. Cruz <jon@joncruz.org>
-
Manoj Gupta authored
Change-Id: If26833e70cae1d6f201fa90dac2a67751413dadb Signed-off-by:
Manoj Gupta <manoj.g2@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/5979Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Joonghwan Lee <jh05.lee@samsung.com> Reviewed-by:
Jon A. Cruz <jon@joncruz.org>
-
Manoj Gupta authored
Change-Id: Ic9132465481b6ba8f4afb1a3b9a6d38956f3ac30 Signed-off-by:
Manoj Gupta <manoj.g2@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/5977Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Jon A. Cruz <jon@joncruz.org>
-
jw0213.jung authored
When call the function constructResourceObject(..), the first parameter is a string for a host address of the server. The string could be a IPv4 form or IPv6 or MAC. But there is no parsing logic for MAC address form(xx:xx:xx:xx:xx:xx). Without this, MAC is parsed as IPv4 which does not work properly. (the first block as IP address, the second one is port number, and lasts are ignored) So I added the MAC parsing logic with checking a validity of address. Change-Id: I2fc5a14b400605c9255173bbddc2ff7a4bae0551 Signed-off-by:
Jaewook Jung <jw0213.jung@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/5593Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Jon A. Cruz <jon@joncruz.org>
-
sahil bansal authored
Change-Id: I5f140fcf7895b2e6b517b4588655a3be483c6bb1 Signed-off-by:
sahil bansal <sahil.bansal@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/5791Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Randeep Singh <randeep.s@samsung.com>
-
Jee Hyeok Kim authored
1. Add reference to use sleep function Change-Id: I0a6eec951f4c3b82ba77cf01a93c441fef7966d3 Signed-off-by:
Jee Hyeok Kim <jihyeok13.kim@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/5989Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org>
-
hyuna0213.jo authored
Changed tcp adapter start logic to create accept socket only when host is server. Change-Id: If0c20f20e8bacdcca63b20e0b204e87c7d1e78df Signed-off-by:
hyuna0213.jo <hyuna0213.jo@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/5941Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
jihwan seo <jihwan.seo@samsung.com> Reviewed-by:
Jee Hyeok Kim <jihyeok13.kim@samsung.com>
-
hyuna0213.jo authored
The first nibble of the frame is used to indecate the length of the options/payload. and if a value is 13, an 8-bit unsigned integer follows the initial byte and indicates the length of options/payload minus 13. even in case the length of options/payload is 13, an 8-bit unsigned interger has to be used to indicate 0. Change-Id: I580e126755ae4b3018fe7eb11eae34035b0efa6c Signed-off-by:
hyuna0213.jo <hyuna0213.jo@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/5901Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Jee Hyeok Kim <jihyeok13.kim@samsung.com>
-
- 16 Mar, 2016 11 commits
-
-
Jee Hyeok Kim authored
1. Fix PUT and Observe relay 2. Add PUT and Observe scenario for native sample client 3. Add Testcases for cloud stack 4. Remove Net Utility for logging local IP address Change-Id: I03c0bd9afc553e1705c67f24db0d4420405fdf1d Signed-off-by:
Jee Hyeok Kim <jihyeok13.kim@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/5847Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org>
-
Jee Hyeok Kim authored
Change-Id: I07365483238951bde700b25893f2b060511cf567 Signed-off-by:
Jee Hyeok Kim <jihyeok13.kim@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/5949Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org>
-
Jaewook Jung authored
In CACheckBlockDataValidation(), crash error occurs when sending response as CACreateBlockDatablockId() tries to refer requestInfo only for sendData. Change-Id: I2a7fc7ec17500f1c71e59d7181af81a77ac93705 Signed-off-by:
Jaewook Jung <jw0213.jung@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/5923Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Ashok Babu Channa <ashok.channa@samsung.com>
-
Manoj Gupta authored
Change-Id: I27373ad264716f7a6b3b834f794e66b9a7f64b71 Signed-off-by:
Manoj Gupta <manoj.g2@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/5883Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Madan Lanka <lanka.madan@samsung.com>
-
G S Senthil Kumar authored
Included a necessary header file(algorithm) to prevent build failures when using boost version(1.46). Change-Id: I4c6e9829d6b1a59f7c6f745551ef92ee6514df26 Signed-off-by:
G S Senthil Kumar <senthil.gs@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/5873Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Madan Lanka <lanka.madan@samsung.com>
-
Jay Sharma authored
- [Enrollee] Moved files from inc to src folder (which are not exposed to developers) Change-Id: I93c3703c39556a2673e034ede4890d1f4ef10b71 Signed-off-by:
Jay Sharma <jay.sharma@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/5871Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Madan Lanka <lanka.madan@samsung.com>
-
Jay Sharma authored
- Updated the UnitTest cases for Mediator RichSDK. Change-Id: I1cb137ba826ca9681faaa9e81856bc74a10bc173 Signed-off-by:
Jay Sharma <jay.sharma@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/5887Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Madan Lanka <lanka.madan@samsung.com>
-
Ashwini Kumar authored
- ocprovision has moved from static to shared lib - build dependecncy for include file Change-Id: I5d2ba0ecd506c3e3dfd15ff2670d2eb322de61e3 Signed-off-by:
Ashwini Kumar <k.ashwini@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/5885Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Jon A. Cruz <jon@joncruz.org>
-
Sandipan Patra authored
Change-Id: If7b28c30af4093771aee724356114ca5d4929cd4 Signed-off-by:
Sandipan Patra <sandipan.p@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/5849Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Jon A. Cruz <jon@joncruz.org>
-
Jay Sharma authored
- Updated Doxygen and javadoc updates for easysetup service based on latest folder structure Change-Id: I4a3d888fb30a6a334aba3d7cd5fe4ed019b2ed75 Signed-off-by:
Jay Sharma <jay.sharma@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/5825Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Madan Lanka <lanka.madan@samsung.com>
-
G S Senthil Kumar authored
This change includes fix for all klocwork reported issues in native and java layer. Change-Id: Ibba5d478e64251636c8ef514c52b9e9bd6f36442 Signed-off-by:
G S Senthil Kumar <senthil.gs@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/5749Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Madan Lanka <lanka.madan@samsung.com>
-
- 15 Mar, 2016 9 commits
-
-
leechul authored
[Patch #1] Intial upload. [Patch #2] Modify provisionig sample's SConscript to ignore sample codes in case of tizen. * The json file will be copied in case of tizen. [Patch #3] Remove the segmentation fault in debug mode. [Patch #4] Modify the build script to not include security samples in case of tizen build. [Patch #5] Revmoe the printf Change-Id: I88b9b5b68bc641f219bcf0c26dbf1dd4c61ae177 Signed-off-by:
leechul <chuls.lee@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/5897Reviewed-by:
Jongsung Lee <js126.lee@samsung.com> Reviewed-by:
dongik Lee <dongik.lee@samsung.com> Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Randeep Singh <randeep.s@samsung.com>
-
Philippe Coval authored
Problem was observed while building on Tizen:2.4:Mobile (g++ 4.9.2): libresource_hosting.so: undefined reference to \ `OIC::Service::RCSResourceObject::Builder::Builder(std::string const&, std::string const&, std::string const&)' This message appeared while building RHSampleApp using tizen-sdk 2.4.0 Rev4 with imported libs (built with gbs from Tizen:2.4:Mobile repo) Change-Id: I3064b9e7234edcabbefe40b5e469413e72127fae Origin: https://github.com/TizenTeam/iotivity/tree/sandbox/pcoval/for-upstreamSigned-off-by:
Philippe Coval <philippe.coval@osg.samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/5575Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Ziran Sun <ziran.sun@samsung.com> Reviewed-by:
Robert Spielmann <spielmann@kellendonk.de>
-
Jaewook Jung authored
In CAEDRNativeReadData(), getting a address string of the device is unnecessary unless inputstream is available. Change-Id: Ic1d363bc42eaeb948fe8f6ee5f4fddcec3d35086 Signed-off-by:
Jaewook Jung <jw0213.jung@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/5721Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
jihwan seo <jihwan.seo@samsung.com> Reviewed-by:
Jon A. Cruz <jon@joncruz.org>
-
Jaewook Jung authored
Change-Id: Id7b89929a8497a041590b60e91f2ad33d51ce0c1 Signed-off-by:
Jaewook Jung <jw0213.jung@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/5585Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Jon A. Cruz <jon@joncruz.org>
-
Jaewook Jung authored
code clean up and remove unnecessary code in cablockwisetransfer Change-Id: I92836df67c3b5ec128915baad9936aedad176b53 Signed-off-by:
Jaewook Jung <jw0213.jung@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/5667Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Jon A. Cruz <jon@joncruz.org>
-
jihwan.seo authored
Device name has to be included in advertise packet after Android API 23. Change-Id: I0379e1fc1d7675088739f07a47b0d0171e9f57eb Signed-off-by:
jihwan.seo <jihwan.seo@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/5675Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Jon A. Cruz <jon@joncruz.org>
-
Randeep authored
Max array of size 40 is not adequate for storing address ipv6 address. Thus increased the value from 40 to 56. Change-Id: Icd63c11365cefc2576043c87ef54802b5028c971 Signed-off-by:
Randeep Singh <randeep.s@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/5411Reviewed-by:
Ashwini Kumar <k.ashwini@samsung.com> Reviewed-by:
Chul Lee <chuls.lee@samsung.com> Reviewed-by:
Junghyun Oh <junghyun.oh@samsung.com> Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> (cherry picked from commit 01856512) Reviewed-on: https://gerrit.iotivity.org/gerrit/5899
-
Philippe Coval authored
Problem was observed while building on Tizen:2.4:Mobile (g++ 4.9.2): error: 'condition_variable' in namespace 'std' does not name a type std::condition_variable cond; Change-Id: I03b03af4693738c6a852b0d03b6d6a2744a87109 Origin: https://github.com/TizenTeam/iotivity/tree/sandbox/pcoval/for-upstreamSigned-off-by:
Philippe Coval <philippe.coval@osg.samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/5577Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Mats Wichmann <mats@osg.samsung.com> Reviewed-by:
Robert Spielmann <spielmann@kellendonk.de> Reviewed-by:
Jee Hyeok Kim <jihyeok13.kim@samsung.com>
-
jihwan.seo authored
Change-Id: I16b02d35ae36feacb6472a73796cb1b9e24636bb Signed-off-by:
jihwan.seo <jihwan.seo@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/5631Reviewed-by:
Phil Coval <philippe.coval@osg.samsung.com> Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Ashok Babu Channa <ashok.channa@samsung.com>
-
- 14 Mar, 2016 5 commits
-
-
hyuna0213.jo authored
Currently If new connection is created with remote device, received first data from remote device can be processed after select timeout. because select() is blocking function. so I added connection file descriptor to update read file descriptor list after receiving connection event. Change-Id: I26d1ee95b3c252194c38d47490b972193e693e77 Signed-off-by:
hyuna0213.jo <hyuna0213.jo@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/5569Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Jon A. Cruz <jon@joncruz.org> Reviewed-on: https://gerrit.iotivity.org/gerrit/5731Reviewed-by:
Jaehong Jo <jaehong.jo@samsung.com> Reviewed-by:
Jee Hyeok Kim <jihyeok13.kim@samsung.com>
-
Jihun Ha authored
The current public OIC spec.(v0.9.9) has introduced the resource type, wrongly. It would be "oic.wk.scenemember". Change-Id: I768c086f75f0bf281558e582cdee264ddc16709c Signed-off-by:
Jihun Ha <jihun.ha@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/5697Reviewed-by:
JungYong KIM <jyong2.kim@samsung.com> Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
Philippe Coval authored
Problem was observed while building on Tizen:2.4:Mobile (g++ 4.9.2): error: 'condition_variable' in namespace 'std' does not name a type std::condition_variable cond; Change-Id: Ieaff9bb24e0dd44e6660c7e2ac2d5d718e4270e2 Origin: https://github.com/TizenTeam/iotivity/tree/sandbox/pcoval/for-upstreamSigned-off-by:
Philippe Coval <philippe.coval@osg.samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/5579Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Mats Wichmann <mats@osg.samsung.com> Reviewed-by:
Sanjeev BA <as2902.b@samsung.com> Reviewed-by:
JungHo Kim <jhyo.kim@samsung.com>
-
Jihun Ha authored
I've added condition_variable header file because it is required for some compilers. Change-Id: I68655e613a10b3c8941fd743651d304999272160 Signed-off-by:
Jihun Ha <jihun.ha@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/5715Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
JungHo Kim <jhyo.kim@samsung.com>
-
jaesick.shin authored
Generate response test(Actuator Interface, Custom Interface) InterfaceHandler.cpp file not contains LICENSE Added LICENSE Change-Id: I034f43f6524ed630ed806173ffa3db267308dec5 Signed-off-by:
jaesick.shin <jaesick.shin@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/5657Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
JungHo Kim <jhyo.kim@samsung.com>
-