home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR24 / TEL2307B.ZIP / UPDATE.TEL < prev    next >
Text File  |  1993-11-19  |  41KB  |  1,035 lines

  1. BUGS FIXED FOR NCSA Telnet 2.3.07                                   RMG 931119
  2. 1)  Alt-E shells no longer crash.  The /Gs compiler option had to be added.
  3. 2)  0 Byte transfers fixed.  For the most part.  Blank files are still created
  4.       in some circumstances, but it no longer crashes.
  5. 3)  Hierarchical FTP permissions implemented.  See ftpnew.txt
  6.       (**Password file format changed**)
  7. 4)  Setclock revised for MSC 7.0
  8. 5)  Local printing control amended.  ^[[4i? and ^[[5i parsed.
  9. 6)  Config.tel seconds/ticks resolved.  Everything is in seconds now.
  10.       (**Config.tel file format changed**)
  11. 7)  Outgoing CR mapping changed.  Options for CR, or LF or CRNUL.
  12. 8)  Net14.not (note) corrected.  And example Net14 session added.
  13. 9)  Net14 repaired.
  14. 10) UDP support enhanced.  A small change that won't affect anything.
  15. 11) Window resize response makes sense.  Resize will now work.
  16. 12) Colors fixed.  Colors are stable.  This means FTP will be visable, and
  17.       color info will return when switching among sessions.
  18. 13) FTP mget * will not try to get parent dir.  Removed . and .. from NLST.
  19. 14) TCP reset port code corrected.  Code donation by Hsiao-yang Cheng.
  20. 15) IP fragments now supported.  Code donation by Matthew Kaufman.
  21. 16) Ftpbin output redirection improved.  Ftpbin now uses ncsaio.asm routines.
  22. 17) Keyboard file read from specified location.  Keyboard file was read in
  23.       from the directory Telnet was started from regardless of config.tel
  24.       settings.
  25. 18) Scrollback past first screen fixed.  Cut n Paste now work from any point
  26.       in scrollback.
  27. 19) Scrollback text copied after second spacebar.  It is no longer necessary
  28.       to hit Alt-C, although this still works.
  29. 20) Help & DOS-shell work from status screen.  You no longer need to have a
  30.       connection open to get help or shell out to DOS.
  31. 21) Couple other small things, somewhere, probably.
  32.  
  33.   PC Telnet is compiled with Microsoft C/C++ 7.0 and MASM 5.1
  34.  
  35. BUGS FIXED FOR NCSA Telnet 2.3.06
  36. 1)  When FTP'ing to a PC running this Telnet, directories now show up in the
  37.     'ls' (NLST) command.
  38. 2)  Alt-I no longer gives you the time of day.
  39. 3)  Fixed retransmission bug which caused flooding of network with duplicate
  40.     packets.  There's another similar bug still reported out there.
  41. 4)  Vsinterf.c changed to facilitate some ASCII graphics.
  42.  
  43. BUGS FIXED FOR NCSA Telnet 2.3.05
  44. 1)  The Telnet Linemode option support has been fixed and enhanced, and
  45.     should not cause further problems.  (This should fix the IAC SUSP
  46.     problems that various people have reported)
  47. 2)  RARP bugs tracked down and fixed.
  48. 3)  Telnet is much more consistant about restoring the video modes when
  49.     entering, exiting and shelling out to a DOS shell.  It will always
  50.     try to restore the previous video mode it had been in.
  51. 4)  Several hidden bugs were fixed in the TCP/IP kernel, which caused
  52.     a variety of mysterious crashes and error conditions (including the
  53.     'TCP in unknown state' error while FTP'ing files).
  54. 5)  NET14 program had a timing bug fixed so that it shouldn't corrupt the
  55.     TCP/IP stack and crash.
  56. 6)  When output mapping is engaged, Telnet attempts to negotiate binary
  57.     mode for that connection.  (This may still cause some problems with
  58.     the implementations of binary mode on various hosts...).  Also,
  59.     corrected screen updating when switching between sessions with
  60.     output mapping enabled.
  61. 7)  Fixed a bug in the rexec/rsh utilities which weren't shutting down the
  62.     network correctly and causing further accesses with packet drivers
  63.     to fail.
  64. 8)  Stopped TCP/IP messages from being displayed in printouts using the
  65.     VT100 local printer escapes.
  66. 9)  Plugged more memory leaks.
  67. 10) Fixed several obscure Kermit key mapping problems (mostly with \d
  68.     mapping).
  69. 11) Stopped flushing the ARP cache in certain situations which were 
  70.     flooding the network with packets.
  71. 12) Corrected several vt100/vt220 keyboard mappings in the telnet.key
  72.     file.
  73. 13) Fixed problem with Telnet refusing to connect to hosts on a Class A
  74.     network with host ID of zero.  (If you don't know what I'm talking
  75.     about, it wasn't affecting you :-)
  76. 14) Stopped the vt100 terminal emulation from "eating" ESC chars when they
  77.     didn't begin a vt100 command, they are now printed.
  78. 15) Added a new machine specific option to the config.tel, called 
  79.     consoledebug=[0|1|2].  This option controls how much debugging 
  80.     information about a connection is displayed in the telnet console
  81.     window.  If consoledebug=0 for a machine, no connection information
  82.     is displayed about connections to that machine (this has the least
  83.     impact on the speed of Telnet).  If consoledebug=1 for a machine,
  84.     Telnet Option Negotiation for that machine is displayed on the
  85.     console screen (this has only a very mild impact on the speed of
  86.     Telnet).  If consoledebug=2, the Telnet Option Negotiation and
  87.     all data received on a connection is displayed on the console
  88.     screen in Telnet (this level of debugging has a significant impact
  89.     on the performance of Telnet and should be avoided unless actually
  90.     tracking down a problem).
  91. 16) Added a new machine specific option to the config.tel file called
  92.     outputmap=[yes|no].  This option determines whether Telnet tries
  93.     to initially use binary mode in connections to a machine and also
  94.     enables output mappping for displaying text from that machine.
  95.  
  96. Known Bugs: (If these are affecting you, please respond to me personally,
  97.     I would like to have some people who can give me some hard data.  I 
  98.     will not (repeat _not_) reply to other bug reports, they should go
  99.     to pctelbug@ncsa.uiuc.edu)
  100. 1)  For some particular cases the Tektronix emulation is not clearing the
  101.     screen.  (I especially would like somebody to give me a tektronix
  102.     file which could reproduce this reliably)
  103. 2)  LPR/LPQ/LPRM may not work reliably with a packet driver. (which
  104.     packet driver(s) would help me a lot)
  105. 3)  Telnet does not connect to a SCO UNIX system, it drops the connection
  106.     somehow.  (Need people with Sniffers for the network to let me
  107.     know where the problem is)
  108.  
  109. BUGS FIXED FOR NCSA Telnet 2.3.03
  110. 1)  Screen modes should be restores more reliably
  111. 2)  Dos shells now use the telnet screen mode
  112. 3)  -n command line option disables screen restore
  113. *** NOTE - there is a problem with some video modes on some systems.  Telnet
  114.     will crash before actually entering the program in this case - I don't
  115.     know what is causing it, but if this happens, use an older version.
  116.  
  117. BUGS FIXED FOR NCSA Telnet 2.3.02:
  118. 1)  The problem with screen dumps and the problem with ALT-F with VAXs has
  119.     been fixed - Telnet was using <LF><CR> instead of <CR><LF>
  120. 2)  Bootp problems have been fixed
  121. 3)  AppleTalk should work again
  122. 4)  Telnet should pay attention to Source Quench messages
  123. 5)  Shelling to dos from ftp (or from ftp'ing back to your machine
  124.     withing telnet) should not cause problems any more
  125. 6)  FTP messages have been made more informative - both to the user and
  126.     on the console screen  (internal ftp server)
  127. 7)  environment variables NCSA01 - NCSA99 now override options in the config.tel
  128.     file - user ~ instead of = (set NCSA01="video~vga50;ftp~no")
  129. 8)  -e option has been added to telbin.exe to override both config.tel and
  130.     environment variables (-e "option=something")
  131.  
  132. BUGS FIXED FOR NCSA Telnet 2.3.01:
  133. 1)    The problem with packet drivers not working at all is gone.  The problem
  134.     was with MSC 6.00 and optimizations.  MSC was "optimizing" packet driver
  135.     support out of telnet
  136. 2)    A minor bug with linemode was fixed.  The case of an option that NCSA
  137.     telnet supported and the remote host did not was not handled correctly.
  138.  
  139. BUGS FIXED FOR NCSA Telnet 2.3-final:
  140. 1)  Linemode works correctly (for the most part).  Some strangeness occurs
  141.     with recurring subnegotiation with NeXTs, but this appears to be the
  142.     NeXTs doing.
  143. 2)    Telnet now uses a UNIX style services file (services= in config.tel)
  144.     to determine the destination of a packet received on an invalid port.
  145.     It will always tell the port number and source ip address, and if an
  146.     entry for the tcp port exists in the services file - the destination
  147.     application according to services, otherwise unknown.
  148. 3)    A new beep=(yes/no) entry in config.tel has been added. This is useful
  149.     when multiple sessions are open and one of them beeps.  The beeping
  150.     session gets a pair of musical notes (ASCII 14) in its status 
  151.     indicator on the status bar.
  152. 4)    Telnet now attempts to restore the screen on exit.
  153.  
  154. BUGS FIXES FOR NCSA Telnet 2.3b15:
  155. 1)  The mouse driver for cut & paste and scrollback operations is now 
  156.     functional- The left and right mouse buttons are mapped as below (in
  157.     the b14 fixes), but when in scrollback mode, pressing and holding the left
  158.     mouse button, then pressing the right button will do an "Alt-C" to capture
  159.     a highlighted area of text, and then in non-scrollback mode, pressing and
  160.     holding the right button and then pressing the left will do the equivalent
  161.     of an "Alt-V" paste operation-  This allows you to do cut&paste operations
  162.     without touching the keyboard.  Nifty, huh! :^)
  163.  
  164. 2)  Turbo C make has been improved (NOTE: I did _NOT_ say it has been fixed-
  165.     I don't have Turbo C on my machine, so I haven't tested it.  However, I
  166.     have fixed a lot of bugs/discrepancies that impeded TC compiling.)
  167.  
  168. 3)  Background FTP tasks in Telnet no longer change your current directory.
  169.  
  170. 4)  FTP help has been re-alphabetized.
  171.  
  172. 5)  DEC VT100 Local Printer Escape sequences are now supported- ESC [5i now
  173.     sends output to the screen AND the local printer (LPT1:) if attached, and
  174.     ESC [4i switches the output back to screen only.
  175.  
  176. 6)  A "TELNET.PIF" file is now included for using NCSA Telnet within Microsoft
  177.     Windows (tm) ver 3.0.  This is not guaranteed to work, but it works for me.
  178.  
  179.  
  180. BUGS FIXES FOR NCSA Telnet 2.3b14:
  181. 1)    Configurable ftp-back-to-PC string.  This should normally be set to "-n"
  182.     to avoid the "Username:" prompt.
  183.  
  184. 2)    Fixed some linemode negotiation bugs.
  185.  
  186. 3)    Fixed Telnet options printing on screen.
  187.  
  188. 4)    'More' command fixed in FTP. 
  189.  
  190. 5)    rsh utility added.
  191.  
  192. 6)    FTP color bug fixed.
  193.  
  194. 7)    8-bit output mapping now allowed.
  195.  
  196. 8)    Mouse support added for editing. Currently, the movements are mapped to the
  197.     arrow keys, the left button is mapped to '\n', and the right button is
  198.     mapped to 'ScrlLck'.
  199.  
  200. 9)  Disable/enable mouse support (8).  The mouse is disabled by default-
  201.     pressing "Alt-M" or clicking the right mouse button enables it.  Pressing
  202.     "Alt-M" or the right mouse button again disables it, etc.  Note that
  203.     clicking the right mouse button to enable/disable the mouse also 
  204.     enables/disables scrollback mode.  This means you can do a scrollback
  205.     without touching the keyboard.
  206.  
  207. 10)    THE MESSAGES SCREEN IS NOW ALT-Z, _NOT_ ALT-M!!
  208.  
  209. 11)    MGET in ftp now checks filenames for dos compatability TO SOME EXTENT.
  210.  
  211. 12)    SITE command support added to ftpbin.
  212.  
  213. 13)    DEPCA driver should be fixed now.
  214.  
  215. 14)    MGET and MPUT now ask (Yes/No/All/Quit) for each file.  All gets all the
  216.     remaining files without interactive prompting, Quit terminates the
  217.     current batch.
  218.  
  219.  
  220. BUGS FIXES FOR NCSA Telnet 2.3b13:
  221. 1)    3c505 driver added to release.  Use in the standard manner for hardware
  222.     boards.
  223.  
  224. 2)    BICC driver added to release.  Use in the standard manner for hardware
  225.     boards.
  226.  
  227. 3)    Bugs with the ftp server in telnet & the standalone ftp client/server
  228.     should be fixed.  This should prevent them from locking up at random
  229.     times.
  230.  
  231. 4)    'More' command added to the standalone ftp client/server, to toggle the
  232.     state of it, type "more" at the command line.  This should help with
  233.     the lines scrolling off of the top of the screen.
  234.  
  235. 5)    Standalone ftp client/server now uses the colors set in the config.tel
  236.     file.
  237.  
  238. Known Bugs:     Please see the BUGS file in this directory.
  239.  
  240. Things Which Still Need To Be Crammed In:
  241.  
  242. 1)    All the bugs above.
  243.  
  244. 2)    A VGA monochrome screen driver.
  245.  
  246. 3)    Overlaying the code so that Telnet will take up less memory.
  247.  
  248. 4)    Maybe update the telpass interface.
  249.  
  250. 5)    Enhance the vt110 emulator to support double width & double height
  251.     characters, and the printer toggle switches.
  252.  
  253. Please keep the bug reports coming in.
  254. pctelbug@ncsa.uiuc.edu
  255.  
  256.  
  257. BUG FIXES FOR NCSA Telnet 2.3b12:
  258. 1)    The problem with the backspace acting like a carriage return in ftpbin
  259.     has been resolved.
  260.  
  261. 2)    FTP now handles disk full errors correctly, and also intelligently
  262.     strips off the ^Z character on the end of text files which have it.
  263.  
  264. 3)    The Appletalk driver is now working.  You need to specify the interupt
  265.     that the appletalk card is using in the config.tel file, i.e.:
  266.     hardware=atalk
  267.     interrupt=60
  268.  
  269. 4)    Output mapping has been added to allow foreign character sets to display
  270.     better.  The format is very similar to the keyboard mapping, i.e.:
  271.     "set key a b" in the output mapping file would map all the 'a' characters
  272.     displayed onto the screen to 'b' characters when the are displayed.
  273.     This output mapping is specific to each session and may be turned on
  274.     and off from the parameter menu (Alt-P).  The entry to the config.tel
  275.     file is as follows:
  276.     outputfile=<filename>
  277.  
  278. 5)    Sometimes characters from teh extended keyboard are getting eaten.
  279.     These include the '5' key on the numeric keypad, and the f11 & f12 keys.
  280.     This can be solved by turning off the clock display.  A menu option
  281.     has been added to the parameter menu (Alt-P) to facilitate this.
  282.  
  283. 6)    The BOOTP method of receiving an ethernet address has been fixed and
  284.     is now fully functional.  Please note that some of the utilities
  285.     we provide may not work correctly with this option, for example,
  286.     all the hosts which can print on a UNIX host are usually indexed by
  287.     their IP number, which in the case of BOOTP is dynamically assigned.
  288.     This will mean that you will probably not be allowed to print on the
  289.     UNIX machine.
  290.  
  291. 7)    Removed the check for the '-h' being the first parameter for LPR to
  292.     specify the config.tel file, as it was causing more problems than
  293.     it was solving.
  294.  
  295. 8)    Cleaned up some problems with the graphics menu (Alt-G) hanging the machine
  296.     when tektronix mode was not initialized.
  297.  
  298. 9)    Included the object files for the assembly files for those people without
  299.     assemblers.
  300.  
  301. 10) Included makefiles for Microsoft C 6.0 and Turbo C. (makefile.msc &
  302.     makefile.tcc respectively)
  303.  
  304. Known Bugs:     Please see the BUGS file in this directory.
  305.  
  306. Things Which Still Need To Be Crammed In:
  307.  
  308. 1)    All the bugs above.
  309.  
  310. 2)    A VGA monochrome screen driver.
  311.  
  312. 3)    Overlaying the code so that Telnet will take up less memory.
  313.  
  314. 4)    Maybe update the telpass interface.
  315.  
  316. 5)    Enhance the vt110 emulator to support double width & double height
  317.     characters, and the printer toggle switches.
  318.  
  319. Please keep the bug reports coming in!
  320. pctelbug@ncsa.uiuc.edu
  321.  
  322.  
  323. BUG FIXES FOR NCSA Telnet 2.3b11:
  324.  
  325. 1)    Added support in config.tel for braodcast IP address to be set, this
  326.     allows for better compatibility with out-of-date networks which use
  327.     different broadcast IP numbers.  To use this option, include the line:
  328.     broadcast=xx.xx.xx.xx    # where xx.xx.xx.xx is the broadcast IP number
  329.     for the network you are on.
  330.  
  331. 2)    Fixed the parsing of the keyboard mapping file to accept mixed case
  332.     strings, and octal & hex strings.
  333.  
  334. 3)    Changed the Abort Telnet Key to Ctrl-Shift-F3.
  335.  
  336. 4)    Fixed the memory overwrite problems when changing the session name
  337.     and the capture file name.
  338.  
  339. 5)    Fixed the problem with the backspace in ftpbin not working correctly.
  340.  
  341. 6)    Fixed problem with Ctrl-Home & Home crashing the machine when
  342.     tek=no was in the config.tel file.
  343.  
  344. 7)    Added support for thr DECnet DEPCA ethernet boards, this hardware option
  345.     is:
  346.     hardware=decnet        # DECnet DEPCA boards
  347.  
  348. 8)    Fixed assorted memory bugs associated with the ftp server in telnet.
  349.  
  350. 9)    Added the ability to shell to DOS while in server mode, with the ALT-E
  351.     option.
  352.  
  353. 10)    Added the option to capture the screen to a file, with the ALT-D command.
  354.  
  355. 11)    Added the following network utilities:
  356.     finger    - same as the UNIX command finger
  357.     rexec    - same as the UNIX command rexec, except it doesn't allow for
  358.                 interactive input from the user on the PC.
  359.     setclock - set the PC clock from a UNIX machine.
  360.  
  361. 12)    Fixed the mouse driver begin backwards in scroll back mode.
  362.  
  363. 13)    Added more characters for the password in ftpbin to be transmitted.
  364.  
  365. 14)    Added support for the ACCT command in ftpbin.
  366.  
  367. 15)    Added an option to ftpbin, -e <filename>, which accepts scripting input
  368.     from the file: <filename>, but is un-scripted for the user name and
  369.     the password.
  370.  
  371. 16)    Fixed ascii transfer in ftpbin, to not drop the last character, or
  372.     append ctrl-m ctrl-[, in certain cases.
  373.  
  374. 17)    The appletalk driver should be working, give it a try.
  375.  
  376. 18)    Please note the bug report address is changed from telbug@ncsa.uiuc.edu
  377.     to pctelbug@ncsa.uiuc.edu.
  378.  
  379. 19)    Somebody e-mail me, if they actually get a NULL pointer overwritten
  380.     error when exitting from telnet, it may be fixed.
  381.  
  382. NOTE:    For Microsoft Windows users out there, don't run Telnet in the
  383.     background, packets get dropped or written to other applications causing
  384.     crashes.  Run Telnet in exclusive mode, and turn on bios screen usage
  385.     (bios=yes).  We have also had conflicting reports of Telnet working well
  386.     with Windows, so at least try to take care.
  387.  
  388.  
  389. Known Bugs:
  390.  
  391. 1)    Tektronix GIN mode is not fixed yet.
  392.  
  393. 2)    FTPBIN is slow, and doesn't handle disk full problems well yet,
  394.     and also has problems with small (~5kb) ascii files.
  395.  
  396. 3)    Pasting from the copy buffer into a session is not printed when in 
  397.     line mode.
  398.  
  399. 4)    The keyboard drops f11, f12, and the keypad 5 key occasionally.
  400.  
  401. 5)    BOOTP is broken, to be fixed again in the next beta release.
  402.  
  403. Things Which Still Need To Be Crammed In:
  404.  
  405. 1)    All the bugs above.
  406.  
  407. 2)    A VGA monochrome screen driver.
  408.  
  409. 3)    Overlaying the code so that Telnet will take up less memory.
  410.  
  411. 4)    Maybe update the telpass interface.
  412.  
  413. 5)    Enhance the vt110 emulator to support double width & double height
  414.     characters, and the printer toggle switches.
  415.  
  416. Please keep the bug reports coming in!
  417. pctelbug@ncsa.uiuc.edu
  418.  
  419.  
  420. BUG FIXES FOR NCSA Telnet 2.3b10:
  421.  
  422. 1)    Fixed LPR not to send a null length file when the file doesn't exist.
  423.  
  424. 2)    Grabbed another couple of interrupts to get the ctrl-c trapping better.
  425.     This should finally take care of the problem.
  426.  
  427. 3)    LPR now reads files from other drives correctly.
  428.  
  429. 4)    LPQ & LPRM now look for CONFIG.TEL environment variable, instead of
  430.     CONFIGTEL environment variable in order to be compatible with the
  431.     rest of the applications.
  432.  
  433. 5)    The packet driver interface now passes RARP packets.  I am not totally
  434.     certain if it will pass a BOOTP packet or not.
  435.  
  436. 6)    A BRAND SPANKING NEW keyboard mapping interface.  This facility should
  437.     be totally compatible with MS-Kermit keyboard mapping files.  The only
  438.     thing we don't support are some of the kermit verbs to map to keys.
  439.     Please read the keymap.txt file for detailed information.
  440.  
  441. 7)    Moved a bunch of #includes around in the source to make porting to other
  442.     compilers easier.
  443.  
  444. 8)    Added a sane memory error trapping function.  If telnet suddenly spits
  445.     a message at you about a memory problem and says that it has written
  446.     a telnet.err file, _PLEASE_ mail it back to us so we can fix the bug
  447.     which caused it.  (For those of you who are interested in nice memory
  448.     debugging code, take a look at the memdebug.c file, it contains some
  449.     really slick replacements for dynamic memory allocation which I scarfed
  450.     from a recent Dr. Dobbs article and enhanced.)
  451.  
  452. 9)    Added the Alt+W command to send your password when ftp'ing back to your
  453.     own machine while in telnet.  Just press Alt+W at the Password: prompt
  454.     and hit enter, your password from the telnet password file will be
  455.     sent back to your machine.
  456.  
  457. 10)    Patched the existing code some to enable the BOOTP support.  To use this
  458.     method of recieving your IP number, just include the myip=BOOTP setting in
  459.     your config.tel file.
  460.  
  461. 11)    LPR was patched to print the burst page.
  462.  
  463. 12)    The color support has been enhanced to allow high intensity foreground
  464.     text and blinking backgrounds.  To use this, just set whatever color,
  465.     nfcolor for example, to a color in capitals.  For example, nfcolor=CYAN
  466.     would set the normal text's foreground color to bright cyan.
  467.  
  468. 13)    Because of the new keyboard mapping interface, the shifted function key
  469.     macros and the keyboard= entries in the config.tel were removed.  Just 
  470.     use the new keyboard mapping interface, its a lot better.
  471.  
  472. NOTE:    For Microsoft Windows users out there, don't run Telnet in the
  473.     background, packets get dropped or written to other applications causing
  474.     crashes.  Run Telnet in exclusive mode, and turn on bios screen usage
  475.     (bios=yes).  We have also had conflicting reports of Telnet working well
  476.     with Windows, so at least try to take care.
  477.  
  478.  
  479. Known Bugs:
  480.  
  481. 1)    Tektronix GIN mode is not fixed yet. (Sorry, but it will be one of the
  482.     first things I work on, I promise!)
  483.  
  484. 2)    FTPBIN is slow, and doesn't handle disk full problems well yet.
  485.  
  486. 3)    The dreaded NULL pointer error on exitting Telnet is still around.  This
  487.     may not get fixed until we get the new version of Codeview, because Telnet
  488.     is too large to debug normally.
  489.  
  490. 4)    Pasting from the copy buffer into a session is not printed when in 
  491.     line mode.
  492.  
  493. 5)    Mouse may move backwards in the scrollback for certain mice.
  494.  
  495. Things Which Still Need To Be Crammed In:
  496.  
  497. 1)    All the bugs above.
  498.  
  499. 2)    Appletalk driver will get fixed.
  500.  
  501. 3)    Various people have asked for more screen drivers, so perhaps if a lot of
  502.     people ask for different screen drivers for tektronix plots, we will
  503.     add another screen driver or two.
  504.  
  505. 4)    Overlaying the code so that Telnet will take up less memory.
  506.  
  507. 5)    Maybe update the telpass interface.
  508.  
  509. Please keep the bug reports coming in!
  510. pctelbug@ncsa.uiuc.edu
  511.  
  512.  
  513. BUG FIXES FOR NCSA Telnet 2.3b9:
  514.  
  515. 1)    A patch was made to make the NIC PS/2 card work correctly.
  516.  
  517. 2)    The problems with the LPR utilities not having enough stack space has
  518.     been fixed.
  519.  
  520. 3)    The problem with domain name serving which was introduced in b8 has
  521.     been fixed.
  522.  
  523. 4)    Added an option to the config.tel file to determine whether the clock
  524.     should be on or off.  The default is on
  525.     ex. - clock=off
  526.  
  527. 5)    Fixed several problems introduced in b8 having to do with the vt100
  528.     emulation.  This caused various problems using EDT on Vaxes.
  529.  
  530. 6)    Fixed bug which did not reset the line wrapping mode when Alt-R was
  531.     pressed to reset vt100 emulation.
  532.  
  533. NOTE:    For Microsoft Windows users out there, don't run Telnet in the
  534.     background, packets get dropped or written to other applications causing
  535.     crashes.  Run Telnet in exclusive mode, and remember to turn off keyboard
  536.     re-mapping in your config.tel (keyboard=off), and turn on bios screen usage
  537.     (bios=yes).  We have also had conflicting reports of Telnet working well
  538.     with Windows, so at least try to take care.
  539.  
  540.  
  541. Known Bugs:
  542.  
  543. 1)    Tektronix GIN mode is not fixed yet.
  544.  
  545. 2)    The keyboard mapper still has a cruddy file interface, this will get
  546.     improved in the next couple of weeks.
  547.  
  548. 3)    The keyboard gets reset to a US keyboard from the users keyboard type.
  549.  
  550. 4)    FTPBIN is slow, and doesn't handle disk full problems well yet.
  551.  
  552. 5)    The dreaded NULL pointer error on exitting Telnet is still around.  This
  553.     may not get fixed until we get the new version of Codeview, because Telnet
  554.     is too large to debug normally.
  555.  
  556. 6)    Macros and pasting the copy buffer are not printed when in line mode.
  557.  
  558. 7)    LPR sends a null length entry when a file doesn't exist.
  559.  
  560. 8)    Mouse may move backwards in the scrollback for certain mice.
  561.  
  562. 9)    LPR does not find files on other drives.
  563.  
  564. 10)    LPR may not be reading the command line for the -h option correctly.
  565.  
  566. Things Which Still Need To Be Crammed In:
  567.  
  568. 1)    All the bugs above.
  569.  
  570. 2)    Definiteley re-write the keybaord mapping to handle arbitrary length 
  571.     strings    for any key on the keyboard.
  572.  
  573. 3)    Appletalk driver will get fixed.
  574.  
  575. 4)    Various people have asked for more screen drivers, so perhaps if a lot of
  576.     people ask for different screen drivers for tektronix plots, we will
  577.     add another screen driver or two.
  578.  
  579. 5)    Overlaying the code so that Telnet will take up less memory.
  580.  
  581. 6)    Maybe update the telpass interface.
  582.  
  583.  
  584. This week, one of the developers for Telnet, Heeren Pathak, graduated from the
  585. university and left NCSA to work at Mitre.  I would like to thank Heeren for
  586. all his effort and time he has devoted to this piece of software, and for
  587. everyone to wish him well in his new endeavours.
  588.  
  589.  
  590. Please keep the bug reports coming in!
  591. pctelbug@ncsa.uiuc.edu
  592.  
  593. BUG FIXES FOR NCSA Telnet 2.3b8:
  594.  
  595. 1)    No change in the internal ethernet drivers.  The Appletalk is still under
  596.     some work, but the ni9210 may be put on indefinite hold.
  597.  
  598. 2)    The previously reported 'bug' about Telnet corrupting the environment
  599.     when you are shelled out is a bug in the Microsoft compiler.  There is
  600.     presently nothing we can do to fix this problem.  Possibly when we get
  601.     our copy of Microsoft C 6.0 the problem will go away, but don't hold your
  602.     breath.
  603.  
  604. 3)    The scrollback has been speeded up and now also restores the screen
  605.     correctly when exitting.  The cursor is now replaced correctly when you
  606.     exit.  There are several new things about the scrollback buffer which
  607.     are documented here.  The key sequence "home-home" will place the cursor
  608.     at the upper left corner of the present screen, and the key sequence
  609.     "end-end" will place the cursor at the lower right corner of the current
  610.     screen.  Pressing "home" or "end" will take you to the beginning or end
  611.     of the current line respectively.  "Pgup" and "Pgdn" move you an entire
  612.     screen up or down in the buffer, but don't move the cursor position.
  613.     The behavior of the scrollback buffer when the cursor is on the top or
  614.     bottom line and the up or down arrow (respectively) is pressed is now
  615.     determined by the "autoscroll=[no|yes]" configuration variable.  If
  616.     autoscroll is yes (the default state), then the screen will continue to 
  617.     scroll in a direction until the opposite key is pressed (i.e. the down
  618.     arrow, when scrolling up).  If autoscrolling is off, then the buffer
  619.     will only scroll one line up further into the buffer.
  620.  
  621. 4)    Telnet now reports back negotiation information to the console window
  622.     about the option negotiation which is being processed with the telnet
  623.     server you are connected to.  This allows you to see exactly what telnet
  624.     options are enabled and what the server would like Telnet to support.
  625.  
  626. 5)    The alt-B key now moves you a session back in the list of sessions you
  627.     have open.  ( A source of great relief to me at least...)
  628.  
  629. 6)    A small vt100 bug was cleaned up which dealt with the "^[c" sequence 
  630.     eating the next vt100 sequence which followed.
  631.  
  632. 7)    F11 & F12 are available as macro keys again (due to overwhelming response).
  633.  
  634. 8)    The keyboard mapping was eating the Print Screen key, but now it passes it
  635.     correctly, and prints out the text on the screen.
  636.  
  637. 9)    A new configuration option was added to allow sessions which are closed to 
  638.     disappear without needing an additional keypress was added.  This option
  639.     is "windowgoaway=[no|yes]" in the configuration file.  The default state
  640.     is set to not make windows go away.
  641.  
  642. 10)    The following list of ftp commands was added to Telnet's ftp server:
  643.         CDUP - allows the ftp connection to change to the parent directory
  644.         MKD  - allows the ftp connection to create a directory on the machine
  645.                 running Telnet
  646.         RMD  - allows the ftp connection to remove a directory on the machine
  647.                 running Telnet
  648.         DELE - allows the ftp connection to delete a file on the machine
  649.                 running Telnet
  650.  
  651.     These last two commands violate the security of the machine running Telnet,
  652.     so we highly recommend that you create a password file for Telnet and use
  653.     it all the time.  Without a password file, anyone can ftp to your machine
  654.     and wipe you out!
  655.  
  656. 11)    Linemode and Negotiate About Window Size (NAWS) options are added to 
  657.     the telnet options that Telnet supports.
  658.  
  659. 12)    The ctrl-C is fixed for certain now!  I patched the ctrl-C interupt
  660.     directly.  The previous problems were caused by the Microsoft C compiler
  661.     doing odd things with the interupt signal.
  662.  
  663. 13)    Support for more function keys was added to the vt100 key support.  This
  664.     is a non-standard addition, but several people asked for it.  The function
  665.     keys F5 thru F10 now extended the F1-F4 vt100 sequences:
  666.         F1 - ESC[P
  667.         F2 - ESC[Q
  668.         F3 - ESC[R
  669.         F4 - ESC[S
  670.         F5 - ESC[T
  671.         F6 - ESC[U
  672.         F7 - ESC[V
  673.         F8 - ESC[W
  674.         F9 - ESC[X
  675.         F10- ESC[Y
  676.  
  677. 14)    Two additional options were added to the configuration file:
  678.         cursorstart=[0-9]
  679.         cursorend=[0-9]
  680.     These two options allow you to choose what line the cursor starts on 
  681.     and ends on.  These two options take a number, which is the number of 
  682.     lines from the top of the character block to begin and end.  The default
  683.     is to have an underline cursor in 24 line mode, and a block cursor in 
  684.     43 & 50 line mode.
  685.  
  686. 15)    Support for the AT&T Starlan 10 ethernet board was added as an internal
  687.     driver.  Thanks for Larry Hicks at Bradley University for the effort
  688.     in writing it.  There is an example of the use in the config.tel 
  689.     supplied with this package.
  690.  
  691. NOTE:    For Microsoft Windows users out there, don't run Telnet in the
  692.     background, packets get dropped or written to other applications causing
  693.     crashes.  Run Telnet in exclusive mode, and remember to turn off keyboard
  694.     re-mapping in your config.tel (keyboard=off), and turn on bios screen usage
  695.     (bios=yes).  We have also had conflicting reports of Telnet working well
  696.     with Windows, so at least try to take care.
  697.  
  698.  
  699. Known Bugs:
  700.  
  701. 1)    Tektronix GIN mode is not fixed yet.
  702.  
  703. 2)    The keyboard mapper still has a cruddy file interface, this will get
  704.     improved in the next couple of weeks.
  705.  
  706. 3)    The keyboard gets reset to a US keyboard from the users keyboard type.
  707.  
  708. 4)    LPR is crashing with a variety of errors.
  709.  
  710. 5)    FTPBIN is slow, and doesn't handle disk full problems well yet.
  711.  
  712. 6)    Domain look ups for long machine names have some problems.
  713.     (How long you say?, I don't know, I am still trying to get a grip on it).
  714.  
  715. 7)    The dreaded NULL pointer error on exitting Telnet is still around.  This
  716.     may not get fixed until we get the new version of Codeview, because Telnet
  717.     is too large to debug normally.
  718.  
  719.  
  720. Things Which Still Need To Be Crammed In:
  721.  
  722. 1)    All the bugs above.
  723.  
  724. 2)    Appletalk driver will get fixed.
  725.  
  726. 3)    Various people have asked for more screen drivers, so perhaps if a lot of
  727.     people ask for different screen drivers for tektronix plots, we will
  728.     add another screen driver or two.
  729.  
  730. 4)    Overlaying the code so that Telnet will take up less memory.
  731.  
  732. 5)    Maybe update the telpass interface.
  733.  
  734.  
  735. This week, one of the developers for Telnet, Heeren Pathak, graduated from the
  736. university and left NCSA to work at Mitre.  I would like to thank Heeren for
  737. all his effort and time he has devoted to this piece of software, and for
  738. everyone to wish him well in his new endeavours.
  739.  
  740.  
  741. Please keep the bug reports coming in!
  742. pctelbug@ncsa.uiuc.edu
  743.  
  744. BUG FIXES FOR NCSA Telnet 2.3b7:
  745.  
  746. 1)    No change in the internal ethernet drivers.  The Appletalk is still under
  747.     some work, but the ni9210 may be put on indefinite hold.
  748.  
  749. 2)    The cursor changing from an underscore into a larger underscore on 
  750.     monochrome monitors is rectified.
  751.  
  752. 3)    Ctrl-C will no longer break out of Telnet.
  753.  
  754. 4)    Added -r command line switch to turn output redirection off in ftpbin.exe.
  755.  
  756. 5)    Fixed various problems making "mget *" in ftpbin.exe do bad things to
  757.     memory and crash.
  758.  
  759. 6)    When shelling to DOS from Telnet, the COMSPEC= environment variable is
  760.     now checked to see what shell to spawn.
  761.  
  762. 7)    Undefined macro keys (shift f1-f10) no longer print wierd strings.
  763.  
  764. 8)    Hercules graphics mode fixed, now supports Tektronix mode again.
  765.  
  766. 9)    Patched ftpbin.exe so that the last character in a file (ctrl-Z) is not
  767.     omitted during binary file transfers.
  768.  
  769. 10)    Added function prototypes and #ifdef's to avoid header file re-inclusion
  770.     to source.
  771.  
  772. 11)    A couple of vt100 emulation bugs which only manifested themselves when
  773.     connected to a VMS machine have been patched, please check these out and
  774.     let us know if they are correct.
  775.  
  776. 12)    A bunch of bugs were found in various sections of the code which we believe
  777.     have eliminated the 'assignment to null pointer' run-time error when
  778.     exitting Telnet.  If you experience this error please make certain to
  779.     report a bug and let us know about it.
  780.  
  781. 13)    SOURCE RELEASE!!!  This is still a beta set of source.  It has been cleaned
  782.     up well enough that it only generates a couple of "formal parameter not
  783.     used" warnings, but there is still some work which needs to get done.
  784.  
  785. NOTE:    For Microsoft Windows users out there, don't run Telnet in the
  786.     background, packets get dropped or written to other applications causing
  787.     crashes.  Run Telnet in exclusive mode, and remember to turn off keyboard
  788.     re-mapping in your config.tel (keyboard=off), and turn on bios screen usage
  789.     (bios=yes).
  790.  
  791. Known Bugs:
  792.  
  793. 1)    Tektronix GIN mode is not fixed yet.
  794.  
  795. 2)    The keyboard mapper still has a cruddy file interface, this will get
  796.     improved in the next couple of weeks.
  797.  
  798. 3)    The keyboard gets reset to a US keyboard from the users keyboard type.
  799.  
  800. 4)    When shelled out to DOS from Telnet, the environment is corrupted somehow,
  801.     but this is at the trailing end of the environment and doesn't cause
  802.     crashes (I think).
  803.  
  804. Things Which Still Need To Be Crammed In:
  805.  
  806. 1)    Telnet line mode support.
  807.  
  808. 2)    A few configuration options to allow users to change the cursor they use
  809.     in Telnet.
  810.  
  811. Please keep the bug reports coming in!
  812. pctelbug@ncsa.uiuc.edu
  813.  
  814. NCSA Telnet 2.3b6
  815.  
  816. 1) Drivers update
  817.  
  818. The following is an update on the status of the internal Telnet drivers.
  819.  
  820. For the PC Bus,
  821. Name        Board                Works??
  822. -------------------------------------------------------------
  823. atalk        *Apple Talk            No
  824. packet        *Packet Driver             Yes
  825. 3c501        3COM 3C501            Yes
  826. 3c503        *3COM 3C503            Yes
  827. pcnic        Ungermann-Bass PC-NIC        Yes
  828. wd8003e        Western Digital WD8003E        Yes
  829. wd8003eb    Western Digital WD8003EB    Yes    
  830. ni5210        MICOM NI5210            Yes
  831.  
  832.  
  833. For PS/2 MCA bus,
  834.  
  835. Name        Board                Works??
  836. -------------------------------------------------------------
  837. nicps/2        Ungermann-Bass NICps/2        Yes
  838. 3c523        3COM 3C523            Yes
  839. wd8003a        Western Digital WD8003EA    Yes    
  840. ni9210        *MICOM NI9210            No
  841.  
  842. The ??? indicate boards that are buggy.  Please test them out and report
  843. back to us.
  844.  
  845. 2)    ftp shell escape fixed
  846.  
  847. 3)    ftp -h parameter correctly reconized
  848.  
  849. 4)    EGA tek emulator fixed
  850.  
  851. 5)    VGA tek support added
  852.  
  853. BIG FIXES FOR NCSA Telnet 2.3b5
  854.  
  855. 1) 3c523 Driver fixed.
  856.  
  857. 2) Additional keystrokes added to Scroll Lock mode
  858.     Home -> Beginning of Line
  859.     End  -> End of Line
  860.     Cntl+PGUP -> Top of Scrollback buffer
  861.     Cntl+PGCN -> Bottom of Scrollback buffer
  862.  
  863. 3) External TCP/IP Utilities
  864.     
  865.     The following utilities now work with the new drivers and 
  866.     keyboard mapper.  If NCSA Telnet works these should also 
  867.     work.
  868.  
  869.     ftpbin.exe -> ftp client & server
  870.     minitel.exe -> a very simple telnet program
  871.  
  872.     Network Printing Utilites contributed by Paul Hilchey.
  873.     lpr.exe, lpq.exe, lprm.exe. 
  874.  
  875. 4) 3c503 driver fixed.
  876.     The 3c503 board does not allow the software to determine whether
  877.     thin or thick Ethernet is being used.  Therefore, telnet needs
  878.     to be told what type of wire is being used.  A new config.tel
  879.     keyword "wire" has been added.  Its usage is shown below.
  880.     
  881.     wire=thin    ; this is the default.  Telnet will use thin Ether    
  882.     wire=thick    ; Telnet will use thick Ether 
  883.     
  884.  
  885. 5) Keyboard Mapper bug fixes.
  886.  
  887.     CAPS LOCK no longer blocks control and ALT characters.
  888.     NUM LOCK now maps the keypad correctly.    
  889.  
  890. 6) Keyboard Mapper addition.  The keyboard mapper now addresses all the keys
  891.     on the 101 key (extended) keyboard.  There is an extra map which has been
  892.     added to the already existing five keyboard maps (NORMAL, LEFT SHIFT, RIGHT
  893.     SHIFT, ALT, and CONTROL).  The extra map is for the extended keys, these
  894.     keys are only generated by the extended keyboard.  The extra map consists
  895.     of 89 pairs of integers (one for each key), and is in the same order as
  896.     the other maps (see the README file for details).  The order of the maps
  897.     is now :  NORMAL, LEFT SHIFT, RIGHT SHIFT, ALT, CONTROL, and  EXTENDED.
  898.  
  899. 7) ftp excepts full pathnames for changing directories.  It requires that
  900.     you type a double backslash for each single backslash in the path name
  901.     however, i.e. "c:\\dos" for "c:\dos".  You may use a forward slash '/'
  902.     for the backslashes in MS-DOS path names also, i.e. "c:/dos" for
  903.     "c:\dos".
  904.  
  905. 8) Ungerman Bass PC/NIC driver is fixed.
  906.  
  907. 9) Western Digital 8003A Microchannel Card fixed.
  908.     
  909. 10) Drivers update
  910.  
  911. The following is an update on the status of the internal Telnet drivers.
  912.  
  913. For the PC Bus,
  914. Name        Board                Works??
  915. -------------------------------------------------------------
  916. atalk        *Apple Talk            ???
  917. packet        *Packet Driver             Yes
  918. 3c501        3COM 3C501            Yes
  919. 3c503        *3COM 3C503            Yes
  920. pcnic        Ungermann-Bass PC-NIC        Yes
  921. wd8003e        Western Digital WD8003E        Yes
  922. wd8003eb    Western Digital WD8003EB    Yes    
  923. ni5210        MICOM NI5210            Yes
  924.  
  925.  
  926. For PS/2 MCA bus,
  927.  
  928. Name        Board                Works??
  929. -------------------------------------------------------------
  930. nicps/2        Ungermann-Bass NICps/2        Yes
  931. 3c523        3COM 3C523            Yes
  932. wd8003a        Western Digital WD8003EA    Yes    
  933. ni9210        *MICOM NI9210            No
  934.  
  935. The ??? indicate boards that are buggy.  Please test them out and report
  936. back to us.
  937.  
  938. BUG FIXES FOR NCSA Telnet 2.3b4:
  939.  
  940. 1) Drivers update
  941.  
  942. The following is an update on the status of the internal Telnet drivers.
  943.  
  944. For the PC Bus,
  945. Name        Board                Works??
  946. -------------------------------------------------------------
  947. atalk        *Apple Talk            ???
  948. packet        *Packet Driver             Yes
  949. 3c501        3COM 3C501            Yes
  950. 3c503        *3COM 3C503            ???
  951. pcnic        Ungermann-Bass PC-NIC        No
  952. wd8003e        Western Digital WD8003E        Yes
  953. wd8003eb    Western Digital WD8003EB    Yes    
  954. ni5210        MICOM NI5210            Yes
  955.  
  956.  
  957. For PS/2 MCA bus,
  958.  
  959. Name        Board                Works??
  960. -------------------------------------------------------------
  961. nicps/2        Ungermann-Bass NICps/2        Yes
  962. 3c523        3COM 3C523            ???
  963. wd8003a        Western Digital WD8003EA    No    
  964. ni9210        *MICOM NI9210            No
  965.  
  966. The ??? indicate boards that are buggy.  Please test them out and report
  967. back to us.
  968.  
  969.  
  970. 2) Terminal type negotiation.
  971.  
  972. Telnet can now send its terminal type a host.  The default terminal
  973. type is "dec-vt100."  It can be changed with the termtype option in the
  974. config.tel file, e.g.
  975.  
  976. termtype="vt100"
  977.  
  978. will cause telnet to send the string "vt100" instead of "dec-vt100" to a host.
  979.  
  980.  
  981. 3) Telnet to "other port" works with Domain lookup
  982.  
  983. Previously, attempting to connect to a port on a machine requiring a
  984. domain lookup resulted in a connection to the Telnet port and not the 
  985. specified port.
  986.  
  987. Now the sucessful lookup will result in the connection to the specified port.
  988.  
  989. BUG FIXES FOR NCSA Telnet 2.3b3:
  990.  
  991. 1) Alt-E escape to DOS no longer results in stack overflow.
  992.  
  993. 2) Addition of macros for shift-function key combination 
  994.     (Shift-f1 through Shift-f12)
  995.  
  996.     The shift-function key combinations can now be mapped to user-defined
  997.     strings.  Twelve new keywords have been added to config.tel, one for 
  998.     each function key (f1,f2,f3,....,f12).
  999.  
  1000.     To assign a macro string to a function key:
  1001.  
  1002.         <key>=<string>
  1003.  
  1004.     where <key> is one of the new keywords and <string> contains your 
  1005.     macro.
  1006.  
  1007.     The following key sequences are used to generate special characters
  1008.     in your macro.  They follow the same style as the C programming
  1009.     language and may seem strange if you are not familiar with C.
  1010.  
  1011.     Desired Character                Definition
  1012.     -----------------                ----------
  1013.     Backslash (\)                    \\
  1014.     TAB                        \t
  1015.     CR LF                        \n or \r
  1016.     Space                        \032
  1017.     Number of text rows                \#
  1018.     Internet number of PC                \i
  1019.     
  1020.     The \xxx string, where xxx is a number between 0-255, will send that 
  1021.     character to the the host, e.g. the Space key above.
  1022.     If your macro string contains spaces, then the string either 
  1023.     has to be encased in quotes or the space should be coded as 
  1024.     a special character.
  1025.  
  1026.     e.g.  f1="ftp \i\n" and  f1=ftp\032\i\n are functionally identical.
  1027.  
  1028. BUG FIXES FOR NCSA Telnet 2.3b2:
  1029.  
  1030. 1)    Appletalk driver better (may not be quite right yet, but it is now
  1031.      at least compiled into the executable correctly).
  1032.  
  1033. 2)    Client mode fixed from Microsoft C 5.1 port.  Now works correctly 
  1034.     in binary mode.
  1035.