Revision: 201004 PDK_3.0.f PDK_3.0.g
authorDremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 26 Jan 2010 13:18:49 +0200
changeset 37 721a5e5fe251
parent 36 a41eacd3dc5e
child 41 9b5a3a9fddf8
child 51 3b7dafebba42
Revision: 201004 Kit: 201004
authenticationservices/authenticationserver/test/tAuthSvr/scripts/SGL.GT0255.301_Test Spec Authentication Server.doc
contentmgmt/contentaccessfwfordrm/engineering/features/SGL.GT0250.135 CAF Developer Test Specification v1.0.doc
contentmgmt/referencedrmagent/RefTestAgent/RefTestAgent/Reftestagentrightsmanager.cpp
cryptomgmtlibs/securitydocs/How-to_Configure_Java_Security_0.3.doc
cryptomgmtlibs/securitydocs/How-to_Configure_Software_Installation_Policies_1.1.doc
cryptomgmtlibs/securitydocs/How-to_Configure_the_File_Certificate_Store_1.1.doc
cryptomgmtlibs/securitydocs/How-to_Configure_the_SWI_Certificate_Store_1.1.doc
cryptomgmtlibs/securitydocs/How-to_Create_a_Root_Certificate_for_Inclusion_in_the_SWI_Certificate_Store_as_a_Trust_Anchor_1.1.doc
cryptomgmtlibs/securitydocs/How-to_Deploy_a_Writeable_SWI_Certificate_Store_1.1.doc
cryptomgmtlibs/securitydocs/How-to_Diagnose_Installation_Failures_1.1.doc
cryptomgmtlibs/securitydocs/How-to_migrate_CryptoSPI_APIs.doc
cryptomgmtlibs/securitydocs/Introduction_Cryptography_And_Key_Management.doc
cryptomgmtlibs/securitydocs/SGL.GT0176.053.Rev2.1_DRM_Functional_Specification.doc
cryptomgmtlibs/securitydocs/SGL.GT0235.201_Security_9.2_Functional_Specification.doc
cryptomgmtlibs/securitydocs/SGL.GT0235.253_Native_SWI_UI_Flow.doc
cryptomgmtlibs/securitydocs/SGL.GT0255.265_Security Subsystem Architectural Description.doc
cryptomgmtlibs/securitydocs/SGL.GT0255.350_SWI_Troubleshooting.doc
cryptomgmtlibs/securitydocs/SGL.GT0255.351_Security_Release_Note.doc
cryptomgmtlibs/securitydocs/SGL.GT0256.350_How_to_Configure_Symbian_Security_Components.doc
cryptomgmtlibs/securitydocs/SGL.TS0013.604_Secure Software Install Design.doc
cryptomgmtlibs/securitydocs/SWI UI Callback Sequence.doc
cryptomgmtlibs/securitydocs/Software_Install_SIS File Format.doc
cryptomgmtlibs/securitytestfw/test/autotesting/hosts
cryptomgmtlibs/securitytestfw/test/autotesting/sdp_bld.inf
cryptoservices/certificateandkeymgmt/documentation/How to build a certclients file.doc
cryptoservices/certificateandkeymgmt/tcertstore/scripts/DLL testspec.doc
cryptoservices/filebasedcertificateandkeystores/test/ttesttools/documentation/sec ttesttools Test Suite Description Document.doc
securityanddataprivacytools/securitytools/documentation/SGL.GT0379.357_CR1392_UserGuide.doc
Binary file authenticationservices/authenticationserver/test/tAuthSvr/scripts/SGL.GT0255.301_Test Spec Authentication Server.doc has changed
Binary file contentmgmt/contentaccessfwfordrm/engineering/features/SGL.GT0250.135 CAF Developer Test Specification v1.0.doc has changed
--- a/contentmgmt/referencedrmagent/RefTestAgent/RefTestAgent/Reftestagentrightsmanager.cpp	Fri Jan 22 11:10:12 2010 +0200
+++ b/contentmgmt/referencedrmagent/RefTestAgent/RefTestAgent/Reftestagentrightsmanager.cpp	Tue Jan 26 13:18:49 2010 +0200
@@ -46,27 +46,35 @@
 	{
 	TRightsStatus rightsStatus= ERightsStatusNone;
 	CRightsInfo *rightsInfo = CRightsInfo::NewL(KRightsDescription(), KRightsUniqueId(), ERightsTypeConsumable , rightsStatus);
+	CleanupStack::PushL(rightsInfo);
 	aArray.AppendL(rightsInfo);
+	CleanupStack::Pop(rightsInfo);
 	}
 	
 void  CRefTestAgentRightsManager::ListRightsL (RStreamablePtrArray< CRightsInfo > &aArray, const TDesC &) const
 	{
 	TRightsStatus rightsStatus= ERightsStatusNone;
 	CRightsInfo *rightsInfo = CRightsInfo::NewL(KRightsDescription(), KRightsUniqueId(), ERightsTypeConsumable , rightsStatus);
+	CleanupStack::PushL(rightsInfo);
 	aArray.AppendL(rightsInfo);
+	CleanupStack::Pop(rightsInfo);
 	}
 	
 void  CRefTestAgentRightsManager::ListRightsL (RStreamablePtrArray< CRightsInfo > &aArray, TVirtualPathPtr &/*aVirtualPath*/) const
 	{
 	TRightsStatus rightsStatus= ERightsStatusNone;
 	CRightsInfo *rightsInfo = CRightsInfo::NewL(KRightsDescription(), KRightsUniqueId(), ERightsTypeConsumable , rightsStatus);
+	CleanupStack::PushL(rightsInfo);
 	aArray.AppendL(rightsInfo);
+	CleanupStack::Pop(rightsInfo);
 	}
 	
 void  CRefTestAgentRightsManager::ListContentL (RStreamablePtrArray< CVirtualPath > &aArray, CRightsInfo &aRightsInfo) const
 	{
 	CVirtualPath *virtualPath= CVirtualPath::NewL(aRightsInfo.Description());
+	CleanupStack::PushL(virtualPath);
 	aArray.AppendL(virtualPath);
+	CleanupStack::Pop(virtualPath);
 	}
 	
 MAgentRightsBase *CRefTestAgentRightsManager::GetRightsDataL (const CRightsInfo &/*aRightsInfo*/) const
