home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / c-kermit / ck61b03.txt < prev    next >
Internet Message Format  |  2020-01-01  |  13KB

  1. From: Frank da Cruz <fdc@watsun.cc.columbia.edu>
  2. Date: Thu, 23 Apr 98 20:29:05 EDT
  3. To: C-Kermit Developers and Testers <kermit@columbia.edu>
  4. Reply-to: kermit@columbia.edu
  5. Subject: C-Kermit 6.1 Beta.03
  6. Message-ID: <CMM.0.90.4.893377745.fdc@watsun.cc.columbia.edu>
  7.  
  8. This is to announce C-Kermit 6.1 Beta.03.  I hope this will be the final
  9. closed Beta.  The main reason it's still closed is that the security modules
  10. have been rearranged in a rather major way, plus a fair amount of new code
  11. was added to support IBM AIXLink/X.25.
  12.  
  13. Let me know if you want to be removed from this mailing list (mailings will
  14. continue to go out about once or twice a month until C-Kermit 6.1 is done).
  15.  
  16. HIGHLIGHTS
  17.  
  18. IBM AIXLinx/X.25 support (peer-to-peer only) was added by Stephen Riehm of
  19. PC-Plus in Germany.
  20.  
  21. Beta.03 adds Stanford University's Secure Remote Password (SRP)(TM) protocol
  22. for Telnet connections.  This allows secure logins without transmission of
  23. passwords, and also encryption ov securely authenticated sessions (encryption
  24. is available in the USA and Canada only due to USA export laws).  For more
  25. information about SRP, see:
  26.  
  27.   http://srp.stanford.edu/srp/
  28.  
  29. SRP is available currently for Linux only; other UNIX systems can be
  30. supported by adding new makefile entries following the "linux+srp" model;
  31. see the security.txt file for further information.
  32.  
  33. If you are interested in SRP or Kerberos, and are in the USA or Canada,
  34. please contact me directly for access to the files, which (due to export
  35. restrictions) can not be placed on the public ftp server.
  36.  
  37. GENERAL CHANGES SINCE BETA.02
  38.  
  39.  . Added: STATUS as a synonym for SHOW STATUS.
  40.  . Added: A Telnet "personality"; if you call the C-Kermit executable Telnet
  41.    instead of Kermit, it accepts the Telnet command line ("telnet host port").
  42.  . Added: \v(name), the name by which C-Kermit was invoked.
  43.  . Added: 877 and 866 to default toll-free area code list for country code 1.
  44.  . Added: -O command-line option: "Be 100% transparent in CONNECT mode".
  45.  . Added: System (utsname) info to SHOW FEATURES on platforms that allow it.
  46.  . Added: ".hex" and ".hqx" to default list of text file types.
  47.  . Added: XMODEM-CRC as an external protocol type.
  48.  . Added: More informative error messages on SET LINE / PORT failures.
  49.  . Fixed: Server (non)response to "GET *".
  50.  . Fixed: INPUT 0 <text> to work as advertised.
  51.  . Fixed: \- at end of a command now properly quotes the hyphen.
  52.  . Fixed: PIPE connections to work more than once.
  53.  . Fixed: Time and CPS fields of transfer display after Ctrl-C interruption.
  54.  . Fixed: SHOW NET not to run off screen.
  55.  . Fixed: A spurious "Transfer OK" message if connection lost during transfer.
  56.  . Fixed: "kermit -x" at C-Kermit> prompt to return to prompt after 1 action.
  57.  . Fixed: \v(instatus) value if INPUT failed because of connection loss.
  58.  . Fixed: SET HOST commands were not getting into the command recall buffer.
  59.  . Fixed: Various minor command syntax discrepancies.
  60.  . Fixed: Various #ifdef inconsistencies.
  61.  
  62. UNIX-SPECIFIC CHANGES
  63.  
  64.  . Added: Secure Remote Password protocol.
  65.  . Added: IBM AIXLink/X.25 support.
  66.  . Added: Support for ttylock(), ttylocked(), ttyunlock() library routines
  67.           in AIX for creating, checking, and removing UUCP lockfiles.
  68.  . Added: Automatic recognition of lockfile PID format when checking
  69.           for stale lockfiles.
  70.  . Added: dgux54411i makefile entry for DG/UX 5.4R4.11 on Intel.
  71.  . Fixed: C-Kermit no longer removes lockfiles it didn't create.
  72.  . Fixed: HP-UX 7.x makefile entries to not try to optimize ckcnet.c.
  73.  . Updated: sv68r3v6 and sv88r50 makefile entries for new C-K 6.1 features.
  74.  
  75. Note the UUCP lockfile changes.  The use of ttylock() and friends is
  76. preferable to hand-crafted lockfile handling, since it isolates C-Kermit from
  77. changes in lockfile conventions (directory, name, contents, format), e.g.
  78. when new OS releases come out.  To my knowledge, only AIX supports these
  79. routines.  Also, C-Kermit now tries to automatically detect the format in
  80. which the PID is recorded in the lockfile: if the lockfile is 2 bytes long, it
  81. is assumed to be a short; if it is 4 bytes, it is assumed to be an int.  If it
  82. is longer than 4 bytes, it is assumed to be a string (with a couple exceptions
  83. that are known not to fit, e.g. COHERENT).  This should reduce the frequency
  84. of false positives (or negatives) in detecting stale lockfiles.  Also, when
  85. closing a device that it opened, and for which it created a lockfile, C-Kermit
  86. no longer removes the lockfile if it changed out from underneath it (i.e. if
  87. it contains somebody else's PID).  I'm not sure if this is good or bad, but
  88. several people had requested this change.
  89.  
  90. VMS-SPECIFIC CHANGES
  91.  
  92.  . Added: \v(osname), \v(osrelease), \v(osversion)
  93.  . Added: \v(model) (hardware model)
  94.  . Fixed: GFTIMER ifdefs for pre-5.0 VMS versions.
  95.  
  96.  Open VMS issues:
  97.  
  98.  . LABELED mode lacks relative pathname option; directory-tree transfers
  99.    don't work between two VMS systems because they go into LABELED mode
  100.    automatically.
  101.  . Confusion about SET TRANSFER MODE { AUTOMATIC, MANUAL } vs FILE TYPE IMAGE
  102.    (should AUTOMATIC unset IMAGE?  Should IMAGE set MANUAL? ...)
  103.  . Problems with overstrike records in Fortran Carriage Control files.
  104.  . Need better error message for failure to receive a file in text mode that
  105.    has lines longer than 32K, or else a way to recover when this happens,
  106.    e.g. by breaking the long line.
  107.  . DECnet-aware CD command -- work in progress, should be available in Beta.04.
  108.  . Fractured fullscreen file transfer display during GET (can't reproduce).
  109.  . I don't have access to Alpha VMS 6.x any more, can't make binaries, sorry.
  110.  
  111. WHERE TO FIND IT
  112.  
  113. C-Kermit 6.1.193 Beta.03 is in the kermit/test tree at the Kermit ftp site,
  114. along with drafts of all the update documentation, etc:
  115.  
  116.  ftp://kermit.columbia.edu/kermit/test/tar/
  117.    cku193src.tar.Z   Source code (UNIX and VMS), tar, UNIX compress
  118.    cku193src.tar.gz  Source code (UNIX and VMS), tar, gzipped
  119.    cku193txt.tar.Z   Other text files, tar, UNIX compress
  120.    cku193txt.tar.gz  Other text files, tar, gzipped
  121.  
  122.  ftp://kermit.columbia.edu/kermit/test/text/
  123.    Individual source and text files for UNIX, VMS, OS-9,
  124.    AOS/VS, Stratus VOS, etc etc.
  125.  
  126.  Among the interesting text files:
  127.    ckermit2.upd    -- User documentation of new features since 6.0.
  128.    ckaaaa.hlp      -- Overview of files, file naming conventions, etc.
  129.    ckc193.upd      -- Program edit history since 6.0.
  130.    ckuins.doc      -- UNIX installation instructions.
  131.    ckvins.doc      -- VMS installation instructions.
  132.    ckuker.bwr      -- UNIX C-Kermit "beware file" (hints and tips).
  133.    ckvker.bwr      -- VMS C-Kermit beware file.
  134.    ckcplm.doc      -- Program logic manual, API definition, etc.
  135.    ckccfg.doc      -- Program configuration options.
  136.    alpha*.txt      -- Announcements of each Alpha test.
  137.    beta*.txt       -- Announcements of each Beta test.
  138.    security.txt    -- Documentation of Kerberos and SRP features.
  139.  
  140. INDIVIDUAL BETA.03 BINARIES:
  141.  
  142. The binaries marked with (+) are Beta.03, transferred using itself to the
  143. Kermit ftp site.  The others are mostly Beta.02 or earlier Alpha or Beta
  144. tests built at sites I can't reach any more or that have since been upgraded
  145. to newer OS versions, or built on systems that don't work any more, or that
  146. were sent in by others.
  147.  
  148.  ftp://kermit.columbia.edu/kermit/test/bin/
  149.    ck9ker-net.bin                OS-9/68K 2.4
  150.    ck9ker-nonet.bin              OS-9/68K 2.4
  151.  + ckdker-aosvsii.pr             DG MV 2500 AOS/VS-II 2.20.73
  152.    ckpker.plan9_68020            Plan 9 from Bell Labs on 680x0
  153.    ckpker.plan9_i386             Plan 9 from Bell Labs on PC
  154.    ckpker.plan9_mips             Plan 9 from Bell Labs on MIPS
  155.    ckpker.plan9_sparc            Plan 9 from Bell Labs on Sparc
  156.  + ckuker.aix41                  IBM RS/6000 AIX 4.1
  157.  + ckuker.bsd44-hp9000_300       HP-9000/300 4.4BSD-Lite
  158.    ckuker.bsdi2-2.1              PC, BSDI 2.1
  159.    ckuker.bsdi2-3.0              PC, BSDI 3.0
  160.  + ckuker.bsdi2-3.1              PC, BSDI 3.1
  161.  + ckuker.du32                   DEC Alpha Digital UNIX 3.2
  162.  + ckuker.du40                   DEC Alpha Digital UNIX 4.0
  163.    ckuker.hpux500wintcp          HP-9000/550 HP-UX 5.21 with TWG-TCP/IP 1.2
  164.    ckuker.hpux80-hp9000_385      HP-9000/385 HP-UX 8.00 (no curses, no opt.)
  165.    ckuker.hpux80c-hp9000_385     HP-9000/385 HP-UX 8.00 (not optimized)
  166.  + ckuker.hpux90-hp9000_712      HP-9000/712 HP-UX 9.05 (not optimized)
  167.  + ckuker.hpux90o700-hp9000_712  HP-9000/712 HP-UX 9.05 (optimized for mod 700)
  168.  + ckuker.hpux100-10.20          HP-9000/715/33 HP-UX 10.20 (not optimized)
  169.  + ckuker.hpux100o-10.20         HP-9000/715/33 HP-UX 10.20 (optimized)
  170.  + ckuker.irix53                 SGI IRIX 5.3
  171.    ckuker.irix62                 SGI IRIX 6.2
  172.  + ckuker.irix63                 SGI IRIX 6.3
  173.    ckuker.is5r3jc-4.1            PC, Sunsoft Interactive UNIX 4.1
  174.  + ckuker.linux-1.2.13-i386      PC, Red Hat Linux 1.2.13
  175.  + ckuker.next-3.1-mc68040       NeXT 68040 NeXTSTEP 3.1
  176.  + ckuker.next33-3.3-mc68040     NeXT 68040 NeXTSTEP 3.3
  177.  + ckuker.qnx16                  QNX 4.24 16-bit
  178.  + ckuker.qnx32                  QNX 4.24 32-bit
  179.  + ckuker.sco32v504              PC, SCO OpenServer 5.0.4 (no net)
  180.  + ckuker.sco32v504net           PC, SCO OpenServer 5.0.4 (TCP/IP)
  181.    ckuker.sinix542-5.42-mips     SNI SINIX-N 5.4.2 MIPS (RM200)
  182.  + ckuker.solaris24-2.4-sparc    Sun Sparc, Solaris 2.4
  183.  + ckuker.solaris2xg-2.4-sparc   Sun Sparc, Solaris 2.4 (made with gcc)
  184.    ckuker.solaris2x25-2.4-sparc  Sun Sparc, Solaris 2.4 with SunLink X.25
  185.  + ckuker.solaris25-2.5.1-sparc  Sun Sparc, Solaris 2.5.1
  186.  + ckuker.solaris25g-2.5.1-sparc Sun Sparc, Solaris 2.5.1 (made with gcc)
  187.  + ckuker.solaris26-2.6-sparc    Sun Sparc, Solaris 2.6
  188.  + ckuker.sunos41c-4.1.3-sparc   Sun Sparc, SunOS 4.1.3_U1 (full)
  189.  + ckuker.sunos41m-4.1.3-sparc   Sun Sparc, SunOS 4.1.3_U1 (no command parser)
  190.  + ckuker.sunos41mi-4.1.3-sparc  Sun Sparc, SunOS 4.1.3_U1 (minimum parser)
  191.  + ckuker.sunos41gcc-4.1.3-sparc Sun Sparc, SunOS 4.1.3_U1 (full, with gcc)
  192.    ckuker.sv68r3v6               Motorola MVME 147 68K, System V/68 R3V6
  193.    ckuker.sv88r40                Motorola MVME 187 88K, System V R4 V4.4 
  194.  + ckuker.ultrix42c-4.3-mips     DECstation 5000, Ultrix 4.3
  195.    ckuker.unixware2-2.1.1        PC, Unixware 2.1.1
  196.  + ckuker.unixware2-2.1.2        PC, Unixware 2.1.2
  197.    ckvaker-vms62-nonet.exe       Alpha CPU, VMS 6.2,   no TCP/IP
  198.    ckvaker-vms62-tgv40a.exe      Alpha CPU, VMS 6.2,   MultiNet 4.0A
  199.  + ckvaker-vms71-nonet.exe       Alpha CPU, VMS 7.1,   no TCP/IP
  200.  + ckvaker-vms71-tgv40b.exe      Alpha CPU, VMS 7.1,   MultiNet 4.0B
  201.    ckvvker-vms45-nonet.exe       VAX CPU,   VMS 4.5,   no TCP/IP
  202.  + ckvvker-vms55-nonet.exe       VAX CPU,   VMS 5.5-2, no TCP/IP
  203.  + ckvvker-vms55-ucx20.exe       VAX CPU,   VMS 5.5-2, UCX 2.0
  204.  + ckvvker-vms61-nonet.exe       VAX CPU,   VMS 6.1,   no TCP/IP
  205.  + ckvvker-vms61-tgv40a.exe      VAX CPU,   VMS 6.1,   MultiNet 4.0AX
  206.    ckvvker-vms71-nonet.exe       VAX CPU,   VMS 7.1,   no TCP/IP
  207.  + ckvvker-vms71-tgv40b.exe      VAX CPU,   VMS 7.1,   MultiNet 4.0B
  208.  
  209. Thanks to all of you for your help with and comments on this version so far!
  210. Please continue to beat on it and send any bug reports straight to me.
  211.  
  212. If any of you can try building this version on platforms not listed above,
  213. please let me know the results.
  214.  
  215. Thanks again!
  216.  
  217. - Frank
  218.  
  219. APPENDIX: MAJOR NEW FEATURES SINCE VERSION 6.0
  220.  
  221.  * Program management:
  222.    . Editor and web browser interfaces
  223.    . Command modifiers (switches)
  224.  
  225.  * Making and Using Connections
  226.    . Kerberos IV, Kerberos V, and Secure Remote Password security
  227.    . Dialing improvements (10-digit dialing, blind dialing, etc)
  228.    . New modem types and controls
  229.    . New Telnet protocol options
  230.    . External communication program interface
  231.    . Ability to accept incoming TCP connections in VMS
  232.  
  233.  * File Transfer and Management
  234.    . File-transfer command switches
  235.    . File-transfer pipes and filters
  236.    . Automatic per-file text/binary mode switching (by name)
  237.    . Transfer and preservation of file permissions
  238.    . Ability to transfer directory trees between unlike systems
  239.    . New file management commands and features
  240.    . Improved performance and responsiveness
  241.    . New display and log formats
  242.  
  243.  * New or improved client/server features
  244.  * Greek character sets
  245.  
  246.  * Script Programming
  247.    . Ability to pass more than ten arguments to a macro
  248.    . New or improved built-in variables and functions
  249.    . Built-in help for functions.
  250.    . Function and variable diagnostics
  251.    . New IF conditions
  252.    . Autodownload during INPUT command execution
  253.    . New OUTPUT command options
  254.    . Automatic arrays
  255.    . Array initializers
  256.    . Assignment operators
  257.  
  258. This is a very brief list; the complete story runs to about 100 printed pages,
  259. and can be found in the ckermit2.upd file, which is a supplement to "Using
  260. C-Kermit", 2nd Edition.
  261.  
  262. (End)
  263.  
  264.