Version 6.2 Build 452.2

SPECIAL NOTES ABOUT THIS UPDATE:

Version 6.2 Build 452.2 is minor major update . It includes some minor fixes and a few new features.  If you are up-to-date with Wildcat! versions, this is essentially a plug and play update.

SEE SPECIAL UPGRADE NOTES

Changes, Fixes, New Features and Enhancements by Wildcat! Component  

WCCONFIG (Wildcat! Configuration)

- NEW: New IP Tracking/Blocking options

A new IP Tracking/Blocking option was added to WCCONFIG POP3 SERVER setup. If enabled, POP3 hackers attempting to use a brute force password entry will be temporarily blocked.

Both FTP and POP3 will watch for multiple connections of the same IP and record the failed login attempts.  When the max attempts is reached (as defined in System Securities),  a temporary block will be created.   The IP tracker will watch for connections using a connection cache that will watch for the same IP for the time period as defined in the IP Cache Timeout field.  The default is 10 minutes.

WCWEB (Wildcat! WEB Server)

- FIX: Fixed minor URL syntax processing.

Fixed URL  dealing with ? or / as delimiters for WCT parameters.

- FIX: MIMELIB.DLL now counts Images without inline dispositions as attachments.

- FIX: Fixed bug in MIMELIB.DLL in parsing Multipart Boundary lines.

WCFTP (Wildcat! FTP Server)

- NEW: New IP Tracking and temporary blocking support added.

The IP Tracker now watches for Multi-Connection Login Failures.  See IP Tracking/Blocking information in the WCCONFIG new feature description.

WCPOP3 (Wildcat! POP3 Server)

- NEW: New IP Tracking and temporary blocking support added.

The IP Tracker now watches for Multi-Connection Login Failures.  See IP Tracking/Blocking information in the WCCONFIG new feature description.

- NEW: WCPOP3 now supports TLS when SSL is enabled for POP3

If you have SSL enabled for POP3, WCPOP3 will now support the STLS command for encrypted authentication on the normal POP3 port 110. This is equivalent to a SSL explicit TLS session for POP3. With STLS support, the PLAIN SASL authentication method will not be exposed until TLS is started by the POP3 client.  Once TLS is negotiated,  the client is now allowed to use AUTH PLAIN to login.

WCSMTP (Wildcat! SMTP)

- FIX: Fixed WCSMTP/WCSAP 45x response code bug.

WCSMTP will now honor the response code WCSAP returned back to WCSMTP when it calls WCSAP.

WCMAIL (Wildcat! Mail Processor)

- FIX: Fixed MIME Boundary parser

- FIX: Fixed Buffer overflow bug with uuencoded attachments

WCBASIC (Wildcat! BASIC Software Dvelopment Kit)

- See wcBASIC/WCSDK Update Information.

WCSDK (Wildcat! Software Development Kit)

- See wcBASIC/WCSDK Update Information.

WCT (Wildcat Template Processor)

- ENH: Disabled "Write Message" option for non-existing Uploader

In FILE_INFO.HTM template and HTML-FILE INFO.WCX, updated WCX to disable uploader user id that are no longer available. This will disable the "write message" to uploader option in the File info display web page.

- FIX: File Lister Paging Up/Down

Fixed paging problem in the Web File lister. Fixed made in HTML-NEW FILES.WCX.

- FIX: Fixed @UPDATEUSER@ macro in 452.1

- See Wildcat Template System.