If you
have installed the evaluation package, it will let you run it for 14
days from the time of installation.
Highlights on what's new in this
release:
----------------------- Build 9 Start
-----------------------------
Release Date: 06/28/2010
Revision #: 827
Enhancements:
- Improved Enterprise Push options, including pull from remote server, and multi select of servers for pushing
- New Administrative group added at installation to increase security on configuration settings. Only group members
allowed to alter server settings
- Added option to limit server operation log file size.
To use add string value, "DebugFileSize", to registry HKLM\SOFTWARE\PragmaSystems\TelnetD. Value is in KBs.
Fixes:
- PragmaMgrC.exe invokes registry editor correctly (regedtc.exe in place of re.exe)
- fixed session limit on a per user basis
- fixed domain user Windows scripts failing to run
- fixed environment variable overwrite
- fixed group access verification requiring computer name and not domain name
Release Date: 12/02/09
Revision #: 507
Enhancements:
- IPv6 is now supported in all parts of the product (telnetd, telnetc, gui, management programs)
- "Compatible with Windows 7" logo status achieved.
- Returned call to TerminateJobObject to our TerminateCommandShell so that MonitorChildProcesses is checked, graceful termination is available, and Recording of terminated events occurs.
- Return call to NetworkCleanup and changed OS version check to run on anything since Win2000 instead of Win2000 only
- Returned code to clean up mapped drives
- Modified logging for server process to create unique file name based off PID and time and pass as argument to CmdServer
Fixes:
- Running it in Win 2000 server does not need turning on "Replace a Process Level Token" user rights change
- default value for ThreadDriveMap changed to off, so that drives can be available for non-interactive sessions
- Default value for CustomAppSupport now set to yes.
- Fix for garbarge characters showing up on screen in Advanced Console
- Initial screen sent when viewing a session
- PragmaMgrC.exe invokes registry editor correctly (regedtc.exe in place of re.exe)
Release Date: 07/15/09
Revision # 332
Enhancements:
- New Pragma Gen2 architecture for higher speed, reliability and enterprise
deployment readiness.
- SSL support added to Telnet server. Pragma uses Microsoft Crypto (FIPS and US Govt certified) to
build our SSL unlike the competitors who use open source openssl
- Advance console and Shell support greatly improved by reducing APIs needed to be redirected
- Reconnection of dropped sessions is now made more robust with Gen 2 architecture. Useful for Handhelds.
- Handheld configuration settings consolidated in a separate page on Local Server Configuration
program for ease of setting up Handheld connectivity options
- Server to Client heartbeat setting moved to user level configuration to allow per user customization if needed.
- Server has added smart logic to distingush between explicit disconnect issued by user versus disconnect
due to network connection drop. The former will not cause "Reconnect" mode to be entered but the latter will.
Handhelds reconnection support needs this smart disconnection difference detection for real life use
- Improved Group Membership algorithm for group based access restriction control
- Customer Application has clean documented way to send custom code for beep or special functions.
Pragma telnetd and sshd can work with the same custom code written by customers
- User drive letter mapping improvements to get logon prompts quickly by lauching an extra
thread that maps user drives in the background; this thread exits when done. ThreadDriveMap
can be set to "no" to avoid this asynchronous drive mapping for scripts who may need drive letters
at the launch
- Windows PowerShell is now fully supported and can be set as the default shell
- Supports new Windows Server 2008 R2 and Windows 7
- All languages supported by Windows are now supported by sshd server and clients.
UTF-8 (65001) is a good page to choose. Users can choose any CodePage and Fonts that support their national language.
Fixes:
- Group access not detected correctly
- Client disconnects at any time will not tie up telnet server
- Fix for orphan sessions not cleaning up requiring reboot of server
- If "PATH" in user level was set, it would override "PATH" in system level. Now User level PATH is appended after system's PATH.
Clients/Tools:
- telnetc supports TelnetSSL protocol. telnetc /s option is used to invoke SSL.
FortressCL
- control-c and control-break is now passed to server enabling application termination/exit.
- TelnetSSL protocol is now supported.
Known Issues:
- In stream mode server, history up/down arrow keys do not work to retrieve commands(also in Build1)
----------------------- Build 9 End
-------------------------------
----------------------- Build 8 Start
-----------------------------
Release Date: 03/18/09
Revision # 183
Enhancements:
- Support for Microsoft's new PowerShell. Many fixes done (listed below) to
have PowerShell run well with Pragma Telnet server.
- Tested to run with new Windows server 2008 R2 and Windows 7
Fixes:
- Line editing insert key toggle is handled correctly by Telnet server
- Server turns on AutoWrap at start as PC screens assumes/expects it
- Server handles tab command completions by comamnd shells
- Works with any screen sizes. Sizes like 120x50 was a problem before.
- 16bit programs, like edit.com, do not have 43 lines limitations any more
- Server sets the screen margins
- Server properly clears the screen buffer and maintains attributes
- Screen attributes/color maintained during erase,clearing, region drawing.
- Screen flicker reduced in large screen drawing/updates
- PowerShell can execute commands passed. AdvConsole/Console mode and not
Stream mode is needed by Powershell for its run or running passed commands
- Telmc /c continues update now restores screen after exiting
- ssh.exe and telnetc.exe now restores text attributes after ending a session
- SSh.exe client used to get stuck with Tectia server. Now it works.
- ssh, telnetc support for VT Application mode. Needed for programs like vi.exe
- ssh, telnetc does erase processing with the correct attribute/color
Known Issues:
- None.
----------------------- Build 8 End
-------------------------------
----------------------- Build 7 Start
-----------------------------
Release Date: 01/12/09
Revision # 108
Enhancements:
- New NamedPipe for telnet aware applications to write to client
- New trouble shooting logging option to log server operation to debug window or file
Fixes:
- TMP and TEMP variables converted to short path names
- telnetc does not respond to mid-session window size change, which
causes next key press to be lost
- 20081219 Logoff event for Telnet NTLM authentication were not added in Windows App Event log
- 20081219 During termination at shell exit sometimes Telnetd64.exe would trap (observed at automated test script running)
- fix for Pragma Manager program running on Windows 2000
Known Issues:
- None.
----------------------- Build 7 End
-------------------------------
----------------------- Build 6 Start
-----------------------------
Release Date: 09/23/08
Revision # 149
Enhancements:
- Windows Server 2008 test completion
- New technology used (Detours) to make AdvancedConsole mode more robust
- Native Itanium 64 bit support now available with Detours use for
AdvancedConsole and wrap.
- Environment variable "PRAGMASYS_TELNETD_VERSION" added to get version
information inside telnet session
- New graphic set definition added for use with Stay-Linked console client
add registry value "DECCharSet" under configured users with a value
of 6, plus true vt220 character map
Fixes:
- Characters outside ASCII character set allowed in password and username
- PRB: User defined in 3rd or greater Active Directory group in Pragma Manager
Group page cannot gain access
- AdvancedConsole mode enhanced to give these features and robustness:
a) Backspace now works when tabbed command completion text is edited
b) Backspace processing will not erase passed command prompts
c) Backspace processing technique redone to use Windows console
for more accurate backspace processing in all cases
c) F7 popped command history works robustly
d) F2, F3, F4 cmd shell processing works correctly
e) In editors like vi.exe, ": " command now erases texts where command is typed.
ESC-K clear line server was sending was not getting out properly to client
- telnetc /W hostname will provide NTLM logon to our telnetc client. This had
regressed to not working in recent internal builds
- PRB: environment variables defined for user appending s to variable in session
- Multiple groups added from single dialog selection list all groups
- Configuration values for groups near end of long list work
- Pragma Manager stops Remote Registry service
Known Issues:
- None.
----------------------- Build 6 End
-------------------------------
----------------------- Build 5 Start
-----------------------------
Release Date: 07/15/08
Revision # 445
Enhancements:
- Windows Server 2008 test completion
- New technology used (Detours) to make AdvancedConsole mode more robust
- Native Itanium 64 bit support now available with Detours use for
AdvancedConsole and wrap.
- Environment variable "PRAGMASYS_TELNETD_VERSION" added to get version
information inside telnet session
- New graphic set definition added for use with Stay-Linked console client.
To configure, add registry value "DECCharSet" under configured users with a value
of 6, plus true vt220 character map
Fixes:
- Characters outside ASCII character set allowed in password and username
- PRB: User defined in 3rd or greater Active Directory group in Pragma Manager
Group page cannot gain access
- FIX: Greeting message can be empty
- AdvancedConsole mode enhanced to give these features and robustness:
a) Backspace now works when tabbed command completion text is edited
b) Backspace processing will not erase passed command prompts
c) Backspace processing technique redone to use Windows console
for more accurate backspace processing in all cases
d) F7 popped command history works robustly
e) F2, F3, F4 cmd shell processing works correctly
f) In editors like vi.exe, ": " command now erases texts where command is typed.
ESC-K clear line server was sending was not getting out properly to client
- telnetc /W hostname will provide NTLM logon to our telnetc client. This had
regressed to not working in recent internal builds
- PRB: environment variables defined for user appending s to variable in session
- Multiple groups added from single dialog selection list all groups
- Configuration values for groups near end of long list work
Known Issues:
- Empty Greeting Message causes telnet process to crash
Solution: enter a blank space in the Greeting Message box
----------------------- Build 5 End
-------------------------------
----------------------- Build 4 Start
-----------------------------
Release Date: 12/11/07
Revision # 589
Enhancements:
- Client size not limited by server side maximum window size
- New Configuration Push in Pragma Manager
Fixes:
- Updated child process termination
- Advanced Console redraw when using special input keys
- Reconnect Sessions feature fixed
Known Issues:
- Empty Greeting Message causes telnet process to crash
Solution: enter a blank space in the Greeting Message box
----------------------- Build 4 End
-------------------------------
----------------------- Build 3 Start
-----------------------------
Release Date: 02/16/07
Enhancements:
- NONE
Fixes:
- FIX: Server Heartbeat displaying extra characters
Known Issues:
- NONE
----------------------- Build 3 End
-------------------------------
----------------------- Build 2 Start
-----------------------------
Release Date:
01/05/07
Enhancements:
- NONE
Fixes:
- FIX: Improved key event generation for writing to user shell
- FIX: Report of invalid character map value in environment variable
Known Issues:
- NONE
----------------------- Build 2 End
-------------------------------
----------------------- Build 1 Start
-----------------------------
Release Date:
09/26/06
Enhancements:
- Full 64 bit x64 version support for Intel EM64T and AMD64 processors
- Two separate packages available. One for 32-bit and another for 64-bit.
- Support for Windows Vista(both 32 and 64 bit) and Windows Longhorn server
- Session Monitoring configurable by Pragma Manager
- More troubleshooting features added
- More sessions possible with smaller desktop count
- Optimized for both 64bit and 32bit with the newest compiler technologies
- 64 bit version allows for reaching new scalability heights in terms
of session support and performance
- environment variable can be used in Home Directory designation
- Import/Export of Configuration Settings
- Easier Configuration of Idle Session Timeout
- Reverse Video configuration
- Escape sequences can be sent in multiple packets allowing improved emulation
Fixes:
- New Release. N/A
Known Issues:
- NONE.
----------------------- Build 1 End
-------------------------------