# HG changeset patch # User Dremov Kirill (Nokia-D-MSW/Tampere) # Date 1264504729 -7200 # Node ID 721a5e5fe2519e43d0e5a5f1c198219ab00b02e4 # Parent a41eacd3dc5ecc58b6a820e089c893522ec79571 Revision: 201004 Kit: 201004 diff -r a41eacd3dc5e -r 721a5e5fe251 authenticationservices/authenticationserver/test/tAuthSvr/scripts/SGL.GT0255.301_Test Spec Authentication Server.doc Binary file authenticationservices/authenticationserver/test/tAuthSvr/scripts/SGL.GT0255.301_Test Spec Authentication Server.doc has changed diff -r a41eacd3dc5e -r 721a5e5fe251 contentmgmt/contentaccessfwfordrm/engineering/features/SGL.GT0250.135 CAF Developer Test Specification v1.0.doc Binary file contentmgmt/contentaccessfwfordrm/engineering/features/SGL.GT0250.135 CAF Developer Test Specification v1.0.doc has changed diff -r a41eacd3dc5e -r 721a5e5fe251 contentmgmt/referencedrmagent/RefTestAgent/RefTestAgent/Reftestagentrightsmanager.cpp --- 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 diff -r a41eacd3dc5e -r 721a5e5fe251 cryptomgmtlibs/securitydocs/How-to_Configure_Java_Security_0.3.doc Binary file cryptomgmtlibs/securitydocs/How-to_Configure_Java_Security_0.3.doc has changed diff -r a41eacd3dc5e -r 721a5e5fe251 cryptomgmtlibs/securitydocs/How-to_Configure_Software_Installation_Policies_1.1.doc Binary file cryptomgmtlibs/securitydocs/How-to_Configure_Software_Installation_Policies_1.1.doc has changed diff -r a41eacd3dc5e -r 721a5e5fe251 cryptomgmtlibs/securitydocs/How-to_Configure_the_File_Certificate_Store_1.1.doc Binary file cryptomgmtlibs/securitydocs/How-to_Configure_the_File_Certificate_Store_1.1.doc has changed diff -r a41eacd3dc5e -r 721a5e5fe251 cryptomgmtlibs/securitydocs/How-to_Configure_the_SWI_Certificate_Store_1.1.doc Binary file cryptomgmtlibs/securitydocs/How-to_Configure_the_SWI_Certificate_Store_1.1.doc has changed diff -r a41eacd3dc5e -r 721a5e5fe251 cryptomgmtlibs/securitydocs/How-to_Create_a_Root_Certificate_for_Inclusion_in_the_SWI_Certificate_Store_as_a_Trust_Anchor_1.1.doc 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 diff -r a41eacd3dc5e -r 721a5e5fe251 cryptomgmtlibs/securitydocs/How-to_Deploy_a_Writeable_SWI_Certificate_Store_1.1.doc Binary file cryptomgmtlibs/securitydocs/How-to_Deploy_a_Writeable_SWI_Certificate_Store_1.1.doc has changed diff -r a41eacd3dc5e -r 721a5e5fe251 cryptomgmtlibs/securitydocs/How-to_Diagnose_Installation_Failures_1.1.doc Binary file cryptomgmtlibs/securitydocs/How-to_Diagnose_Installation_Failures_1.1.doc has changed diff -r a41eacd3dc5e -r 721a5e5fe251 cryptomgmtlibs/securitydocs/How-to_migrate_CryptoSPI_APIs.doc Binary file cryptomgmtlibs/securitydocs/How-to_migrate_CryptoSPI_APIs.doc has changed diff -r a41eacd3dc5e -r 721a5e5fe251 cryptomgmtlibs/securitydocs/Introduction_Cryptography_And_Key_Management.doc Binary file cryptomgmtlibs/securitydocs/Introduction_Cryptography_And_Key_Management.doc has changed diff -r a41eacd3dc5e -r 721a5e5fe251 cryptomgmtlibs/securitydocs/SGL.GT0176.053.Rev2.1_DRM_Functional_Specification.doc Binary file cryptomgmtlibs/securitydocs/SGL.GT0176.053.Rev2.1_DRM_Functional_Specification.doc has changed diff -r a41eacd3dc5e -r 721a5e5fe251 cryptomgmtlibs/securitydocs/SGL.GT0235.201_Security_9.2_Functional_Specification.doc Binary file cryptomgmtlibs/securitydocs/SGL.GT0235.201_Security_9.2_Functional_Specification.doc has changed diff -r a41eacd3dc5e -r 721a5e5fe251 cryptomgmtlibs/securitydocs/SGL.GT0235.253_Native_SWI_UI_Flow.doc Binary file cryptomgmtlibs/securitydocs/SGL.GT0235.253_Native_SWI_UI_Flow.doc has changed diff -r a41eacd3dc5e -r 721a5e5fe251 cryptomgmtlibs/securitydocs/SGL.GT0255.265_Security Subsystem Architectural Description.doc Binary file cryptomgmtlibs/securitydocs/SGL.GT0255.265_Security Subsystem Architectural Description.doc has changed diff -r a41eacd3dc5e -r 721a5e5fe251 cryptomgmtlibs/securitydocs/SGL.GT0255.350_SWI_Troubleshooting.doc Binary file cryptomgmtlibs/securitydocs/SGL.GT0255.350_SWI_Troubleshooting.doc has changed diff -r a41eacd3dc5e -r 721a5e5fe251 cryptomgmtlibs/securitydocs/SGL.GT0255.351_Security_Release_Note.doc Binary file cryptomgmtlibs/securitydocs/SGL.GT0255.351_Security_Release_Note.doc has changed diff -r a41eacd3dc5e -r 721a5e5fe251 cryptomgmtlibs/securitydocs/SGL.GT0256.350_How_to_Configure_Symbian_Security_Components.doc Binary file cryptomgmtlibs/securitydocs/SGL.GT0256.350_How_to_Configure_Symbian_Security_Components.doc has changed diff -r a41eacd3dc5e -r 721a5e5fe251 cryptomgmtlibs/securitydocs/SGL.TS0013.604_Secure Software Install Design.doc Binary file cryptomgmtlibs/securitydocs/SGL.TS0013.604_Secure Software Install Design.doc has changed diff -r a41eacd3dc5e -r 721a5e5fe251 cryptomgmtlibs/securitydocs/SWI UI Callback Sequence.doc Binary file cryptomgmtlibs/securitydocs/SWI UI Callback Sequence.doc has changed diff -r a41eacd3dc5e -r 721a5e5fe251 cryptomgmtlibs/securitydocs/Software_Install_SIS File Format.doc Binary file cryptomgmtlibs/securitydocs/Software_Install_SIS File Format.doc has changed diff -r a41eacd3dc5e -r 721a5e5fe251 cryptomgmtlibs/securitytestfw/test/autotesting/hosts --- 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 diff -r a41eacd3dc5e -r 721a5e5fe251 cryptomgmtlibs/securitytestfw/test/autotesting/sdp_bld.inf --- 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 diff -r a41eacd3dc5e -r 721a5e5fe251 cryptoservices/certificateandkeymgmt/documentation/How to build a certclients file.doc Binary file cryptoservices/certificateandkeymgmt/documentation/How to build a certclients file.doc has changed diff -r a41eacd3dc5e -r 721a5e5fe251 cryptoservices/certificateandkeymgmt/tcertstore/scripts/DLL testspec.doc Binary file cryptoservices/certificateandkeymgmt/tcertstore/scripts/DLL testspec.doc has changed diff -r a41eacd3dc5e -r 721a5e5fe251 cryptoservices/filebasedcertificateandkeystores/test/ttesttools/documentation/sec ttesttools Test Suite Description Document.doc Binary file cryptoservices/filebasedcertificateandkeystores/test/ttesttools/documentation/sec ttesttools Test Suite Description Document.doc has changed diff -r a41eacd3dc5e -r 721a5e5fe251 securityanddataprivacytools/securitytools/documentation/SGL.GT0379.357_CR1392_UserGuide.doc Binary file securityanddataprivacytools/securitytools/documentation/SGL.GT0379.357_CR1392_UserGuide.doc has changed