ckuins.txt
上传用户:dufan58
上传日期:2007-01-05
资源大小:3407k
文件大小:117k
源码类别:

通讯/手机编程

开发平台:

Windows_Unix

  1. C-KERMIT 7.0 INSTALLATION INSTRUCTIONS FOR UNIX
  2.   As of C-Kermit version:  7.0.196
  3.   This file last updated:  Sat Jan  1 13:32:48 2000
  4.   Author: Frank da Cruz, Columbia University
  5.   Copyright (C) 1985, 2000,
  6.     Trustees of Columbia University in the City of New York.
  7.     All rights reserved.  See the C-Kermit COPYING.TXT file or the
  8.     copyright text in the ckcmai.c module for disclaimer and permissions.
  9. DOCUMENTATION
  10.   Frank da Cruz and Christine M. Gianone, "Using C-Kermit", Second Edition,
  11.   1997, Digital Press / Butterworth-Heinemann, Woburn, MA, ISBN 1-55558-164-1
  12.   US single-copy price: $44.95; quantity discounts available.  Available in
  13.   computer bookstores or directly from Columbia University:
  14.     The Kermit Project
  15.     Columbia University
  16.     612 West 115th Street
  17.     New York NY  10025-7799  USA
  18.     Telephone: +1 (212) 854-3703
  19.     Email: kermit-orders@columbia.edu
  20.     Web: http://www.columbia.edu/kermit/
  21.   The CKERMIT2.TXT file contains supplementary info for C-Kermit 7.0 to be
  22.   used until the 3rd edition of the manual is ready.
  23. CONTENTS
  24.  1. OVERVIEW
  25.  2. INSTALLING FROM PACKAGES
  26.  3. INSTALLING PREBUILT BINARIES
  27.  4. BUILDING FROM SOURCE CODE
  28.     4.0. Special Considerations for C-Kermit 7.0
  29.     4.1. The UNIX Makefile
  30.     4.2. The C-Kermit Initialization File
  31.     4.3. The 2.x BSD Makefile
  32.     4.4. The Plan 9 Makefile
  33.     4.5. Makefile Failures
  34.  5. INSTALLING THE KERMIT FILES
  35.  6. INSTALLING UNIX C-KERMIT FROM DOS-FORMAT DISKETTES
  36.  7. CHECKING THE RESULTS
  37.  8. REDUCING THE SIZE OF THE EXECUTABLE PROGRAM IMAGE
  38.  9. UNIX VERSIONS
  39.     9.1. Standards
  40.     9.1.1. POSIX
  41.     9.1.2. ANSI C
  42.     9.1.3. Other Standards
  43.     9.2. Library Issues
  44.     9.3. UNIX File System Peculiarities
  45.     9.4. Hardware Flow Control
  46.     9.5. Terminal Speeds
  47.     9.6. Millisecond Sleeps
  48.     9.7. Nondestructive Input Buffer Peeking
  49.     9.8. Other System-Dependent Features
  50.     9.9. Terminal Interruption
  51. 10. DIALING OUT AND COORDINATING WITH UUCP
  52. 11. RUNNING UNIX C-KERMIT SETUID OR SETGID
  53. 12. CONFIGURING UNIX WORKSTATIONS
  54. 13. BIZARRE BEHAVIOR AT RUNTIME
  55. 14. CRASHES AND CORE DUMPS
  56. 15. SYSLOGGING
  57. 16. SECURITY OPTIONS
  58. 1. OVERVIEW
  59. This file contains UNIX-specific information.  A lot of it.  Unlike most
  60. other packages, C-Kermit tries very hard to be portable to every UNIX variety
  61. (and every release of each one) known to exist, including many that are quite
  62. old, as well as to other platforms like VMS, AOS/VS, VOS, OS-9, the BeBox,
  63. the Amiga, etc.
  64. Since C-Kermit gets so deeply into the file system, i/o system, and other
  65. areas that differ radically from one UNIX platform to the next, this means
  66. that a lot can go wrong when you try to install C-Kermit on (for example) a
  67. new release of a particular variety of UNIX, in which certain things might
  68. have changed that C-Kermit depended upon.
  69. This file concentrates on installation.  For a description of general
  70. configuration options for C-Kermit, please read the file ckccfg.txt.  For
  71. troubleshooting after installation, see the files ckcbwr.txt and ckubwr.txt.
  72. The latter, in particular, contains lots of information on lots of specific
  73. UNIX platforms.  If you want to work on the source code, see the C-Kermit
  74. Program Logic Manual, ckcplm.txt.
  75. You may install C-Kermit:
  76.  . From an "install package", if one is available.
  77.  . As a prebuilt binary, if available, plus accompanying text files.
  78.  . By building from source code.
  79. 2. INSTALLING FROM PACKAGES
  80. Various UNIX varieties -- Red Hat Linux, Solaris, etc -- now incorporate the
  81. idea of "install packages", and many users expect to find all new applications
  82. in this format.  A selection of install packages might be available for any
  83. given release of C-Kermit, but there is a tradeoff between convenience and
  84. safety.  UNIX presents several notable problems to the builder of install
  85. packages:
  86.  a. Since C-Kermit is portable to many non-UNIX platforms (VMS, VOS, AOS/VS,
  87.     etc), some of the files in the C-Kermit distribution do not fit into the
  88.     UNIX application model.  In particular, C-Kermit includes some plain
  89.     text files (described in Section 5) and UNIX has no standard place to
  90.     put such files.  Typical UNIX package managers do not allow for them.
  91.     Where should they go, and how will the user know where to find them?
  92.  b. Installation of any program that will be used to make modem calls requires
  93.     some important decisions from the installer regarded security and
  94.     privilege.
  95. Item (b) is discussed at length in Section 10 of this document, but the
  96. package-related aspects are also given here.  The basic problem is that UNIX
  97. dialout devices and the UUCP "lock files" that regulate contention for them
  98. (described in Section 10) are protected against "world".  Therefore, the
  99. install procedure must either run as root in order to give the Kermit binary
  100. the required permissions, or else it must open up the permissions on the
  101. devices and lockfile directory.  Otherwise, the Kermit program just installed
  102. WILL NOT WORK for dialing out.
  103. Thus, a well-crafted installation procedure should present the options and
  104. allow the installer to choose:
  105.  a. Check the permissions of the lockfile directory and the dialout devices.
  106.     If they do not allow unprivileged R/W access, then:
  107.  b. "Your UUCP lockfile directory and/or dialout devices require privilege
  108.     to access.  You must either change their permissions or install Kermit
  109.     with privileges."
  110.  c. "If you wish to install Kermit with privileges, it will be given the
  111.     same owner, group, and permissions as the cu program so it can use the
  112.     dialout devices."
  113.  d. If they choose (c) but the user is not root, give message that the
  114.     install procedure can be run only by root and then quit.
  115. The Kermit Project does not necessarily have the resources or the expertise
  116. to make install packages for any (and certainly not all) UNIX (and other)
  117. platforms.  Most install packages, therefore, are contributed by others, and
  118. they do not necessarily follow the guidelines given above.
  119. If you are an end user who has obtained a C-Kermit install package for a
  120. particular platform, you should be aware that some additional steps might
  121. needed.  Read Section 10 for details.
  122. 3. INSTALLING PREBUILT BINARIES
  123. Hundreds of prebuilt C-Kermit binaries are available on the CDROM in the
  124. BINARY tree, and at our ftp site in the kermit/binaries area (with names
  125. starting with "ck").  To install a prebuilt binary:
  126.  a. Rename the binary to "wermit".
  127.  b. Follow steps (b) through (e) in Section 4.
  128. But first...  Please heed the following cautions:
  129.  a. If you pick the wrong one, it won't work (or worse).
  130.  b. Even when you pick the appropriate binary, it still might not work due
  131.     to shared-library mismatches, etc. (see Section 4.0).
  132.  c. Don't expect a binary built on or for version "n" of your OS to work
  133.     on version "m" (where m < n).  However, it is usually safe to run a
  134.     binary built on (or for) an older OS release on a newer one.
  135. 4. BUILDING FROM SOURCE CODE
  136. C-Kermit is designed to be built and used on as many platforms as possible:
  137. UNIX and non-UNIX, old and new (and ancient), ANSI C and K&R.  The UNIX
  138. version does not use or depend on any external tools for building except the
  139. "make" utility, the C compiler, and the linker.  It does not use any automated
  140. configuration tools such as configure, autoconf, automake, libtool, etc.
  141. Everything in C-Kermit has been built by hand based on direct experience or
  142. reports from users.
  143. The C-Kermit makefile contains the rules for building the program for each of
  144. the hundreds of different kinds of UNIX systems that C-Kermit attempts to
  145. support.  It covers all UNIX variations since about 1980 -- pretty much
  146. everything after UNIX V6.  Separate makefiles are used for Plan 9 and 2.x BSD.
  147. Prerequisites:
  148.  . The C compiler, linker, and make program must be installed.
  149.  . The C libraries and header files must be installed (*).
  150.  . The C-Kermit source code and makefile in your current directory.
  151.  . The C-Kermit text files (Section 5) in your current directory.
  152. (*) This is becoming problematic in this new age of "selective installs"
  153.     e.g. of Linux packages.  C-Kermit builds will often fail because replying
  154.     "no" to some obscure Linux installation option will result in missing
  155.     libraries or header files.
  156. Plus:
  157.  . For TCP/IP networking support, the sockets library and related header
  158.    files must be installed.
  159.  . For the curses-based fullscreen file-ransfer display, the curses or
  160.    ncurses header file(s) and library, and probably also the termcap and/or
  161.    termlib library.  Note that the names and locations of these files and
  162.    libraries are likely to change capriciously with every new release of your
  163.    UNIX product.  If you discover that the C-Kermit build procedure fails
  164.    because your curses and/or termxxx headers or libraries are not named or
  165.    located as expected, please let us know.  In the meantime, work around by
  166.    installing symlinks.
  167.  . IMPORTANT: Modern Linux distributions might give you the choice during
  168.    installation of whether to install the "ncurses development package"
  169.    (perhaps called "ncurses-devel").  If you did not install it, you won't
  170.    be able to build C-Kermit with curses support included.  In this case,
  171.    either go back and install ncurses, or else choose (or create) a
  172.    non-curses makefile target for your platform.  To install the ncurses
  173.    developers tools in Red Hat Linux, do:
  174.      mount redhat cdrom
  175.      goto RedHat/RPMS
  176.      rpm -ivh ncurses-devel*.rpm
  177.      or to have the exact name ls ncurse* and load as
  178.      rpm -ivh filename
  179.      then leave the cdrom and unmount it.
  180. Directions:
  181. The makefile might need to be renamed from ckuker.mak to makefile.
  182.  a. Type "make xxx" where xxx is the name of the makefile target most
  183.     appropriate to your platform, e.g. "make linux", "make aix43", etc.  Read
  184.     the comments at the top of the makefile for a complete list of available
  185.     targets (it's a long list).
  186.  b. Test the resulting 'wermit' file (see Section 7 for suggestions).
  187.     If it's OK, proceed; otherwise notify us.
  188.  c. Rename the 'wermit' file to 'kermit', copy it to the desired binary
  189.     directory (such as /usr/local/bin or /opt/something), and if it is to be
  190.     used for dialing out, give it the same owner, group, and permissions as
  191.     the 'cu' program (IMPORTANT: read Sections 10 and 11 for details).
  192.  d. Install the man page, ckuker.nr, with your local man pages.
  193.  e. Install the accompanying text files (see Section 5).
  194. Steps (c) through (e) can be accomplished using the 'install' target in the
  195. makefile.  Directories are specified by the following variables:
  196.  Name        Default
  197.   BINDIR      /usr/local/bin
  198.   MANDIR      /usr/man/manl
  199.   MANEXT      l (that's letter "l" for "local", not digit 1)
  200.   INFODIR     /usr/local/doc/kermit
  201. To use the defaults, just type "make install".  You can override any of the
  202. defaults on the 'make' command line, e.g.:
  203.   make "INFODIR=/usr/share/lib/kermit" install
  204. The 'install' target does not attempt to set Kermit's owner, group, and
  205. permissions to allow dialing out.  This requires privileges and open eyes.
  206. Please read Sections 10 and 11 below, make the necessary decisions, and then
  207. implement them by hand as described in those sections.
  208. 4.0. Special Considerations for C-Kermit 7.0
  209. (Also see ckccfg.txt Section 8.)
  210. Lots of new features have been added, requiring access to new symbols, APIs,
  211. libraries, etc, and this will no doubt cause problems in compiling, linking,
  212. or execution on platforms where 6.0 and earlier built without incident.  This
  213. section contains all we know as of the date of this file.
  214. The first category concerns the new Kermit Service Daemon (IKSD; see separate
  215. iksd.txt file for details):
  216. The wtmp File
  217.   When C-Kermit is started as an IKSD (under inetd), it makes syslog and wtmp
  218.   entries, and also keeps its own ftpd-like log.  The code assumes the wtmp
  219.   log is /var/log/wtmp on Linux and /usr/adm/wtmp elsewhere.  No doubt this
  220.   assumption will need adjustment.  Use -DWTMPFILE=path to override at compile
  221.   time (there is also a runtime override).  See iksd.txt for details.
  222. UTMP, utsname(), etc.
  223.   C-Kermit 7.0 gets as much info as it can about its job -- mainly for IKSD
  224.   logging -- from utmp.  But of course utmp formats and fields differ, and
  225.   for that matter, there can be two different header files, <utmp.h> and
  226.   <utmpx.h>.  Look for HAVEUTMPX and HAVEUTHOST in ckufio.c, let me know of
  227.   any needed adjustments.
  228. Password lookup
  229.   IKSD also needs to authenticate incoming users against the password list.
  230.   In some cases, this requires the addition of -lcrypt (e.g. in Unixware 2.x).
  231.   In most others, the crypt functions are in the regular C library.  If you
  232.   get "crypt" as an unresolved symbol at link time, add -lcrypt to LIBS.
  233.   If your site has local replacement libraries for authentication, you might
  234.   need a special LIBS clause such as "LIBS= -L/usr/local/lib -lpwent".
  235. getusershell()
  236.   This is called by the IKSD at login time to see if a user has been
  237.   "turned off".  But many UNIX platforms lack this function.  In that case,
  238.   you will get unresolved symbol reports at link time for _getusershell,
  239.   _endusershell; to work around, add -DNOGETUSERSHELL.
  240. initgroups()
  241.   This is called by IKSD after successful authentication.  But some platforms
  242.   do not have this function, so obviously it can't be called there, in which
  243.   case add -DNOINITGROUPS.
  244. setreuid(), setregid() not found or "deprecated"
  245.   Find out what your UNIX variety wants you to use instead, and make
  246.   appropriate substitutions in routine zvpass(), module ckufio.c.
  247. printf()
  248.   IKSD installs a printf() substitute to allow redirection of printf-like
  249.   output to the connection.  However, this can conflict with some curses
  250.   libraries.  In this case, separate binaries must be built for IKSD and
  251.   non-IKSD use.
  252. If you encounter difficulties with any of the above, and you are not
  253. interested in running C-Kermit as an IKSD, then simply add NOIKSD to CFLAGS
  254. and rebuild.  Example:
  255.   make sco286
  256.   (get lots of errors)
  257.   make clean
  258.   make sco286 "KFLAGS=-DNOIKSD"
  259. Some non-IKSD things to watch out for:
  260. Return type of main()
  261.   The main() routine is in ckcmai.c.  If you get complaints about "main:
  262.   return type is not blah", define MAINTYPE on the CC command line, e.g.
  263.   'make xxx "KFLAGS=-DMAINTYPE=blah"' (where "blah" is int, long, or whatever).
  264.   If the complaint is "Attempt to return a value from a function of type void"
  265.   then add -DMAINISVOID:  'make xxx "KFLAGS=-DMAINISVOID"'
  266. DNS Service Records
  267.   This feature allows a remote host to redirect C-Kermit to the appropriate
  268.   socket for the requested service; e.g. if C-Kermit requests service
  269.   "telnet" and the host offers Telnet service on port 999 rather than the
  270.   customary port 23.  If you get compile-time complaints about not being
  271.   able to find <resolv.h>, <netdb.h>, or <arpa/nameser.h>, add -DNO_DNS_SRV
  272.   to CFLAGS.  If you get link-time complaints about unresolved symbols
  273.   res_search or dn_expand, try adding -lresolve to LIBS.
  274. v(ipaddress)
  275.   If "echo v(ipaddress)" shows an empty string rather than your local
  276.   IP address, add -DCKGHNLHOST to CFLAGS and rebuild.
  277. <sys/wait.h>
  278.   If this file can't be found at compile time, add -DNOREDIRECT to CFLAGS.
  279.   This disables the REDIRECT and PIPE commands and anything else that needs
  280.   the wait() system service.
  281. syslog()
  282.   C-Kermit can now write syslog records.  Some older platforms might not have
  283.   the syslog facility.  In that case, add -DNOSYSLOG.  Others might have it,
  284.   but require addition of -lsocket to LIBS (SCO OSR5 is an example).  See
  285.   Section 15.
  286. putenv()
  287.   If "_putenv" comes up as an undefined symbol, add -DNOPUTENV to CFLAGS
  288.   and rebuild.
  289. "Passing arg1 of 'time' from incompatible pointer"
  290.   This is a mess.  See the mass of #ifdefs in the appropriate module,
  291.   ckutio.c or ckufio.c.
  292. gettimeofday()
  293.   Wrong number of arguments.  On most platforms, gettimeofday() takes two
  294.   arguments, but on a handful of others (e.g. Motorola System V/88 V4,
  295.   SNI Reliant UNIX 5.43, etc) it takes one.  If your version of gettimeofday()
  296.   is being called with two args but wants one, add -DGTODONEARG.
  297. "Assignment makes pointer from integer without a cast"
  298.   This warning might appear in ckufio.c or ckutio (or elsewhere), and usually
  299.   can be traced to the use of a system or library function that returns a
  300.   pointer but that is not declared in the system header files even though it
  301.   should be.  Several functions are commonly associated with this error:
  302.    . getcwd(): Add -DDCLGETCWD to CFLAGS and rebuild.
  303.    . popen():  Add -DDCLPOPEN  to CFLAGS and rebuild.
  304.    . fdopen(): Add -DDCLFDOPEN to CFLAGS and rebuild.
  305. "Operands of = have incompatible types" (or "Incompatible types in assignment")
  306.   If this comes from ckcnet.c and comes from a statement involving inet_addr(),
  307.   try adding -DINADDRX to CFLAGS.  If that doesn't help, then try adding
  308.   -DNOMHHOST.
  309. Complaints about args to get/setsockopt(), getpeername(), getsockname()
  310.   These are all in ckcnet.c.  Different platforms & OS's and versions of the
  311.   same OS change this all the time: int, size_t, unsigned long, etc.  All the
  312.   affected variables are declared according to #ifdefs within ckcnet.c, so
  313.   find the declarations and adjust the #ifdefs accordingly.
  314. size_t
  315.   In case of complaints about "unknown type size_t", add -DSIZE_T=int (or
  316.   other appropriate type) to CFLAGS.
  317. 'tz' undefined
  318. Use of undefined enum/struct/union 'timezone'
  319. Left of 'tv_sec' specifies undefined struct/union 'timeval'
  320.   And similar complaints in ckutio.c: Add -DNOGFTIMER and/or -DNOTIMEVAL.
  321. Symlinks
  322.   The new built-in DIRECTORY command should show symlinks like "ls -l" does.
  323.   If it does not, check to see if your platform has the lstat() and
  324.   readlink() functions.  If so, add -DUSE_LSTAT and -DCKSYMLINK to CFLAGS
  325.   and rebuild.  On the other hand, if lstat() is unresolved at link time,
  326.   add -DNOLSTAT to CFLAGS.  If readlink() is also unresolved, add -DNOSYMLINK.
  327. realpath()
  328.   Link-time complains about realpath() -- find the library in which it resides
  329.   and add it to LIBS (example for Unixware 7.1: "-lcudk70") or add
  330.   -DNOREALPATH to CFLAGS and rebuild.
  331. Failure to locate header file <term.h>
  332.   Usually happens on Linux systems that have the C compiler installed,
  333.   but not the ncurses package (see comments about selective installs above).
  334.   Go back and install ncurses, or use "make linuxnc" (Linux No Curses).
  335. "Can't find shared library libc.so.2.1"
  336. "Can't find shared library libncurses.so.3.0", etc...
  337.   You are trying to run a binary that was built on a computer that has
  338.   different library versions than your computer, and your computer's
  339.   loader is picky about library version numbers.  Rebuild from source
  340.   on your computer.
  341. Time (struct tm) related difficulties:
  342.   Errors like the following:
  343.     "ckutio.c", line 11994: incomplete struct/union/enum tm: _tm
  344.     "ckutio.c", line 11995: error: cannot dereference non-pointer type
  345.     "ckutio.c", line 11995: error: assignment type mismatch
  346.     "ckutio.c", line 11997: warning: using out of scope declaration: localtime
  347.     "ckutio.c", line 11997: error: unknown operand size: op "="
  348.     "ckutio.c", line 11997: error: assignment type mismatch
  349.     "ckutio.c", line 11998: error: undefined struct/union member: tm_year
  350.     "ckutio.c", line 12000: error: undefined struct/union member: tm_mon
  351.     "ckutio.c", line 12001: error: undefined struct/union member: tm_mday
  352.     "ckutio.c", line 12002: error: undefined struct/union member: tm_hour
  353.     "ckutio.c", line 12003: error: undefined struct/union member: tm_min
  354.     "ckutio.c", line 12004: error: undefined struct/union member: tm_sec
  355.   are due to failure to include the appropriate time.h header files.  UNIX
  356.   platforms generally have one or more of the following: <time.h>,
  357.   <sys/time.h>, and <sys/timeb.h>.  Any combination of these might be
  358.   required.  Defaults are set up for each makefile target.  The defaults can
  359.   be corrected on the CC command line by adding the appropriate definition
  360.   from the following list to CFLAGS:
  361.     -DTIMEH         Include <time.h>
  362.     -DNOTIMEH       Don't include <time.h>
  363.     -DSYSTIMEH      Include <sys/time.h>
  364.     -DNOSYSTIMEH    Don't include <sys/time.h>
  365.     -DSYSTIMEBH     Include <sys/timeb.h>
  366.     -DNOSYSTIMEBH   Don't include <sys/timeb.h>
  367.   Note that <sys/timeb.h> is relatively scarce in the System V and POSIX
  368.   environments; the only platform of recent vintage where it is still used is
  369.   OSF/1 and its derivatives (Digital UNIX and Tru64 UNIX).
  370. Struct timeval and/or timezone not declared:
  371.   In some cases, merely including the appropriate time.h header files is still
  372.   not enough.  POSIX.1 does not define the timeval struct, and so the items we
  373.   need from the header are protected against us by #ifndef _POSIX_SOURCE or
  374.   somesuch.  In this case, we have to declare the timeval (and timezone)
  375.   structs ourselves.  To force this, include -DDCLTIMEVAL in CFLAGS.
  376. Warnings about dn_expand() Argument #4
  377.   WARNING: argument is incompatible with prototyp.  It's the old char versus
  378.   unsigned char stupidity again.  Try to find a compiler switch like GCC's
  379.   "-funsigned-char".  Failing that, add -DCKQUERYTYPE=xxx to CFLAGS, where
  380.   xxx is whatever 'man dn_expand' tells you the type of the 4th argument
  381.   should be (presumably either char or unsigned char; in the latter case use
  382.   CHAR to avoid confusion caused by multiple words.
  383. Switch Table Overflow (in ckouni.c)
  384.   Add -DNOUNICODE to CFLAGS.
  385. Compile-time warnings about ck_out() or tgetstr() or tputs():
  386.   Easy solution: Add -DNOTERMCAP to CFLAGS.  But then you lose the SCREEN
  387.   function.  Real solution:  Try all different combinations of the following
  388.   CFLAGS:
  389.          -DTPUTSARGTYPE=char    -DTPUTSFNTYPE=int
  390.          -DTPUTSARGTYPE=int     -DTPUTSFNTYPE=void
  391.   Until the warnings go away, except maybe "ck_outc: return with a value in
  392.   a function returning void", and in that case also add -DTPUTSISVOID.
  393. "Passing arg 1 of to tputs() makes pointer from integer without a cast":
  394.   Add -DTPUTSARG1CONST to CFLAGS.
  395. "Undefined symbol: dup2"
  396.   Add -DNOZEXEC to CFLAGS.
  397. "header file 'termcap.h' not found"
  398.   Add -DNOHTERMCAP to CFLAGS.
  399. Other difficulties are generally of the "where is curses.h and what is it
  400. called this week?" variety (most easily solved by making symlinks in the
  401. include and lib directories), or overzealous complaints regarding type
  402. mismatches in function calls because of the totally needless and silly
  403. signed versus unsigned char conflict (*), etc.  In any case, please send any
  404. compilation or linking warnings or errors to the author, preferably along
  405. with fixes.
  406. (*) C-Kermit does not use the signed property of chars at all anywhere,
  407.     ever.  So if all chars and char *'s can be made unsigned at compile
  408.     time, as they can in gcc with "-funsigned-char", they should be.
  409. IMPORTANT: If you find any of these hints necessary for a particular make
  410. target (or you hit upon others not listed here), PLEASE SEND A REPORT TO:
  411.   kermit-support@columbia.edu.
  412. 4.1. The UNIX Makefile
  413. If your distribution does not contain a file with this name, then
  414. rename the file called ckuker.mak to makefile:
  415.   mv ckuker.mak makefile
  416. and then you type "make xxx", where xxx is the system you want to build
  417. C-Kermit for.  These are listed in the comments at the top of the makefile.
  418. For example, to build C-Kermit for Linux, type:
  419.   make linux
  420. The makefile is quite long, and at least two versions of UNIX, SCO Xenix/286
  421. and 2.x BSD, cannot cope with its length.  An attempt to "make sco286" gives
  422. the message "Make: Cannot alloc mem for env..  Stop".  Solution: edit away
  423. some or all of the nonrelevant material from the makefile.   (A separate
  424. version of the makefile is provided for BSD 2.x: ckubs2.mak but C-Kermit 7.0
  425. can't be build for BSD 2.x -- it has simply grown too large.)
  426. Some make programs reportedly cannot handle continued lines (lines ending
  427. in backslash ()).  If you have a problem with the makefile, try editing the
  428. makefile to join the continued lines (remove the backslashes and the following
  429. linefeed).
  430. Other makefile troubles may occur because tabs in the makefile have somehow
  431. been converted to spaces.  Spaces and tabs are distinct in UNIX makefiles.
  432. Similarly, carriage returns might have been added to the end of each line,
  433. which also proves confusing to most UNIX versions of make.
  434. Check to see if there are comments about your particular version in its
  435. makefile entry itself.  In a text editor such as EMACS or VI, search for the
  436. make entry name followed by a colon, e.g. "linux:" (if you really are building
  437. C-Kermit for Linux, do this now).
  438. Check to see if there are comments about your particular version in the
  439. ckubwr.txt file.
  440. If you have trouble with building ckwart.c, or running the resulting wart
  441. preprocessor program on ckcpro.w:
  442.   1. Just "touch" the ckcpro.c file that comes in the distribution and
  443.      then give the "make" command again, or:
  444.   2. Compile ckwart.c "by hand":  cc -o wart ckwart.c, or:
  445.   3. Try various other tricks.  E.g. one Linux user reported that that adding
  446.      the "static" switch to the rule for building wart fixed everything:
  447.      wart: ckwart.$(EXT)
  448.            $(CC) -static -o wart ckwart.$(EXT) $(LIBS)
  449. If your compiler supports a compile-time option to treat ALL chars (and
  450. char *'s, etc) as unsigned, by all means use it -- and send me email to let
  451. me know what it is.
  452. To add compilation options (which are explained later in this document) to
  453. your makefile entry without editing the makefile, include "KFLAGS=..." on the
  454. make command line, for example:
  455.   make linux KFLAGS=-DNODEBUG
  456.   make bsd "KFLAGS=-DKANJI -DNODEBUG -DNOTLOG -DDYNAMIC -UTCPSOCKET"
  457. Multiple options must be separated by spaces.  Quotes are necessary if the
  458. KFLAGS= clause includes spaces.  The KFLAGS are added to the end of the CFLAGS
  459. that are defined in the selected makefile entry.  For example, the "bsd" entry
  460. includes -DBSD4 -DTCPSOCKET, so the second example above compiles Kermit with
  461. the following options:
  462.   -DBSD4 -DTCPSOCKET -DKANJI -DNODEBUG -DNOTLOG -DDYNAMIC -UTCPSOCKET
  463. (Notice how "-UTCPSOCKET" is used to negate the effect of the "-DTCPSOCKET"
  464. option that is included in the makefile entry.)
  465. WARNING: Be careful with KFLAGS.  If you build C-Kermit, change some files,
  466. and then run make again using the same make entry but specifying different
  467. KFLAGS than last time, make won't detect it and you could easily wind up with
  468. inconsistent object modules, e.g. some of them built with a certain option,
  469. others not.  When in doubt, "make clean" first to make sure all your object
  470. files are consistent.  Similarly, if you change CFLAGS, LIBS, or any other
  471. items in the makefile, or you rebuild using a different makefile entry, "make
  472. clean" first.
  473. If you create a new makefile entry, use static linking if possible.  Even
  474. though this makes your C-Kermit binary bigger, the resulting binary will be
  475. more portable.  Dynamically linked binaries tend to run only on the exact
  476. configuration and version where they were built; on others, invocation tends
  477. to fail with a message like:
  478.   Can't find shared library "libc.so.2.1"
  479. 4.2. The C-Kermit Initialization File
  480. There are several choices for how to handle the C-Kermit initialization file.
  481.  a. The default action is to execute ~/.kermrc (i.e. the ".kermrc" file in
  482.     the user's login directory) upon startup.  But since the initialization
  483.     is standardized, it would be wasteful on multiuser systems to duplicate it
  484.     in every user's home directory.
  485.  b. Define a system-wide initialization file (described below).
  486.  c. Install the standard initialization file in the system-wide PATH as an
  487.     executable Kerbang script (ckermit2.txt Section 7.19).  Users who want to
  488.     take advantage of the services directory and other features that are
  489.     defined in the standard initialization file can "run" the initialization
  490.     file to get them, whereas those who don't need them can run Kermit
  491.     directly.
  492. If you want to define a system-wide initialization file for C-Kermit, rather
  493. than making each user have her/his own copy, define the symbol CK_SYSINI to be
  494. the full pathname of the file, e.g.:
  495.   -DCK_SYSINI=\"/usr/local/lib/kermit/ckermit.ini\"
  496. It's best to edit the makefile to add this, because there is no good method
  497. for putting it on the 'make' command line with KFLAGS -- the number of escapes
  498. (\\...) for the doublequotes would depend on how deeply the particular make
  499. entry is nested; each level of nesting strips off another layer of escapes.
  500. Here's one example that works, but other targets will be different:
  501.   make sunos41 "KFLAGS=-DCK_SYSINI=\\\"/usr/local/lib/ckermit.ini\\\""
  502. Or, you can define CK_DSYSINI (note "D") to build C-Kermit with its built-in
  503. default name for a system-wide init file, /usr/local/bin/ckermit.ini, or
  504. /usr/share/lib/kermit/ckermit.ini, depending on which version of UNIX it is.
  505. Since no quoting is needed, this one works with KFLAGS, e.g.:
  506.   make sunos41c KFLAGS=-DCK_DSYSINI
  507. The question arises: if you want C-Kermit to have a system-wide initialization
  508. file, should it take precedence over the user's own?  There are valid reasons
  509. for answering yes or no.  By default, if you build C-Kermit with a system-wide
  510. initialization file, it will take precedence over the user's -- that is, it
  511. will be executed instead of the user's, if the user has one.  You might also
  512. want to set things up so the user's init file is executed if she has one, but
  513. if she doesn't, the system-wide one will be.  Either setup is possible.
  514. Assuming CK_SYSINI is defined, then the following symbols determine the order:
  515.   CK_INI_A
  516.     This means the system-wide init file is looked for first; if found, it
  517.     is executed.  If not found, the user's init file is executed.
  518.   CK_INI_B
  519.     This means the user's init file is looked for first; if found, it is
  520.     executed.  If not found, the system-wide init file is executed.
  521. If CK_SYSINI is defined, but neither CK_INI_A nor CK_INI_B are defined (or
  522. both of them are), then CK_INI_A is assumed.
  523. If you build Kermit with CK_SYSINI and CK_INI_A, you can "chain" to the user's
  524. own initialization file (if any) by ending (or starting, depending on the
  525. desired precedence) the system-wide init file with a command like:
  526.   if exist v(home).kermrc take v(home).kermrc
  527. In any case, the initialization file should chain to the user's customization
  528. file, as in this clause from the standard ckermit.ini:
  529.   if exist m(_myinit)  { ; If it exists,
  530.       echo Executing m(_myinit)... ; print message,
  531.       take m(_myinit) ; and TAKE the file.
  532.   }
  533. 4.3. The 2.x BSD Makefile
  534. Use the separate makefile ckubs2.mak.  Read the instructions in that file.
  535. NOTE: C-Kermit 6.0 was probably the last version of C-Kermit that could be
  536. built for 2.x BSD -- it just barely fit with a few bytes to spare into the
  537. maximum overlay model.  More recent versions are larger.  But it might be
  538. possible to make it fit using different overlay arrangements; anybody who
  539. cares is welcome to try.
  540. 4.4. The Plan 9 Makefile
  541. Use the separate makefile ckpker.mk.
  542. 4.5. Makefile Failures
  543. First, be sure the source files are stored on your current disk and directory
  544. with the right names (in lowercase).  Second, make sure that the makefile
  545. itself does not contain any lines with leading spaces: indented lines must all
  546. start with horizontal TAB, and no spaces.
  547. Then make sure that your UNIX PATH is defined to find the appropriate compiler
  548. for your makefile entry.  For example, on SunOS systems, "make sunos41" builds
  549. C-Kermit for the BSD environment, and assumes that /usr/ucb/cc will be used
  550. for compilation and linking.  If your PATH has /usr/5bin ahead of /usr/ucb,
  551. you can have problems at compile or link time (a commonly reported symptom is
  552. the inability to find "ftime" during linking).  Fix such problems by
  553. redefining your UNIX PATH, or by specifying the appropriate "cc" in CC=
  554. and CC2= statements in your makefile entry.
  555. During edits 166-167, considerable effort went into making C-Kermit compilable
  556. by ANSI C compilers.  This includes prototyping all of C-Kermit's functions,
  557. and including the ANSI-defined system header files for system and library
  558. functions, as defined in K & R, second edition: <string.h>, <stdlib.h>,
  559. <unistd.h> (except in NeXTSTEP this is <libc.h>), and <sys/stdtypes.h>.  If
  560. you get warnings about any of these header files not being found, or about
  561. argument mismatches involving pid_t, uid_t, or gid_t, look in ckcdeb.h and
  562. make amendments.  C-Kermit assumes it is being compiled by an ANSI-compliant C
  563. compiler if __STDC__ is defined, normally defined by the compiler itself.  You
  564. can force ANSI compilation without defining __STDC__ (which some compilers
  565. won't let you define) by including -DCK_ANSIC on the cc command line.
  566. On the other hand, if your compiler defines __STDC__ but still complains about
  567. the syntax of Kermit's function prototypes, you can disable the ANSI-style
  568. function prototyping by including -DNOANSI on the command line.
  569. For SCO OpenServer, UNIX, ODT, and XENIX compilations, be sure to pick the
  570. most appropriate makefile entry, and be sure you have installed an SCO
  571. development system that is keyed to your exact SCO operating system release,
  572. down to the minor version (like 2.3.1).
  573. Also note that SCO distributes some of its libraries in encrypted form, and
  574. they must be decrypted before C-Kermit can be linked with them.  If not, you
  575. might see a message like:
  576.   ld: file /usr/lib/libsocket.a is of unknown type: magic number = 6365
  577. To decrypt, you must supply a key (password) that came with your license.
  578. Call SCO for further info.
  579. If your compiler uses something other than int for the pid (process id) data
  580. type, put -DPID_T=pid_t or whatever in your CFLAGS.
  581. If you get complaints about unknown data types uid_t and gid_t, put
  582. -DUID_T=xxx -DGID_T=yyy in your CFLAGS, where xxx and yyy are the appropriate
  583. types.
  584. If your compilation fails because of conflicting or duplicate declarations for
  585. sys_errlist, add -DNDSYSERRLIST to CFLAGS.
  586. If your compilation dies because getpwnam() is being redeclared (or because
  587. of "conflicting types for getwpnam"), add -DNDGPWNAM to your CFLAGS.
  588. If that doesn't work, then add -DDCGPWNAM to your CFLAGS (see ckufio.c around
  589. line 440).
  590. If the compiler complains about the declaration of getpwnam() during an ANSI C
  591. compilation, remove the declaration from ckufio.c or change the argument in
  592. the prototype from (char *) to (const char *).
  593. If you get complaints that getpwuid() is being called with an improper type,
  594. put -DPWID_T=xx in your CFLAGS.
  595. If you get compile-time warnings that t_brkc or t_eofc (tchars structure
  596. members, used in BSD-based versions) are undefined, or structure-member-
  597. related warnings that might be traced to this fact, add -DNOBRKC to CFLAGS.
  598. If you get a linker message to the effect that _setreuid or _setregid is not
  599. defined, add -DNOSETREU to CFLAGS, or add -DCKTYP_H=<blah> to CFLAGS to make
  600. C-Kermit read the right <types.h>-kind-of-file to pick up these definitions.
  601. If you get a message that _popen is undefined, add -DNOPOPEN to CFLAGS.
  602. If you get a complaint at compile time about an illegal pointer-integer
  603. combination in ckufio.c involving popen(), or at link time that _popen is an
  604. undefined symbol, add the declaration "FILE *popen();" to the function zxcmd()
  605. in ckufio.c (this declaration is supposed to be in <stdio.h>).  If making this
  606. change does not help, then apparently your UNIX does not have the popen()
  607. function, so you should add -DNOPOPEN to your make entry, in which case
  608. certain functions involving "file" i/o to the standard input and output of
  609. subprocesses will not be available.
  610. If your linker complains that _getcwd is undefined, you can add a getcwd()
  611. function to ckufio.c, or add it to your libc.a library using ar:
  612. #include <stdio.h>
  613. char *
  614. getcwd(buf,size) char *buf; int size; {
  615. #ifndef NOPOPEN
  616. #ifdef DCLPOPEN
  617.     FILE *popen();
  618. #endif
  619.     FILE *pfp;
  620.     if (!buf) return(NULL);
  621.     if (!(pfp = popen("pwd","r"))) return(NULL);
  622.     fgets(buf,size-2,pfp);
  623.     pclose(pfp);
  624.     buf[strlen(buf)-1] = '';
  625.     return((char *)buf);
  626. #else
  627.     buf[0] = '';
  628.     return(NULL);
  629. #endif /* NOPOPEN */
  630. }
  631. #ifdef NOPOPEN
  632. FILE *popen(s,t) char *s,*t; {
  633.     return(NULL);
  634. }
  635. #endif /* NOPOPEN */
  636. If you get complaints about NPROC having an invalid value, add a valid
  637. definition for it (depends on your system), as in the cray entry.
  638. If you get some symbol that's multiply defined, it probably means that a
  639. variable name used by Kermit is also used in one of your system libraries that
  640. Kermit is linked with.  For example, under PC/IX some library has a variable
  641. or function called "data", and the variable "data" is also used extensively by
  642. Kermit.  Rather than edit the Kermit source files, just put a -D in the make
  643. entry CFLAGS to change the Kermit symbol at compile time.  In this example, it
  644. might be -Ddata=datax.
  645. Some symbol is defined in your system's header files, but it produces
  646. conflicts with, or undesired results from, Kermit.  Try undefining the symbol
  647. in the makefile entry's CFLAGS, for example -UFIONREAD.
  648. Some well-known symbol is missing from your system header files.  Try defining
  649. in the makefile entry's CFLAGS, for example -DFREAD=1.
  650. You get many warnings about pointer mismatches.  This probably means that
  651. Kermit is assuming an int type for signal() when it should be void, or
  652. vice-versa.  Try adding -DSIG_I (for integer signal()) or -DSIG_V (for void)
  653. to CFLAGS.  Or just include KFLAGS=-DSIG_V (or whatever) in your "make"
  654. command, for example:
  655.   make bsd KFLAGS=-DSIG_V
  656. You get many messages about variables that are declared and/or set but never
  657. used.  It is difficult to avoid these because of all the conditional
  658. compilation in the program.  Ignore these messages.
  659. Some of C-Kermit's modules are so large, or contain so many character string
  660. constants, or are so offensive in some other way, that some C compilers give
  661. up and refuse to compile them.  This is usually because the -O (optimize)
  662. option is included in the make entry.  If this happens to you, you can
  663. (a) remove the -O option from the make entry, which will turn off the
  664. optimizer for ALL modules; or (b) compile the offending module(s) by hand,
  665. including all the switches from make entry except for -O, and then give the
  666. appropriate "make" command again; or (c) increase the value of the -Olimit
  667. option, if your compiler supports this option; or (d) change the makefile
  668. entry to first compile each offending module explicitly without optimization,
  669. then compile the others normally (with optimization), for example:
  670. #Fortune 32:16, For:Pro 2.1 (mostly like 4.1bsd)
  671. ft21:
  672. @echo 'Making C-Kermit $(CKVER) for Fortune 32:16 For:Pro 2.1...'
  673. $(MAKE) ckuusx.$(EXT) "CFLAGS= -DNODEBUG -DBSD4 -DFT21 -DNOFILEH 
  674. -SYM 800  -DDYNAMIC -DNOSETBUF -DCK_CURSES $(KFLAGS) -DPID_T=short"
  675. $(MAKE) ckuxla.$(EXT) "CFLAGS= -DNODEBUG -DBSD4 -DFT21 -DNOFILEH 
  676. -SYM 800  -DDYNAMIC -DNOSETBUF -DCK_CURSES $(KFLAGS) -DPID_T=short"
  677. $(MAKE) ckudia.$(EXT) "CFLAGS= -DNODEBUG -DBSD4 -DFT21 -DNOFILEH 
  678. -SYM 800  -DDYNAMIC -DNOSETBUF -DCK_CURSES $(KFLAGS) -DPID_T=short"
  679. $(MAKE) wermit "CFLAGS= -O -DNODEBUG -DBSD4 -DFT21 -DNOFILEH -SYM 800 
  680. -DDYNAMIC -DNOSETBUF -DCK_CURSES $(KFLAGS) -DPID_T=short" 
  681. "LNKFLAGS= -n -s" "LIBS= -lcurses -ltermcap -lv -lnet"
  682. As an extreme example, some compilers (e.g. gcc on the DG AViiON) have been
  683. known to dump core when trying to compile ckwart.c with optimization.  So just
  684. do this one "by hand":
  685.   cc -o wart ckwart.c
  686. or:
  687.   touch ckcpro.c
  688. and then give the "make" command again.
  689. Speaking of wart, it is unavoidable that some picky compilers might generate
  690. "statement unreachable" messages when compiling ckcpro.c.  Unreachable
  691. statements can be generated by the wart program, which generates ckcpro.c
  692. automatically from ckcpro.w, which translates lex-like state/input
  693. constructions into a big switch/case construction.
  694. Some function in Kermit wreaks havoc when it is called.  Change all
  695. invocations of the function into a macro that evaluates to the appropriate
  696. return code that would have been returned by the function had it been called
  697. and failed, for example: -Dzkself()=0.  Obviously not a good idea if the
  698. function is really needed.
  699. If you have just installed SunOS 4.1.2 or 4.1.3, you might find that C-Kermit
  700. (and any other C program) fails to link because of unresolved references from
  701. within libc.  This is because of a mistake in Sun's /usr/lib/shlib.etc files
  702. for building the new libc.  Change the libc Makefile so that the "ld" lines
  703. have "-ldl" at the end.  Change the README file to say "mv xccs.multibyte.
  704. xccs.multibyte.o" and follow that instruction.
  705. 5. INSTALLING THE KERMIT FILES
  706. There is an "install" entry in the makefile, but it is only a sample.  Since
  707. every site has its own layout and requirements, it is better to install the
  708. Kermit files by hand.
  709. After you have built and tested the C-Kermit program successfully, you can
  710. discard the object (ck*.o) files, which are no longer needed.  Use "make
  711. clean" to do this.  If you don't need the source files (ck[cuw]*.[cwh]), you
  712. can remove them too.
  713. You should install the C-Kermit program in a directory that is in the users'
  714. PATH, but that is not likely to be overwritten when you install a new version
  715. of the operating system.  A good candidate would be the /usr/local/bin/
  716. directory.  Example:
  717.   mv wermit /usr/local/bin/kermit
  718.   chmod 775 /usr/local/bin/kermit  <--  But see Section 10.
  719. You should also install the man page, which is called ckuker.nr, in the
  720. man page directory for local commands, such as /usr/man/manl/, renamed
  721. appropriately, e.g. to kermit.l.
  722. Several text files should be placed in a publicly readable directory, and the
  723. man page should be altered, if necessary (in the FILES section), to point to
  724. that directory.  Suggested directory names are:
  725.   /usr/local/doc/kermit/
  726.   /usr/local/lib/kermit/
  727.   /usr/share/lib/kermit/
  728. (or any of these without the "/kermit").  Upon startup, C-Kermit checks the
  729. following environment variables whose purpose is to specify the directory
  730. where the C-Kermit text files are, in the following order:
  731.   K_INFO_DIRECTORY
  732.   K_INFO_DIR
  733.   KERMITINFO
  734. If any of these is defined, C-Kermit checks for the existence of the
  735. ckermit2.txt file (the C-Kermit 7.0 updates documentation).  If not found,
  736. it checks the directories listed above (both with and without the "/kermit")
  737. plus several others to see if they contain the ckermit2.txt file.  If found,
  738. various C-Kermit messages can refer the user to this directory.
  739.   READ.ME
  740.     Explanation of the following files.  You can create this file by
  741.     clipping out the following file list.
  742.   COPYING.TXT
  743.     Copyright notice, permissions, and disclaimer.
  744.   ckermit.ini
  745.     The standard initialization file.  Users should copy this to
  746.     their home directories and rename it to .kermrc.  (In C-Kermit 5A(190)
  747.     and later, you can designate a single copy as the system-wide
  748.     initialization file; details above).
  749.   ckermod.ini
  750.     A sample customization file.  Users should copy this file to
  751.     their home directories, make any desired modifications (user- or
  752.     site-specific customizations), and rename it to .mykermrc.
  753.   ckermit.kdd
  754.     A sample dialing directory file.
  755.   ckermit.knd
  756.     A sample network directory.
  757.   ckermit.ksd
  758.     A sample services directory.
  759.   ckedemo.ksc
  760.     Macro definitions from "Using C-Kermit".
  761.   ckevt.ksc
  762.     Command file to demonstrate special screen effects from "Using C-Kermit".
  763.   ckepage.ksc
  764.     A sample script for sending alphanumeric pages.
  765.   ckurzsz.ini
  766.     Macros for using rz and sz as external protocols.
  767.   ckermit2.txt
  768.     A file listing the updates, changes, and corrections made to C-Kermit
  769.     since publication of "Using C-Kermit".
  770.   ckcbwr.txt
  771.     The general C-Kermit "beware" file.
  772.   ckubwr.txt
  773.     The UNIX-specific C-Kermit beware file.
  774. We recommend that the C-Kermit initialization file, named ckermit.ini in the
  775. distribution, be executed by all users, since it defines and sets up certain
  776. important features, such as the dialing directory, services directory,
  777. commonly-used macros, etc.  On multiuser systems, it can be put in a common
  778. place and shared by all users, but this requires building C-Kermit from source
  779. in a special way, which embeds the full path of common initialization file in
  780. the program binary, described above.
  781. Alternatively, each user can copy the ckermit.ini file into her login
  782. directory and rename it to .kermrc.
  783. The user's private "customization file" goes in the login directory and is
  784. called .mykermrc.
  785. 6. INSTALLING UNIX C-KERMIT FROM DOS-FORMAT DISKETTES
  786. If you received a DOS-format diskette containing a binary executable C-Kermit
  787. program plus supporting text files, be sure to chmod +x the executable before
  788. attempting to run it.
  789. In version 5A(190) and later, all the text files on the C-Kermit DOS-format
  790. diskettes are in UNIX format: LF at the end of each line rather than CRLF.
  791. This means that no conversions are necessary when copying to your UNIX file
  792. system, and that all the files on the diskette, text and binary, can be copied
  793. together.  The following comments apply to the DOS-format diskettes furnished
  794. with version 5A(189) and earlier or to other DOS-format diskettes you might
  795. have obtained from other sources.
  796. If you have received C-Kermit on MS-DOS format diskettes (such as those
  797. distributed by Columbia University), you should make sure that your
  798. DOS-to-UNIX conversion utility (such as "dosread") both: (1) changes line
  799. terminators in all files from carriage-return linefeed (CRLF) to just linefeed
  800. (LF) (such as "dosread -a") and remove any Ctrl-Z's, and (2) that all
  801. filenames are converted from uppercase to lowercase.  If these conversions
  802. were not done, you can use the following shell script on your UNIX system to
  803. do them:
  804. ---(cut here)---
  805. #!/bin/sh
  806. #
  807. # Shell script to convert C-Kermit DOS-format files into UNIX format.
  808. # Lowercases the filenames, strips out carriage returns and Ctrl-Z's.
  809. #
  810. x=$1 # the name of the source directory
  811. y=$2 # the name of the target directory if [ $# -lt 2 ]; then
  812.   echo "usage: $0 source-directory target-directory"
  813.   exit 1
  814. fi
  815. if cd $1 ; then
  816.   echo "Converting files from $1 to $2"
  817. else
  818.   echo "$0: cannot cd to $1"
  819.   exit 1
  820. fi
  821. for i in *; do
  822.   j=`echo $i | tr 'A-Z' 'a-z'`
  823.   echo $x/$i => $y/$j
  824.   tr -d '1532' < $i > $y/$j
  825. done
  826. ---(cut here)---
  827. Cut out this shell script, save it as "convert.sh" (or any other name you
  828. prefer), then "chmod +x convert.sh".  Then, create a new, empty directory
  829. to put the converted files in, and then "convert.sh /xxx /yyy" where /xxx
  830. is the name of the directory where the PC-format files are, and /yyy is the
  831. name of the new, empty directory.  The converted files will appear in the
  832. new directory.
  833. 7. CHECKING THE RESULTS
  834. First some quick checks for problems that can be easily corrected by
  835. recompiling with different options:
  836. DIRECTORY listing is garbage
  837.   Permissions, size, and date are random garbage (but the filenames are
  838.   correct) in a C-Kermit DIRECTORY listing.  On some platforms, the lstat()
  839.   function is present but simply doesn't work; try adding -DNOLSTAT to CFLAGS
  840.   and rebuild.  If that doesn't fix it, also add -DNOLINKBITS.  If it's
  841.   still not fixed, remove -DNOLSTAT and -DNOLINKBITS and add -DNOSYMLINK.
  842. curses
  843.   When you make a connection with C-Kermit and transfer files using the
  844.   fullscreen (curses) file-transfer display, and then get the C-Kermit>
  845.   prompt back afterwards, do characters echo when you type them?  If not,
  846.   the curses library has altered the buffering of /dev/tty.  Try rebuilding
  847.   with KFLAGS=-DCK_NEWTERM.  If it already has -DCK_NEWTERM in CFLAGS, try
  848.   removing it.  If nothing works (and you can't fix the code), then either
  849.   don't use the fullscreen display, or rebuild with -DNOCURSES.
  850. Ctrl-L or any SCREEN command crashes C-Kermit:
  851.   Rebuild with -DNOTERMCAP
  852. No prompt after CONNECT:
  853.   After escaping back from CONNECT mode, does your C-Kermit> prompt
  854.   disappear?  (Yet, typing "?" still produces a command list, etc)
  855.   In that case, add -DCKCONINTB4CB to CFLAGS and rebuild.
  856. Here is a more thorough checklist can use to tell whether your version of
  857. C-Kermit was built correctly for your UNIX system, with hints on how to fix
  858. or work around problems:
  859.   a. Start C-Kermit (usually by typing "./wermit" in the directory where you
  860.      ran the makefile).  Do you see the C-Kermit> prompt?  If not, C-Kermit
  861.      incorrectly deduced that it was running in the background.  The test is
  862.      in conbgt() in ckutio.c.  If you can fix it for your system, please send
  863.      in the fix (Hint: read about "PID_T" below).  Otherwise, you can force
  864.      C-Kermit to foreground mode by starting it with the -z command line
  865.      option, as in "kermit -z", or giving the interactive command SET
  866.      BACKGROUND OFF.
  867.   b. When you type characters at the C-Kermit prompt, do they echo
  868.      immediately?  If not, something is wrong with concb() and probably the
  869.      other terminal mode settings routines in ckutio.c.  Be sure you have used
  870.      the most appropriate make entry.
  871.   c. At the C-Kermit> prompt, type "send *?".  C-Kermit should list all the
  872.      files in the current directory.  If not, it was built for the wrong type
  873.      of UNIX file system.  Details below.  In the meantime, try SET
  874.      WILDCARD-EXPANSION SHELL as a workaround.
  875.   d. CD to a directory that contains a variety of files, symlinks, and
  876.      subdirectories and give a DIRECTORY command at the C-Kermit> prompt. Do
  877.      the permissions, size, and date appear correct?  If not see Section 4.0.
  878.   3. Assuming your platform supports long file names, create a file with a
  879.      long name in your current directory, e.g.:
  880.      % touch thisisafilewithaveryveryveryveryveryveryveryverylooooooooongname
  881.      (you might need to make it longer than this, perhaps as long as 257
  882.      or even 1025 characters).
  883.      Check with ls to see if your version of UNIX truncated the name.  Now
  884.      start C-Kermit and type "send thisis<ESC>".  Does Kermit complete the
  885.      name, showing the same name as ls did?  If not, wrong filesystem.  Read
  886.      on.
  887.   f. Make sure that Kermit has the maximum path length right.  Just type
  888.      SHOW FILE and see what it says about this.  If it is too short, there
  889.      could be some problems at runtime.  To correct, look in ckcdeb.h to
  890.      see how the symbol CKMAXPATH is set and make any needed adjustments.
  891.   g. Send a file to your new Kermit program from a different Kermit program
  892.      that is known to work.  Is the date/timestamp of the new file identical
  893.      to the original?  If not, adjustments are needed in zstrdt() in
  894.      ckufio.c.
  895.   h. Go to another computer (Computer B) from which you can send files to
  896.      C-Kermit.  Connect Computer B to the computer (A) where you are testing
  897.      C-Kermit.  Then:
  898.   i. Send a file from B to A.  Make sure it transferred OK and was created
  899.        with the the right name.
  900.   j. Send a file from B to A, specifying an "as-name" that is very, very
  901.      long (longer than the maximum name length on computer A).  Check to
  902.      make sure that the file was received OK and that its name was truncated
  903.      to Computer A's maximum length.  If not, check the MAXNAMLEN definition
  904.      in ckufio.c.
  905.   k. Tell C-Kermit on Computer A to "set receive pathnames relative" and
  906.      then send it a file from Computer B specifying an as-name that contains
  907.      several directory segments:
  908.        send foo dir1/dir2/dir3/foo
  909.      Check to make sure that dir1/dir2/dir3/foo was created in Computer A's
  910.      current directory (i.e. that three levels of directories were created).
  911.   l. Repeat step k, but make each path segment in the pathname longer than
  912.      Computer A's maximum name length.  Make sure each directory name, and
  913.      the final filename, were truncated properly.
  914.   m. Type Ctrl-C (or whatever your UNIX interrupt character is) at the prompt.
  915.      Do you get "^C..." and a new prompt?  If instead, you get a core dump
  916.      (this shouldn't happen any more) "rm core" and then rebuild with
  917.      -DNOCCTRAP added to your CFLAGS.  If it did work, then type another
  918.      Ctrl-C.  If this does the same thing as the first one, then Ctrl-C
  919.      handling is OK.  Otherwise, the SIGINT signal is either not getting
  920.      re-armed (shouldn't happen) or is being masked off after the first time
  921.      it is caught, in which case, if your UNIX is POSIX-based, try rebuilding
  922.      C-Kermit with -DCK_POSIX_SIG.
  923.   n. Type Ctrl-Z (or whatever your UNIX suspend character is) to put C-Kermit
  924.      in the background.  Did it work?  If nothing happened, then (a) your
  925.      version of UNIX does not support job control, or (b) your version of
  926.      C-Kermit was probably built with -DNOJC.  If your session became totally
  927.      frozen, then you are probably running C-Kermit on a UNIX version that
  928.      supports job control, but under a shell that doesn't.  If that's not the
  929.      case, look in the congm() and psuspend() routines in ckutio.c and see if
  930.      you can figure out what's wrong.  If you can't, rebuild with -DNOJC.
  931.   o. Give a SET LINE command for a dialout device, e.g. "set line /dev/tty00".
  932.      If you got some kind of permission or access denied message, go read
  933.      Section 10 and then come back here.
  934.   p. After giving a successful SET LINE command, type "show comm" to
  935.      see the communication parameters.  Do they make sense?
  936.   q. Type "set speed ?" and observe the list of available speeds.  Is it
  937.        what you expected?  If not, see Section 2 of ckccfg.txt.
  938.   r. Give a SET SPEED command to change the device's speed.  Did it work?
  939.        (Type "show comm" again to check.)
  940.   s. Try dialing out: SET MODEM TYPE <whatever>, SET LINE <whatever>, SET
  941.      SPEED <whatever>, DIAL <phone-number>.  If it doesn't work, keep
  942.      reading.  After dialing, can you REDIAL?
  943.   t. If your version was built with TCP/IP network support, try the TELNET
  944.      command.
  945.   u. Transfer some files in remote mode on incoming asynchronous serial
  946.      (direct or modem) connections, and on incoming network (telnet, rlogin,
  947.      terminal server) connections.  If you get lots of errors, try different
  948.      SET FLOW settings on the remote Kermit program.
  949.   v. Establish a serial connection from C-Kermit to another computer (direct
  950.      or dialed) and transfer some files.  If you have network support, do the
  951.      same with a network connection.
  952.   x. If your version was built with fullscreen file transfer display support,
  953.      check that it works during local-mode file transfer.  Also, check
  954.      C-Kermit's operation afterwards: is the echoing funny?  etc etc.  If
  955.      there are problems, see Section 4.
  956.   y. If your version was built with script programming language support,
  957.      TAKE the ckedemo.ksc file to give it a workout.
  958.   z. Does C-Kermit interlock correctly with UUCP-family programs (cu, tip,
  959.      uucp, etc)?  If not, read the section DIALING OUT AND COORDINATING WITH
  960.      UUCP below.
  961.   A. Modem signals...  Give a SET LINE command to a serial device and then
  962.      type the SHOW MODEM command.  If it says "Modem signals unavailable in
  963.      this version of Kermit", then you might want to look at the ttgmdm()
  964.      routine in ckutio.c and add the needed code -- if indeed your version of
  965.      UNIX provides a way to get modem signals (some don't; e.g. modem signals
  966.      are a foreign concept to POSIX, requiring politically incorrect
  967.      workarounds).
  968.      If it says "Modem signals unavailable", then it is likely that the API
  969.      for getting modem signals is provided, but it doesn't actually do
  970.      anything (e.g. ioctl(ttyfd,TIOCMGET,&x) returns EINVAL).
  971.      In any case, it still should be able to manipulate the DTR signal.  To
  972.      test, SET LINE <name-of-dialout-device>, SET MODEM NONE, and HANGUP.
  973.      The DTR light should go out momentarily.  If it doesn't, see if you can
  974.      add the needed code for your system to the tthang() routine in ckutio.c.
  975.      If your version of Kermit has the SET FLOW RTS/CTS command, check to
  976.      see if it works: give Kermit this command, set your modem for RTS/CTS,
  977.      transfer some files (using big packet and window sizes) and watch the
  978.      RTS and CTS lights on the modem.  If they go on and off (and Kermit does
  979.      not get packet errors), then it works.  If your version of Kermit does
  980.      not have this command, but your version of UNIX does support hardware
  981.      flow control, take a look at the tthflow() command in ckutio.c and see
  982.      if you can add the needed code (see the section on HARDWARE FLOW
  983.      CONTROL below).
  984.      (And please send back any added code to the author, so that others can
  985.      benefit from it and it can be carried forward into future releases.)
  986.   B. If C-Kermit starts normally and issues its prompt, echoing is normal,
  987.      etc, but then after returning from a CONNECT session, the prompt no
  988.      longer appears, try rebuilding with -DCKCONINTB4CB.
  989. 8. REDUCING THE SIZE OF THE EXECUTABLE PROGRAM IMAGE
  990.   a. Many of C-Kermit's options and features can be deselected at compile
  991.      time.  The greatest savings at the least sacrifice in functionality is
  992.      to disable the logging of debug information by defining NODEBUG during
  993.      compilation.  See the ckccfg.txt file for further information.
  994.   b. Use shared libraries rather than static linking.  This is the default
  995.      on many UNIX systems anyway.  However, executables built for dynamic
  996.      linking with shared libraries are generally not portable away from the
  997.      machine they were built on, so this is recommended if the binary is for
  998.      your use only.
  999.   c. Most UNIX systems have a "strip" command to remove symbol table
  1000.      information from an executable program image.  "man strip" for further
  1001.      information.  The same effect can be achieved by including "-s" among
  1002.      the link flags when building C-Kermit.
  1003.   d. SCO, Interactive, and some other UNIX versions have an "mcs" command.
  1004.      "mcs -d wermit" can be used to delete the contents of the ".comment"
  1005.      section from the executable program image.
  1006.   e. Many modern optimizers can be instructed to optimize for space rather
  1007.      than execution efficiency.  Check the CFLAGS in the makefile entry,
  1008.      adjust as desired.
  1009. 9. UNIX VERSIONS
  1010. There are several major varieties of UNIX: Bell Laboratories Seventh Edition,
  1011. AT&T System V, Berkeley Standard Distribution (BSD), and POSIX.  Each has
  1012. many, many subvarieties and descendents, and there are also hybrids that
  1013. exhibit symptoms of two or more varieties, plus special quirks of their own.
  1014. Seventh edition versions of C-Kermit include the compile-time option -DV7 in
  1015. the CFLAGS string in the makefile entry.  Various V7-based implementations are
  1016. also supported: -DCOHERENT, -DMINIX, etc.
  1017. AT&T-based versions of UNIX Kermit include the compile-time option -DATTSV
  1018. (standing for AT&T UNIX System V).  This applies to System III and to System V
  1019. up to and including Release 2.  For System V Release 3, the flag -DSVR3 should
  1020. be used instead (which also implies -DATTSV).  This is because the data type
  1021. of signal() and several other functions was changed between SVR2 and SVR3.
  1022. For System V Release 4, include -DSVR4 because of changes in UUCP lockfile
  1023. conventions; this also implies -DSVR3 and -DATTSV.
  1024. For BSD, the flag -BSDxx must be included, where xx is the BSD version
  1025. number, for example BSD4 (for version 4.2 or later, using only 4.2 features),
  1026. -DBSD41 (for BSD 4.1 only), -DBSD43 (for 4.3 or later), -DBSD29 (BSD 2.9
  1027. for DEC PDP-11s).  BSD44 is BSD4.4, which is the basis of FreeBSD,
  1028. NetBSD, OpenBSD, BSDI, and others, and which contains many POSIX features.
  1029. For POSIX, include the flag -DPOSIX.  POSIX defines a whole new set of
  1030. terminal i/o functions that are not found in traditional AT&T or Berkeley
  1031. implementations, and also defines the symbol _POSIX_SOURCE, which is used
  1032. in many system and library header files, mainly to disable non-POSIX features.
  1033. Note (circa 1997): In order to enable serial speeds higher than 38400 bps,
  1034. it is generally necessary to add -DPOSIX (among other things), since the older
  1035. terminal APIs can not accommodate the new speeds -- out o' bits.  But this
  1036. often also means wholesale conversion to POSIX APIs.  In general, just try
  1037. adding -DPOSIX and then see what goes wrong.  Be wary of features
  1038. disappearing: when _POSIX_SOURCE is defined, all sorts of things that were
  1039. perfectly OK before suddenly become politically incorrect -- like reading
  1040. modem signals, doing hardware flow control, etc.  POSIX was evidently not
  1041. designed with serial communication in mind!
  1042. Case in point: In UnixWare 7.0, #define'ing POSIX causes strictness clauses
  1043. in the header files to take effect.  These prevent <sys/time.h> from defining
  1044. the timeval and timezone structs, which are needed for all sorts of things
  1045. (like select()).  Thus, if we want the high serial speeds, we have to
  1046. circumvent the POSIX clauses.
  1047. Similarly in SCO OpenServer R5.0.4 where, again, we must use the POSIX APIs to
  1048. get at serial speeds higher than 38400, but then doing so removes hardware
  1049. flow control -- just when we need it most!  In cases like this, dirty tricks
  1050. are the only recourse (search for SCO_OSR504 in ckutio.c for examples).
  1051. For reasons like this, UNIX implementations tend to be neither pure AT&T nor
  1052. pure BSD nor pure POSIX, but a mixture of two or more of these, with
  1053. "compatibility features" allowing different varieties of programs to be built
  1054. on the same computer.  In general, Kermit tries not to mix & match but to keep
  1055. a consistent repertoire throughout.  However, there are certain UNIX
  1056. implementations that only work when you mix and match.  For example, the
  1057. Silicon Graphics IRIX operating system (prior to version 3.3) is an AT&T UNIX
  1058. but with a BSD file system.  The only way you can build Kermit successfully
  1059. for this configuration is to include -DSVR3 plus the special option -DLONGFN,
  1060. meaning "pretend I was built with -DBSDxx when it's time to compile
  1061. file-related code".  See the "iris" makefile entry.
  1062. 9.1. Standards
  1063. In edits 166-167, C-Kermit was heavily modified to try to keep abreast of new
  1064. standards while still remaining compatible with old versions of C and UNIX.
  1065. There are two new standards of interest: ANSI C (as described in Kernighan and
  1066. Ritchie, "The C Programming Language", Second Edition, Prentice Hall, 1988)
  1067. and POSIX.1 (IEEE Standard 1003.1 and ISO/IEC 9945-1, 1990, "Portable
  1068. Operating System Interface").  These two standards have nothing to do with
  1069. each other: you can build C-Kermit with a non-ANSI compiler for a POSIX
  1070. system, or for a non-POSIX system with with an ANSI compiler.
  1071. 9.1.1. POSIX
  1072. POSIX.1 defines a repertoire of system functions and header files for use by C
  1073. language programs.  Most notably, the ioctl() function is not allowed in
  1074. POSIX; all ioctl() functions have been replaced by device-specific functions
  1075. like tcsetattr(), tcsendbreak(), etc.
  1076. Computer systems that claim some degree of POSIX compliance have made some
  1077. attempt to put their header files in the right places and give them the right
  1078. names, and to provide system library functions with the right names and
  1079. calling conventions.  Within the header files, POSIX-compliant functions are
  1080. supposed to be within #ifdef _POSIX_SOURCE..#endif conditionals, and non-POSIX
  1081. items are not within these conditionals.
  1082. If C-Kermit is built with the -DPOSIX flag, it attempts to configure itself
  1083. for a pure POSIX environment.  It defines _POSIX_SOURCE, it calls only
  1084. POSIX-defined functions, and it includes POSIX-defined header files.
  1085. If Kermit is built with -D_POSIX_SOURCE but not -DPOSIX, C-Kermit must be
  1086. built with one of the -DBSD or -DATTSV flags (or one that implies them), but
  1087. still uses only the POSIX features in the system header files.  This allows
  1088. C-Kermit to be built on BSD or AT&T systems that have some degree of POSIX
  1089. compliance, but still use BSD or AT&T specific features.
  1090. If Kermit is built with neither -D_POSIX_SOURCE nor -DPOSIX, the functions and
  1091. header files of the selected version of UNIX (or VMS, etc) are used according
  1092. to the CFLAGS Kermit was built with.
  1093. The POSIX standard does not define anything about uucp lockfiles.  "make
  1094. posix" uses NO (repeat, NO) lockfile conventions.  If your POSIX-compliant
  1095. UNIX version uses a lockfile convention such as HDBUUCP (see below), use
  1096. the "posix" entry, but include the appropriate lockfile option in your KFLAGS
  1097. on the "make" command line, for example:
  1098.    make posix "KFLAGS=-DHDBUUCP"
  1099. POSIX.1 also lacks certain other features that Kermit needs.  For example:
  1100.  - There is no defined way for an application to do wildcard matching of
  1101.    filenames.  Kermit uses the inode in the directory structure, but POSIX.1
  1102.    does not include this concept.  (Later POSIX revisions include functions
  1103.    named (I think) glob() and fnmatch(), but these functions are not yet in
  1104.    Kermit, and might not be appropriate in any case.)
  1105.  - There is no POSIX mechanism for sensing or controlling modem signals,
  1106.    nor to enable RTS/CTS or other hardware flow control.
  1107.  - There is no select() for multiplexing i/o, and therefore no TCP/IP.
  1108.  - There is no way to check if characters are waiting in a communications
  1109.    device (or console) input buffer, short of trying to read them -- no
  1110.    select(), ioctl(fd,FIONREAD,blah), rdchk(), etc.  This is bad for CONNECT
  1111.    mode and bad for sliding windows.
  1112.  - No way to do a millisecond sleep (no nap(), usleep(), select(), etc).
  1113.  - There is no popen().
  1114. So at this point, there cannot be one single fully functional POSIX form of
  1115. C-Kermit unless it also has "extensions", as do Linux, QNX, etc.
  1116. More on POSIX (quoting from a newsgroup posting by Dave Butenhof
  1117. <butenhof@zko.dec.com>):
  1118. Standards tend to look at themselves as "enabling". So POSIX standards say
  1119. that, in order to use POSIX functions, a program must define some macro that
  1120. will put the development environment in "POSIX mode". For the ancient POSIX
  1121. 1003.1-1990, the symbol is _POSIX_SOURCE. For recent revisions, it's
  1122. _POSIX_C_SOURCE with an appropriate value. POSIX 1003.1-1996 says that, to
  1123. use its features in a portable manner, you must define
  1124. _POSIX_C_SOURCE=199506L before including any header files. Casper's guess --
  1125. and mine -- is that you're doing this.
  1126. But for Solaris, or Digital UNIX, the picture is different. POSIX is one
  1127. important but small part of the universe. Yet POSIX unconditionally and
  1128. unambiguously REQUIRES that, when _POSIX_C_SOURCE=199506L, ALL of the
  1129. functions and definitions required by the standard, and NO others (except in
  1130. specific restricted namespaces, specifically "_" followed by an uppercase
  1131. letter or "__" followed by a lowercase letter) shall be visible. That kinda
  1132. puts a cramp on BSD and SVID support, because those require names that are
  1133. not in the "protected" POSIX namespaces. It's ILLEGAL to make those symbols
  1134. visible, unless you've done something else that's beyond the scope of POSIX
  1135. to allow the system to infer that you didn't really mean it.
  1136. In most cases, you should just compile, with no standards-related macros
  1137. defined. The system will make available every interface and definition that
  1138. isn't incompatible with the "main stream". There may indeed be cases where
  1139. two standards cross, and you really can't use both together. But, in
  1140. general, they play nicely together as long as you don't do anything rash --
  1141. like telling the system that it's not allowed to let them.
  1142. In the area of threads, both Solaris and Digital UNIX support incompatible
  1143. thread APIs. We have POSIX and DCE, they have POSIX and UI. The nasty areas
  1144. are in the _r routines and in some aspects of signal behavior. You cannot
  1145. compile a single source file that uses both semantics. That's life. It
  1146. sounds as if Solaris defaults to the UI variants, but allows you to define
  1147. this _POSIX_THREAD_SEMANTICS to get around it. We default to POSIX, and
  1148. allow you to define _PTHREAD_USE_D4 (automatically defined by the cc
  1149. "-threads" switch) to select the DCE thread variants. That default, because
  1150. you're operating outside of any individual standard, is really just a
  1151. marketing decision.
  1152. (end quote)
  1153. 9.1.2. ANSI C
  1154. The major difference between ANSI C and earlier C compilers is function
  1155. prototyping.  ANSI C allows function arguments to be checked for type
  1156. agreement, and (when possible) type coercion in the event of a mismatch.  For
  1157. this to work, functions and their arguments must be declared before they are
  1158. called.  The form for function declarations is different in ANSI C and
  1159. non-ANSI C (ANSI C also accepts the earlier form, but then does not do type
  1160. checking).
  1161. As of edit 167, C-Kermit tries to take full advantage of ANSI C features,
  1162. especially function prototyping.  This removes many bugs introduced by
  1163. differing data types used or returned by the same functions on different
  1164. computers.  ANSI C features are automatically enabled when the symbol __STDC__
  1165. is defined.  Most ANSI C compilers, such as GNU CC and the new DEC C compiler
  1166. define this symbol internally.
  1167. On the downside, ANSI C compilation increases the administrative/bureacratic
  1168. burden, spewing out countless unneeded warnings about mismatched types,
  1169. especially when we are dealing with signed and unsigned characters, requiring
  1170. casts everywhere to shut up the mindless complaints -- there is no use for
  1171. signed chars in Kermit (or probably anywhere else).  Some compilers,
  1172. mercifully, include a "treat all chars as unsigned" option, and when available
  1173. it should be used -- not only to stop the warnings, but also to avoid unhelpful
  1174. sign extension on high-bit characters.
  1175. To force use of ANSI C prototypes, include -DCK_ANSIC on the cc command line.
  1176. To disable the use of ANSI prototypes, include -DNOANSI.
  1177. 9.1.3. Other Standards
  1178. As the years go by, standards with-which-all-must-comply continue to pile up:
  1179. AES, XPG2, XPG3, XPG4, FIPS 151-2, successive generations of POSIX, OSF/1,
  1180. X/Open, Spec 1170, UNIX95, Open Group UNIX98, Single Unix Spec 98 (or other
  1181. number), ISO/IEC 9945-1, ISO 9899, 88Open, OS 99, not to mention "mature
  1182. standards" like V7, 4.2/4.3BSD, System V R3 and R4 (SVID2 and SVID3), 4.4BSD
  1183. (the basis for BSDI, OpenBSD, NetBSD, FreeBSD, etc), /usr/group, plus assorted
  1184. seismic pronouncements of the neverending series of ephemeral corporate
  1185. consortia, not to mention the libc-vs-glibc turmoil in the Linux arena and who
  1186. knows what else.
  1187. None of these standards simplifies life for portable applications like
  1188. C-Kermit -- each one is simply one more environment to support (or circumvent,
  1189. as in many cases these standards do more harm than good by denying access to
  1190. facilities we need, e.g. as noted in above in 9.1.1).
  1191. 9.2. Library Issues
  1192. On most modern platforms, applications are -- and often must be -- dynamically
  1193. linked.  This has numerous advantages (smaller executables, ability to patch
  1194. a library and thereby patch all applications that use it, etc), but also
  1195. causes some headaches: most commonly, the library ID built into the executable
  1196. at link time does not match the ID of the corresponding library on the target
  1197. system, and so the loader refuses to let the application run.
  1198. This problem only gets worse over time.  In the Linux and *BSD world, we also
  1199. have totally different libraries (each with their own names and numbering
  1200. systems) that cover the same territory; for example, curses vs ncurses, libc
  1201. versus glibc.  Combinations proliferate and any given PC might have any
  1202. combination.  For this reason it is becoming increasingly difficult to produce
  1203. a "Linux binary" for a given architecture (e.g. PC or Alpha).  There has to
  1204. be a separate binary for (at least) every combination of curses vs ncurses
  1205. and libc vs glibc.
  1206. In such cases, the best advice is for every user to build C-Kermit from source
  1207. code on the system where it will run.
  1208. 9.3. UNIX File System Peculiarities
  1209. Normally, including a BSD, System-V, POSIX, or DIRENT flag in the make entry
  1210. selects the right file system code.  But some versions of UNIX are
  1211. inconsistent in this regard, and building in the normal way either gives
  1212. compiler or linker errors, or results in problems at runtime, typically
  1213. failure to properly expand wildcard file specifications when you do something
  1214. like "send *.*", or failure to recognize long filenames, as in "send
  1215. filewithaveryveryveryveryverylongname".
  1216. C-Kermit is supposed to know about all the various styles of UNIX file
  1217. systems, but it has to be told which one to use when you build it, usually in
  1218. the makefile entry CFLAGS as shown below, but you might also have to add
  1219. something like -I/usr/include/bsd to CFLAGS, or something like -lbsd to LIBS.
  1220. C-Kermit gives you the following CFLAGS switches to adapt to your file system's
  1221. peculiarities:
  1222.   -DDIRENT   - #include <dirent.h>
  1223.   -DSDIRENT  - #include <sys/dirent.h>
  1224.   -DNDIR     - #include <ndir.h>
  1225.   -DXNDIR    - #include <sys/ndir.h>
  1226.   -DRTU      - #include "/usr/lib/ndir.h", only if NDIR and XNDIR not defined.
  1227.   -DSYSUTIMH - #include <sys/utime.h> for setting file creation dates.
  1228.   -DUTIMEH   - #include <utime.h> for setting file creation dates.
  1229. (Note, RTU should only be used for Masscomp RTU systems, because it also
  1230. selects certain other RTU-specific features.)
  1231. If none of these is defined, then <sys/dir.h> is used.  IMPORTANT: If your
  1232. system has the file /usr/include/dirent.h then be sure to add -DDIRENT to your
  1233. makefile entry's CFLAGS.  "dirent" should be used in preference to any of the
  1234. others, because it supports all the features of your file system, and the
  1235. others probably don't.
  1236. Having selected the appropriate directory header file, you might also need to
  1237. tell Kermit how to declare the routines and variables it needs to read the
  1238. directory.  This happens most commonly on AT&T System-V based UNIXes,
  1239. particularly System V R3 and earlier, that provide long file and directory
  1240. names (longer than 14 characters).  Examples include certain releases of
  1241. HP-UX, DIAB DNIX, older versions of Silicon Graphics IRIX, and perhaps also
  1242. MIPS.  In this case, try adding -DLONGFN to your makefile entry.
  1243. Another problem child is <sys/file.h>.  Most UNIX C-Kermit versions need to
  1244. #include this file from within ckutio.c and ckufio.c, but some not only do not
  1245. need to include it, but MUST not include it because (a) it doesn't exist, or
  1246. (b) it has already been included by some other header file and it doesn't
  1247. protect itself against multiple inclusion, or (c) some other reason that
  1248. prevents successful compilation.  If you have compilation problems that seem
  1249. to stem from including this file, then add the following switch to CFLAGS in
  1250. your makefile entry:
  1251.   -DNOFILEH
  1252. There are a few odd cases where <sys/file.h> must be included in one of the
  1253. cku[ft]io.c files, but not the other.  In that case, add the aforementioned
  1254. switch, but go into the file that needs <sys/file.h> and add something like
  1255. this:
  1256.   #ifdef XXX       /* (where XXX is a symbol unique to your system) */
  1257.   #undef NOFILEH
  1258.   #endif /* XXX */
  1259. before the section that includes <sys/file.h>.
  1260. Kermit's SEND command expands wildcard characters "?" and "*" itself.  Before
  1261. version 5A, commands like "send *" would send all regular (non-directory)
  1262. files, including "hidden files" (whose names start with ".").  In version 5A,
  1263. the default behavior is to match like the Bourne shell or the ls command, and
  1264. not include files whose names start with dot.  Such files can still be sent if
  1265. the dot is included explicitly in the SEND command: "send .oofa, send .*".  To
  1266. change back to the old way and let leading wildcard characters match dot
  1267. files, include the following in your CFLAGS:
  1268.   -DMATCHDOT
  1269. (In C-Kermit 6.0, there is also a command to control this at runtime.)
  1270. If you get compile-time complaints about data type mismatches for process-ID
  1271. related functions like getpid(), add -DPID_T=pid_t.
  1272. If you get compile-time complaints about data type mismatches for user ID
  1273. related functions like getuid(), add -DUID_T=uid_t.
  1274. If you get compile-time complaints about data type mismatches for user-ID
  1275. related functions like getgid(), add -DGID_T=gid_t.
  1276. If you get compile-time complaints about data type mismatches for getpwuid(),
  1277. add -DPWID_T=uid_t (or whatever it should be).
  1278. File creation dates: C-Kermit attempts to set the creation date/time of an
  1279. incoming file according to the date/time given in the file's attribute
  1280. packet, if any.  If you find that the dates are set incorrectly, you might
  1281. need to build Kermit with the -DSYSUTIMEH flag, to tell it to include
  1282. <sys/utime.h>.  If that doesn't help, look at the code in zstrdt() in
  1283. ckufio.c.
  1284. 9.4. Hardware Flow Control
  1285. Hardware flow control is a problematic concept in many popular UNIX
  1286. implementations.  Often it is lacking altogether, and when available, the
  1287. application program interface (API) to it is inconsistent from system to
  1288. system.  Here are some examples:
  1289.   a. POSIX does not support hardware flow control.
  1290.   b. RTS/CTS flow control support MIGHT be available for System V R3 and
  1291.      later if /usr/include/termiox.h exists (its successful operation also
  1292.      depends on the device driver, and the device itself, not to mention the
  1293.      cable, etc, actually supporting it).  If your SVR3-or-later UNIX system
  1294.      does have this file, add:
  1295.        -DTERMIOX
  1296.      to your CFLAGS.  If the file is in /usr/include/sys instead, add:
  1297.        -DSTERMIOX
  1298.      Note that the presence of this file does not guarantee that RTS/CTS will
  1299.      actually work -- that depends on the device-driver implementation
  1300.      (reportedly, many UNIX versions treat hardware-flow-control related
  1301.      ioctl's as no-ops).
  1302.   c. Search ("grep -i") through /usr/include/*.h and /usr/include/sys/*.h for
  1303.      RTS or CTS and see what turns up.  For example, in SunOS 4.x we find
  1304.      "CRTSCTS".  Figuring out how to use it is another question entirely!  In
  1305.      IBM AIX RS/6000 3.x, we have to "add" a new "line discipline" (and you
  1306.      won't find uppercase RTS or CTS symbols in the header files).
  1307.   d. NeXTSTEP and IRIX, and possibly others, support hardware flow control,
  1308.      but do not furnish an API to control it, and thus on these systems
  1309.      Kermit has no command to select it -- instead, a special device name
  1310.      must be used.  (NeXTSTEP: /dev/cufa instead of /dev/cua; IRIX:
  1311.      /dev/ttyf00)
  1312. See the routine tthflow() in ckutio.c for details.  If you find that your
  1313. system offers hardware flow control selection under program control, you can
  1314. add this capability to C-Kermit as follows:
  1315.   a. See if it agrees with one of the methods already used in tthflow().
  1316.      If not, add new code, appropriately #ifdef'd.
  1317.   b. Add -DCK_RTSCTS to the compiler CFLAGS in your makefile entry or define
  1318.      this symbol within the appropriate #ifdef's in ckcdeb.h.
  1319. To illustrate the difficulties with RTS/CTS, here is a tale from Jamie Watson
  1320. <jw@adasoft.ch>, who added the RTS/CTS code for the RS/6000, about his
  1321. attempts to do the same for DEC ULTRIX:
  1322.    "The number and type of hardware signals available to/from a serial port
  1323.    vary between different machines and different types of serial interfaces on
  1324.    each machine.  This means that, for example, there are virtually no
  1325.    hardware signals in or out available on the DECsystem 3000/3100 series; on
  1326.    the DECsystem 5000/2xx series all modem signals in/out are present on both
  1327.    built-in serial ports; on the DECsystem 5100 some ports have all signals
  1328.    and some only have some; and so on...  It looks to me as if this pretty
  1329.    well rules out any attempt to use hardware flow control on these platforms,
  1330.    even if we could figure out how to do it.  The confusion on the user level
  1331.    about whether or not it should work for any given platform or port would be
  1332.    tremendous.  And then it isn't clear how to use the hardware signals even
  1333.    in the cases where the device supports them."
  1334. 9.5. Terminal Speeds
  1335. The allowable speeds for the SET SPEED command are defined in ckcdeb.h.  If
  1336. your system supports speeds that are not listed in "set speed ?", you can
  1337. add definitions for them to ckcdeb.h.
  1338. Then if the speed you are adding is one that was never used before in Kermit,
  1339. such as 921600, you'll also need to add the appropriate keywords to spdtab[]
  1340. in ckuus3.c, and the corresponding case to ttsspd() in ckutio.c.
  1341. 9.6. Millisecond Sleeps
  1342. There is no standard for millisecond sleeps, but at least five different
  1343. functions have appeared in various UNIX versions that can be used for this
  1344. purpose: nap() (mostly in System V), usleep() (found at least in SunOS and
  1345. NeXT OS), select() (found in 4.2BSD and later, and part of any TCP/IP sockets
  1346. library), nanosleep(), and sginap().  If you have any of these available, pick
  1347. one (in this order of preference, if you have more than one):
  1348.   -DSELECT: Include this in CFLAGS if your system has the select() function.
  1349.   -DNAP:    Include this in CFLAGS if your system has the nap() function.
  1350.   -USLEEP:  Include this in CFLAGS if your system has the usleep() function.
  1351. NOTE: The nap() function is assumed to be a function that puts the process
  1352. to sleep for the given number of milliseconds.  If your system's nap()
  1353. function does something else or uses some other units of time (like the NCR
  1354. Tower 32, which uses clock-ticks), do not include -DNAP.
  1355. Reportedly, all versions of System V R4 for Intel-based computers, and
  1356. possibly also SVR3.2, include nap() as a kernel call, but it's not in the
  1357. library.  To include code to use it via syscall(3112,x), without having to
  1358. include Xenix compatibility features, include the following compile-time
  1359. option:
  1360.   -DNAPHACK
  1361. 9.7. Nondestructive Input Buffer Peeking
  1362. Some AT&T UNIX versions have no way to check if input is waiting on a tty
  1363. device, but this is a very important feature for Kermit.  Without it, sliding
  1364. windows might not work very well (or at all), and you also have to type your
  1365. escape character to get Kermit's attention in order to interrupt a local-mode
  1366. file transfer.  If your system offers an FIONREAD ioctl, the build procedure
  1367. should pick that up automatically and use it, which is ideal.
  1368. If your system lacks FIONREAD but has a select() function, this can be used
  1369. instead.  If the build procedure fails to include it (SHOW FEATURES will
  1370. list SELECT), then you can add it to your CFLAGS:
  1371.   -DSELECT
  1372. Conversely, if the build procedure tries to use select() when it really is
  1373. not there, add:
  1374.   -DNOSELECT
  1375. Note: select() is not part of System V nor of POSIX, but it has been added to
  1376. various System-V- and POSIX-based systems as an extension.
  1377. Some System-V variations (SCO Xenix/UNIX/ODT and DIAB DNIX) include a rdchk()
  1378. function that can be used for buffer peeking.  It returns 0 if no characters
  1379. are waiting and 1 if characters are waiting (but unlike FIONREAD, it does not
  1380. tell the actual number).  If your system has rdchk(), add:
  1381.   -DRDCHK:  Include this in CFLAGS if your system has the rdchk() function.
  1382. Otherwise, if your version of UNIX has the poll() function (and the
  1383. /usr/include/poll.h file) -- which appears to be a standard part of System V
  1384. going back to at least SVR3, include:
  1385.   -DCK_POLL
  1386. 9.8. Other System-Dependent Features
  1387. Systems with <termios.h> might have the symbol IEXTEN defined.  This is used
  1388. to turn "extended features" in the tty device driver on and off, such as
  1389. Ctrl-O to toggle output flushing, Ctrl-V to quote input characters, etc.
  1390. In most UNIX implementations, it should be turned off during Kermit operation,
  1391. so if ckutio.c finds this symbol, it uses it.  This is necessary, at least, on
  1392. BSDI.  On some systems, however, IEXTEN is either misdefined or
  1393. misimplemented.  The symptom is that CR, when typed to the command processor,
  1394. is echoed as LF, rather than CRLF.  This happens (at least) on Convex/OS 9.1.
  1395. The solution is to add the following symbol to the makefile entry's CFLACS:
  1396.   -DNOIEXTEN
  1397. However, in at least one UNIX implementation, QNX 4.21, IEXTEN must be set
  1398. before hardware flow control can be used.
  1399. In edits 177 and earlier, workstation users noticed a "slow screen writing"
  1400. phenomenon during interactive command parsing.  This was traced to a setbuf()
  1401. call in ckutio.c that made console (stdout) writes unbuffered.  This setbuf()
  1402. call has been there forever, and could not be removed without some risk.
  1403. Kermit's operation was tested on the NeXT in edit 178 with the setbuf() call
  1404. removed, and the slow-writing symptom was cured, and everything else (command
  1405. parsing, proper wakeup on ?, ESC, Ctrl-U, and other editing characters,
  1406. terminal emulation, remote-mode and local-mode file transfer, etc) seemed to
  1407. work as well as or better than before.  In subsequent edits, this change was
  1408. made to many other versions too, with no apparent ill effects.  To remove the
  1409. setbuf() call for your version of Kermit, add:
  1410.   -DNOSETBUF
  1411. Later reports indicate that adding -DNOSETBUF has other beneficial effects,
  1412. like cutting down on swapping when Kermit is run on workstations with small
  1413. memories.  But BEWARE: on certain small UNIX systems, notably the AT&T 6300
  1414. and 3B1 (the very same ones that benefit from NOSETBUF), NOSETBUF seems to
  1415. conflict with CK_CURSES.  The program builds and runs OK, but after once using
  1416. the curses display, echoing is messed up.  In this case, we use a System-V
  1417. specific variation in the curses code, using newterm() to prevent System V
  1418. from altering the buffering.  See makefile entries for AT&T 6300 and 3B1.
  1419. The UNIX version of C-Kermit includes code to switch to file descriptor zero
  1420. (stdin) for remote-mode file transfer.  This code is necessary to prevent
  1421. Kermit from giving the impression that it is "idle" during file transfers,
  1422. which, at some sites, can result in the job being logged out in the middle of
  1423. an active file transfer by idle-job monitors.
  1424. However, this feature can interfere with certain setups; for example, there is
  1425. a package which substitutes a pty/tty pair for /dev/tty and sets file
  1426. descriptor 0 to be read-only, preventing Kermit from sending packets.  Or...
  1427. When a UNIX shell is invoked under the PICK environment, file descriptor 0
  1428. is inoperative.
  1429. To remove this feature and allow Kermit to work in such environments, add the
  1430. compile-time option:
  1431.   -DNOFDZERO
  1432. On some versions of UNIX, earlier releases of C-Kermit were reported to render
  1433. a tty device unusable after a hangup operation.  Examples include IBM AIX on
  1434. the RT PC and RS/6000.  A typical symptom of this phenomenon is that the DIAL
  1435. command doesn't work, but CONNECTing to the device and dialing manually do
  1436. work.  A further test is to SET DIAL HANGUP OFF, which should make dialing
  1437. work once by skipping the pre-dial hangup.  However, after the connection is
  1438. broken, it can't be used any more: subsequent attempts to DIAL the same device
  1439. don't work.  The cure is usually to close and reopen the device as part of the
  1440. hangup operation.  To do this, include the following compile-time option:
  1441.   -DCLSOPN
  1442. Similarly, there is a section of code in ttopen(), which does another
  1443. close(open()) to force the O_NDELAY mode change.  On some systems, the
  1444. close(open()) is required to make the mode change take effect, and apparently
  1445. on most others it does no harm.  But reportedly on at least one System V R4
  1446. implementation, and on SCO Xenix 3.2, the close(open()) operation hangs
  1447. if the device lacks carrier, EVEN THOUGH the CLOCAL characteristic has just
  1448. been set to avoid this very problem.  If this happens to you, add this to
  1449. your CFLAGS:
  1450.   -DNOCOTFMC
  1451. or, equivalently, in your KFLAGS on the make command line.  It stands for
  1452. NO Close(Open()) To Force Mode Change.
  1453. C-Kermit renames files when you give a RENAME command and also according to
  1454. the current SET FILE COLLISION option when receiving files.  The normal UNIX
  1455. way to rename a file is via two system calls: link() and unlink().  But
  1456. this leaves open a window of vulnerability.  Some UNIX systems also offer an
  1457. atomic rename(oldname,newname) function.  If your version of UNIX has this
  1458. function, add the following to your CFLAGS:
  1459.   -DRENAME
  1460. C-Kermit predefines the RENAME for several UNIX versions in ckcdeb.h (SVR4,
  1461. SUNOS41, BSD44, AIXRS, etc).  You can tell if rename() is being used if the
  1462. SHOW FEATURES command includes RENAME in the compiler options list.  If the
  1463. predefined RENAME symbol causes trouble, then add NORENAME to your CFLAGS.
  1464. Trouble includes:
  1465.   a. Linker complains that _rename is an unresolved symbol.
  1466.   b. Linking works, but Kermit's RENAME command doesn't work (which happens
  1467.      because older versions of rename() might have their arguments reversed).
  1468. If rename() is not used, then Kermit uses link()/unlink(), which is equivalent
  1469. except it is not atomic: there is a tiny interval in which some other process
  1470. might "do something" to one of the files or links.
  1471. Some UNIX systems (Olivetti X/OS, Amdahl UTS/V, ICL SVR3, etc) define the
  1472. S_ISREG and S_ISDIR macros incorrectly.  This is compensated for automatically
  1473. in ckufio.c.  Other systems might have this same problem.  If you get a
  1474. compile-time error message regarding S_ISREG and/or S_ISDIR, add the following
  1475. to your CFLAGS:
  1476.   -DISDIRBUG
  1477. Finally, here's a symbol you should NEVER define:
  1478.   -DCOMMENT
  1479. It's used for commenting out blocks of code.  If for some reason you find
  1480. that your compiler has COMMENT defined, then add -UCOMMENT to CFLAGS or KFLAGS!
  1481. Similarly, some header files have been known to define COMMENT, in which case
  1482. you must add "#undef COMMENT" to each C-Kermit source module, after all the
  1483. #includes.
  1484. 9.9. Terminal Interruption
  1485. When C-Kermit enters interactive command mode, it sets a Control-C (terminal
  1486. keyboard interrupt = SIGINT) trap to allow it to return to the command prompt
  1487. whenever the user types Control-C (or whatever is assigned to be the interrupt
  1488. character).  This is implemented using setjmp() and longjmp().  On some
  1489. systems, depending on the machine architecture and C compiler and who knows
  1490. what else, you might get "Memory fault (coredump)" or "longjmp botch" instead
  1491. of the desired effect (this should not happen in 5A(190) and later).  In that
  1492. case, add -DNOCCTRAP to your CFLAGS and rebuild the program.
  1493. Job control -- the ability to "suspend" C-Kermit on a UNIX system by typing
  1494. the "susp" character (normally Ctrl-Z) and then resume execution later (with
  1495. the "fg" command) -- is a tricky business.  C-Kermit must trap suspend signals
  1496. so it can put the terminal back into normal mode when you suspend it (Kermit
  1497. puts the terminal into various strange modes during interactive command
  1498. parsing, CONNECT, and file transfer).  Supporting code is compiled into
  1499. C-Kermit automatically if <signal.h> includes a definition for the SIGTSTP
  1500. signal.  HOWEVER... some systems define this signal without supporting
  1501. job control correctly.  You can build Kermit to ignore SIGTSTP signals by
  1502. including the -DNOJC option in CFLAGS.  (You can also do this at runtime by
  1503. giving the command SET SUSPEND OFF.)
  1504.   NOTE: As of version 5A(190), C-Kermit makes another safety check.
  1505.   Even if job control is available in the operating system (according to
  1506.   the numerous checks made in congm()), it will still disable the catching
  1507.   of SIGTSTP signals if SIGTSTP was set to SIG_IGN at the time C-Kermit
  1508.   was started.
  1509. System V R3 and earlier systems normally do not support job control.  If you
  1510. have an SVR3 system that does, include the following option in your CFLAGS:
  1511.   -DSVR3JC
  1512. On systems that correctly implement POSIX signal handling, signals can be
  1513. handled more reliably than in Bell, Berkeley, or AT&T UNIXes.  On systems
  1514. (such as QNX) that are "strictly POSIX", POSIX signal handling *must* be used,
  1515. otherwise no signal will work more than once.  If you have POSIX-based system
  1516. and you find that your version of Kermit responds to Ctrl-C (SIGINT) or Ctrl-Z
  1517. (SIGTSTP) only once, then you should add the following option to your CFLAGS:
  1518.   -DCK_POSIX_SIG
  1519. But be careful; some POSIX implementations, notably 4.4BSD, include POSIX
  1520. signal handling symbols and functions as "stubs" only, which do nothing.  Look
  1521. in <signal.h> for sigsetjmp and siglongjmp and read the comments.
  1522. 10. DIALING OUT AND COORDINATING WITH UUCP
  1523. The short version:
  1524.   In order for C-Kermit to be able to dial out from your UNIX computer,
  1525.   you need to give it the same owner, group, and permissions as your
  1526.   other dialout programs, such as cu, tip, minicom, uucp, seyon, etc.
  1527. The long version:
  1528. Make sure your dialout line is correctly configured for dialing out (as
  1529. opposed to login).  The method for doing this is different for each kind of
  1530. UNIX.  Consult your system documentation for configuring lines for dialing out
  1531. (for example, Sun SPARCstation IPC users should read the section "Setting up
  1532. Modem Software" in the Desktop SPARC Sun System & Network Manager's Guide, or
  1533. the Terminals and Modems section of the HP manual, "Configuring HP-UX for
  1534. Peripherals" (e.g. /usr/sbin/sam => Peripheral Devices => Terminals and Modems
  1535. => Add Modem).
  1536. Unlike other operating systems, UNIX allows multiple users to access the same
  1537. serial device at the same time, even though there is no earthly reason why two
  1538. users should do this.  When they do, user A will read some of the incoming
  1539. characters, and user B will read the others.  In all likelihood, neither user
  1540. will see them all.  Furthermore, User B can hang up User A's call, etc.
  1541. Rather than change UNIX to enforce exclusive access to serial devices such as
  1542. ttys, UNIX developers chose instead to use a "lock file".  Any process that
  1543. wants to open a tty device should first check to see if a file of a certain
  1544. name exists, and if so, not to open the device.  If the file does not exist,
  1545. the process creates the file and then opens the device.  When the process
  1546. closes the device, it destroys the lockfile.  This procedure was originated
  1547. for use with UNIX's UUCP, CU, and TIP programs, and so these lockfiles are
  1548. commonly called "UUCP lockfiles" (UUCP = UNIX-to-UNIX Copy Program).
  1549. As you can imagine, this method is riddled with pitfalls:
  1550.   - If a process does not observe the prevailing lockfile convention,
  1551.     then it can interfere with other "polite" processes.  And in fact,
  1552.     very few UNIX applications or commands handle lockfiles at all; an
  1553.     original design goal of UNIX was that "everything is a file", and
  1554.     countless utilities operate on files directly (by opening them) or
  1555.     indirectly through redirection of standard i/o, without creating or
  1556.     looking for lockfiles.
  1557.   - If a process crashes while it has the device open, the lockfile is
  1558.     left behind, preventing further processes from using the device.
  1559.   - Various versions of UNIX use different names for the lockfiles, put
  1560.     them in different directories, with different owners and groups and
  1561.     permissions, and specify their contents differently.
  1562.   - On a given platform, the lockfile conventions may change from one UNIX
  1563.     release to the next (for example, SunOS 4.0 to 4.1) or, in the case of
  1564.     Linux, across different distributions.
  1565.   - The same tty device might have more than one name, and most lockfile
  1566.     conventions don't allow for this.  Similarly for symbolic links.
  1567. In an attempt to address the problem of "stale" lockfiles, most UUCP
  1568. implementations put the PID (Process ID) of the creating process in the
  1569. lockfile.  Thus, another process that wants to open the corresponding device
  1570. can check not only for the lockfile itself, but also can check the PID for
  1571. validity.  But this doesn't work well either:
  1572.   - PIDs are stored in diverse formats that change with every new release
  1573.     (short, integer, long, or string in any of various formats).  If the
  1574.     reading program does not follow the same convention as the writing
  1575.     program, it can diagnose a valid PID to be invalid, and therefore not
  1576.     honor the lock.
  1577.   - PIDs recycle.  If the lockfile was created by PID 1234, which later
  1578.     crashed without removing the lockfile, and then a new process 1234 exists
  1579.     a the time the lockfile is checked, the lockfile will be improperly taken
  1580.     as valid, and access to the device denied unnecessarily.
  1581. Several techniques address the problem of multiple names for the same device:
  1582.   - Multiple lockfiles.  For example, if the user opens a device through a
  1583.     symlink, a lockfile is created for both the symlink name and the true
  1584.     name (obtained from readlink()).  However, when multiple drivers are
  1585.     installed for the same device (e.g. /dev/cua, /dev/cufa, etc), this
  1586.     approach won't work unless all applications *know* all the different
  1587.     names for the same device and make lockfiles for all of them, which is
  1588.     obviously not practical.
  1589.   - Lockfiles whose names are not based on the device name.  These
  1590.     lockfiles generally have names like LK.inode/major/minor, where
  1591.     inode, major, and minor are numbers, which will always be the same for
  1592.     any physical device, no matter what its name.  This form of lockfile is
  1593.     used in System V R4 and its derivatives, such as Solaris, UnixWare,
  1594.     etc.  If lockfiles must be used (as opposed to, say, kernel-based
  1595.     locks), this would seem to be the most effective form.
  1596. Most versions of UNIX were not designed to accommodate third-party
  1597. communications software; thus vendors of these UNIX products feel no
  1598. compunction about changing lockfile conventions from release to release, since
  1599. they also change their versions of the cu, uucp, tip, etc, programs at the
  1600. same time to match.  And since the source code to these programs is not
  1601. published, it is difficult for makers of third-party products (like C-Kermit)
  1602. to find out what the new conventions are.  It also forces release of new
  1603. versions of C-Kermit whenever the OS vendor makes a change like this.
  1604. Some UNIX vendors have taken a small step to simplify communications
  1605. application development for their products: the inclusion of lockfile routines
  1606. in the standard system C runtime libraries to shield the application from the
  1607. details of lockfile management (IBM AIX is an example).  When such routines
  1608. are used, communications applications do not need modification when lockfile
  1609. conventions change (although they will need recompiling if the routines are
  1610. statically linked into the application).  In the AIX example, the simple
  1611. function calls ttylock(), ttyunlock(), and ttylocked() replace hundreds of
  1612. lines of ugly code in C-Kermit that attempts to keep pace with every release
  1613. of every UNIX product over the last 20 years.  Inclusion of ttylock() code
  1614. occurs when:
  1615.   -DUSETTYLOCK
  1616. is included in the CFLAGS.
  1617. If such routines are available, they should be used.  The rest of this section
  1618. applies when they are not.
  1619. To fit in with UUCP and other UNIX-based communication software, C-Kermit must
  1620. have the same idea as your system's uucp, cu, and tip programs about what the
  1621. UUCP lock directory is called, what the lockfile itself is called, and what
  1622. its contents should be.  In most cases, C-Kermit preprocessor flags create the
  1623. appropriate configuration at compile time if the appropriate makefile target
  1624. was used (see ckutio.c).  The following CFLAGS options can be used to override
  1625. the built-in configuration:
  1626.   -DLCKDIR:   Tells Kermit that the UUCP lock directory is /usr/spool/uucp/LCK.
  1627.   -DACUCNTRL: Tells Kermit to use the BSD 4.3 acucntrl() program to turn
  1628.               off getty (login) on the line before using it, and restore
  1629.               getty when done.
  1630.   -DHDBUUCP:  Include this if your system uses Honey DanBer UUCP, in which
  1631.               the lockfile directory and format are relatively standardized.
  1632.   -DLOCK_DIR=\"/xxx/yyy\": Gives the lock directory name explicitly.
  1633.               The triple quoting is necessary.  For example:
  1634.               "CFLAGS= -DBSD4 -DLOCK_DIR=\"/usr/local/locks\" -DNODEBUG"
  1635.               (NOTE: The triple quoting assumes this is a "top-level" make
  1636.               entry, and not a make entry that calls another one.)
  1637.   -DLFDEVNO   The lockfile name uses the tty device inode and major and minor
  1638.               numbers: LK.dev.maj.min, as in Sys V R4, e.g. LK.035.044.008.
  1639. When the LK.inode.major.minor form is used, a single lockfile is enough.
  1640. Otherwise, a single lockfile rarely suffices.  For example, in Linux, it is
  1641. common to have a /dev/modem symbolic link to an actual dialout device, like
  1642. /dev/cua0 or /dev/ttyS0, whose purpose is to hide the details of the actual
  1643. driver from the user.  So if one user opens /dev/modem, a lockfile called
  1644. LCK..modem is created, which does not prevent another user from
  1645. simulataneously opening the same device by its real name.
  1646. On SCO UNIX platforms, we have a slightly different problem: the same device
  1647. is, by convention, known by "lowercase" and "uppercase" names, depending on
  1648. whether it has modem control.  So by convention, communications programs are
  1649. supposed to create the lockfiles based on the lowercase name.  But some
  1650. programs don't follow this convention.  In HP-UX, we have several different
  1651. names for each serial device.  And so on.
  1652. For this reason, on platforms where the LK.inode.major.minor form is not used,
  1653. C-Kermit also creates a secondary lockfile (which is simply a link to the
  1654. first) if:
  1655.   a. The given device name is a symbolic link.  The secondary link is based
  1656.      on the device's real name.
  1657.   b. On SCO: The device name is not a symbolic link, but it contains uppercase
  1658.      letters.  The primary link is based on the lowercase name; the secondary
  1659.      link is based on the name that was given.
  1660.   c. On HP-UX: The device name starts with "cu".  The primary link is based on
  1661.      the name that was given; the secondary link is based on the corresponding
  1662.      "ttyd" device, e.g. "LCK..cua0p0" and "LCK..ttyd0p0".
  1663. NOTE: symlinks are not handled in HP-UX.
  1664. Honey DanBer (HDB) UUCP, which is becoming increasingly popular, has two
  1665. characteristics:
  1666.    a. Lockfiles are kept in /usr/spool/locks/ (usually).
  1667.    b. A lockfile contains the process id (pid) in ASCII, rather than as an int.
  1668. Non-HDB selections assume the lockfile contains the pid in int form (or,
  1669. more precisely, in PID_T form, where PID_T is either int or pid_t, depending
  1670. on your system's C library and header files).  (b), by the way, is subject
  1671. to interpretation: the numeric ASCII string may or may not be terminated by
  1672. a newline, it may or may not have leading spaces (or zeros), and the number
  1673. of leading spaces or zeros can differ, and the differences can be significant.
  1674. Even if you build the program with the right lockfile option, you can still
  1675. have problems when you try to open the device.  Here are the error messages
  1676. you can get from SET LINE, and what they mean:
  1677.    a. "Timed out, no carrier."  This one is not related to lockfiles.  It
  1678.       means that you have SET CARRIER ON xx, where xx is the number of seconds
  1679.       to wait for carrier, and carrier did not appear within xx seconds.
  1680.       Solution: SET CARRIER AUTO or OFF.
  1681.    b. "Sorry, access to lock denied."  Kermit has been configured to use
  1682.       lockfiles, but (a) the lockfile directory is write-protected against
  1683.       you, or (b) it does not exist.  The "access to lock denied" message will
  1684.       tell you the reason.  If the directory does not exist, check to make
  1685.       sure Kermit is using the right name.  Just because version "n" of your
  1686.       UNIX used a certain lockfile directory is no gurantee that version n.1
  1687.       does not use a different one.  Workaround: ask the system administrator
  1688.       to install a symbolic link from the old name to the new name.  Other
  1689.       solutions: (see below)
  1690.    c. "Sorry, access to tty device denied."  The tty device that you specified
  1691.       in your SET LINE command is read/write protected against you.
  1692.       Solution: (see below)
  1693.    d. "Sorry, device is in use."  The tty device you have specified is
  1694.       currently being used by another user.  A prefatory message gives you
  1695.       an "ls -l" listing of the lockfile, which should show the username of
  1696.       the person who created it, plus a message "pid = nnn" to show you the
  1697.       process id of the user's program.  Solutions: try another device,
  1698.       wait until the other user is finished, ask the other user to hurry up,
  1699.       or ask the system manager for help.
  1700.    e. "Sorry, can't open connection: <reason>".  The device cannot be opened
  1701.       for some other reason, which is listed.
  1702.    f. "sh: /usr/lib/uucp/acucntrl: not found".  This means your Kermit program
  1703.       was built with the -DACUCNTRL switch, but your computer system does not
  1704.       have the BSD 4.3 acucntrl program.  Solution: install the acucntrl
  1705.       program if you have it, or rebuild Kermit without the -DACUCNTRL switch.
  1706. There are two solutions for problems (b) and (c), both of which involve
  1707. intervention by your UNIX system administrator (superuser):
  1708.    a. Have the superuser change the permission of the lockfile directory and
  1709.       to the tty devices so that everyone on the system has read/write
  1710.       permission.
  1711.         su% chmod 777 /usr/spool/locks (or whatever the path is)
  1712.         su% chmod 666 /dev/ttyXX
  1713.       One risk here is that people can write lots of junk into the lockfile
  1714.       directory, delete other people's files in the lockfile directory, and
  1715.       intercept other people's data as it goes in and out of the tty device.
  1716.       The major danger here would be intercepting a privileged password.  Of
  1717.       course, any user could write a short, ordinary, unprivileged program to
  1718.       do exactly the same thing if the tty device was world read/writeable.
  1719.       The other risk as that telephone calls are not controlled -- anybody on
  1720.       your system can make them, without having to belong to any particular
  1721.       group, and this could run up your phone bill.
  1722.    b. Have the superuser change Kermit to run setuid and/or setgid to the
  1723.       owner and/or group of the lockfile directory and the tty devices if
  1724.       necessary), typically uucp (see next section), but NOT root.  Example:
  1725. su% chown uucp kermit          - or -  chgrp uucp kermit
  1726. su% chmod u+s kermit (setuid)  - or -  chmod g+s kermit (setgid)
  1727.       and then make sure the lockfile directory, and the tty devices, have
  1728.       owner (setuid) and/or group (setgid) write permission.  For example:
  1729.         su% chmod o+rwx /usr/spool/uucp
  1730.         su% chown uucp /dev/ttyXX ; chmod 600 /dev/ttyXX
  1731.       In some cases, the owner and group must be distinct; the key point is
  1732.       that read/write access is required to both the UUCP lockfile directory
  1733.       and the tty itself.
  1734. If you make C-Kermit setuid or setgid to root, it refuses to run:
  1735.   Fatal: C-Kermit setuid to root!
  1736. Example:
  1737.   crw-r-----   1 uucp     uucp       5,  67 Feb 11 06:23 /dev/cua3
  1738.   drwxrwxr-x   3 root     uucp         1024 Feb 11 06:22 /var/lock
  1739. requires suid uucp to get read/write access on /dev/cua3 and sgid to get
  1740. read/write access on /var/lock (since you can't set Kermit's uid or gid to
  1741. root).
  1742. For the lockfile mechanism to achieve its desired purpose -- prevention of
  1743. access to the same tty device by more than one process at a time -- ALL
  1744. programs on a given computer that open, read or write, and close tty devices
  1745. must use the SAME lockfile conventions.  Unfortunately, this is often not the
  1746. case.  Here is a typical example of how this can go wrong: In SunOS 4.0 and
  1747. earler, the lockfile directory was /usr/spool/uucp; in 4.1 it was changed to
  1748. /var/spool/locks in the quest for political correctness.  Consequently, any
  1749. third-party programs (such as C-Kermit) that were not modified to account for
  1750. this change, recompiled, and reinstalled, did not use the same lockfiles as
  1751. uucp, tip, etc, and so the entire purpose of the lockfile is defeated.
  1752. What if your UNIX system does not have UUCP installed?  For example, you have
  1753. a UNIX workstation, and you do not use uucp, cu, or tip, or UUCP was not even
  1754. supplied with your version of UNIX (QNX is an example).  In this case, you
  1755. have two choices:
  1756.    a. If there may be more than one person running Kermit at the same time,
  1757.       competing for the same tty device, then create a special lockfile
  1758.       directory just for Kermit, for example, /usr/spool/kermit, and make sure
  1759.       you have read/write access to it.  Then add the following to your
  1760.       makefile entry CFLAGS, as shown earlier:
  1761.            -DLOCK_DIR=\"/usr/spool/kermit\"
  1762.    b. If you are the only user on your workstation, and no other processes will
  1763.       ever be competing with Kermit for the dialout tty device, then add
  1764.       -DNOUUCP to your makefile entry's CFLAGS and rebuild Kermit.
  1765. 11. RUNNING UNIX C-KERMIT SETUID OR SETGID
  1766. Even if you don't intend to run C-Kermit setuid, somebody else might come
  1767. along and chown and chmod it after it has been built.  You should be sure that
  1768. it is built correctly to run setuid on your system.  For POSIX and AT&T UNIX
  1769. based versions, you don't have to do anything special.
  1770. For 4.2 and 4.3 BSD-based UNIX versions, you normally need not add anything
  1771. special to the makefile.  The program assumes that the setreuid() and
  1772. setregid() functions are available, without which we cannot switch back &
  1773. forth between real & effective uids.  If "make" complains that _setreuid or
  1774. _setregid is/are not defined, add -DNOSETREU to CFLAGS.  In this case it is
  1775. very likely (but not certain) that you cannot protect ttys and lockfiles
  1776. against people and have them run Kermit setuid.
  1777. If make does not complain about this, you should find out whether your BSD
  1778. version (4.3 or other systems like SunOS 4.x that claim to include BSD 4.3
  1779. compatibility) includes the saved-setuid feature (see long notes under edit
  1780. 146 in ckc178.upd).  If it does, then add -DSAVEDUID to CFLAGS.
  1781.   IMPORTANT NOTE: Most UNIX system documentation will not give you the
  1782.   required information.  To determine whether your UNIX system supplies the
  1783.   the saved-original-effective-user/group-id feature, use the ckuuid.c
  1784.   program.  Read and follow the instructions in the comments at the beginning.
  1785. C-Kermit for 4.4BSD-based systems automatically use sete[ug]id().  See
  1786. ckutio.c.
  1787. If you have a version of UNIX that is not BSD-based, but which supplies the
  1788. setreuid() and setregid() functions, and these are the only way to switch
  1789. between real and effective uid, add -DSETREUID to your makefile entry.
  1790.   WARNING: There are two calls to access() in ckufio.c, by which Kermit checks
  1791.   to see if it can create an output file.  These calls will not work correctly
  1792.   when (a) you have installed C-Kermit setuid or setgid on a BSD-based UNIX
  1793.   system, and (b) the saved-original-effective-uid/gid feature is not present,
  1794.   and (c) the access() function always checks what it believes to be the real
  1795.   ID rather than the effective ID.  This is the case, for example, in Olivetti
  1796.   X/OS and in NeXTSTEP.  In such cases, you can force correct operation of
  1797.   access() calls by defining the symbol SW_ACC_ID at compile time in CFLAGS.
  1798. If you have a version of UNIX that does not allow a process to switch back and
  1799. forth between its effective and real user and group ids multiple times, you
  1800. probably should not attempt to run Kermit setuid, because once having given up
  1801. its effective uid or gid (which it must do in order to transfer files, fork a
  1802. shell, etc) it can never get it back, and so it can not use the original
  1803. effective uid or gid to create or delete uucp lockfiles.  In this case, you'll
  1804. either have to set the permissions on your lockfile directory to make them
  1805. publicly read/writable, or dispense with locking altogether.
  1806. MORAL: Are you thoroughly sickened and/or frightened by all that you have just
  1807. read?  You should be.  What is the real answer?  Simple.  Serial devices --
  1808. such as ttys and magnetic tapes -- in UNIX should be opened with exclusive
  1809. access only, enforced by the UNIX kernel.  Shared access has no conceivable
  1810. purpose, legitimate or otherwise, except by privileged system programs such as
  1811. getty.  The original design dates from the late 1960s, when UNIX was developed
  1812. for laboratory use under a philosophy of trust by people within shouting
  1813. distance of each other -- but even then, no useful purpose was served by this
  1814. particular form of openness; it was probably more of a political statement.
  1815. Since the emergence of UNIX from the laboratory into the commercial market, we
  1816. have seen every vestige of openness -- but this one -- stripped away.  I'd
  1817. like to see some influential UNIX maker take the bold step of making the
  1818. simple kernel change required to enforce exclusive access of serial devices.
  1819. (Well, perhaps not so simple when bidirectionality must also be a goal -- but
  1820. then other OS's like VMS solved this problem 20 years ago.)
  1821. 12. CONFIGURING UNIX WORKSTATIONS
  1822. On desktop workstations that are used by only the user at the console
  1823. keyboard, C-Kermit is always used in local mode.  But as delivered, C-Kermit
  1824. runs in remote mode by default.  To put it in local mode at startup, you can
  1825. put a SET LINE command in your .kermrc.
  1826. You can also build C-Kermit to start up in local mode by default.  To do this,
  1827. include the following in the CFLAGS in your makefile entry:
  1828. -DDFTTY=\"/dev/ttyxx\"
  1829. where ttyxx is the name of the device you will be using for communications.
  1830. Presently there is no way of setting the default modem type at compile time,
  1831. so use this option only for direct lines.
  1832. C-Kermit does not work well on certain workstations if it is not run from
  1833. within a terminal window.  For example, you cannot start C-Kermit on a NeXT by
  1834. launching it directly from NeXTstep.  Similarly for Sun workstations in the
  1835. Open Windows environment.  Run Kermit in a terminal window.
  1836. 13. BIZARRE BEHAVIOR AT RUNTIME
  1837. See the beware file, ckubwr.txt, for hints about runtime misbehavior.
  1838. This section lists some runtime problems that can be cured by rebuilding
  1839. C-Kermit.
  1840. The program starts, but there is no prompt, and certain operations don't work
  1841. (you see error messages like "Kermit command error in background execution").
  1842. This is because Kermit thinks it is running in the background.  See conbgt()
  1843. in ckutio.c.  Try rebuilding Kermit with:
  1844.  -DPID_T=pid_t
  1845. added to your CFLAGS.  If that doesn't help, find out the actual data type
  1846. for pids (look in types.h or similar file) and use it in place of "pid_t",
  1847. for example:
  1848.  -DPID_T=short
  1849. Unexplainable and inappropriate error messages ("Sockets not supported on this
  1850. device", etc) have been traced in at least one case to a lack of agreement
  1851. between the system header files and the actual kernel.  This happened because
  1852. the GNU C compiler (gcc) was being used.  gcc wants to have ANSI-C-compliant
  1853. header files, and so part of the installation procedure for gcc is to run a
  1854. shell script called "fixincludes", which translates the system's header files
  1855. into a separate set of headers that gcc likes.  So far so good.  Later, a new
  1856. version of the operating system is installed and nobody remembers to run
  1857. fixincludes again.  From that point, any program compiled with gcc that makes
  1858. use of header files (particularly ioctl.h) is very likely to misbehave.
  1859. Solution: run fixincludes again, or use your system's regular C compiler,
  1860. libraries, and header files instead of gcc.
  1861. 14. CRASHES AND CORE DUMPS
  1862. If C-Kermit constitently dumps core at the beginning of a file transfer,
  1863. look in SHOW FEATURES for CKREALPATH.  If found, rebuild with -DNOREALPATH
  1864. and see if that fixes the problem (some UNIXes have realpath() but it doesn't
  1865. work).
  1866. Total failure of the Kermit program can occur because of bad memory
  1867. references, bad system calls, or problems with dynamic memory allocation.
  1868. First, try to reproduce the problem with debugging turned on: run Kermit with
  1869. the -d command-line option (for example, "wermit -d") and then examine the
  1870. resulting debug.log file.  The last entry should be in the vicinity of the
  1871. crash.  In VMS, a crash automatically produces a "stack dump" which shows the
  1872. routine where the crash occurs.  In some versions of UNIX, you can get a stack
  1873. dump with "adb" -- just type "adb wermit core" and then give the command "$c",
  1874. then Ctrl-D to quit (note: replace "wermit" by "kermit" or by the full
  1875. pathname of the executable that crashed if it is not in the current
  1876. directory).  Or use gdb to get a backtrace, etc.
  1877. In edit 186, one implementation, UNISYS 5000/95 built with "make sys5r3", has
  1878. been reported to run out of memory very quickly (e.g. while executing a short
  1879. initialization file that contains a SET DIAL DIRECTORY command).  Debug logs
  1880. show that malloc calls are failing, reason unknown.  For this and any other
  1881. implementation that gives error messages about "malloc failure" or "memory
  1882. allocation failure", rebuild the program *without* the -DDYNAMIC CFLAGS
  1883. definition, for example:
  1884.   make sys5r3 KFLAGS=-UDYNAMIC
  1885. As of edit 169, C-Kermit includes a malloc() debugging package which you may
  1886. link with the Kermit program to catch runtime malloc errors.  See the makefile
  1887. entries for sunos41md and nextmd for examples of how to select malloc
  1888. debugging.  Once you have linked Kermit with the malloc debugger, it will halt
  1889. with an informative message if a malloc-related error occurs and, if possible,
  1890. dump core.  For this reason, malloc-debugging versions of Kermit should be
  1891. built without the "-s" link option (which removes symbols, preventing analysis
  1892. of the core dump).  You have several ways to track down the malloc error:
  1893. Analyze the core dump with adb.  Or reproduce the problem with "log debug" and
  1894. then look at the code around the last debug.log entry.  If you have gcc, build
  1895. the program with "-g" added to CFLAGS and then debug it with gdb, e.g.
  1896.   gdb wermit
  1897.   break main
  1898.   run
  1899.   .. set other breakpoints or watchpoints
  1900.   continue
  1901. Watchpoints are especially useful for finding memory leaks, but they make
  1902. the program run about a thousand times slower than usual, so don't set them
  1903. until the last possible moment.  When a watchpoint is hit, you can use the
  1904. "where" command to find out which C-Kermit source statement triggered it.
  1905. If you have the Pure Software Inc "Purify" product, see the sunos41cp makefile
  1906. entry for an example of how to use it to debug C-Kermit.
  1907. 15. SYSLOGGING
  1908. "Syslogging" means recording selected in the system log via the UNIX syslog()
  1909. facility, which is available in most UNIX versions.  Syslogging is not done
  1910. unless C-Kermit is started with:
  1911.   --syslog:n
  1912. on the command-line, where n is a number greater than 0 to indicate the level
  1913. of syslogging.  See iksd.txt Section 4.2 for details.
  1914. Obviously you can't depend on users to include --syslog:3 (or whatever) on the
  1915. command line every time they start C-Kermit, so if you want certain kinds of
  1916. records to be recorded in the system log, you can build C-Kermit with forced
  1917. syslogging at the desired level, e.g.:
  1918.   make linux KFLAGS=-DSYSLOGLEVEL=2
  1919. Levels 2 and 3 are the most likely candidates for this treatment.  Level 2
  1920. forces logging of all successful dialout calls (e.g. for checking against or
  1921. phone bills), and level 3 records all connections (SET LINE or SET HOST /
  1922. TELNET / RLOGIN, etc) so you can see who is connecting out from your system,
  1923. and to where.
  1924. Level 2 and 3 records are equivalent to those in the connection log; see
  1925. ckermit2.txt for a detailed description of the connection log.
  1926. 16. SECURITY OPTIONS
  1927. C-Kermit 6.1 and later may be built with Kerberos(TM) and/or SRP(TM) (Secure
  1928. Remote Password) capabilities.  These require external libraries that are
  1929. restricted from export by USA law.  See the security.txt file for details.
  1930. Sample makefile entries are provided for Linux:
  1931.   linux:               Regular Linux C-Kermit
  1932.   linux+krb5:          Linux C-Kermit with Kerberos V support
  1933.   linux+krb5+krb4:     Linux C-Kermit with Kerberos IV and V support
  1934.   linux+srp:           Linux C-Kermit with SRP
  1935.   linux+srp+no-des:    Linux C-Kermit with SRP but no DES
  1936.   linux+srp-export:    Linux C-Kermit with SRP, exportable
  1937.   linux+srp+pam:       Linux C-Kermit with SRP with PAM authentication
  1938.   linux+krb5+krb4+srp: Linux C-Kermit with Kerberos IV and V support + SRP
  1939. and so on.  Similarly for other platforms like Solaris, AIX, etc.  Others
  1940. can be added modeled on the ones in the makefile.
  1941. (End of ckuins.txt)