[IOT-1582] Change "PUT" to count as "Create" and never as "Update"
authorNathan Heldt-Sheller <nathan.heldt-sheller@intel.com>
Mon, 21 Nov 2016 19:41:01 +0000 (11:41 -0800)
committerRandeep Singh <randeep.s@samsung.com>
Thu, 24 Nov 2016 04:26:20 +0000 (04:26 +0000)
commitda4ccd548c926669896e844a672edb32f8de6d70
treedcc157c609da498c2a8d94cc73c2788197f38489
parent9524976da93a87f1b74e550a672a431e63e858f3
[IOT-1582] Change "PUT" to count as "Create" and never as "Update"

Per Core Spec conventions, even though PUT is technically legal
for Create or Update, PUT is only ever used for Create.  Therefore
we need to change the CRUDN permission bit check in security layer.

Updated Readme.scons.txt and README-building-and-running-secure-IoTivity-
stack.txt to clarify build and use of secure IoTivity stack.

Change-Id: Id362c9c0225e53240b2d1f844c5f05d55cfa2938
Signed-off-by: Nathan Heldt-Sheller <nathan.heldt-sheller@intel.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/14579
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Phil Coval <philippe.coval@osg.samsung.com>
Reviewed-by: Kevin Kane <kkane@microsoft.com>
Reviewed-by: Craig Pratt <craig@ecaspia.com>
Reviewed-by: Greg Zaverucha <gregz@microsoft.com>
Reviewed-by: Uze Choi <uzchoi@samsung.com>
Readme.scons.txt
resource/csdk/security/README-building-and-running-secure-IoTivity-stack.txt
resource/csdk/security/src/policyengine.c
resource/csdk/stack/samples/linux/secure/occlientbasicops.cpp
resource/csdk/stack/samples/linux/secure/ocserverbasicops.cpp