platform/core/security/libwebappenc.git
8 years agoFix C code naming rules & minor fixes 97/80397/4
Kyungwook Tak [Mon, 18 Jul 2016 02:28:53 +0000 (11:28 +0900)]
Fix C code naming rules & minor fixes

- Remove some goto label which isn't needed
- Change 'num' param of strncmp / strncpy with meaningful value
  (static buffer's size)
- Add const to unsigned char array input param
- Change param names (c string array and raw buffer array)
  const char *pPkgId -> pkgId
  unsigned char *pDek -> dek
  unsigned char **ppDek -> pDek
- Change all camel naminges to underbar
- Remove null checking before call free()
  free() does nothing if ptr is null pointer.
  (refer: http://linux.die.net/man/3/free)
- Add missing closedir() after opendir()

Change-Id: I7e5888ed3dc77e5355cfc441f10dc0d6d916921c
Signed-off-by: Kyungwook Tak <k.tak@samsung.com>
8 years agoApply boost test framework 45/80245/2
Kyungwook Tak [Fri, 15 Jul 2016 10:42:35 +0000 (19:42 +0900)]
Apply boost test framework

run with sdb root on  : wae_tests --run_test=SYSTEM
run with sdb root off : wae_tests --run_test=USER

Change-Id: I0792e1e649f5e36c6f8715047f5ba5fd9ec48ecf
Signed-off-by: Kyungwook Tak <k.tak@samsung.com>
8 years agoAdd test manifest for exec labeling 84/80184/1
Kyungwook Tak [Fri, 15 Jul 2016 06:01:54 +0000 (15:01 +0900)]
Add test manifest for exec labeling

Change-Id: Ib54e8558417b8f32782c7ada3d6bdda8999a5b0f
Signed-off-by: Kyungwook Tak <k.tak@samsung.com>
8 years agoApply coding style of tizen by astyle 62/80162/1
Kyungwook Tak [Fri, 15 Jul 2016 04:27:01 +0000 (13:27 +0900)]
Apply coding style of tizen by astyle

Change-Id: I495bcdeae8705c2bb8b605762e31458919736926
Signed-off-by: Kyungwook Tak <k.tak@samsung.com>
8 years agoUse stdbool instead of macro for boolean 54/80154/1
Kyungwook Tak [Fri, 15 Jul 2016 02:52:13 +0000 (11:52 +0900)]
Use stdbool instead of macro for boolean

Change-Id: I6d95a582cd8d2ec52adb314a167bd42dd386ac0b
Signed-off-by: Kyungwook Tak <k.tak@samsung.com>
8 years agoRevert "change installer smack label from User to System" 81/76681/1 accepted/tizen/common/20160627.191844 accepted/tizen/ivi/20160627.090755 accepted/tizen/mobile/20160627.090706 accepted/tizen/tv/20160627.090722 accepted/tizen/wearable/20160627.090736 submit/tizen/20160627.012303
Dongsun Lee [Mon, 27 Jun 2016 01:09:00 +0000 (10:09 +0900)]
Revert "change installer smack label from User to System"

This reverts commit d1da2aa31e64a93d1e1f5b3c7586c6a4186df4f3.
The smack labels of xxx-backend was changed into User label again.

Change-Id: Ic50ef8739d9e39914d518d1e063eec9a62a7831d

8 years agochange installer smack label from User to System 79/75679/1 accepted/tizen/common/20160621.184344 accepted/tizen/ivi/20160622.021544 accepted/tizen/mobile/20160622.021453 accepted/tizen/tv/20160622.021510 accepted/tizen/wearable/20160622.021524 submit/tizen/20160621.040925
Dongsun Lee [Tue, 21 Jun 2016 04:04:32 +0000 (13:04 +0900)]
change installer smack label from User to System

Change-Id: I1522806cb2b7511455821134f8ae42a53a575e6e
Signed-off-by: Dongsun Lee <ds73.lee@samsung.com>
8 years agoFix SVACE defects 05/61905/1 accepted/tizen/common/20160321.150912 accepted/tizen/ivi/20160321.114455 accepted/tizen/mobile/20160321.114347 accepted/tizen/tv/20160321.114409 accepted/tizen/wearable/20160321.114428 submit/tizen/20160321.065608
Kyungwook Tak [Fri, 11 Mar 2016 06:00:47 +0000 (15:00 +0900)]
Fix SVACE defects

Remove unused values in test code
Handle negative return value from ftell

Change-Id: I331e1335ad900ef9e5ec4523a832ec2c38dfb7f8
Signed-off-by: Kyungwook Tak <k.tak@samsung.com>
8 years agoUse snprintf instead of sprintf to be safe 45/60845/1 accepted/tizen/common/20160303.110357 accepted/tizen/ivi/20160305.090455 accepted/tizen/mobile/20160305.090405 accepted/tizen/tv/20160305.090421 accepted/tizen/wearable/20160305.090436 submit/tizen/20160303.045232
Kyungwook Tak [Wed, 2 Mar 2016 11:45:52 +0000 (20:45 +0900)]
Use snprintf instead of sprintf to be safe

Change-Id: I664d9f039b09b576c4ebe84c29d8a7c459bc1384
Signed-off-by: Kyungwook Tak <k.tak@samsung.com>
8 years agoRefine spec file 44/60844/1
Kyungwook Tak [Wed, 2 Mar 2016 11:13:42 +0000 (20:13 +0900)]
Refine spec file

- Fix groups
- Remove non-used definition
- Use macros

Change-Id: I109ebe1280138c23bbd12f7f97e7665110cdd646
Signed-off-by: Kyungwook Tak <k.tak@samsung.com>
8 years agoAdd gitignore file 43/60843/1
Kyungwook Tak [Wed, 2 Mar 2016 11:06:36 +0000 (20:06 +0900)]
Add gitignore file

Change-Id: I79f9c4e40c72bcbe29fd1bb662566a7c614cb2ca
Signed-off-by: Kyungwook Tak <k.tak@samsung.com>
8 years agoRemove tz platform config devel dependency 13/54213/1 accepted/tizen/ivi/20160218.024024 accepted/tizen/mobile/20151214.233512 accepted/tizen/tv/20151214.233528 accepted/tizen/wearable/20151214.233541 submit/tizen/20151214.075511 submit/tizen_common/20151229.142028 submit/tizen_common/20151229.144031 submit/tizen_common/20151229.154718 submit/tizen_ivi/20160217.000000 submit/tizen_ivi/20160217.000003
Kyungwook Tak [Mon, 14 Dec 2015 07:00:28 +0000 (16:00 +0900)]
Remove tz platform config devel dependency

Change-Id: I37a0eb70b2a89f5deb86d312473d31533bb8a4a2
Signed-off-by: Kyungwook Tak <k.tak@samsung.com>
9 years agochange ckmc_owner_id_system to ckmc_owner_id_system 93/48493/2 accepted/tizen/mobile/20150922.232559 accepted/tizen/tv/20150922.232608 accepted/tizen/wearable/20150922.232623 submit/tizen/20150922.074747 submit/tizen_common/20151015.190624 submit/tizen_common/20151019.135620 tizen_3.0.m2.a1_mobile_release tizen_3.0.m2.a1_tv_release
Dongsun Lee [Tue, 22 Sep 2015 07:34:18 +0000 (16:34 +0900)]
change ckmc_owner_id_system to ckmc_owner_id_system

Change-Id: I80623a8502d4a443718e5ecf449818fc75e731c1
Signed-off-by: Dongsun Lee <ds73.lee@samsung.com>
9 years agoChange alias because wrt-installer backend runs with owner uid 13/48413/1 accepted/tizen/mobile/20150922.001121 accepted/tizen/tv/20150922.001137 accepted/tizen/wearable/20150922.001155 submit/tizen/20150921.104519
Dongsun Lee [Mon, 21 Sep 2015 10:43:09 +0000 (19:43 +0900)]
Change alias because wrt-installer backend runs with owner uid

Change-Id: Icee00ba20a651600bb64ed045910fddba9bf915b
Signed-off-by: Dongsun Lee <ds73.lee@samsung.com>
9 years agochange API signatures to support GLOBAL app and NORMAL app at the same time 07/46007/2 tizen_3.0.m1_mobile tizen_3.0.m1_tv accepted/tizen/mobile/20150820.115727 accepted/tizen/tv/20150820.115853 accepted/tizen/wearable/20150820.115949 submit/tizen/20150820.083859 submit/tizen/20150820.084129 submit/tizen_common/20151023.083358 submit/tizen_common/20151026.085049 tizen_3.0.m1_mobile_release tizen_3.0.m1_tv_release
Dongsun Lee [Thu, 13 Aug 2015 07:35:58 +0000 (16:35 +0900)]
change API signatures to support GLOBAL app and NORMAL app at the same time

Change-Id: Ic9a60b295bff13bb59c1c6990dfbad569e92c267
Signed-off-by: Dongsun Lee <ds73.lee@samsung.com>
9 years agobug fix in test codes for 64bit build 27/44627/1 accepted/tizen/mobile/20150724.055328 accepted/tizen/tv/20150724.055342 accepted/tizen/wearable/20150724.055402 submit/tizen/20150724.052048
Dongsun Lee [Fri, 24 Jul 2015 05:17:54 +0000 (14:17 +0900)]
bug fix in test codes for 64bit build

Change-Id: If64499d0636ea6a08d9a96f73f83fa7d57d858e4
Signed-off-by: Dongsun Lee <ds73.lee@samsung.com>
9 years agoinitial version 75/39875/8
Dongsun Lee [Tue, 26 May 2015 00:42:38 +0000 (09:42 +0900)]
initial version

Change-Id: Ibb7891bee67bdd82f34187f5da2fc3c4bbfa8fcd
Signed-off-by: Dongsun Lee <ds73.lee@samsung.com>
9 years agoInitial empty repository master
Jeonghoon Jeon [Tue, 17 Mar 2015 02:35:01 +0000 (19:35 -0700)]
Initial empty repository