Binary file cryptomgmtlibs/securitydocs/How-to_Configure_Java_Security_0.3.doc has changed
Binary file cryptomgmtlibs/securitydocs/How-to_Configure_Software_Installation_Policies_1.1.doc has changed
Binary file cryptomgmtlibs/securitydocs/How-to_Configure_the_File_Certificate_Store_1.1.doc has changed
Binary file cryptomgmtlibs/securitydocs/How-to_Configure_the_SWI_Certificate_Store_1.1.doc has changed
Binary file cryptomgmtlibs/securitydocs/How-to_Create_a_Root_Certificate_for_Inclusion_in_the_SWI_Certificate_Store_as_a_Trust_Anchor_1.1.doc has changed
Binary file cryptomgmtlibs/securitydocs/How-to_Deploy_a_Writeable_SWI_Certificate_Store_1.1.doc has changed
Binary file cryptomgmtlibs/securitydocs/How-to_Diagnose_Installation_Failures_1.1.doc has changed
Binary file cryptomgmtlibs/securitydocs/How-to_migrate_CryptoSPI_APIs.doc has changed
Binary file cryptomgmtlibs/securitydocs/Introduction_Cryptography_And_Key_Management.doc has changed
Binary file cryptomgmtlibs/securitydocs/SGL.GT0176.053.Rev2.1_DRM_Functional_Specification.doc has changed
Binary file cryptomgmtlibs/securitydocs/SGL.GT0235.201_Security_9.2_Functional_Specification.doc has changed
Binary file cryptomgmtlibs/securitydocs/SGL.GT0235.253_Native_SWI_UI_Flow.doc has changed
Binary file cryptomgmtlibs/securitydocs/SGL.GT0255.265_Security Subsystem Architectural Description.doc has changed
Binary file cryptomgmtlibs/securitydocs/SGL.GT0255.350_SWI_Troubleshooting.doc has changed
Binary file cryptomgmtlibs/securitydocs/SGL.GT0255.351_Security_Release_Note.doc has changed
Binary file cryptomgmtlibs/securitydocs/SGL.GT0256.350_How_to_Configure_Symbian_Security_Components.doc has changed
Binary file cryptomgmtlibs/securitydocs/SGL.TS0013.604_Secure Software Install Design.doc has changed
Binary file cryptomgmtlibs/securitydocs/SWI UI Callback Sequence.doc has changed
Binary file cryptomgmtlibs/securitydocs/Software_Install_SIS File Format.doc has changed
--- a/cryptomgmtlibs/securitytestfw/test/autotesting/hosts	Fri Jan 22 11:10:12 2010 +0200
+++ b/cryptomgmtlibs/securitytestfw/test/autotesting/hosts	Tue Jan 26 13:18:49 2010 +0200
@@ -1,2 +1,2 @@
-10.253.27.175  cam-ocsptest01.intra
-10.253.27.175  cam-OCSPTEST01.prod.ad.symbian.intra
+10.253.18.15  cam-ocsptest01.intra
+10.253.18.15  cam-OCSPTEST01.prod.ad.symbian.intra
--- a/cryptomgmtlibs/securitytestfw/test/autotesting/sdp_bld.inf	Fri Jan 22 11:10:12 2010 +0200
+++ b/cryptomgmtlibs/securitytestfw/test/autotesting/sdp_bld.inf	Tue Jan 26 13:18:49 2010 +0200
@@ -66,6 +66,7 @@
 
 #include "os/security/authorisation/userpromptservice/group/bld.inf"
 #include "os/security/authorisation/userpromptutils/group/bld.inf"
+#include "app/techview/securityapps/securityupstechview/group/bld.inf"
 
 
 #ifdef SYMBIAN_AUTH_SERVER
Binary file cryptoservices/certificateandkeymgmt/documentation/How to build a certclients file.doc has changed
Binary file cryptoservices/certificateandkeymgmt/tcertstore/scripts/DLL testspec.doc has changed
Binary file cryptoservices/filebasedcertificateandkeystores/test/ttesttools/documentation/sec ttesttools Test Suite Description Document.doc has changed
Binary file securityanddataprivacytools/securitytools/documentation/SGL.GT0379.357_CR1392_UserGuide.doc has changed