From jmagne at fedoraproject.org Sat Jun 6 00:23:16 2009 From: jmagne at fedoraproject.org (Jack Magne) Date: Sat, 6 Jun 2009 00:23:16 +0000 (UTC) Subject: [389-commits] esc/src/lib/coolkey SmartCardMonitoringThread.cpp, 1.4, 1.5 Message-ID: <20090606002316.9DE1E70131@cvs1.fedora.phx.redhat.com> Author: jmagne Update of /cvs/dirsec/esc/src/lib/coolkey In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11985 Modified Files: SmartCardMonitoringThread.cpp Log Message: Fix for Bug #496759. Index: SmartCardMonitoringThread.cpp =================================================================== RCS file: /cvs/dirsec/esc/src/lib/coolkey/SmartCardMonitoringThread.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- SmartCardMonitoringThread.cpp 18 Apr 2009 23:25:15 -0000 1.4 +++ SmartCardMonitoringThread.cpp 6 Jun 2009 00:23:13 -0000 1.5 @@ -159,7 +159,7 @@ /* if we think we have a token, but it's not the right one, or it's * not there, then send a removal event */ - if (info && (!isPresent || (info->mSeries != PK11_GetSlotSeries(slot))) ) { + if (info && !isPresent) { PR_LOG( coolKeyLogSC, PR_LOG_DEBUG, ("%s SmartCardMonitoringThread::Execute Token Removed : \n",GetTStamp(tBuff,56))); From jmagne at fedoraproject.org Sat Jun 6 00:30:37 2009 From: jmagne at fedoraproject.org (Jack Magne) Date: Sat, 6 Jun 2009 00:30:37 +0000 (UTC) Subject: [389-commits] esc/win32 build.sh,1.9,1.10 Message-ID: <20090606003037.E6BF870131@cvs1.fedora.phx.redhat.com> Author: jmagne Update of /cvs/dirsec/esc/win32 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13546 Modified Files: build.sh Log Message: Fix for Bug #500696. Index: build.sh =================================================================== RCS file: /cvs/dirsec/esc/win32/build.sh,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- build.sh 29 Apr 2009 20:37:59 -0000 1.9 +++ build.sh 6 Jun 2009 00:30:35 -0000 1.10 @@ -78,7 +78,7 @@ #ESC values ESC_NAME=esc -ESC_VERSION_NO=1.1.0-3 +ESC_VERSION_NO=1.1.0-6 #Cygwin values From jmagne at fedoraproject.org Sat Jun 6 19:36:23 2009 From: jmagne at fedoraproject.org (Jack Magne) Date: Sat, 6 Jun 2009 19:36:23 +0000 (UTC) Subject: [389-commits] esc/win32 setup.iss,1.10,1.11 Message-ID: <20090606193623.2668E70100@cvs1.fedora.phx.redhat.com> Author: jmagne Update of /cvs/dirsec/esc/win32 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29616 Modified Files: setup.iss Log Message: Fix for Bug #499291, eginstall problem. Index: setup.iss =================================================================== RCS file: /cvs/dirsec/esc/win32/setup.iss,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- setup.iss 29 Apr 2009 20:36:09 -0000 1.10 +++ setup.iss 6 Jun 2009 19:36:20 -0000 1.11 @@ -4,14 +4,14 @@ [Setup] AppName=Smart Card Manager AppMutex=ESCMutex -AppVerName=Smart Card Manager 1.1.0-4 +AppVerName=Smart Card Manager 1.1.0-6 AppPublisher=Fedora CreateAppDir=true Compression=lzma SolidCompression=true MinVersion=0,5.0.2195 ShowLanguageDialog=yes -OutputBaseFilename=SmartCardManagerSetup-1.1.0-4.win32.i386 +OutputBaseFilename=SmartCardManagerSetup-1.1.0-6.win32.i386 DefaultDirName={pf}\Fedora\ESC DisableProgramGroupPage=false DefaultGroupName=Fedora @@ -25,23 +25,10 @@ InfoBeforeFile=info-before.txt InfoAfterFile=info-after.txt PrivilegesRequired=admin -VersionInfoVersion=1.1.0.4 +VersionInfoVersion=1.1.0.6 [Files] -Source: BUILD\egate\slbmgpg.dll; DestDir: {win}\egate2.4; Flags: uninsneveruninstall -Source: BUILD\egate\egate.cat; DestDir: {win}\egate2.4; Flags: uninsneveruninstall -Source: BUILD\egate\egate.inf; DestDir: {win}\egate2.4; Flags: uninsneveruninstall -Source: BUILD\egate\egate.sys; DestDir: {win}\egate2.4; Flags: uninsneveruninstall -Source: BUILD\egate\egate_License.txt; DestDir: {win}\egate2.4; Flags: uninsneveruninstall -Source: BUILD\egate\egatebus.cat; DestDir: {win}\egate2.4; Flags: uninsneveruninstall -Source: BUILD\egate\egatebus.inf; DestDir: {win}\egate2.4; Flags: uninsneveruninstall -Source: BUILD\egate\egatebus.sys; DestDir: {win}\egate2.4; Flags: uninsneveruninstall -Source: BUILD\egate\egaterdr.cat; DestDir: {win}\egate2.4; Flags: uninsneveruninstall -Source: BUILD\egate\egaterdr.inf; DestDir: {win}\egate2.4; Flags: uninsneveruninstall -Source: BUILD\egate\egaterdr.sys; DestDir: {win}\egate2.4; Flags: uninsneveruninstall -Source: BUILD\egate\egdrvins1.dll; DestDir: {win}\egate2.4; Flags: uninsneveruninstall -Source: BUILD\egate\eginstall.exe; DestDir: {win}\egate2.4; Flags: ignoreversion Source: BUILD\clkcsp.dll; DestDir: {sys}; Flags: regserver restartreplace Source: BUILD\cspres.dll; DestDir: {sys}; Flags: restartreplace Source: BUILD\pk11install.exe; DestDir: {app}\PKCS11 @@ -426,7 +413,6 @@ [Run] -Filename: {win}\egate2.4\eginstall.exe; Parameters: -f -l eginstall.txt; WorkingDir: {win}\egate2.4; Flags: waituntilterminated; StatusMsg: Installing smart card drivers.... Filename: {app}\PKCS11\pk11install.exe; Parameters: "-v ""name='CoolKey Module' library=coolkeypk11.dll NSS=""slotParams={{0x1=[slotFlags=PublicCerts]}"""""; WorkingDir: {sys}; StatusMsg: Configuring System for smart cards... Filename: {app}\xulrunner\xulrunner.exe; Parameters: """--register-global""" Filename: {app}\esc.exe; WorkingDir: {app}; StatusMsg: {code:GetEscStatusMsg}; Flags: nowait From jmagne at fedoraproject.org Sun Jun 7 00:09:18 2009 From: jmagne at fedoraproject.org (Jack Magne) Date: Sun, 7 Jun 2009 00:09:18 +0000 (UTC) Subject: [389-commits] esc/win32 setup.iss,1.11,1.12 Message-ID: <20090607000918.56B9B70134@cvs1.fedora.phx.redhat.com> Author: jmagne Update of /cvs/dirsec/esc/win32 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20779 Modified Files: setup.iss Log Message: Fix for #501336, esc hangs on error. Index: setup.iss =================================================================== RCS file: /cvs/dirsec/esc/win32/setup.iss,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- setup.iss 6 Jun 2009 19:36:20 -0000 1.11 +++ setup.iss 7 Jun 2009 00:09:15 -0000 1.12 @@ -61,7 +61,6 @@ Source: BUILD\ESC\application.ini; DestDir: {app} Source: BUILD\ESC\chrome\chrome.manifest; DestDir: {app}\chrome Source: BUILD\ESC\chrome\content\esc\TRAY.js; DestDir: {app}\chrome\content\esc -Source: BUILD\ESC\chrome\content\esc\CertInfo.js; DestDir: {app}\chrome\content\esc ;Source: BUILD\ESC\chrome\content\esc\certinfo.xul; DestDir: {app}\chrome\content\esc Source: BUILD\ESC\chrome\content\esc\config.xul; DestDir: {app}\chrome\content\esc Source: BUILD\ESC\chrome\content\esc\contents.rdf; DestDir: {app}\chrome\content\esc From jmagne at fedoraproject.org Sun Jun 7 00:09:18 2009 From: jmagne at fedoraproject.org (Jack Magne) Date: Sun, 7 Jun 2009 00:09:18 +0000 (UTC) Subject: [389-commits] esc/src/app/xul/esc/chrome/locale/en-US esc.properties, 1.8, 1.9 Message-ID: <20090607000918.6A8ED7011A@cvs1.fedora.phx.redhat.com> Author: jmagne Update of /cvs/dirsec/esc/src/app/xul/esc/chrome/locale/en-US In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20779/esc/src/app/xul/esc/chrome/locale/en-US Modified Files: esc.properties Log Message: Fix for #501336, esc hangs on error. Index: esc.properties =================================================================== RCS file: /cvs/dirsec/esc/src/app/xul/esc/chrome/locale/en-US/esc.properties,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- esc.properties 22 Apr 2009 23:38:20 -0000 1.8 +++ esc.properties 7 Jun 2009 00:09:16 -0000 1.9 @@ -104,8 +104,7 @@ errorInvalidTokenTypeParams=The Smart Card Server cannot process the requested type of enrollment due to a misconfiguration. errorCannotPublish=The Smart Card Server cannot publish your card's certificates to the certificate directory. errorCommTokenDB=The Smart Card Server cannot connect to its internal database. -errorTokenSuspended=You are not allowed to perform this operation with this sm -art card. +errorTokenSuspended=You are not allowed to perform this operation with this smart card. errorPinResetable=You are not allowed to reset the password of this smart card. errorConnLost=The Smart Card Manager has lost the connection to the Smart Card Server. errorEntryTokenDB=The Smart Card Server cannot add your smart card to its internal database. From jmagne at fedoraproject.org Sun Jun 7 00:09:18 2009 From: jmagne at fedoraproject.org (Jack Magne) Date: Sun, 7 Jun 2009 00:09:18 +0000 (UTC) Subject: [389-commits] esc/src/app/xul/esc/chrome/content/esc ESC.js, 1.23, 1.24 certManager.xul, 1.3, 1.4 password.xul, 1.4, 1.5 Message-ID: <20090607000918.62D9570100@cvs1.fedora.phx.redhat.com> Author: jmagne Update of /cvs/dirsec/esc/src/app/xul/esc/chrome/content/esc In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20779/esc/src/app/xul/esc/chrome/content/esc Modified Files: ESC.js certManager.xul password.xul Log Message: Fix for #501336, esc hangs on error. Index: ESC.js =================================================================== RCS file: /cvs/dirsec/esc/src/app/xul/esc/chrome/content/esc/ESC.js,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- ESC.js 31 Mar 2009 18:35:59 -0000 1.23 +++ ESC.js 7 Jun 2009 00:09:15 -0000 1.24 @@ -522,7 +522,10 @@ if(!string_id || !gStringBundle) return null; - str = gStringBundle.getString(string_id); + try { + str = gStringBundle.getString(string_id); + } catch(e) { + } return str; } Index: certManager.xul =================================================================== RCS file: /cvs/dirsec/esc/src/app/xul/esc/chrome/content/esc/certManager.xul,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- certManager.xul 26 Feb 2009 22:34:43 -0000 1.3 +++ certManager.xul 7 Jun 2009 00:09:16 -0000 1.4 @@ -59,7 +59,6 @@