Archive
Archive for November, 2012
CPJNSMTPConnection v2.99
November 25, 2012
Comments off
Just to let everyone know that v2.99 of CPJNSMTPConnection has been released. Updates for this version include:
- Fixed some issues in the code when CPJNSMTP_NOSSL was defined. Looks like support for compiling without SSL support has been broken for a few versions. Thanks to Bostjan Erzen for reporting this issue.
Categories: Web Site Updates
CNTService v1.79
November 10, 2012
Comments off
Just to let everyone know that v1.79 of CNTService has been released. Updates for this framework includes the following updates:
- Updated copyright details.
- Updated sample service code to clean compile on VC 2012.
- Reworked CNTScmService::WaitForServiceStatus method to avoid the need for calling GetTickCount.
- Fixed a bug in CNTEventLogSource::GetStringArrayFromRegistry where it could not handle empty MULTI_SZ strings. Thanks to Rolf Schatten for reporting this bug.
- CNTEventLogSource::Install now calls CRegKey::Create instead of CRegKey::Open when installing the HKLM\SYSTEM\CurrentControlSet\Services\EventLog\”LogName” registry key. This ensures that event log sources which are created with custom LogName’s will be installed correctly. Thanks to Rolf Schatten for reporting this bug.
Categories: Web Site Updates
CSelectCertificateDlg v1.03
November 3, 2012
Comments off
Just to let everyone know that v1.03 of CSelectCertificateDlg has been released. Updates for this version include:
- Updated copyright details.
- Updated the sample app to open the system certificate store in read only mode. This avoids access denied errors on Windows Vista and later.
- Code no longer uses LoadLibrary without an absolute path when loading cryptui DLL. This avoids DLL planting security issues.
Categories: Web Site Updates