platform/core/connectivity/smartcard-service.git
11 years agoAdjust comment
Wonkyu Kwon [Fri, 15 Feb 2013 03:23:14 +0000 (12:23 +0900)]
Adjust comment

Change-Id: Id173960a85e44d955b6bb29c60efe8837c28e416

11 years agoUpdate smack manifest
Wonkyu Kwon [Fri, 8 Feb 2013 08:05:27 +0000 (17:05 +0900)]
Update smack manifest

 - add rule for sys-assert::core

Change-Id: I0ed22e68d2d0086d071a75ebc3a770a09e9d86f0

11 years agoImplement raising exceptions
Wonkyu Kwon [Fri, 8 Feb 2013 08:05:02 +0000 (17:05 +0900)]
Implement raising exceptions

 - Add exception classes
 - throw exception

Change-Id: Ic331e95057ea09bb3ffc8dd0e072c77f3461fe9d

11 years agoparameter change for getting certinfo from app-id to pkg-id
SangSoo Lee [Fri, 1 Feb 2013 11:38:43 +0000 (20:38 +0900)]
parameter change for getting certinfo from app-id to pkg-id

Change-Id: I44b063885698d6fc5db9d76e3e29f40080b94eac

11 years agoFix the prevent problems
Wonkyu Kwon [Sat, 26 Jan 2013 05:01:03 +0000 (14:01 +0900)]
Fix the prevent problems

 - Check return value

Change-Id: Idcc6e69472630df08310894c3a2b5006adf9b525

11 years agoChange License name in spec file
Jaekyun Lee [Thu, 24 Jan 2013 14:51:08 +0000 (23:51 +0900)]
Change License name in spec file

Change-Id: I0ab5e34140c38dc45f0498eed7573d06798ee02c

11 years agoFix build error
Wonkyu Kwon [Thu, 24 Jan 2013 06:33:39 +0000 (15:33 +0900)]
Fix build error

 - add dependency.

Change-Id: Icf1d1a6102025e96f1455944e53f467a5ba3c1f7

11 years agoModify License File
Jaekyun Lee [Wed, 23 Jan 2013 05:50:46 +0000 (14:50 +0900)]
Modify License File

Change-Id: I115f340cf4c338ef0221d53f030691467dd8b583

11 years agoUpdate version number for release
Jaekyun Lee [Tue, 22 Jan 2013 02:20:43 +0000 (11:20 +0900)]
Update version number for release

Change-Id: Ia4c3a659868e5c1c57c4699274442241098c419d

11 years agoAdd NOTICE, AUTHOR file and modify boilerplate
Jaekyun Lee [Wed, 16 Jan 2013 10:19:41 +0000 (19:19 +0900)]
Add NOTICE, AUTHOR file and modify boilerplate

Change-Id: I18c33a0c86b98a8ca4c48891f69e04a3a8878978

11 years agoChange the rule for releasing resource
Wonkyu Kwon [Tue, 8 Jan 2013 01:57:22 +0000 (10:57 +0900)]
Change the rule for releasing resource

 - delete children instance in destroy function.
   so, you never delete returned instance

Change-Id: I5e00e91a87483766a7fda653b8de5d969e719023

11 years agoChange the authorization sequence
Wonkyu Kwon [Mon, 7 Jan 2013 10:27:12 +0000 (19:27 +0900)]
Change the authorization sequence

 - AccessControlList doesn't include Channel instance.
   You should pass Channel instance when call loadACL().
 - Change getting the Channel sequence.
   1. Open a logical channel.
   2. Check authorized access using opened channel.
   3-1. If it authorized, makes instance and return true.
   3-2. If it doesn't, close opened channel and return false

Change-Id: I693e75a1e1218edef4d6656f7d38c1a9a12e50fd

11 years agochannel change for access control
SangSoo Lee [Thu, 3 Jan 2013 12:50:29 +0000 (21:50 +0900)]
channel change for access control

Change-Id: If053227582775aa471bd552d2e12a35d91dd8512
Signed-off-by: SangSoo Lee <constant.lee@samsung.com>
11 years agoFix the prevent problem
Wonkyu Kwon [Wed, 2 Jan 2013 06:57:08 +0000 (15:57 +0900)]
Fix the prevent problem

 - fix a resource leak in SignatureHelper.cpp

Change-Id: I8749fcf045feebf79ff05481eeb15859077912a1

11 years agosmartcard-service make possible hard float build
i.palachev [Mon, 24 Dec 2012 11:01:53 +0000 (15:01 +0400)]
smartcard-service make possible hard float build

Change-Id: Ifa8e004ce82efe7dbe8c4232ed1350d109528164

11 years agoModify the log message
Jaekyun Lee [Tue, 18 Dec 2012 09:48:50 +0000 (18:48 +0900)]
Modify the log message

- Change the log tag name
- Use the defined log format in dlog.h

Change-Id: Icbc548b191b16b20e1dcb28c609c7fb1884b9521

11 years agocode sync
SangSoo Lee [Tue, 11 Dec 2012 07:55:24 +0000 (16:55 +0900)]
code sync

Change-Id: Ic551a76f2ec79d60e3bb43d42aa836298ecc825d

11 years ago - Fix the prevent problems.
Wonkyu Kwon [Tue, 27 Nov 2012 06:27:12 +0000 (15:27 +0900)]
 - Fix the prevent problems.

Change-Id: If98bfb6e0cd7500b8806fe30b92e008bd4915a62

11 years ago - Fix the timing issue when server reply too fast.
Wonkyu Kwon [Fri, 23 Nov 2012 10:33:53 +0000 (19:33 +0900)]
 - Fix the timing issue when server reply too fast.
 - Adjust memory new/free owner.

Change-Id: I41bdce2d32166eb6fa69c01da5526bcd3f407727

11 years ago - Fix the prevent problems.
Wonkyu Kwon [Fri, 23 Nov 2012 07:02:50 +0000 (16:02 +0900)]
 - Fix the prevent problems.
 - Enhance SE add/remove process

Change-Id: I7a69441cdd7059094be3de3507f5abf8d7c856e5

11 years agoAdd SMACK manifest for smartcard-service-common from private repository
Wonkyu Kwon [Tue, 6 Nov 2012 07:08:07 +0000 (16:08 +0900)]
Add SMACK manifest for smartcard-service-common from private repository

Change-Id: Ie1a00fba25c27f8929008a7a626d7b6d67d82b21

11 years agoUpdate source
Wonkyu Kwon [Tue, 13 Nov 2012 05:06:12 +0000 (14:06 +0900)]
Update source

Change-Id: I4c6446f4f87c4248ad648383c8241e3022850fb0

11 years ago - Add smack manifest
Wonkyu Kwon [Fri, 2 Nov 2012 12:34:57 +0000 (21:34 +0900)]
 - Add smack manifest

Change-Id: I9b91c23f09acb85e836b5a9c4aa7f5dcec8c2d86

11 years agoupdate the latest source 2.0alpha master 2.0_alpha accepted/tizen/20130520.103000 submit/master/20120920.151113 submit/tizen/20130517.015828
Sungjae Lim [Wed, 22 Aug 2012 12:36:29 +0000 (21:36 +0900)]
update the latest source

11 years agoInitial empty repository
Jung Minsun [Tue, 21 Aug 2012 02:18:21 +0000 (11:18 +0900)]
Initial empty repository