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

通讯/手机编程

开发平台:

Windows_Unix

  1. /*
  2.   ckcsym.h is used for for defining symbols that normally would be defined
  3.   using -D or -d on the cc command line, for use with compilers that don't
  4.   support this feature.  Must be before any tests for preprocessor symbols.
  5. */
  6. #include "ckcsym.h"
  7. /*
  8.   Consolidated program version information (for UNIX also see ckuver.h).
  9.   See makever() below for how they are used.
  10. */
  11. #ifdef COMMENT
  12. #ifndef OS2                             /* Remove this for release */
  13. #ifndef BETATEST
  14. #define BETATEST
  15. #endif /* BETATEST */
  16. #endif /* OS2 */
  17. #endif /* COMMENT */
  18. #ifdef BETATEST
  19. #ifdef OS2
  20. #ifdef __DATE__
  21. #define BETADATE
  22. #endif /* __DATE__ */
  23. #endif /* OS2 */
  24. #endif /* BETATEST */
  25. #ifndef MAC
  26. /*
  27.   Note: initialize ck_s_test to "" if this is not a test version.
  28.   (*ck_s_test != '') can be used to decide whether to print
  29.   test-related messages.
  30. */
  31. #ifdef BETATEST
  32. char *ck_s_test = "Beta";               /* "Alpha", "Beta", or "" */
  33. char *ck_s_tver = "11+"; /* Test version number or "" */
  34. #else
  35. char *ck_s_test = "";                   /* Not a test */
  36. char *ck_s_tver = "";
  37. #endif /* BETATEST */
  38. #else /* MAC */
  39. char *ck_s_test = "Pre-Alpha";          /* Mac Kermit is always a test... */
  40. char *ck_s_tver = "";
  41. #endif /* MAC */
  42. #ifdef BETADATE                         /* Date of this version or edit */
  43. char *ck_s_date = __DATE__;             /* Compilation date */
  44. #else
  45. char *ck_s_date = "8 Feb 2000"; /* Hand-crafted date */
  46. #endif /* BETADATE */
  47. #ifdef UNIX
  48. static char sccsid[] = "@(#)C-Kermit 7.0.197";
  49. #endif /* UNIX */
  50. char *ck_s_ver = "7.0.197";             /* C-Kermit version string */
  51. long  ck_l_ver = 700197L;               /* C-Kermit version number */
  52. #ifdef OS2
  53. char *ck_s_xver = "1.1.19";             /* Product-specific version string */
  54. long  ck_l_xver = 1119L;                /* Product-specific version number */
  55. #else
  56. #ifdef MAC
  57. char *ck_s_xver = "0.995";              /* Product-specific version string */
  58. long  ck_l_xver = 995L;                 /* Product-specific version number */
  59. #else
  60. char *ck_s_xver = "";                   /* Don't touch these... */
  61. long  ck_l_xver = 0L;                   /* they are filled in at runtime */
  62. #endif /* MAC */
  63. #endif /* OS2 */
  64. #ifdef OS2
  65. char *ck_s_name = "Kermit 95";          /* Program name */
  66. #else
  67. #ifdef MAC
  68. char *ck_s_name = "Mac Kermit";
  69. #else
  70. char *ck_s_name = "C-Kermit";
  71. #endif /* MAC */
  72. #endif /* OS2 */
  73. char *ck_s_who = "";                    /* Where customized, "" = not. */
  74. char *ck_patch = "";                    /* Patch info, if any. */
  75. #define CKVERLEN 128
  76. char versiox[CKVERLEN];                 /* Version string buffer  */
  77. char *versio = versiox;                 /* These are filled in at */
  78. long vernum, xvernum;                   /* runtime from above.    */
  79. #define CKCMAI
  80. #include "ckcasc.h"                     /* ASCII character symbols */
  81. #include "ckcdeb.h"                     /* Debug & other symbols */
  82. char * myname = NULL;                   /* The name I am called by */
  83. /*  C K C M A I  --  C-Kermit Main program  */
  84. /*
  85.   Author: Frank da Cruz (fdc@columbia.edu),
  86.   Columbia University Academic Information Systems, New York City.
  87. COPYRIGHT NOTICE:
  88. */
  89. char *copyright[] = {
  90. #ifdef pdp11
  91. "Copyright (C) 1985, 2000, Trustees of Columbia University, NYC.",
  92. "All rights reserved.",
  93. " ",
  94. #else
  95. #ifdef OS2
  96. "Copyright (C) 1985, 2000, Trustees of Columbia University in the City of New",
  97. "York.  All rights reserved.  This software is furnished under license",
  98. "and may not be reproduced without license to do so.  This copyright notice",
  99. "must not be removed, altered, or obscured.",
  100. " ",
  101. "  THIS SOFTWARE IS PROVIDED AS IS, WITHOUT REPRESENTATION FROM THE",
  102. "  TRUSTEES OF COLUMBIA UNIVERSITY IN THE CITY OF NEW YORK AS TO ITS",
  103. "  FITNESS FOR ANY PURPOSE, AND WITHOUT WARRANTY BY THE TRUSTEES OF",
  104. "  COLUMBIA UNIVERSITY IN THE CITY OF NEW YORK OF ANY KIND, EITHER",
  105. "  EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED",
  106. "  WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.",
  107. "  THE TRUSTEES OF COLUMBIA UNIVERSITY IN THE CITY OF NEW YORK SHALL NOT",
  108. "  BE LIABLE FOR ANY DAMAGES, INCLUDING SPECIAL, INDIRECT, INCIDENTAL,",
  109. "  OR CONSEQUENTIAL DAMAGES, WITH RESPECT TO ANY CLAIM ARISING OUT OR IN",
  110. "  CONNECTION WITH THE USE OF THE SOFTWARE, EVEN IF IT HAS BEEN OR IS",
  111. "  HEREAFTER ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.  YOU SHALL",
  112. "  INDEMNIFY AND HOLD HARMLESS THE TRUSTEES OF COLUMBIA UNIVERSITY IN",
  113. "  THE CITY OF NEW YORK, ITS EMPLOYEES AND AGENTS FROM AND AGAINST ANY",
  114. "  AND ALL CLAIMS, DEMANDS, LOSS, DAMAGE OR EXPENSE (INCLUDING",
  115. "  ATTORNEYS' FEES) ARISING OUT OF YOUR USE OF THIS SOFTWARE.",
  116. " ",
  117. #else
  118. "Copyright (C) 1985, 2000,",
  119. "  The Trustees of Columbia University in the City of New York.",
  120. "  All rights reserved.",
  121. " ",
  122. "PERMISSIONS:",
  123. " ",
  124. "The C-Kermit software may be obtained directly from the Kermit Project at",
  125. "Columbia University (or from any source explicitly licensed by the Kermit",
  126. "Project or implicitly licensed by Clause (A) below) by any individual for",
  127. "his or her OWN USE, and by any company or other organization for its own",
  128. "INTERNAL DISTRIBUTION and use, including installation on servers that are",
  129. "accessed by customers or clients, WITHOUT EXPLICIT LICENSE.",
  130. " ",
  131. "Conditions for REDISTRIBUTION are as follows:",
  132. " ",
  133. "(A) The C-Kermit software, in source and/or binary form, may be",
  134. "    included WITHOUT EXPLICIT LICENSE in distributions of OPERATING",
  135. "    SYSTEMS that have OSI (Open Source Initiative, www.opensource.org)",
  136. "    approved licenses, even if non-Open-Source applications (but not",
  137. "    operating systems) are included in the same distribution.  Such",
  138. "    distributions include, but are not limited to, CD-ROM, FTP site,",
  139. "    Web site, or preinstalled software on a new GENERAL-PURPOSE",
  140. "    computer, as long as the primary character of the distribution is",
  141. "    an Open Source operating system with accompanying utilities.  The",
  142. "    C-Kermit source code may not be changed without the consent of the",
  143. "    Kermit Project, which will not be unreasonably withheld (this is",
  144. "    simply a matter of keeping a consistent and supportable code base).",
  145. " ",
  146. "(B) Inclusion of C-Kermit software in whole or in part, in any form, in",
  147. "    or with any product not covered by Clause (A), or its distribution",
  148. "    by any commercial enterprise to its actual or potential customers",
  149. "    or clients except as in Clause (A), requires a license from the",
  150. "    Kermit Project, Columbia University; contact kermit@columbia.edu.",
  151. " ",
  152. "The name of Columbia University may not be used to endorse or promote",
  153. "products derived from or including the C-Kermit software without specific",
  154. "prior written permission.",
  155. " ",
  156. "DISCLAIMER:",
  157. " ",
  158. "  THIS SOFTWARE IS PROVIDED AS IS, WITHOUT REPRESENTATION FROM THE",
  159. "  TRUSTEES OF COLUMBIA UNIVERSITY IN THE CITY OF NEW YORK AS TO ITS",
  160. "  FITNESS FOR ANY PURPOSE, AND WITHOUT WARRANTY BY THE TRUSTEES OF",
  161. "  COLUMBIA UNIVERSITY IN THE CITY OF NEW YORK OF ANY KIND, EITHER",
  162. "  EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED",
  163. "  WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.",
  164. "  THE TRUSTEES OF COLUMBIA UNIVERSITY IN THE CITY OF NEW YORK SHALL NOT",
  165. "  BE LIABLE FOR ANY DAMAGES, INCLUDING SPECIAL, INDIRECT, INCIDENTAL,",
  166. "  OR CONSEQUENTIAL DAMAGES, WITH RESPECT TO ANY CLAIM ARISING OUT OF OR",
  167. "  IN CONNECTION WITH THE USE OF THE SOFTWARE, EVEN IF IT HAS BEEN OR IS",
  168. "  HEREAFTER ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.  YOU SHALL",
  169. "  INDEMNIFY AND HOLD HARMLESS THE TRUSTEES OF COLUMBIA UNIVERSITY IN",
  170. "  THE CITY OF NEW YORK, ITS EMPLOYEES AND AGENTS FROM AND AGAINST ANY",
  171. "  AND ALL CLAIMS, DEMANDS, LOSS, DAMAGE OR EXPENSE (INCLUDING",
  172. "  ATTORNEYS' FEES) ARISING OUT OF YOUR USE OF THIS SOFTWARE.",
  173. " ",
  174. "The above copyright notice, permissions notice, and disclaimer may not be",
  175. "removed, altered, or obscured and shall be included in all copies of the",
  176. "C-Kermit software.  The Trustees of Columbia University in the City of",
  177. "New York reserve the right to revoke this permission if any of the terms",
  178. "of use set forth above are breached.",
  179. #endif /* OS2 */
  180. #endif /* pdp11 */
  181. #ifdef OS2
  182. "Portions Copyright (C) 1995, Oy Online Solutions Ltd., Jyvaskyla, Finland.",
  183. #endif /* OS2 */
  184. #ifdef CK_AUTHENTICATION
  185. "Portions Copyright (C) 1990, Massachusetts Institute of Technology.",
  186. #ifdef CK_ENCRYPTION
  187. "Portions Copyright (C) 1991, 1993 Regents of the University of California.",
  188. "Portions Copyright (C) 1991, 1992, 1993, 1994, 1995 by AT&T.",
  189. "Portions Copyright (C) 1995, 1997, Eric Young <eay@cryptosoft.com>.",
  190. #endif /* CK_ENCRYPTION */
  191. #ifdef CK_SRP
  192. "Portions Copyright (C) 1997, Stanford University.",
  193. #endif /* CK_SRP */
  194. #endif /* CK_AUTHENTICATION */
  195. #ifndef pdp11
  196. " ",
  197. "For further information, contact the Kermit Project, Columbia University,",
  198. "612 West 115th Street, New York NY 10025-7799, USA; phone +1 (212) 854 3703,",
  199. "fax +1 (212) 663 8202 or +1 (212) 662 6442, email kermit@columbia.edu,",
  200. "Web http://www.columbia.edu/kermit/ or http://www.kermit-project.org/.",
  201. #endif /* pdp11 */
  202. ""};
  203. /*
  204. DOCUMENTATION:
  205.  "Using C-Kermit" by Frank da Cruz and Christine M. Gianone,
  206.   Digital Press / Butterworth-Heinemann, Woburn MA, USA.
  207.   Second edition (1997), ISBN 1-55558-164-1.
  208.   Order from Digital Press:    +1 (800) 366-2665
  209.   Or from Columbia University: +1 (212) 854-3703
  210. For Kermit 95, also:
  211.   "Kermit 95" by Christine M. Gianone and Frank da Cruz,
  212.   Manning Publications, Greenwich CT, USA (1998) - Online.
  213. ACKNOWLEDGMENTS:
  214.   The Kermit file transfer protocol was developed at the Columbia University
  215.   Center for Computing Activities (CUCCA), which was since renamed to Columbia
  216.   University Academic Information Systems (AcIS).  Kermit is named after
  217.   Kermit the Frog, star of the television series THE MUPPET SHOW; the name is
  218.   used by permission of Henson Associates, Inc.
  219.   Thanks to at least the following people for their contributions to this
  220.   program over the years, and apologies to anyone who was inadvertantly
  221.   omitted:
  222.    Chris Adie, Edinburgh U, Scotland (OS/2)
  223.    Robert Adsett, University of Waterloo, Canada
  224.    Larry Afrin, Clemson U
  225.    Jeffrey Altman, Columbia University
  226.    Greg Andrews, Telebit Corp
  227.    Barry Archer, U of Missouri
  228.    Robert Andersson, International Systems A/S, Oslo, Norway
  229.    Chris Armstrong, Brookhaven National Lab (OS/2)
  230.    William Bader, Software Consulting Services, Nazareth, PA
  231.    Fuat Baran, Columbia U
  232.    Stan Barber, Rice U
  233.    Jim Barbour, U of Colorado
  234.    Donn Baumgartner, Dell
  235.    Nelson Beebe, U of Utah
  236.    Gerry Belanger, Cognitronics
  237.    Karl Berry, UMB
  238.    Mark Berryman, SAIC
  239.    Dean W Bettinger, SUNY
  240.    Gary Bilkus
  241.    Peter Binderup, Denmark
  242.    David Bolen, Advanced Networks and Services, Inc.
  243.    Marc Boucher, U of Montreal
  244.    Charles Brooks, EDN
  245.    Bob Brown
  246.    Mike Brown, Purdue U
  247.    Jack Bryans, California State U at Long Beach
  248.    Mark Buda, DEC (VMS)
  249.    Fernando Cabral, Padrao iX, Brasilia
  250.    Bjorn Carlsson, Stockholm University Computer Centre QZ, Sweden
  251.    Bill Catchings, (formerly of) Columbia U
  252.    Bob Cattani, Columbia U CS Dept
  253.    Davide Cervone, Rochester U
  254.    Seth Chaiklin, Denmark
  255.    John Chandler, Harvard U / Smithsonian Astronomical Observatory
  256.    Bernard Chen, UCLA
  257.    Andrew A Chernov, RELCOM Team, Moscow
  258.    John L Chmielewski, AT&T, Lisle, IL
  259.    Howard Chu, U of Michigan
  260.    Bill Coalson, McDonnell Douglas
  261.    Bertie Coopersmith, London
  262.    Chet Creider, U of Western Ontario
  263.    Alan Crosswell, Columbia U
  264.    Jeff Damens, (formerly of) Columbia U
  265.    Mark Davies, Bath U, UK
  266.    Sin-itirou Dezawa, Fujifilm, Japan
  267.    Joe R. Doupnik, Utah State U
  268.    Frank Dreano, Honeywell
  269.    John Dunlap, U of Washington
  270.    Alex Dupuy, SMART.COM
  271.    David Dyck, John Fluke Mfg Co.
  272.    Stefaan A. Eeckels, Eurokom, Luxembourg
  273.    Paul Eggert, Twin Sun, Inc., El Segundo, CA
  274.    Bernie Eiben, DEC
  275.    Peter Eichhorn, Assyst International
  276.    Kristoffer Eriksson, Peridot Konsult AB, Oerebro, Sweden
  277.    John R. Evans, IRS, Kansas City
  278.    Glenn Everhart, RCA Labs
  279.    Charlie Finan, Cray Research
  280.    Herm Fischer, Encino, CA (extensive contributions to version 4.0)
  281.    Carl Fongheiser, CWRU
  282.    Mike Freeman, Bonneville Power Authority
  283.    Marcello Frutig, Catholic University, Sao Paulo, Brazil (X.25 support)
  284.    Hirofumi Fujii, Japan Nat'l Lab for High Energy Physics, Tokyo (Kanji)
  285.    Chuck Fuller, Westinghouse Corporate Computer Services
  286.    Andy Fyfe, Caltech
  287.    Christine M. Gianone, Columbia U
  288.    John Gilmore, UC Berkeley
  289.    Madhusudan Giyyarpuram, HP
  290.    Rainer Glaschick, Siemens AG, Paderborn
  291.    William H. Glass
  292.    German Goldszmidt, IBM
  293.    Chuck Goodhart, NASA
  294.    Alistair Gorman, New Zealand
  295.    Richard Gration, ADFA, Australia
  296.    Chris Green, Essex U, UK
  297.    Alan Grieg, Dundee Tech, Scotland
  298.    Yekta Gursel, MIT
  299.    Jim Guyton, Rand Corp
  300.    Michael Haertel
  301.    Bob Hain, UMN
  302.    Marion Hakanson, ORST
  303.    Richard Hamilton
  304.    John Hamilston, Iowa State U
  305.    Simon Hania, Netherlands
  306.    Stan Hanks, Rice U.
  307.    Ken Harrenstein, SRI
  308.    Eugenia Harris, Data General (AOS/VS)
  309.    David Harrison, Kingston Warren Corp
  310.    Lucas Hart, Oregon State University
  311.    James Harvey, Indiana/Purdue U (VMS)
  312.    Rob Healey
  313.    Chuck Hedrick, Rutgers U
  314.    Ron Heiby, Technical Systems Division, Motorola Computer Group
  315.    Steve Hemminger, Tektronix
  316.    Christian Hemsing, RWTH Aachen, Germany (OS-9)
  317.    Randolph Herber, US DOE,
  318.    Andrew Herbert, Monash Univ, Australia
  319.    Mike Hickey, ITI
  320.    Dan Hildebrand, QNX Software Systems Inc, Kanata, ON (QNX)
  321.    R E Hill
  322.    Stephan Hoffman-Emden
  323.    Bill Homer, Cray Research
  324.    Ray Hunter, The Wollongong Group
  325.    Randy Huntziger, National Library of Medicine
  326.    Larry Jacobs, Transarc
  327.    Steve Jenkins, Lancaster University, UK
  328.    Dave Johnson, Gradient Technologies
  329.    Mark B Johnson, Apple Computer
  330.    Jyke Jokinen, Tampere University of Technology, Finland (QNX)
  331.    Eric F Jones, AT&T
  332.    Luke Jones, AT&T
  333.    Peter Jones, U of Quebec Montreal
  334.    Phil Julian, SAS Institute
  335.    Peter Kabal, U of Quebec
  336.    Mic Kaczmarczik, U of Texas at Austin
  337.    Sergey Kartashoff, Inst. of Precise Mechanics & Computer Equipment, Moscow
  338.    Howie Kaye, Columbia U
  339.    Rob Kedoin, Linotype Co, Hauppauge, NY (OS/2)
  340.    Phil Keegstra
  341.    Mark Kennedy, IBM
  342.    Terry Kennedy, St Peter's College, Jersey City, NJ (VMS and more)
  343.    "Carlo Kid", Technical University of Delft, Netherlands
  344.    Tim Kientzle
  345.    Paul Kimoto, Cornell U
  346.    Douglas Kingston, morgan.com
  347.    Lawrence Kirby, Wiltshire, UK
  348.    Tom Kloos, Sequent Computer Systems
  349.    Jim Knutson, U of Texas at Austin
  350.    John T. Kohl (BSDI)
  351.    Scott Kramer, SRI International, Menlo Park, CA
  352.    John Kraynack, US Postal Service
  353.    David Kricker, Encore Computer
  354.    Thomas Krueger, UWM
  355.    Bo Kullmar, ABC Klubben, Stockholm, and Central Bank of Sweden, Kista
  356.    R. Brad Kummer, AT&T Bell Labs, Atlanta, GA
  357.    John Kunze, UC Berkeley
  358.    David Lane, BSSI / BellSouth (Stratus VOS, X.25)
  359.    Bob Larson, USC (OS-9)
  360.    Bert Laverman, Groningen U, Netherlands
  361.    Steve Layton
  362.    David Lawyer, UC Irvine
  363.    David LeVine, National Semiconductor Corporation
  364.    Daniel S. Lewart, UIUC
  365.    S.O. Lidie, Lehigh U
  366.    Tor Lillqvist, Helsinki U, Finland
  367.    David-Michael Lincke, U of St Gallen, Switzerland
  368.    Robert Lipe (for SCO makefile entries & advice)
  369.    Dean Long
  370.    Mike Long, Analog Devices, Norwood MA
  371.    Kevin Lowey, U of Saskatchewan (OS/2)
  372.    Andy Lowry, Columbia U
  373.    James Lummel, Caprica Telecomputing Resources (QNX)
  374.    David MacKenzie, Environmental Defense Fund, U of Maryland
  375.    John Mackin, University of Sidney, Australia
  376.    Martin Maclaren, Bath U, UK
  377.    Chris Maio, Columbia U CS Dept
  378.    Montserrat Mane, HP, Grenoble, France
  379.    Fulvio Marino, Olivetti, Ivrea, Italy
  380.    Arthur Marsh, dircsa.org.au
  381.    Peter Mauzey, Lucent Technologies
  382.    Tye McQueen, Utah State U
  383.    Ted Medin
  384.    Hellmuth Michaelis, Hanseatischer Computerservice GmbH, Hamburg, Germany
  385.    Leslie Mikesell, American Farm Bureau
  386.    Todd Miller, Courtesan Consulting
  387.    Martin Minow, DEC (VMS)
  388.    Pawan Misra, Bellcore
  389.    Ken Mizialko, IBM, Manassas, VA
  390.    Wolfgang Moeller, DECUS Germany
  391.    Ray Moody, Purdue U
  392.    Bruce J Moore, Allen-Bradley Co, Highland Heights, OH (Atari ST)
  393.    Steve Morley, Convex
  394.    Peter Mossel, Columbia U
  395.    Tony Movshon, NYU
  396.    Lou Muccioli, Swanson Analysis Systems
  397.    Dan Murphy
  398.    Neal P. Murphy, Harsof Systems, Wonder Lake IL
  399.    Gary Mussar
  400.    John Nall, FSU
  401.    Jack Nelson, U of Pittsburgh
  402.    Jim Noble, Planning Research Corporation (Macintosh)
  403.    Ian O'Brien, Bath U, UK
  404.    Melissa O'Neill, SFU
  405.    John Owens
  406.    Michael Pins, Iowa Computer Aided Engineering Network
  407.    Andre' Pirard, University of Liege, Belgium
  408.    Paul Placeway, Ohio State U
  409.    Piet W. Plomp, ICCE, Groningen University, Netherlands
  410.    Ken Poulton, HP Labs
  411.    Manfred Prange, Oakland U
  412.    Christopher Pratt, APV Baker, UK
  413.    Frank Prindle, NADC
  414.    Tony Querubin, U of Hawaii
  415.    Jean-Pierre Radley
  416.    Anton Rang
  417.    Scott Ribe
  418.    Alan Robiette, Oxford University, UK
  419.    Michel Robitaille, U of Montreal (Mac)
  420.    Huw Rogers, Schweizerische Kreditanstalt, Zuerich
  421.    Nigel Roles, Cambridge, England
  422.    Kai Uwe Rommel, Technische Universitaet Muenchen (OS/2)
  423.    Larry Rosenman (Amiga)
  424.    Jay Rouman, U of Michigan
  425.    Jack Rouse, SAS Institute (Data General and/or Apollo)
  426.    Stew Rubenstein, Harvard U (VMS)
  427.    Gerhard Rueckle, FH Darmstadt, Fb. E/Automatisierungstechnik
  428.    John Santos, EG&H
  429.    Bill Schilit, Columbia U
  430.    Ulli Schlueter, RWTH Aachen, Germany (OS-9, etc)
  431.    Michael Schmidt, U of Paderborn, Germany
  432.    Eric Schnoebelen, Convex
  433.    Benn Schreiber, DEC
  434.    Dan Schullman, DEC (modems, DIAL command, etc)
  435.    John Schultz, 3M
  436.    Steven Schultz, Contel (PDP-11)
  437.    APPP Scorer, Leeds Polytechnic, UK
  438.    Gordon Scott, Micro Focus, Newbury UK
  439.    Gisbert W. Selke, WIdO, Bonn, Germany
  440.    David Singer, IBM Almaden Research Labs
  441.    David Sizeland, U of London Medical School
  442.    Fridrik Skulason, Iceland
  443.    Rick Sladkey (Linux)
  444.    Dave Slate
  445.    Bradley Smith, UCLA
  446.    Fred Smith, Merk / Computrition
  447.    Richard S Smith, Cal State
  448.    Ryan Stanisfer, UNT
  449.    Bertil Stenstroem, Stockholm University Computer Centre (QZ), Sweden
  450.    James Sturdevant, CAP GEMENI AMERICA, Minneapolis
  451.    Peter Svanberg, Royal Techn. HS, Sweden
  452.    James R. Swenson, Accu-Weather, Inc.
  453.    Ted T'so, MIT (Linux)
  454.    Andy Tanenbaum, Vrije U, Amsterdam, Netherlands
  455.    Glen Thobe
  456.    Markku Toijala, Helsinki U of Technology
  457.    Teemu Torma, Helsinki U of Technology
  458.    Linus Torvalds, Helsinki
  459.    Rick Troxel, NIH
  460.    Warren Tucker, Tridom Corp, Mountain Park, GA
  461.    Dave Tweten, AMES-NAS
  462.    G Uddeborg, Sweden
  463.    Walter Underwood, Ford Aerospace
  464.    Pieter Van Der Linden, Centre Mondial, Paris
  465.    Ge van Geldorp, Netherlands
  466.    Fred van Kempen, MINIX User Group, Voorhout, Netherlands
  467.    Wayne Van Pelt, GE/CRD
  468.    Mark Vasoll, Oklahoma State U (V7 UNIX)
  469.    Konstantin Vinogradov, ICSTI, Moscow
  470.    Paul Vixie, DEC
  471.    Bernie Volz, Process Software
  472.    Eduard Vopicka, Prague University of Economics, Czech Republic
  473.    Dimitri Vulis, CUNY
  474.    Roger Wallace, Raytheon
  475.    Stephen Walton, Calif State U, Northridge (Amiga)
  476.    Jamie Watson, Adasoft, Switzerland (AIX)
  477.    Rick Watson, U of Texas (Macintosh)
  478.    Robert Weiner, Programming Plus, New York City
  479.    Lauren Weinstein, Vortex Technlogy
  480.    David Wexelblat, AT&T
  481.    Clark Wierda, Illuminati Online
  482.    Joachim Wiesel, U of Karlsruhe
  483.    Lon Willett, U of Utah
  484.    Michael Williams, UCLA
  485.    Nate Williams, U of Montana
  486.    David Wilson
  487.    Joellen Windsor, U of Arizona
  488.    Patrick Wolfe, Kuck & Associates, Inc.
  489.    Gregg Wonderly, Oklahoma State U (V7 UNIX)
  490.    Farrell Woods, Concurrent (formerly Masscomp)
  491.    Dave Woolley, CAP Communication Systems, London
  492.    Jack Woolley, SCT Corp
  493.    Frank Wortner
  494.    Ken Yap, formerly of U of Rochester
  495.    John Zeeff, Ann Arbor, MI
  496. */
  497. #include "ckcker.h"                     /* Kermit symbols */
  498. #include "ckcnet.h"                     /* Network symbols */
  499. #ifdef CK_SSL
  500. #include "ck_ssl.h"
  501. #endif /* CK_SSL */
  502. #ifndef NOSPL
  503. #include "ckuusr.h"
  504. #endif /* NOSPL */
  505. #ifdef OS2ONLY
  506. #define INCL_VIO                        /* Needed for ckocon.h */
  507. #include <os2.h>
  508. #undef COMMENT
  509. #endif /* OS2ONLY */
  510. #ifdef NT
  511. #include <windows.h>
  512. #include <tapi.h>
  513. #include "ckntap.h"
  514. #endif /* NT */
  515. #ifndef NOSERVER
  516. /* Text message definitions.. each should be 256 chars long, or less. */
  517. #ifdef MINIX
  518. char *srvtxt = "rn
  519. Entering server mode.rn";
  520. #else
  521. #ifdef OLDMSG
  522. /*
  523.   It seems there was a large installation that was using C-Kermit 5A(165)
  524.   or thereabouts, which had deployed thousands of MS-DOS Kermit scripts in
  525.   scattered locations that looked for strings in the old server message,
  526.   which changed in 5A(183), August 1992.
  527. */
  528. char *srvtxt = "rn
  529. C-Kermit server starting.  Return to your local machine by typingrn
  530. its escape sequence for closing the connection, and issue furtherrn
  531. commands from there.  To shut down the C-Kermit server, issue thern
  532. FINISH or BYE command and then reconnect.n
  533. rn";
  534. #else
  535. #ifdef OSK
  536. char *srvtxt = "r12
  537. Entering server mode.  If your local Kermit software is menu driven, user12
  538. the menus to send commands to the server.  Otherwise, enter the escaper12
  539. sequence to return to your local Kermit prompt and issue commands fromr12
  540. there. Use SEND and GET for file transfer. Use REMOTE HELP for a list ofr12
  541. other available services.  Use BYE or FINISH to end server mode.r12";
  542. #else /* UNIX, VMS, AOS/VS, and all others */
  543. char *srvtxt = "rn
  544. Entering server mode.  If your local Kermit software is menu driven, usern
  545. the menus to send commands to the server.  Otherwise, enter the escapern
  546. sequence to return to your local Kermit prompt and issue commands fromrn
  547. there.  Use SEND and GET for file transfer.  Use REMOTE HELP for a list ofrn
  548. other available services.  Use BYE or FINISH to end server mode.rn";
  549. #endif /* OSK */
  550. #endif /* OLDMSG */
  551. #endif /* MINIX */
  552. #else  /* server mode disabled */
  553. char *srvtxt = "";
  554. #endif /* NOSERVER */
  555. int initflg = 0;                        /* sysinit() has executed... */
  556. int howcalled = I_AM_KERMIT;            /* How I was called */
  557. int hmtopline = 0;
  558. #ifdef IKSDCONF
  559. char * iksdconf = IKSDCONF;             /* IKSD configuration file */
  560. int    iksdcf   = 0;                    /* Has IKSD c.f. been processed? */
  561. #endif /* IKSDCONF */
  562. int srvcdmsg = 0;                       /* [Server] CD message */
  563. char * cdmsgfile[8] = { NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL };
  564. char * cdmsgstr = NULL;
  565. char * ckcdpath = NULL;
  566. #ifdef NLCHAR                           /* Text-file line terminator */
  567. CHAR feol = NLCHAR;
  568. #else
  569. CHAR feol = 0;
  570. #endif /* NLCHAR */
  571. int fblksiz = DBLKSIZ;          /* File blocksize */
  572. int frecl = DLRECL;             /* File record length */
  573. int frecfm = XYFF_S;            /* File record format (default = stream) */
  574. int forg = XYFO_S;              /* File organization (sequential) */
  575. int fcctrl = XYFP_N;            /* File carriage control (ctrl chars) */
  576. int filecase = FILECASE;        /* Case matters in filenames */
  577. int stathack = 1; /* Fast directory lookups by default */
  578. char uidbuf[UIDBUFLEN] = { NUL, NUL };  /* User ID buffer */
  579. int cfilef = 0;                         /* Application ("kerbang") file flag */
  580. char cmdfil[CKMAXPATH + 1] = { NUL, NUL }; /* Application file name */
  581. #ifndef NOXFER
  582. /* Multi-protocol support */
  583. struct ck_p ptab[NPROTOS] = {           /* Initialize the Kermit part ... */
  584.   { "Kermit",
  585.     DRPSIZ,                             /* Receive packet size */
  586.     DSPSIZ,                             /* Send packet size */
  587.     0,                                  /* Send-packet-size-set flag */
  588.     DFWSIZ,                             /* Window size */
  589. #ifdef NEWDEFAULTS
  590.     PX_CAU,                             /* Control char unprefixing... */
  591. #else
  592.     PX_ALL,
  593. #endif /* NEWDEFAULTS */
  594. #ifdef VMS                              /* Default filename collision action */
  595.     XYFX_X,                             /* REPLACE for VAX/VMS */
  596. #else
  597.     XYFX_B,                             /* BACKUP for everybody else */
  598. #endif /* VMS */
  599. #ifdef OS2                              /* Flag for file name conversion */
  600.     XYFN_L,                             /* Literal for OS2 */
  601. #else
  602.     XYFN_C,                             /* Converted for others */
  603. #endif /* OS2 */
  604.     PATH_OFF,                   /* Send pathnames OFF */
  605.     PATH_AUTO,                  /* Receive pathnames AUTO */
  606.     NULL,                       /* Host receive initiation string (binary) */
  607.     NULL,                       /* Host receive initiation string (text)   */
  608.     NULL,                       /* Host server string */
  609.     NULL,                       /* External protocol send command (binary) */
  610.     NULL,                       /* External protocol send command (text)   */
  611.     NULL,                       /* External protocol receive command (bin) */
  612.     NULL }                      /* External protocol receive command (txt) */
  613. #ifdef CK_XYZ
  614. ,
  615. {"XMODEM",    128,128,-1,-1,   1,-1,-1,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL},
  616. {"XMODEM-CRC",128,128,-1,-1,  -1,-1,-1,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL},
  617. {"YMODEM",   -1, -1,-1,-1,    -1,-1,-1,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL},
  618. {"YMODEM-g", -1, -1,-1,-1,    -1,-1,-1,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL},
  619. {"ZMODEM",   -1, -1,-1,-1,PX_WIL,-1,-1,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL},
  620. {"Other",    -1, -1,-1,-1,    -1,-1,-1,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL}
  621. #endif /* CK_XYZ */
  622. };
  623. /* Declarations for Send-Init Parameters */
  624. int spsiz = DSPSIZ,                     /* Current packet size to send */
  625.     spmax = DSPSIZ,                     /* Biggest packet size we can send */
  626.     lastspmax = DSPSIZ,                 /* Send-packet size last used */
  627.     spsizr = DSPSIZ,                    /* Send-packet size requested */
  628.     spsizf = 0,                         /* Flag to override size negotiation */
  629.     rpsiz = DRPSIZ,                     /* Biggest we want to receive */
  630.     urpsiz = DRPSIZ,                    /* User-requested receive pkt size */
  631.     maxrps = MAXRP,                     /* Maximum incoming long packet size */
  632.     maxsps = MAXSP,                     /* Maximum outbound l.p. size */
  633.     maxtry = MAXTRY,                    /* Maximum retries per packet */
  634.     wslots = 1,                         /* Window size currently in use */
  635.     wslotr = DFWSIZ,                    /* Window size from SET WINDOW */
  636.     wslotn = 1,                         /* Window size negotiated in S-pkt */
  637.     timeouts = 0,                       /* For statistics reporting */
  638.     spackets = 0,                       /*  ... */
  639.     rpackets = 0,                       /*  ... */
  640.     retrans = 0,                        /*  ... */
  641.     crunched = 0,                       /*  ... */
  642.     wmax = 0,                           /*  ... */
  643.     wcur = 0,                           /*  ... */
  644.     srvidl = 0,                         /* Server idle timeout */
  645.     srvdis = 1,                         /* Server file xfer display */
  646.     srvtim = DSRVTIM,                   /* Server command wait timeout */
  647.     srvping = 1,                        /* Server keepalive */
  648. /*
  649.   timint is the timeout interval I use when waiting for a packet.
  650.   pkttim is the SET RECEIVE TIMEOUT value, sent to the other Kermit.
  651.   rtimo is the SET SEND TIMEOUT value.  rtimo is the initial value of
  652.   timint.  timint is changed by the value in the incoming negotiation
  653.   packet unless a SET SEND TIMEOUT command was given.
  654. */
  655.     timint = DMYTIM,                    /* Timeout interval I use */
  656.     pkttim = URTIME,                    /* Timeout I want you to use */
  657.     rtimo = DMYTIM,                     /* Normal packet wait timeout */
  658.     timef = 0,                          /* Flag to override what you ask */
  659. #ifdef CK_TIMERS
  660.     rttflg = 1,                         /* Use dynamic round-trip timers */
  661. #else
  662.     rttflg = 0,                         /* Use fixed timer */
  663. #endif /* CK_TIMERS */
  664.     mintime = 1,                        /* Minimum timeout */
  665.     maxtime = 0,                        /* Maximum timeout */
  666.     npad = MYPADN,                      /* How much padding to send */
  667.     mypadn = MYPADN,                    /* How much padding to ask for */
  668.     bctr = DFBCT,                       /* Block check type requested */
  669.     bctu = 1,                           /* Block check type used */
  670.     bctl = 1,                           /* Block check length */
  671.     c_save = -1,                        /* Block check saving and restoring */
  672.     ss_save = -1,                       /* Slow-start saving and restoring */
  673.     ebq =  MYEBQ,                       /* 8th bit prefix */
  674.     ebqflg = 0,                         /* 8th-bit quoting flag */
  675.     rqf = -1,                           /* Flag used in 8bq negotiation */
  676.     rq = 0,                             /* Received 8bq bid */
  677.     sq = 'Y',                           /* Sent 8bq bid */
  678.     rpt = 0,                            /* Repeat count */
  679.     rptq = MYRPTQ,                      /* Repeat prefix */
  680.     rptflg = 0,                         /* Repeat processing flag */
  681.     rptena = 1,                         /* Repeat processing enabled */
  682.     xfrcan = 1,                         /* Transfer cancellation enabled */
  683.     xfrint = 1,                         /* Transfer interruption enabled */
  684.     xfrchr = 3,                         /* Transfer cancel char = Ctrl-C */
  685.     xfrnum = 3;                         /* Need three of them. */
  686. int epktflg = 0;                        /* E-PACKET command active */
  687. int capas  = 9,                         /* Position of Capabilities */
  688.     lpcapb = 2,                         /* Long Packet capability */
  689.     lpcapr = 1,                         /*  requested */
  690.     lpcapu = 0,                         /*  used */
  691.     swcapb = 4,                         /* Sliding Window capability */
  692.     swcapr = 1,                         /*  requested (allowed) */
  693.     swcapu = 0,                         /*  used */
  694.     atcapb = 8,                         /* Attribute capability */
  695.     atcapr = 1,                         /*  requested */
  696.     atcapu = 0,                         /*  used */
  697.     rscapb = 16,                        /* RESEND capability */
  698.     rscapr = 1,                         /*  requested by default */
  699.     rscapu = 0,                         /*  used */
  700.     lscapb = 32,                        /* Locking Shift capability */
  701.     lscapr = 1,                         /*  requested by default */
  702.     lscapu = 0;                         /*  used */
  703. /* Flags for whether to use particular attributes */
  704. int atenci = 1,                         /* Encoding in */
  705.     atenco = 1,                         /* Encoding out */
  706.     atdati = 1,                         /* Date in */
  707.     atdato = 1,                         /* Date out */
  708.     atdisi = 1,                         /* Disposition in/out */
  709.     atdiso = 1,
  710.     atleni = 1,                         /* Length in/out (both kinds) */
  711.     atleno = 1,
  712.     atblki = 1,                         /* Blocksize in/out */
  713.     atblko = 1,
  714.     attypi = 1,                         /* File type in/out */
  715.     attypo = 1,
  716.     atsidi = 1,                         /* System ID in/out */
  717.     atsido = 1,
  718.     atsysi = 1,                        /* System-dependent parameters in/out */
  719.     atsyso = 1;
  720. #ifdef CK_PERMS
  721. int atlpri = 1,
  722.     atlpro = 1,
  723.     atgpri = 1,
  724.     atgpro = 1;
  725. #endif /* CK_PERMS */
  726. #ifdef STRATUS
  727. int atfrmi = 1,                         /* Format in/out */
  728.     atfrmo = 1,
  729.     atcrei = 1,                         /* Creator ID in/out */
  730.     atcreo = 1,
  731.     atacti = 1,                         /* Account in/out */
  732.     atacto = 1;
  733. #endif /* STRATUS */
  734. int sprmlen = -1;                       /* Send/Recieve protocol parameter */
  735. int rprmlen = -1;                       /* string length limits */
  736. CHAR padch = MYPADC,                    /* Padding character to send */
  737.     mypadc = MYPADC,                    /* Padding character to ask for */
  738.     seol = MYEOL,                       /* End-Of-Line character to send */
  739.     eol = MYEOL,                        /* End-Of-Line character to look for */
  740.     ctlq = CTLQ,                        /* Control prefix in incoming data */
  741.     myctlq = CTLQ,                      /* Outbound control character prefix */
  742.     myrptq = MYRPTQ;                    /* Repeat prefix I want to use */
  743. int rptmin = 3;                         /* Repeat-count minimum */
  744. int usepipes = 0;                       /* Used for xfer to/from pipes */
  745. char * filefile = NULL;                 /* File containing list of filenames */
  746. /* CD message filename list */
  747. char whoareu[16] = { NUL, NUL };        /* System ID of other Kermit */
  748. int sysindex = -1;                      /* and index to its system ID struct */
  749. int myindex  = -1;
  750. int wearealike = 0;                     /* 2 Kermits have compatible sysids */
  751. char * cksysid =                        /* My system ID */
  752. #ifdef UNIX
  753.     "U1"
  754. #else
  755. #ifdef VMS
  756.     "D7"
  757. #else
  758. #ifdef OSK
  759.     "UD"
  760. #else
  761. #ifdef AMIGA
  762.     "L3"
  763. #else
  764. #ifdef MAC
  765.     "A3"
  766. #else
  767. #ifdef OS2
  768. #ifdef NT
  769.     "UN"
  770. #else /* NT */
  771.     "UO"
  772. #endif /* NT */
  773. #else /* OS2 */
  774. #ifdef datageneral
  775.     "F3"
  776. #else
  777. #ifdef GEMDOS
  778.     "K2"
  779. #else
  780. #ifdef STRATUS
  781.     "MV"
  782. #else
  783.     ""
  784. #endif /* STRATUS */
  785. #endif /* GEMDOS */
  786. #endif /* datageneral */
  787. #endif /* OS2 */
  788. #endif /* MAC */
  789. #endif /* AMIGA */
  790. #endif /* OSK */
  791. #endif /* VMS */
  792. #endif /* UNIX */
  793.     ;
  794. int oopts = -1;                         /* O-Packet Options */
  795. int omode = -1;                         /* O-Packet Transfer Mode */
  796. int oname = -1;                         /* O-Packet Filename Options */
  797. int opath = -1;                         /* O-Packet Pathname Options */
  798. struct zattr iattr;                     /* Incoming file attributes */
  799. #ifdef VMS
  800. /* VMS labeled file default options - name only. */
  801. int lf_opts = LBL_NAM;
  802. #else
  803. #ifdef OS2
  804. /* OS/2 labeled file default options, all attributes but archived. */
  805. unsigned long int lf_opts = LBL_EXT|LBL_HID|LBL_RO|LBL_SYS;
  806. #else
  807. int lf_opts = 0;
  808. #endif /* OS2 */
  809. #endif /* VMS */
  810. /* Packet-related variables */
  811. int pktnum = 0,                         /* Current packet number */
  812.     sndtyp = 0,                         /* Type of packet just sent */
  813.     rcvtyp = 0,                         /* Type of packet just received */
  814.     rsn,                                /* Received packet sequence number */
  815.     rln,                                /* Received packet length */
  816.     size,                               /* Current size of output pkt data */
  817.     osize,                              /* Previous output packet data size */
  818.     maxsize,                            /* Max size for building data field */
  819.     spktl = 0,                          /* Length packet being sent */
  820.     rpktl = 0,                          /* Length of packet just received */
  821.     pktpaus = 0,                        /* Interpacket pause interval, msec */
  822.     rprintf,                            /* REMOTE PRINT flag */
  823.     rmailf,                             /* MAIL flag */
  824.     xferstat = -1,                      /* Status of last transaction */
  825.     filestatus = 0;                     /* Status of last file transfer */
  826. CHAR pktmsgbuf[PKTMSGLEN+1];
  827. CHAR *epktmsg = pktmsgbuf;
  828. CHAR
  829. #ifdef pdp11
  830.     srvcmdbuf[MAXRP+4],
  831.     *srvcmd = srvcmdbuf,
  832. #else
  833. #ifdef DYNAMIC
  834.     *srvcmd = (CHAR *)0,                /* Where to decode server command */
  835. #else
  836.     srvcmdbuf[MAXRP+4],
  837.     *srvcmd = srvcmdbuf,
  838. #endif /* DYNAMIC */
  839. #endif /* pdp11 */
  840.     padbuf[96],                         /* Buffer for send-padding */
  841.     *recpkt,
  842.     *rdatap,                            /* Pointer to received packet data */
  843.     *data = (CHAR *)0,                  /* Pointer to send-packet data */
  844.     *srvptr,                            /* Pointer to srvcmd */
  845.     mystch = SOH,                       /* Outbound packet-start character */
  846.     stchr = SOH;                        /* Incoming packet-start character */
  847. /* File-related variables */
  848. #ifndef NOMSEND                         /* Multiple SEND */
  849. struct filelist * filehead = NULL;      /* SEND list */
  850. struct filelist * filetail = NULL;
  851. struct filelist * filenext = NULL;
  852. int addlist = 0;
  853. #endif /* NOMSEND */
  854. char filnam[CKMAXPATH + 1];             /* Name of current file. */
  855. #ifdef PIPESEND
  856. char * sndfilter = NULL;
  857. char * rcvfilter = NULL;
  858. #endif /* PIPESEND */
  859. char ** sndarray = NULL;                /* SEND /ARRAY pointer and range */
  860. #ifndef NOSPL
  861. int sndxlo = -1, sndxhi = -1, sndxin = -1;
  862. #endif /* NOSPL */
  863. #endif /* NOXFER */
  864. #ifndef NOSERVER
  865. int ngetpath = 0;                       /* GET search path */
  866. int fromgetpath = 0;
  867. char * getpath[MAXGETPATH];
  868. char * x_user = NULL;                   /* Server login information */
  869. char * x_passwd = NULL;
  870. char * x_acct = NULL;
  871. #endif /* NOSERVER */
  872. int x_login = 0;                        /* Login required */
  873. int x_logged = 0;                       /* User is logged in */
  874. extern int timelimit;
  875. #ifdef CK_LOGIN
  876. int logintimo = 300;                    /* Login timeout */
  877. char * userfile = NULL;                 /* Forbidden user file */
  878. #endif /* CK_LOGIN */
  879. #ifdef IKSD
  880. char * anonfile = NULL;                 /* Anonymous login init file */
  881. char * anonroot = NULL;                 /* Anonymous file-system root */
  882. int iks_timo  = 300;                    /* 5 minutes idle timo */
  883. int iks_retry = 3;                      /* 3 attempts at login */
  884. #endif /* IKSD */
  885. #ifdef CKSYSLOG
  886. extern VOID zsyslog();
  887. extern int ckxlogging, ckxsyslog;
  888. #endif /* CKSYSLOG */
  889. int nzxopts = 0;                        /* Options for nzxpand() */
  890. int nfils = 0;                          /* Number of files in file group */
  891. long fsize = 0L;                        /* Size of current file */
  892. #ifdef UNIX
  893. int wildxpand = 0;                      /* Who expands wildcards */
  894. #else /* UNIX */
  895. #ifdef STRATUS
  896. int wildxpand = 1;
  897. #endif /* STRATUS */
  898. #endif /* UNIX */
  899. #ifdef UNIXOROSK
  900. int matchdot = 0;                       /* Whether to match dot files */
  901. #else
  902. int matchdot = 1;
  903. #endif /* UNIXOROSK */
  904. int clfils = 0;                         /* Flag for command-line files */
  905. int stayflg = 0;                        /* Flag for "stay", i.e. "-S" */
  906. int xfinish = 0;                        /* Flag for FINISH = EXIT */
  907. long ztusec = -1L;                      /* Used with ztime() */
  908. long ztmsec = -1L;                      /* Ditto */
  909. /* Communication device / connection variables */
  910. char ttname[TTNAMLEN+1];                /* Name of communication device */
  911. #ifdef MAC
  912. int connected = 0;                      /* True if connected */
  913. int startconnected;                     /* initial state of connected */
  914. #endif /* MAC */
  915. long speed = -1L;                       /* Communication device speed */
  916. int wasclosed = 0;                      /* Connection was just closed */
  917. int whyclosed = WC_REMO;                /* why it was closed */
  918. int qnxportlock = 0;                    /* QNX port locking on/off */
  919. #ifndef CLSONDISC
  920. #define CLSONDISC 0
  921. #endif /* CLSONDISC */
  922. int cxflow[CXT_MAX+1];                  /* See initflow() */
  923. #ifndef NOSHOW
  924. char * floname[] = {                    /* Flow control names */
  925.   "none", "xon/xoff", "rts/cts", "dtr/cd", "etx/ack", "string",
  926.   "xxx1", "xxx2", "dtr/cts", "keep", "auto"
  927. };
  928. int nfloname = (sizeof(floname) / sizeof(char *));
  929. char * cxname[] = {                     /* Connection type names */
  930.   "remote", "direct-serial", "modem", "tcp/ip", "x.25", "decnet",
  931.   "lat", "netbios", "named-pipe", "ssh", "pipe"
  932. };
  933. int ncxname = (sizeof(cxname) / sizeof(char *));
  934. #endif /* NOSHOW */
  935. int parity = DEFPAR,                    /* Parity specified, 0,'e','o',etc */
  936.     hwparity = 0,                       /* Hardware parity for serial port */
  937.     stopbits = -1,                      /* Stop bits for serial port */
  938.     clsondisc = CLSONDISC,              /* Serial port close on disconnect */
  939.     autopar = 0,                        /* Automatic parity change flag */
  940.     sosi = 0,                           /* Shift-In/Out flag */
  941.     flow = 0,                           /* Flow control (see initflow()) */
  942.     autoflow = 1,                       /* Automatic flow control */
  943.     turn = 0,                           /* Line turnaround handshake flag */
  944.     turnch = XON,                       /* Line turnaround character */
  945.     duplex = 0,                         /* Duplex, full by default */
  946.     escape = DFESC,                     /* Escape character for connect */
  947.     ckdelay = DDELAY,                   /* Initial delay before sending */
  948.     tnlm = 0,                           /* Terminal newline mode */
  949.     mdmtyp = 0;                         /* Modem type (initially none)  */
  950. /* Networks for SET HOST */
  951. #ifdef BIGBUFOK
  952. #define MYHOSTL 1024
  953. #else
  954. #define MYHOSTL 100
  955. #endif /* BIGBUFOK */
  956. char myhost[MYHOSTL];                   /* Local host name */
  957. int network = 0;                        /* Network vs serial connection */
  958. int inserver = 0;                       /* Running as an Internet server */
  959. int isguest = 0;                        /* User is anonymous */
  960. char * clienthost = NULL;               /* Peer host name or address */
  961. int tcp_incoming = 0;                   /* Incoming TCP connection? */
  962. #ifdef NETCONN
  963. #ifdef TCPSOCKET
  964. int nettype = NET_TCPB;                 /* Default network type */
  965. #else
  966. #ifdef SUNX25
  967. int nettype = NET_SX25;
  968. #else
  969. #ifdef IBMX25
  970. int nettype = NET_IX25;
  971. #else
  972. #ifdef HPX25
  973. int nettype = NET_HX25;
  974. #else
  975. #ifdef STRATUSX25
  976. int nettype = NET_VX25;
  977. #else
  978. #ifdef DECNET
  979. int nettype = NET_DEC;
  980. #else
  981. #ifdef SUPERLAT
  982. int nettype = NET_SLAT;
  983. #else
  984. int nettype = NET_NONE;
  985. #endif /* SUPERLAT */
  986. #endif /* DECNET */
  987. #endif /* STRATUSX25 */
  988. #endif /* HPX25 */
  989. #endif /* IBMX25 */
  990. #endif /* SUNX25 */
  991. #endif /* TCPSOCKET */
  992. #else  /* NETCONN */
  993. int nettype = NET_NONE;
  994. #endif /* NETCONN */
  995. #ifdef ANYX25
  996. int revcall = 0;                        /* X.25 reverse call not selected */
  997. int closgr  = -1;                       /* X.25 closed user group  */
  998. int cudata = 0;                         /* X.25 call user data not specified */
  999. char udata[MAXCUDATA];                  /* X.25 call user data */
  1000. #ifdef IBMX25
  1001. /*
  1002.   I was unable to find any pre-defined MAX values for x25 addresses - the
  1003.   addresses that I've seen have been around 10-12 characters 32 is probably
  1004.   enough, 64 is hopefully safe for everyone.
  1005. */
  1006.     x25addr_t local_nua = {''};       /* local x.25 address */
  1007.     x25addr_t remote_nua = {''};      /* remote x.25 address */
  1008.     char x25name[32] = {''};          /* x25 device name, sx25a0 or sx25a1 */
  1009.     char x25dev[64] =  "/dev/x25pkt";   /* x25 device in /dev */
  1010.     int x25port = 0;                    /* port used for X.25 - AIX only */
  1011. #endif /* IBMX25 */
  1012. #ifndef IBMX25
  1013. /*
  1014.   This condition is unrelated to the above IBMX25 condition.
  1015.   IBM X.25 doesn't have PAD support.
  1016. */
  1017.     CHAR padparms[MAXPADPARMS+1]; /* X.3 parameters */
  1018. #endif /* IBMX25 */
  1019. #endif /* ANYX25 */
  1020. /* Other items */
  1021. int isinterrupted = 0;                  /* Used in exception handling */
  1022. int what = W_INIT;                      /* What I am doing */
  1023. int lastxfer = 0;                       /* Last transfer (send or receive) */
  1024. #ifdef NT
  1025. extern int StartedFromDialer;
  1026. #ifdef NTSIG
  1027. extern int TlsIndex;
  1028. #endif /* NTSIG */
  1029. #ifdef NTASM
  1030. unsigned long ESPToRestore;             /* Ditto */
  1031. #endif /* NTASM */
  1032. #endif /* NT */
  1033. #ifdef OS2PM
  1034. int os2pm = 0;                          /* OS/2 Presentation Manager flag */
  1035. #endif /* OS2PM */
  1036. /* Terminal screen size, if known, -1 means unknown. */
  1037. #ifdef OS2
  1038. #include "ckocon.h"
  1039. int tt_rows[VNUM] = {25,24,25,1};       /* Rows (height) */
  1040. int tt_cols[VNUM] = {80,80,80,80};      /* Columns (width) */
  1041. int k95stdio = 0;                       /* Stdio threads */
  1042. #else /* OS2 */
  1043. int tt_rows = -1;                       /* Rows (height) */
  1044. int tt_cols = -1;                       /* Columns (width) */
  1045. #endif /* OS2 */
  1046. #ifdef OS2
  1047. int tt_bell = XYB_AUD | XYB_SYS;        /* BELL AUDIBLE (system sounds) */
  1048. #else
  1049. int tt_bell = XYB_AUD;                  /* BELL ON */
  1050. #endif /* OS2 */
  1051. int tt_print = 0;                       /* Transparent print disabled */
  1052. int tt_escape = 1;                      /* Escaping back is enabled */
  1053. int cmd_rows = 24, cmd_cols = 80;       /* Command/console screen dimensions */
  1054. int tn_exit = 0;                        /* Exit on disconnect */
  1055. int exitonclose = 0;                    /* Exit on close */
  1056. int haveline = 0;                       /* SET LINE or SET HOST in effect */
  1057. int tlevel = -1;                        /* Take-file command level */
  1058. int hints = 1;                          /* Whether to give hints */
  1059. #ifdef NOLOCAL
  1060. int remonly = 1;                        /* Remote-mode-only advisory (-R) */
  1061. int nolocal = 1;                        /* Remote-only strictly enforced */
  1062. #else
  1063. int remonly = 0;
  1064. int nolocal = 0;
  1065. #endif /* NOLOCAL */
  1066. #ifndef NOSPL
  1067. extern int cmdlvl;                      /* Command level */
  1068. extern int maclvl;                      /* Macro invocation level */
  1069. #endif /* NOSPL */
  1070. int protocol  = PROTO_K;                /* File transfer protocol = Kermit */
  1071. #ifdef NEWDEFAULTS
  1072. int prefixing = PX_CAU;
  1073. #else
  1074. int prefixing = PX_ALL;
  1075. #endif /* NEWDEFAULTS */
  1076. extern short ctlp[];                    /* Control-prefix table */
  1077. int carrier = CAR_AUT;                  /* Pay attention to carrier signal */
  1078. int cdtimo = 0;                         /* Carrier wait timeout */
  1079. int xitsta = GOOD_EXIT;                 /* Program exit status */
  1080. #ifdef VMS                              /* Default filename collision action */
  1081. int fncact = XYFX_X;                    /* REPLACE for VMS */
  1082. #else
  1083. int fncact = XYFX_B;                    /* BACKUP for everybody else */
  1084. #endif /* VMS */
  1085. int fncsav = -1;                        /* For saving & restoring the above */
  1086. int bgset = -1;                         /* BACKGROUND mode set explicitly */
  1087. int cmdint = 1;                         /* Interrupts are allowed */
  1088. #ifdef UNIX
  1089. int suspend = DFSUSP;                   /* Whether SUSPEND command, etc, */
  1090. #else                                   /* is to be allowed. */
  1091. int suspend = 0;
  1092. #endif /* UNIX */
  1093. /* Statistics variables */
  1094. long filcnt,                    /* Number of files in transaction */
  1095.     filrej,                     /* Number of files rejected in transaction */
  1096.     flci,                       /* Characters from line, current file */
  1097.     flco,                       /* Chars to line, current file  */
  1098.     tlci,                       /* Chars from line in transaction */
  1099.     tlco,                       /* Chars to line in transaction */
  1100.     ffc,                        /* Chars to/from current file */
  1101.     tfc,                        /* Chars to/from files in transaction */
  1102.     cps = 0L,                   /* Chars/sec last transfer */
  1103.     peakcps = 0L,               /* Peak chars/sec last transfer */
  1104.     ccu,                        /* Control chars unprefixed in transaction */
  1105.     ccp,                        /* Control chars prefixed in transaction */
  1106.     rptn;                       /* Repeated characters compressed */
  1107. int tsecs = 0;                          /* Seconds for transaction */
  1108. int fsecs = 0;                          /* Per-file timer */
  1109. #ifdef GFTIMER
  1110. CKFLOAT
  1111.   fpfsecs = 0.0,                        /* Floating point per-file timer */
  1112.   fptsecs = 0.0;                        /* and per-transaction timer */
  1113. #endif /* GFTIMER */
  1114. /* Flags */
  1115. int deblog = 0,                         /* Flag for debug logging */
  1116.     debses = 0,                         /* Flag for DEBUG SESSION */
  1117.     debtim = 0,                         /* Include timestamp in debug log */
  1118.     pktlog = 0,                         /* Flag for packet logging */
  1119.     seslog = 0,                         /* Session logging */
  1120.     dialog = 0,                         /* DIAL logging */
  1121.     tralog = 0,                         /* Transaction logging */
  1122.     tlogfmt = 1,                        /* Transaction log format (verbose) */
  1123.     tlogsep = (int)',',                 /* Transaction log field separator */
  1124.     displa = 0,                         /* File transfer display on/off */
  1125.     stdouf = 0,                         /* Flag for output to stdout */
  1126.     stdinf = 0,                         /* Flag for input from stdin */
  1127.     xflg   = 0,                         /* Flag for X instead of F packet */
  1128.     hcflg  = 0,                         /* Doing Host command */
  1129.     dest   = DEST_D,                    /* Destination for packet data */
  1130.     zchkod = 0,                         /* zchko() should work for dirs too? */
  1131.     zchkid = 0,                         /* zchki() should work for dirs too? */
  1132. /* If you change this, also see struct ptab above... */
  1133. #ifdef OS2                              /* Flag for file name conversion */
  1134.     fncnv  = XYFN_L,                    /* Default is Literal in OS/2, */
  1135.     f_save = XYFN_L,                    /* (saved copy of same) */
  1136. #else
  1137.     fncnv  = XYFN_C,                    /* elsewhere Convert them */
  1138.     f_save = XYFN_C,                    /* (ditto) */
  1139. #endif /* OS2 */
  1140.     fnspath = PATH_OFF,                 /* Send file path */
  1141.     fnrpath = PATH_AUTO,                /* Receive file path */
  1142.     fackpath = 1,                       /* Send back path in ACK to F */
  1143.     binary = XYFT_B,                    /* Default file transfer mode */
  1144.     b_save = XYFT_B,                    /* Saved file mode */
  1145.     eofmethod = 0,                      /* EOF detection method (length) */
  1146. #ifdef OS2
  1147.     cursor_save = -1,                   /* Cursor state */
  1148. #endif /* OS2 */
  1149.     xfermode = XMODE_A,                 /* Transfer mode, manual or auto */
  1150.     recursive = 0,                      /* Recursive directory traversal */
  1151.     skipbup   = 0,                      /* Skip backup files when sending */
  1152.     sendmode = SM_SEND,                 /* Which type of SEND operation */
  1153.     slostart  = 1,                      /* Slow start (grow packet lengths) */
  1154.     cmask  = 0177,                      /* CONNECT (terminal) byte mask */
  1155.     fmask  = 0377,                      /* File byte mask */
  1156.     ckwarn = 0,                         /* Flag for file warning */
  1157.     quiet  = 0,                         /* Be quiet during file transfer */
  1158.     local  = 0,                         /* 1 = local mode, 0 = remote mode */
  1159.     cxtype = CXT_REMOTE,                /* Connection type */
  1160.     server = 0,                         /* Flag for I Am Server */
  1161.     query = 0,                          /* Flag for Query active */
  1162.     justone = 0,                        /* Server should do Just One command */
  1163.     urserver = 0,                       /* Flag for You Are Server */
  1164.     bye_active = 0,                     /* Flag for BYE command active */
  1165.     diractive = 0,                      /* Flag for DIRECTORY command active */
  1166.     cflg   = 0,                         /* Connect before transaction */
  1167.     cnflg  = 0,                         /* Connect after transaction */
  1168.     cxseen = 0,                         /* Flag for cancelling a file */
  1169.     czseen = 0,                         /* Flag for cancelling file group */
  1170.     fatalio = 0,                        /* Flag for fatal i/o error */
  1171.     discard = 0,                        /* Flag for file to be discarded */
  1172.     keep = SET_AUTO,                    /* Keep incomplete files = AUTO */
  1173.     unkcs = 1,                          /* Keep file w/unknown character set */
  1174.     nakstate = 0,                       /* In a state where we can send NAKs */
  1175.     dblchar = -1,                       /* Character to double when sending */
  1176.     moving = 0,                         /* MOVE = send, then delete */
  1177.     reliable = SET_AUTO,                /* Nonzero if transport is reliable */
  1178.     xreliable = -1,
  1179.     setreliable = 0,
  1180.     urclear = 0,                        /* Nonzero for clear channel to you */
  1181.     clearrq = SET_AUTO,                 /* SET CLEARCHANEL value */
  1182.     cleared = 0,
  1183.     streaming = 0,                      /* Nonzero if streaming is active */
  1184.     streamok = 0,                       /* Nonzero if streaming negotiated */
  1185.     streamrq = SET_AUTO,                /* SET STREAMING value */
  1186.     streamed = -1;                      /* Whether we streamed last time */
  1187. char * snd_move = NULL;                 /* Move file after sending it */
  1188. char * snd_rename = NULL;               /* Rename file after sending it */
  1189. char * rcv_move = NULL;                 /* Move file after receiving it */
  1190. char * rcv_rename = NULL;               /* Rename file after receiving it */
  1191. char * g_snd_move = NULL;
  1192. char * g_snd_rename = NULL;
  1193. char * g_rcv_move = NULL;
  1194. char * g_rcv_rename = NULL;
  1195. long sendstart = 0L;                    /* SEND start position */
  1196. long calibrate = 0L;                    /* Nonzero if calibration run */
  1197. #ifdef CK_TRIGGER
  1198. char *tt_trigger[TRIGGERS] = { NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL };
  1199. CHAR *tt_trmatch[TRIGGERS] = { NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL };
  1200. char *triggerval = NULL;
  1201. #endif /* CK_TRIGGER */
  1202. int ckxlogging = 0;                     /* Flag for syslogging active */
  1203. int ikdbopen = 0;                       /* Flag for IKSD database active */
  1204. int dbinited = 0;                       /* Flag for IKSDB record init'd */
  1205. #ifndef CKSYSLOG
  1206. int ckxsyslog = 0;                      /* Logging level 0 */
  1207. #else
  1208. #ifdef SYSLOGLEVEL
  1209. int ckxsyslog = SYSLOGLEVEL;            /* Logging level specified */
  1210. #else
  1211. int ckxsyslog = SYSLG_DF;               /* Default logging level */
  1212. #endif /* SYSLOGLEVEL */
  1213. #endif /* CKSYSLOG */
  1214. #ifndef NOICP
  1215. #ifndef NOHELP
  1216. #ifndef NOCMDL
  1217. _PROTOTYP( VOID iniopthlp, (void) );    /* Command-line help initializer */
  1218. #endif /* NOCMDL */
  1219. #endif /* NOHELP */
  1220. #endif /* NOICP */
  1221. #ifdef IKSD
  1222. _PROTOTYP( VOID iksdinit, (int) );
  1223. #endif /* IKSD */
  1224. /* Variables passed from command parser to protocol module */
  1225. #ifndef NOSPL
  1226. #ifndef NOICP
  1227. #ifdef CK_APC
  1228. _PROTOTYP( VOID apconect, (void) );
  1229. #endif /* CK_APC */
  1230. #ifdef OS2
  1231. extern int initvik;
  1232. #endif /* OS2 */
  1233. #endif /* NOICP */
  1234. #endif /* NOSPL */
  1235. char *clcmds = NULL;                    /* Pointer to command-line commands */
  1236. #ifndef NOSETKEY
  1237. extern KEY *keymap;
  1238. extern MACRO *macrotab;
  1239. #endif /* NOSETKEY */
  1240. #ifndef NOPUSH
  1241. int nopush = 0;                         /* PUSH enabled */
  1242. #else
  1243. int nopush = 1;                         /* PUSH disabled */
  1244. #endif /* NOPUSH */
  1245. CHAR sstate  = (CHAR) 0;                /* Starting state for automaton */
  1246. CHAR zstate  = (CHAR) 0;                /* For remembering sstate */
  1247. char * printername = NULL;              /* NULL if printer not redirected */
  1248. int printpipe = 0;                      /* For SET PRINTER */
  1249. int noprinter = 0;
  1250. #ifndef NOXFER
  1251. char *cmarg  = "";                      /* Pointer to command data */
  1252. char *cmarg2 = "";                      /* Pointer to 2nd command data */
  1253. char **cmlist;                          /* Pointer to file list in argv */
  1254. #ifdef CK_AUTODL                        /* Autodownload */
  1255. int autodl = 1;                         /* Enabled by default */
  1256. #else
  1257. int autodl = 0;                         /* (or if not implemented). */
  1258. #endif /* CK_AUTODL */
  1259. #ifdef OS2                              /* AUTODOWNLOAD parameters */
  1260. int adl_kmode = ADL_PACK,               /* Match Packet to signal download */
  1261.     adl_zmode = ADL_PACK;
  1262. char * adl_kstr = NULL;                 /* KERMIT Download String */
  1263. char * adl_zstr = NULL;                 /* ZMODEM Download String */
  1264. #endif /* OS2 */
  1265. int remfile = 0, rempipe = 0, remappd = 0; /* REMOTE output redirection */
  1266. char * remdest = NULL;
  1267. #ifndef NOSERVER
  1268. /*
  1269.   Server services:
  1270.    0 = disabled
  1271.    1 = enabled in local mode
  1272.    2 = enabled in remote mode
  1273.    3 = enabled in both local and remote modes
  1274.   only as initial (default) values.
  1275. */
  1276. int en_xit = 2;                         /* EXIT */
  1277. int en_cwd = 3;                         /* CD/CWD */
  1278. int en_cpy = 3;                         /* COPY   */
  1279. int en_del = 2;                         /* DELETE */
  1280. int en_mkd = 3;                         /* MKDIR */
  1281. int en_rmd = 2;                         /* RMDIR */
  1282. int en_dir = 3;                         /* DIRECTORY */
  1283. int en_fin = 3;                         /* FINISH */
  1284. int en_get = 3;                         /* GET */
  1285. #ifndef NOPUSH
  1286. int en_hos = 2;                         /* HOST enabled */
  1287. #else
  1288. int en_hos = 0;                         /* HOST disabled */
  1289. #endif /* NOPUSH */
  1290. int en_ren = 3;                         /* RENAME */
  1291. int en_sen = 3;                         /* SEND */
  1292. int en_set = 3;                         /* SET */
  1293. int en_spa = 3;                         /* SPACE */
  1294. int en_typ = 3;                         /* TYPE */
  1295. int en_who = 3;                         /* WHO */
  1296. #ifdef datageneral
  1297. /* Data General AOS/VS can't do this */
  1298. int en_bye = 0;                         /* BYE */
  1299. #else
  1300. int en_bye = 2;                         /* PCs in local mode... */
  1301. #endif /* datageneral */
  1302. int en_asg = 3;                         /* ASSIGN */
  1303. int en_que = 3;                         /* QUERY */
  1304. int en_ret = 2;                         /* RETRIEVE */
  1305. int en_mai = 3;                         /* MAIL */
  1306. int en_pri = 3;                         /* PRINT */
  1307. int en_ena = 3;                         /* ENABLE */
  1308. #else
  1309. int en_xit = 0, en_cwd = 0, en_cpy = 0, en_del = 0, en_mkd = 0, en_rmd = 0,
  1310.     en_dir = 0, en_fin = 0, en_get = 0, en_hos = 0, en_ren = 0, en_sen = 0,
  1311.     en_set = 0, en_spa = 0, en_typ = 0, en_who = 0, en_bye = 0, en_asg = 0,
  1312.     en_que = 0, en_ret = 0, en_mai = 0, en_pri = 0, en_ena = 0;
  1313. #endif /* NOSERVER */
  1314. #endif /* NOXFER */
  1315. /* Miscellaneous */
  1316. char **xargv;                           /* Global copies of argv */
  1317. int  xargc;                             /* and argc  */
  1318. int xargs;                              /* an immutable copy of argc */
  1319. char *xarg0;                            /* and of argv[0] */
  1320. char *pipedata;                         /* Pointer to -P (pipe) data */
  1321. extern char *dftty;                     /* Default tty name from ck?tio.c */
  1322. extern int dfloc;                       /* Default location: remote/local */
  1323. extern int dfprty;                      /* Default parity */
  1324. extern int dfflow;                      /* Default flow control */
  1325. #ifdef TNCODE
  1326. extern int tn_deb;
  1327. #endif /* TNCODE */
  1328. /*
  1329.   Buffered file input and output buffers.  See getpkt() in ckcfns.c
  1330.   and zoutdump() in the system-dependent file i/o module (usually ck?fio.c).
  1331. */
  1332. #ifndef DYNAMIC
  1333. /* Now we allocate them dynamically, see getiobs() below. */
  1334. char zinbuffer[INBUFSIZE], zoutbuffer[OBUFSIZE];
  1335. #endif /* DYNAMIC */
  1336. char *zinptr, *zoutptr;
  1337. int zincnt, zoutcnt;
  1338. int zobufsize = OBUFSIZE;
  1339. int zofbuffer = 1;
  1340. int zofblock  = 1;
  1341. #ifdef SESLIMIT
  1342. int seslimit = 0;
  1343. #endif /* SESLIMIT */
  1344. #ifdef CK_AUTHENTICATION
  1345. #include "ckuath.h"
  1346. #endif /* CK_AUTHENTICATION */
  1347. _PROTOTYP( int getiobs, (VOID) );
  1348. /*  M A I N  --  C-Kermit main program  */
  1349. #include <signal.h>
  1350. #ifndef NOCCTRAP
  1351. #include <setjmp.h>
  1352. #include "ckcsig.h"
  1353. ckjmpbuf cmjbuf;
  1354. #ifdef GEMDOS                           /* Special for Atari ST */
  1355. cc_clean();                             /* This can't be right? */
  1356. #endif /* GEMDOS */
  1357. #endif /* NOCCTRAP */
  1358. #ifndef NOXFER
  1359. /* Info associated with a system ID */
  1360. struct sysdata sysidlist[] = {          /* Add others as needed... */
  1361.   { "0",  "anonymous",    0, NUL,  0, 0, 0 },
  1362.   { "A1", "Apple II",     0, NUL,  0, 0, 3 }, /* fix this */
  1363.   { "A3", "Macintosh",    1, ':',  0, 2, 1 },
  1364.   { "D7", "VMS",          0, ']',  1, 0, 0 },
  1365.   { "DA", "RSTS/E",       0, ']',  1, 0, 3 }, /* (i think...) */
  1366.   { "DB", "RT11",         0, NUL,  1, 0, 3 }, /* (maybe...) */
  1367.   { "F3", "AOS/VS",       1, ':',  0, 0, 2 },
  1368.   { "I1", "VM/CMS",       0, NUL,  0, 0, 0 },
  1369.   { "I2", "MVS/TSO",      0, NUL,  0, 0, 0 },
  1370.   { "I4", "MUSIC",        0, NUL,  0, 0, 0 },
  1371.   { "I7", "CICS",         0, NUL,  0, 0, 0 },
  1372.   { "I9", "MVS/ROSCOE",   0, NUL,  0, 0, 0 },
  1373.   { "K2", "Atari ST",     1, '\', 1, 0, 3 },
  1374.   { "L3", "Amiga",        1, '/',  1, 0, 2 },
  1375.   { "MV", "Stratus VOS",  1, '>',  0, 1, 0 },
  1376.   { "N3", "Apollo Aegis", 1, '/',  0, 3, 2 },
  1377.   { "U1", "UNIX",         1, '/',  0, 3, 2 },
  1378.   { "U8", "MS-DOS",       1, '\', 1, 0, 3 },
  1379.   { "UD", "OS-9",         1, '/',  0, 3, 2 },
  1380.   { "UN", "Windows-32",   1, '\', 1, 2, 3 },
  1381.   { "UO", "OS/2",         1, '\', 1, 2, 3 }
  1382. };
  1383. static int nxxsysids = (sizeof(sysidlist) / sizeof(struct sysdata));
  1384. /* Given a Kermit system ID code, return the associated name string */
  1385. /* and some properties of the filenames... */
  1386. char *
  1387. getsysid(s) char * s; {                 /* Get system-type name */
  1388.     int i;
  1389.     if (!s) return("");
  1390.     for (i = 0; i < nxxsysids; i++)
  1391.       if (!strcmp(sysidlist[i].sid_code,s))
  1392.         return(sysidlist[i].sid_name);
  1393.     return(s);
  1394. }
  1395. int
  1396. getsysix(s) char *s; {                  /* Get system-type index */
  1397.     int i;
  1398.     if (!s) return(-1);
  1399.     for (i = 0; i < nxxsysids; i++)
  1400.       if (!strcmp(sysidlist[i].sid_code,s))
  1401.         return(i);
  1402.     return(-1);
  1403. }
  1404. #endif /* NOXFER */
  1405. /* Tell if a pathname is absolute (versus relative) */
  1406. /* This should be parceled out to each of the ck*fio.c modules... */
  1407. int
  1408. isabsolute(path) char * path; {
  1409.     int rc = 0;
  1410.     int x;
  1411.     if (!path)
  1412.       return(0);
  1413.     if (!*path)
  1414.       return(0);
  1415.     x = (int) strlen(path);
  1416.     debug(F111,"isabsolute",path,x);
  1417. #ifdef VMS
  1418.     rc = 0;
  1419.     x = ckindex("[",path,0,0,0);        /* 1-based */
  1420.     if (!x)
  1421.        x = ckindex("<",path,0,0,0);
  1422.     debug(F111,"isabsolute left bracket",path,x);
  1423.     if (!x) {
  1424.         x = ckindex(":",path,-1,1,1);
  1425.         if (x)
  1426.           debug(F111,"isabsolute logical",path,x);
  1427.     }
  1428.     if (x > 0)
  1429.       if (path[x] != '.')               /* 0-based */
  1430.         rc = 1;
  1431. #else
  1432. #ifdef UNIX
  1433.     if (*path == '/'
  1434. #ifdef DTILDE
  1435.         || *path == '~'
  1436. #endif /* DTILDE */
  1437.         )
  1438.       rc = 1;
  1439. #else
  1440. #ifdef OS2
  1441.     if (*path == '/' || *path == '\')
  1442.       rc = 1;
  1443.     else if (isalpha(*path) && x > 1)
  1444.       if (*(path+1) == ':')
  1445.         rc = 1;
  1446. #else
  1447. #ifdef AMIGA
  1448.     if (*path == '/'
  1449. #ifdef DTILDE
  1450.         || *path == '~'
  1451. #endif /* DTILDE */
  1452.         )
  1453.       rc = 1;
  1454. #else
  1455. #ifdef OSK
  1456.     if (*path == '/'
  1457. #ifdef DTILDE
  1458.         || *path == '~'
  1459. #endif /* DTILDE */
  1460.         )
  1461.       rc = 1;
  1462. #else
  1463. #ifdef datageneral
  1464.     if (*path == ':')
  1465.       rc = 1;
  1466. #else
  1467. #ifdef MAC
  1468.     rc = 0;                             /* Fill in later... */
  1469. #else
  1470. #ifdef STRATUS
  1471.     rc = 0;                             /* Fill in later... */
  1472. #else
  1473. #ifdef GEMDOS
  1474.     if (*path == '/' || *path == '\')
  1475.       rc = 1;
  1476.     else if (isalpha(*path) && x > 1)
  1477.       if (*(path+1) == ':')
  1478.         rc = 1;
  1479. #endif /* GEMDOS */
  1480. #endif /* STRATUS */
  1481. #endif /* MAC */
  1482. #endif /* datageneral */
  1483. #endif /* OSK */
  1484. #endif /* AMIGA */
  1485. #endif /* OS2 */
  1486. #endif /* UNIX */
  1487. #endif /* VMS */
  1488.     debug(F101,"isabsolute rc","",rc);
  1489.     return(rc);
  1490. }
  1491. /*  See if I have direct access to the keyboard  */
  1492. int
  1493. is_a_tty(n) int n; {
  1494. #ifdef KUI
  1495.    return 1;
  1496. #else /* KUI */
  1497. #ifdef NT
  1498.     if (isWin95())
  1499.       return(1);
  1500.     else
  1501.       return(_isatty(n));
  1502. #else
  1503. #ifdef IKSD
  1504.    if (inserver)
  1505.      return(1);
  1506.    else
  1507. #endif /* IKSD */
  1508.      return(isatty(n));
  1509. #endif /* NT */
  1510. #endif /* KUI */
  1511. }
  1512. /* Initialize flow control table */
  1513. VOID
  1514. initflow() {                            /* Default values for flow control */
  1515. #ifdef VMS                              /* for each kind of connection. */
  1516.     /* The VMS telnet terminal driver treats "none" as request to lose chars */
  1517.     cxflow[CXT_REMOTE]  = FLO_XONX;     /* Remote mode... */
  1518. #else
  1519. #ifdef HPUX
  1520.     /* Ditto for HP-UX */
  1521.     cxflow[CXT_REMOTE]  = FLO_XONX;     /* Remote mode... */
  1522. #else
  1523.     /* The temptation is to make this one FLO_KEEP but don't!!! */
  1524.     /* It totally wrecks binary-file transfer when coming in via Telnet. */
  1525.     /* In UNIX at least... */
  1526.     cxflow[CXT_REMOTE]  = FLO_NONE;
  1527. #endif /* HPUX */
  1528. #endif /* VMS */
  1529. #ifdef VMS
  1530.     cxflow[CXT_DIRECT]  = FLO_XONX;     /* Direct serial connections... */
  1531. #else
  1532.     cxflow[CXT_DIRECT]  = FLO_NONE;
  1533. #endif /* VMS */
  1534. #ifdef CK_RTSCTS
  1535.     cxflow[CXT_MODEM]   = FLO_RTSC;     /* Modem connections... */
  1536. #else
  1537. #ifdef VMS
  1538.     cxflow[CXT_MODEM]   = FLO_XONX;
  1539. #else
  1540.     cxflow[CXT_MODEM]   = FLO_NONE;
  1541. #endif /* VMS */
  1542. #endif /* CK_RTSCTS */
  1543. #ifdef VMS
  1544.     cxflow[CXT_TCPIP]   = FLO_XONX;     /* TCP/IP connections... */
  1545. #else
  1546.     cxflow[CXT_TCPIP]   = FLO_NONE;
  1547. #endif /* VMS */
  1548.     cxflow[CXT_X25]     = FLO_NONE;     /* Other kinds of networks... */
  1549.     cxflow[CXT_DECNET]  = FLO_XONX;
  1550.     cxflow[CXT_LAT]     = FLO_XONX;
  1551.     cxflow[CXT_NETBIOS] = FLO_NONE;
  1552.     cxflow[CXT_NPIPE]   = FLO_NONE;
  1553.     cxflow[CXT_SSH]     = FLO_NONE;
  1554.     cxflow[CXT_PIPE]    = FLO_NONE;
  1555.     flow = cxflow[cxtype];              /* Initial flow setting. */
  1556.     debug(F101,"initflow","",flow);
  1557. }
  1558. #ifndef NOXFER
  1559. /* Initialize file transfer protocols */
  1560. VOID
  1561. initproto(y, upbstr, uptstr, srvstr, sndbstr, sndtstr, rcvbstr, rcvtstr)
  1562.     int y;
  1563.     char * upbstr, * uptstr, * srvstr, * sndbstr, * sndtstr, * rcvbstr,
  1564.     * rcvtstr;
  1565. /* initproto */ {
  1566.     if (upbstr)                         /* Convert null strings */
  1567.       if (!*upbstr)                     /* to null pointers */
  1568.         upbstr = NULL;
  1569.     if (uptstr)                         /* Convert null strings */
  1570.       if (!*uptstr)                     /* to null pointers */
  1571.         uptstr = NULL;
  1572.     if (sndbstr)
  1573.       if (!*sndbstr)
  1574.         sndbstr = NULL;
  1575.     if (sndtstr)
  1576.       if (!*sndtstr)
  1577.         sndtstr = NULL;
  1578.     if (rcvbstr)
  1579.       if (!*rcvbstr)
  1580.         rcvbstr = NULL;
  1581.     if (rcvtstr)
  1582.       if (!*rcvtstr)
  1583.         rcvtstr = NULL;
  1584.     if (srvstr)
  1585.       if (!*srvstr)
  1586.         srvstr = NULL;
  1587.     protocol = y;                       /* Set protocol */
  1588.     if (ptab[protocol].rpktlen > -1)
  1589.       urpsiz = ptab[protocol].rpktlen;
  1590.     if (ptab[protocol].spktflg > -1)
  1591.       spsizf = ptab[protocol].spktflg;
  1592.     if (ptab[protocol].spktlen > -1) {
  1593.         spsiz = ptab[protocol].spktlen;
  1594.         debug(F101,"initproto spsiz","",spsiz);
  1595.         if (spsizf) {
  1596.             spsizr = spmax = spsiz;
  1597.             debug(F101,"initproto spsizr","",spsizr);
  1598.         }
  1599.     }
  1600.     if (ptab[protocol].winsize > -1)
  1601.       wslotr = ptab[protocol].winsize;
  1602.     if (ptab[protocol].prefix > -1)
  1603.       prefixing = ptab[protocol].prefix;
  1604.     if (ptab[protocol].fnca > -1)
  1605.       fncact  = ptab[protocol].fnca;
  1606.     if (ptab[protocol].fncn > -1)
  1607.       fncnv   = ptab[protocol].fncn;
  1608.     if (ptab[protocol].fnsp > -1)
  1609.       fnspath = ptab[protocol].fnsp;
  1610.     if (ptab[protocol].fnrp > -1)
  1611.       fnrpath = ptab[protocol].fnrp;
  1612.     makestr(&(ptab[protocol].h_b_init),upbstr);
  1613.     makestr(&(ptab[protocol].h_t_init),uptstr);
  1614.     makestr(&(ptab[protocol].h_x_init),srvstr);
  1615.     makestr(&(ptab[protocol].p_b_scmd),sndbstr);
  1616.     makestr(&(ptab[protocol].p_t_scmd),sndtstr);
  1617.     makestr(&(ptab[protocol].p_b_rcmd),rcvbstr);
  1618.     makestr(&(ptab[protocol].p_t_rcmd),rcvtstr);
  1619. }
  1620. /* Filename pattern recognition lists for automatic text/binary switching */
  1621. #ifdef PATTERNS
  1622. int patterns = SET_AUTO;                /* Whether to use filename patterns */
  1623. char *txtpatterns[FTPATTERNS+1] = { NULL, NULL };
  1624. char *binpatterns[FTPATTERNS+1] = { NULL, NULL };
  1625. /*
  1626.   Default pattern lists for each platform...
  1627.   NOTE: We leave ".doc", ".hlp", ".ini", and ".scr" alone; although they are
  1628.   traditionally text types, they are binary in Windows.  So they are handled
  1629.   by the prevailing SET FILE TYPE, rather than automatically.  Similarly for
  1630.   ".dat", ".inf", and so on.  Also ".ps" since PostScript files are not
  1631.   always text.  ".log" is omitted since logs can be text or binary.
  1632. */
  1633. #ifdef UNIX
  1634. static char *txtp[FTPATTERNS] = {
  1635.     "*.txt","*.c","*.h","*.r","*.w","*.cpp","*.ksc","*.bwr","*.upd",
  1636.     "*.html","*.htm","*.mss","*.tex","*.nr","[Mm]akefile", "*.hex", "*.hqx",
  1637.     "*.for","*.f77","*.f","*.F","*.s","*.pas","*.java","*.el","*.lisp",
  1638.     "*.sh","*.perl","*.awk","*.sno","*.spt","*.sed",
  1639.     "*.TXT", "*read.me", "*READ.ME", ".*", "*/.*", NULL
  1640. };
  1641. /* Note: .DOC added to binary patterns June 1998... Microsoft wins. */
  1642. static char *binp[FTPATTERNS] = {
  1643.     "*.gz","*.Z","*.tgz","*.gif", "*.tar","*.zip","*.o","*.so","*.a","*.out",
  1644.     "*.exe", "*.jpg", "*.jpeg", "*.tif","*.tiff", "*.pdf", "*.so.*", "*.class",
  1645.     "*.rpm", "*.bmp", "*.bz2", "*.BMP", "*.dll", "*.doc", "*.vxd", "*.pdf",
  1646.     "*.xl*", "*.lzh", "*.lhz", "[wk]ermit",
  1647.     NULL
  1648. };
  1649. #else
  1650. #ifdef OSK
  1651. static char *txtp[FTPATTERNS] = {
  1652.     /* program sources */
  1653.     "*.c","*.cpp","*.h","*.a","*akefile",
  1654.     "*.for","*.f77","*.f","*.F","*.s","*.pas","*.java","*.el",".lisp",
  1655.     "*.sh","*.perl","*.awk","*.sno","*.spt","*.sed",
  1656.     /* general text */
  1657.     "*.txt","*.w",
  1658.     "*.ksc","*.bwr","*.upd",
  1659.     "*.html","*.htm","*.mss","*.tex","*.nr","*.hex", "*.hqx",
  1660.     "*.TXT", "*read.me", "*READ.ME", ".*", "*/.*",
  1661.     NULL
  1662. };
  1663. static char *binp[FTPATTERNS] = {
  1664.     /* archivers */
  1665.     "*.gz","*.Z","*.z","*.tgz","*.lhz","*.tar","*.zip","*.ar","*.zoo","*.rpm",
  1666.     "*.lzh",
  1667.     /* object files, libraries, executables */
  1668.     "*.r","*.l","*.exe", "*.dll", "*.so.*", "*.class",
  1669.     /* images */
  1670.     "*.gif", "*.jpg", "*.jpeg", "*.tif","*.tiff", "*.pdf",
  1671.     "*.bmp", ".bz2", "*.BMP","*.pcx",
  1672.     NULL
  1673. };
  1674. #else
  1675. #ifdef OS2
  1676. static char *txtp[FTPATTERNS] = {
  1677.     "*.txt","*.ksc","*.htm","*.html","*.bat","*.cmd","*.jav","*.asm", "*.hex",
  1678.      "*.hqx", "*.c", "*.h", "*.w", "*.java", "*.bwr", "*.upd",
  1679.      "read.me", "makefile", NULL
  1680. };
  1681. static char *binp[FTPATTERNS] = {       /* But note that .COM is text in VMS */
  1682.     "*.exe", "*.zip", "*.obj", "*.com", "*.gif", "*.jpg", "*.wav", "*.ram",
  1683.     "*.class", "*.cla", "*.dll", "*.drv", "*.ocx", "*.vbx", "*.lib", "*.ico",
  1684.     "*.bmp", "*.tif", "*.tar", "*.gz", "*.tgz", "*.xl*", "*.doc", "*.vxd",
  1685.     "*.pdf", "*.lzh", NULL
  1686. };
  1687. #else
  1688. #ifdef datageneral
  1689. static char *txtp[FTPATTERNS] = {
  1690.     "*.txt", "*.c", "*.h", "*.w", "*.er", "*.bwr", "*.upd", "read.me",
  1691.     "*.cli", "*.ksc", NULL
  1692. };
  1693. static char *binp[FTPATTERNS] = {       /* Add foreign types if anybody */
  1694.     "*.ob", "*.pr", "*.dmp", NULL       /* cares -- .exe, .zip, etc */
  1695. };
  1696. #else
  1697. #ifdef STRATUS
  1698. static char *txtp[FTPATTERNS] = {
  1699.     "*.txt","*.ksc","*.htm","*.html","*.bat","*.cmd","*.jav","*.asm", "*.hex",
  1700.      "*.hqx", "*.c", "*.h", "*.w", "*.java", "*.bwr", "*.upd","*.ttp","*.cm",
  1701.      "*.pl1", "*.emacs", "read.me", "*.pl", "makefile", NULL
  1702. };
  1703. static char *binp[FTPATTERNS] = {       /* But note that .COM is text in VMS */
  1704.     "*.exe", "*.zip", "*.obj", "*.com", "*.gif", "*.jpg", "*.wav", "*.ram",
  1705.     "*.class", "*.cla", "*.dll", "*.drv", "*.ocx", "*.vbx", "*.lib", "*.ico",
  1706.     "*.bmp", "*.tif", "*.tar", "*.gz", "*.tgz", "*.xl*", "*.doc", "*.vxd",
  1707.     "*.pdf", "*.lzh", "*.pm", NULL
  1708. };
  1709. #else
  1710. /* Fill in others here if appropriate */
  1711. static char *binp[FTPATTERNS] = { NULL, NULL };
  1712. static char *txtp[FTPATTERNS] = { NULL, NULL };
  1713. #endif /* STRATUS */
  1714. #endif /* datageneral */
  1715. #endif /* OS2 */
  1716. #endif /* OSK */
  1717. #endif /* UNIX */
  1718. /*
  1719.   Set up default pattern lists so they can be freed and re-malloc'd.
  1720.   Each pattern list must terminated by a null element.
  1721. */
  1722. VOID
  1723. initpat() {
  1724.     int i;
  1725.     for (i = 0; i < FTPATTERNS; i++) {
  1726.         txtpatterns[i] = NULL;
  1727.         binpatterns[i] = NULL;
  1728.     }
  1729.     for (i = 0; i < FTPATTERNS; i++) {
  1730.         makestr(&(txtpatterns[i]),txtp[i]);
  1731.         if (!txtp[i])
  1732.           break;
  1733.     }
  1734.     for (i = 0; i < FTPATTERNS; i++) {
  1735.         makestr(&(binpatterns[i]),binp[i]);
  1736.         if (!binp[i])
  1737.           break;
  1738.     }
  1739. }
  1740. #endif /* PATTERNS */
  1741. #endif /* NOXFER */
  1742. #ifndef NOCMDL
  1743. VOID
  1744. #ifdef CK_ANSIC
  1745. docmdline(void * threadinfo)
  1746. #else /* CK_ANSIC */
  1747. docmdline(threadinfo) VOID * threadinfo;
  1748. #endif /* CK_ANSIC */
  1749. {
  1750. #ifdef NTSIG
  1751.     setint();
  1752.     if (threadinfo) {                   /* Thread local storage... */
  1753.        TlsSetValue(TlsIndex,threadinfo);
  1754.        debug( F100, "docmdline called with threadinfo block", "", 0 );
  1755.     } else
  1756.       debug( F100, "docmdline threadinfo is NULL","",0);
  1757. #endif /* NTSIG */
  1758. #ifdef CK_LOGIN
  1759. #ifdef NT
  1760. #ifdef IKSD
  1761.     if (inserver)
  1762.       setntcreds();
  1763. #endif /* IKSD */
  1764. #endif /* NT */
  1765. #endif /* CK_LOGIN */
  1766.     proto();                            /* Take any requested action, then */
  1767.     if (!quiet)                         /* put cursor back at left margin, */
  1768.       conoll("");
  1769. #ifndef NOLOCAL
  1770.     if (cnflg) {                        /* Re-connect if requested */
  1771.         cnflg = 0;
  1772.         doconect(0);
  1773. #ifdef CKLOGDIAL
  1774.         if (ttchk() < 0)
  1775.           dologend();
  1776. #endif /* CKLOGDIAL */
  1777.     }
  1778. #endif /* NOLOCAL */
  1779. #ifdef NTSIG
  1780.      ckThreadEnd(threadinfo);
  1781. #endif /* NTSIG */
  1782.    return;
  1783. }
  1784. void
  1785. ikslogin()
  1786. {
  1787.     if (sstelnet
  1788. #ifdef IKSD
  1789.         || inserver                     /* Internet server */
  1790. #endif /* IKSD */
  1791.         ) {
  1792.         char *s;
  1793.         extern int ckxech;              /* Echo state for command parser */
  1794.         extern int fdispla;             /* File-transfer display format */
  1795.         extern char * ikprompt;         /* IKSD prompt */
  1796. #ifdef IKSD
  1797. #ifdef CK_LOGIN
  1798.         if (inserver) {
  1799.             x_login = 1;                /* Login required */
  1800.             x_logged = 0;               /* Not logged in yet */
  1801.             cmsetp(ikprompt);           /* Set up IKSD's prompt */
  1802. #ifndef NOSERVER
  1803.             en_mai = 0;                 /* MAIL is disabled */
  1804.             en_who = 0;                 /* REMOTE WHO is disabled */
  1805.             en_hos = 0;                 /* REMOTE HOST is disabled */
  1806.             en_pri = 0;                 /* PRINT is disabled */
  1807. #endif /* NOSERVER */
  1808.         } else {
  1809.             x_login = 0;                /* Login not required */
  1810.             x_logged = 1;               /* Already logged in */
  1811.         }
  1812. #endif /* CK_LOGIN */
  1813. #endif /* IKSD */
  1814.         nolocal = 1;                    /* SET LINE/HOST not allowed */
  1815.         fdispla = XYFD_N;               /* No file-transfer display */
  1816. #ifdef NETCONN
  1817.         clienthost = ckgetpeer();       /* Get client's hostname */
  1818.         debug(F110,"ikslogin clienthost",clienthost,0);
  1819. #endif /* NETCONN */
  1820.         ztime(&s);                      /* Get current date and time */
  1821. #ifdef CK_LOGIN
  1822. #ifdef CK_AUTHENTICATION
  1823.         if (x_login) {
  1824.             x_logged = ck_tn_auth_valid(); /* Did Telnet Auth succeed? */
  1825.             debug(F111,"ikslogin","x_logged",x_logged);
  1826.             if (x_logged == AUTH_VALID) {
  1827. #ifdef CK_SSL
  1828.                 if ((ssl_active_flag || tls_active_flag) &&
  1829.                      (!TELOPT_U(TELOPT_AUTHENTICATION) ||
  1830.                        ck_tn_authenticated() == AUTHTYPE_NULL ||
  1831.                        ck_tn_authenticated() == AUTHTYPE_AUTO)) {
  1832.                     printf("Authenticated using X.509 certificatern");
  1833. #ifdef CKSYSLOG
  1834.     if (ckxsyslog >= SYSLG_LI && ckxlogging) {
  1835. extern char szUserNameAuthenticated[];
  1836. cksyslog(SYSLG_LI, 1, "AUTH_VALID",
  1837.  "X.509 certificate",
  1838.  szUserNameAuthenticated
  1839.  );
  1840.     }
  1841. #endif /* CKSYSLOG */
  1842.                 } else
  1843. #endif /* CK_SSL */
  1844.   {
  1845.       printf("Authenticated using %srn",
  1846.      AUTHTYPE_NAME(ck_tn_authenticated()));
  1847. #ifdef CKSYSLOG
  1848.       if (ckxsyslog >= SYSLG_LI && ckxlogging) {
  1849.   extern char szUserNameAuthenticated[];
  1850.   cksyslog(SYSLG_LI, 1, "AUTH_VALID",
  1851.    AUTHTYPE_NAME(ck_tn_authenticated()),
  1852.    szUserNameAuthenticated
  1853.    );
  1854.       }
  1855. #endif /* CKSYSLOG */
  1856.   }
  1857. #ifdef NT
  1858.                 /* On Windows, only NTLM provides actual account login */
  1859.                 /* and therefore does not require a call to zvpass()   */
  1860.                 /* other authentication systems can't provide actual   */
  1861.                 /* account login.                                      */
  1862.                 if (isWin95()) {
  1863.                     x_logged = 0;
  1864.                     printf("WARNING:rn");
  1865.                     printf(
  1866.  "  Telnet authentication methods cannot be used for automated login torn");
  1867.                     printf(
  1868.  "  Windows 95 or Windows 98.  A password must be entered locally torn");
  1869.                     printf(
  1870.  "  validate your userid.  Telnet authentication (and encryption) may bern");
  1871.                     printf(
  1872.  "  used to validate the host and protect the privacy of your password.rn");
  1873.                     zvuser(uidbuf);
  1874.                 } else {
  1875.                     zvuser(uidbuf);
  1876.                     if (zvpass("") == 0)
  1877.                         x_logged = 0;
  1878.                 }
  1879. #else /* NT */
  1880.                 zvuser(uidbuf);
  1881.                 if (zvpass("") == 0)
  1882.                     x_logged = 0;
  1883. #endif /* NT */
  1884.             } else if (x_logged == AUTH_USER &&
  1885.                        !strcmp(uidbuf,"anonymous")) {
  1886.                 extern char szUserNameAuthenticated[];
  1887.                 zvuser(uidbuf);
  1888.                 debug(F110,"XXX szUserNameAuthenticated",
  1889.                       szUserNameAuthenticated,0);
  1890.                 if (zvpass(szUserNameAuthenticated) == 0)
  1891.                   x_logged = 0;
  1892.                 else
  1893.                   printf("Authenticated using %srn",
  1894.                          AUTHTYPE_NAME(ck_tn_authenticated())
  1895.                          );
  1896. #ifdef CKSYSLOG
  1897.                 if (ckxsyslog >= SYSLG_LI && ckxlogging) {
  1898.                     cksyslog(SYSLG_LI, 1, "AUTH_USER",
  1899.                              AUTHTYPE_NAME(ck_tn_authenticated()),
  1900.                              szUserNameAuthenticated
  1901.                              );
  1902.                 }
  1903. #endif /* CKSYSLOG */
  1904.             } else {
  1905. #ifdef CKSYSLOG
  1906.                 if (ckxsyslog >= SYSLG_LI && ckxlogging &&
  1907.                     x_logged == AUTH_USER) {
  1908.                     extern char szUserNameAuthenticated[];
  1909.                     cksyslog(SYSLG_LI, 1, "AUTH_USER",
  1910.                              AUTHTYPE_NAME(ck_tn_authenticated()),
  1911.                              szUserNameAuthenticated
  1912.                              );
  1913.                 }
  1914. #endif /* CKSYSLOG */
  1915.                 x_logged = 0;
  1916.                 if (!strcmp("(unknown)",uidbuf)
  1917. #ifdef NT
  1918.                     || !stricmp("administrator",uidbuf)
  1919. #ifdef UNIX
  1920.                     || !strcmp("root",uidbuf)
  1921. #else
  1922. #ifdef Plan9
  1923.                     || !strcmp("root",uidbuf)
  1924. #else
  1925. #ifdef OSK
  1926.                     || !strcmp("root",uidbuf)
  1927. #endif /* OSK */
  1928. #endif /* Plan9 */
  1929. #endif /* UNIX */
  1930. #endif /* NT */
  1931.                     )
  1932.                   uidbuf[0] = '';
  1933.             }
  1934.         }
  1935. #endif /* CK_AUTHENTICATION */
  1936. #endif /* CK_LOGIN */
  1937. #ifdef IKSD
  1938.         if (inserver)
  1939.           printf("rnInternet Kermit Service ready at %s%srn",s,versio);
  1940.         else
  1941. #endif /* IKSD */
  1942.           printf("rnC-Kermit ready at %s%srn",s,versio);
  1943.         if (*myhost)
  1944.           printf("%srn", myhost);
  1945.         printf("rn");
  1946.     }
  1947. #ifdef CK_LOGIN
  1948. #ifdef IKSD
  1949.     if (inserver) {
  1950.         int i;
  1951.         extern int arg_x;               /* Flag for '-x' on command line */
  1952.         debug(F110,"MAIN clienthost",clienthost,0);
  1953.         srvidl = timelimit = logintimo; /* For interactive login */
  1954.         rtimer();                       /* Reset timer */
  1955.         for (i = 0; i < iks_retry && !x_logged; i++) { /* Count retries */
  1956.             if (gtimer() > logintimo)
  1957.               break;
  1958. #ifdef TNCODE
  1959.             tn_wait("login loop");
  1960.             tn_push();
  1961. #endif /* TNCODE */
  1962.             debug(F101,"MAIN LOGIN try","",i);
  1963.             what = W_NOTHING;           /* Because proto() changes this */
  1964. #ifdef IKS_OPTION
  1965.             debug(F111,"MAIN LOGIN",
  1966.                   "TELOPT_SB(TELOPT_KERMIT).kermit.me_start",
  1967.                   TELOPT_SB(TELOPT_KERMIT).kermit.me_start
  1968.                   );
  1969.             /* Kermit server negotiated */
  1970.             if (TELOPT_SB(TELOPT_KERMIT).kermit.me_start) {
  1971.                 debug(F101,"IKSD starting in server mode","",0);
  1972.                 arg_x = 1;              /* Enter server mode */
  1973.                 sstate = 'x';
  1974. #ifdef IKSDPOPBACK
  1975.                 justone = 1;            /* Execute one command at a time. */
  1976. #endif /* IKSDPOPBACK */
  1977.                 proto();                /* Enter protocol if requested. */
  1978. #ifdef NTSIG
  1979.                 ck_ih();
  1980. #endif /* NTSIG */
  1981.                 if (x_logged)           /* Logged in */
  1982.                   break;
  1983.             } else {                    /* Not in client/server mode */
  1984. #endif /* IKS_OPTION */
  1985.                 debug(F101,"IKSD starting with Username prompt","",0);
  1986.                 x_logged = ckxlogin((CHAR *)uidbuf,NULL,NULL,1);
  1987.                 if (sstate) {           /* Received a packet at prompt */
  1988. #ifdef IKSDPOPBACK
  1989.                     justone = 1;        /* Go handle it */
  1990. #endif /* IKSDPOPBACK */
  1991.                     proto();
  1992.                 }
  1993.                 if (!x_logged) {        /* In case we are at the prompt... */
  1994.                     printf("Access denied.n");
  1995.                     uidbuf[0] = '';   /* Forget the name if we have one */
  1996.                 }
  1997. #ifdef IKS_OPTION
  1998.             }
  1999. #endif /* IKS_OPTION */
  2000.         }
  2001.         srvidl = timelimit = iks_timo;  /* Reset command timelimit */
  2002.         debug(F101,"MAIN LOGIN","",x_logged);
  2003.         if (!x_logged) {                /* Logins failed. */
  2004.             if (TELOPT_SB(TELOPT_KERMIT).kermit.me_start)
  2005.               errpkt((CHAR *)"Login Timeout");
  2006.             msleep(500);
  2007.             doexit(BAD_EXIT,0);
  2008.         }
  2009.         what = W_NOTHING;               /* Stay in known state */
  2010. #ifndef NOSERVER
  2011.         if (isguest) {
  2012.             en_pri = 0;                 /* No printing for anonymous users */
  2013.             en_mai = 0;                 /* No email for anonymous users */
  2014.             en_mkd = 0;                 /* Or directory creation */
  2015.             en_rmd = 0;                 /* Or directory removal */
  2016.             en_ena = 0;                 /* Or ENABLing DISABLEd items */
  2017.         }
  2018. #endif /* NOSERVER */
  2019.     } /* if (inserver) */
  2020. #else /* CK_LOGIN */
  2021.     if (inserver)
  2022.         srvidl = timelimit = iks_timo;  /* Set idle limits for IKS */
  2023. #endif /* CK_LOGIN */
  2024. #endif /* IKSD */
  2025. }
  2026. VOID
  2027. #ifdef CK_ANSIC
  2028. failcmdline(void * foo)
  2029. #else /* CK_ANSIC */
  2030. failcmdline(foo) VOID * foo;
  2031. #endif /* CK_ANSIC */
  2032. {
  2033. #ifdef GEMDOS
  2034.     cc_clean();
  2035. #endif /* GEMDOS */
  2036. #ifndef NOLOCAL
  2037.     if (cnflg) doconect(0);             /* connect again if requested. */
  2038. #ifdef CKLOGDIAL
  2039.     if (ttchk() < 0)
  2040.       dologend();
  2041. #endif /* CKLOGDIAL */
  2042. #endif /* NOLOCAL */
  2043. }
  2044. #endif /* NOCMDL */
  2045. #ifndef NOICP
  2046. VOID
  2047. #ifdef CK_ANSIC
  2048. dotakeini(void * threadinfo)            /* Execute init file. */
  2049. #else  /* CK_ANSIC */
  2050. dotakeini(threadinfo) VOID * threadinfo; /* Execute init file. */
  2051. #endif /* CK_ANSIC */
  2052. /* dotakeini */ {
  2053. #ifdef NTSIG
  2054.     setint();
  2055.     if (threadinfo) {                   /* Thread local storage... */
  2056.        TlsSetValue(TlsIndex,threadinfo);
  2057.        debug(F100, "dotakeini called with threadinfo block","", 0);
  2058.     } else
  2059.       debug(F100, "dotakeini - threadinfo is NULL", "", 0);
  2060. #endif /* NTSIG */
  2061. #ifdef CK_LOGIN
  2062. #ifdef NT
  2063. #ifdef IKSD
  2064.     if (inserver)
  2065.       setntcreds();
  2066. #endif /* IKSD */
  2067. #endif /* NT */
  2068. #endif /* CK_LOGIN */
  2069.     cmdini();                           /* Sets tlevel */
  2070.     debug(F111,"dotakeini","inserver",inserver);
  2071.     debug(F111,"dotakeini","sstelnet",sstelnet);
  2072. #ifdef COMMENT
  2073. /* Wrong place for this... */
  2074. #ifndef NOXFER
  2075. #ifdef CK_FAST
  2076.     dofast();                           /* By now FAST defaults should be OK */
  2077. #endif /* CK_FAST */
  2078. #endif /* NOXFER */
  2079. #endif /* COMMENT */
  2080.     doinit();                           /* Now do the initialization file */
  2081.     debug(F101,"main executing init file","",tlevel);
  2082.     while (tlevel > -1) {
  2083.         sstate = (CHAR) parser(1);      /* Execute one command at a time. */
  2084.         if (sstate) proto();            /* Enter protocol if requested. */
  2085. #ifdef NTSIG
  2086.         ck_ih();
  2087. #endif /* NTSIG */
  2088.     }
  2089.     debug(F101,"main exits init file","",tlevel);
  2090. #ifdef NTSIG
  2091.     ckThreadEnd(threadinfo);
  2092. #endif /* NTSIG */
  2093.     return;
  2094. }
  2095. VOID
  2096. #ifdef CK_ANSIC
  2097. failtakeini(void * threadinfo)
  2098. #else /* CK_ANSIC */
  2099. failtakeini(threadinfo) VOID * threadinfo;
  2100. #endif /* CK_ANSIC */
  2101. /* failtakeini */ {
  2102. #ifdef GEMDOS
  2103.     cc_clean();                         /* Atari: Clean up after ^C-trap. */
  2104. #endif /* GEMDOS */
  2105.     if (!cfilef) {
  2106.         conoll("Interrupt during initialization or command-line processing.");
  2107.         conoll("C-Kermit quitting...");
  2108.     }
  2109.     doexit(BAD_EXIT,-1);                /* Exit with bad status. */
  2110. }
  2111. VOID
  2112. #ifdef CK_ANSIC
  2113. doicp(void * threadinfo)
  2114. #else /* CK_ANSIC */
  2115. doicp(threadinfo) VOID * threadinfo;
  2116. #endif /* CK_ANSIC */
  2117. /* doicp */ {
  2118. #ifdef NTSIG
  2119.     setint();
  2120.     if (threadinfo) {                   /* Thread local storage... */
  2121.        if (!TlsSetValue(TlsIndex,threadinfo))
  2122.           debug(F101,"doicp TlsSetValue failed","",GetLastError());
  2123.        debug(F101, "doicp a threadinfo block - TlsIndex", "", TlsIndex);
  2124.     } else {
  2125.         debug(F100, "doicp received a null threadinfo", "", 0);
  2126.     }
  2127. #endif /* NTSIG */
  2128. #ifdef CK_LOGIN
  2129. #ifdef NT
  2130. #ifdef IKSD
  2131.     if (inserver)
  2132.       setntcreds();
  2133. #endif /* IKSD */
  2134. #endif /* NT */
  2135. #endif /* CK_LOGIN */
  2136. #ifdef MAC
  2137.     while (1) {
  2138.         extern char *lfiles;            /* Fake pointer cast */
  2139.         if (connected) {
  2140.             debug(F100, "doicp: calling macparser", "", 0);
  2141.             sstate = newparser(1, 1, 0L);
  2142.             /* ignore null command state */
  2143.             if (sstate == 'n')
  2144.               sstate = '';
  2145.             if (sstate)
  2146.               proto();
  2147.         } else {
  2148.             /*
  2149.              * process take files the finder gave us.
  2150.              */
  2151.             if ((tlevel == -1) && lfiles)
  2152.               startlfile();
  2153.             debug(F100, "doicp: calling parser", "", 0);
  2154.             sstate = (CHAR) parser(0);
  2155.             if (sstate == 'c')          /* if MAC connect */
  2156.               sstate = 0;
  2157.             if (sstate)
  2158.               proto();
  2159.         }
  2160.     }
  2161. #else /* Not MAC */
  2162. #ifndef NOSPL
  2163. /*
  2164.   If interactive commands were given on the command line (using the
  2165.   -C "command, command, ..." option), assign them to a macro called
  2166.   "cl_commands", then execute the macro and leave it defined for
  2167.   subsequent re-execution if desired.
  2168. */
  2169.     if (clcmds) {                       /* Check for -C commands */
  2170.         int x;
  2171.         x = addmac("cl_commands",clcmds); /* Put macro in table */
  2172.         if (x > -1) {                   /* If successful, */
  2173.             dodo(x,NULL,CF_CMDL);       /* set up for macro execution */
  2174.             while (maclvl > -1) {       /* Loop getting macro commands. */
  2175.                 sstate = (CHAR) parser(1);
  2176.                 if (sstate) proto();    /* Enter protocol if requested. */
  2177. #ifdef NTSIG
  2178.                 ck_ih();
  2179. #endif /* NTSIG */
  2180.             }
  2181.         }
  2182.         herald();
  2183.     }
  2184. #endif /* NOSPL */
  2185.     while(1) {                          /* Loop getting commands. */
  2186.         sstate = (CHAR) parser(0);
  2187.         if (sstate) proto();            /* Enter protocol if requested. */
  2188. #ifdef NTSIG
  2189.        ck_ih();
  2190. #endif /* NTSIG */
  2191.     }
  2192. #ifdef NTSIG
  2193.     ckThreadEnd(threadinfo);
  2194. #endif /* NTSIG */
  2195. #endif /* MAC */
  2196. }
  2197. VOID
  2198. #ifdef CK_ANSIC
  2199. failicp(void * threadinfo)
  2200. #else /* CK_ANSIC */
  2201. failicp(threadinfo) VOID * threadinfo;
  2202. #endif /* CK_ANSIC */
  2203. {
  2204. #ifdef GEMDOS
  2205.     cc_clean();
  2206. #endif /* GEMDOS */
  2207.     fixcmd();                           /* Pop command stacks, etc. */
  2208.     clcmds = NULL;
  2209.     debug(F100,"ckcmai got interrupt","",0);
  2210. }
  2211. #endif /* NOICP */
  2212. #ifndef NOICP
  2213. VOID
  2214. #ifdef CK_ANSIC
  2215. docmdfile(void * threadinfo)            /* Execute application file */
  2216. #else /* CK_ANSIC */
  2217. docmdfile(threadinfo) VOID * threadinfo;
  2218. #endif /* CK_ANSIC */
  2219. /* docmdfile */ {
  2220. #ifdef NTSIG
  2221.     concb((char)escape);
  2222.     setint();
  2223.     if (threadinfo) {                   /* Thread local storage... */
  2224.         TlsSetValue(TlsIndex,threadinfo);
  2225.         debug(F100, "docmdfile called with threadinfo block","", 0);
  2226.     } else debug(F100, "docmdfile - threadinfo is NULL", "", 0);
  2227. #endif /* NTSIG */
  2228. #ifdef CK_LOGIN
  2229. #ifdef IKSD
  2230. #ifdef NT
  2231.     if (inserver)
  2232.       setntcreds();
  2233. #endif /* NT */
  2234. #endif /* IKSD */
  2235. #endif /* CK_LOGIN */
  2236.     debug(F110,"main cmdfil",cmdfil,0);
  2237. #ifndef NOSPL
  2238.     addmac("\%0",cmdfil);
  2239. #endif /* NOSPL */
  2240.     dotake(cmdfil);                     /* execute it */
  2241.     while (tlevel > -1) {               /* until it runs out. */
  2242.         sstate = parser(1);             /* Loop getting commands. */
  2243.         if (sstate) proto();            /* Enter protocol if requested. */
  2244. #ifdef NTSIG
  2245.         ck_ih();
  2246. #endif /* NTSIG */
  2247.     }
  2248.     cfilef = 1;                         /* Remember we did this */
  2249. #ifdef NTSIG
  2250.     ckThreadEnd(threadinfo);
  2251. #endif /* NTSIG */
  2252.     return;
  2253. }
  2254. VOID
  2255. #ifdef CK_ANSIC
  2256. failcmdfile(void * threadinfo)
  2257. #else /* CK_ANSIC */
  2258. failcmdfile(threadinfo) VOID * threadinfo;
  2259. #endif /* CK_ANSIC */
  2260. /* failcmdfile */ {
  2261. #ifdef GEMDOS
  2262.     cc_clean();                         /* Atari: Clean up after ^C-trap. */
  2263. #endif /* GEMDOS */
  2264.     if (!cfilef) {
  2265.         conoll("Interrupt during initialization or command-line processing.");
  2266.         conoll("C-Kermit quitting...");
  2267.     }
  2268.     doexit(BAD_EXIT,-1);                /* Exit with bad status. */
  2269. }
  2270. #endif /* NOICP */
  2271. #ifndef NOXFER
  2272. VOID
  2273. setprefix(z) int z; {                   /* Initial control-char prefixing */
  2274. #ifdef CK_SPEED
  2275.     int i, val;
  2276.     prefixing = z;
  2277.     ptab[protocol].prefix = prefixing;
  2278.     debug(F101,"setprefix","",prefixing);
  2279.     switch (z) {
  2280.       case PX_ALL:                      /* All */
  2281. #ifdef COMMENT
  2282.         /* Don't let Clear-Channel be dependent on prefixing */
  2283.         clearrq = 0;                    /* Turn off clearchannel, fall thru */
  2284. #endif /* COMMENT */
  2285.       case PX_NON:                      /* None */
  2286.         val = (z == PX_ALL) ? 1 : 0;
  2287.         for (i =
  2288. #ifdef UNPREFIXZERO
  2289.              0
  2290. #else
  2291.              1
  2292. #endif /* UNPREFIXZERO */
  2293.              ; i < 32; i++)
  2294.           ctlp[i] = val;
  2295.         for (i = 127; i < 160; i++) ctlp[i] = val;
  2296.         ctlp[(unsigned)255] = val;
  2297.         if (z == PX_NON) {              /* These are never safe */
  2298.     if (network) { /* Assume network = telnet or rlogin */
  2299. ctlp[CR] = 1; /* Prefix CR because of NVT rules */
  2300. ctlp[XON] = ctlp[XOFF] = 1; /* Because of Telnet server */
  2301. ctlp[127] = ctlp[255] = 1;  /* Telnet IAC */
  2302. ctlp[mystch] = ctlp[mystch+128] = 1; /* Kermit packet start */
  2303.     } else {
  2304. ctlp[CR] = ctlp[255] = ctlp[mystch] = ctlp[mystch+128] = 1;
  2305. if (flow == FLO_XONX)       /* Xon/Xoff forces prefixing */
  2306.   ctlp[XON] = ctlp[XOFF] = ctlp[XON+128] = ctlp[XOFF+128] = 1;
  2307.     }
  2308.         }
  2309.         break;
  2310.       case PX_CAU:                      /* Cautious or Minimal */
  2311. #ifdef COMMENT
  2312.         /* Don't let CLEAR-CHANNEL be dependent on Prefixing */
  2313.         clearrq = 0;                    /* Turn off clearchannel */
  2314. #endif /* COMMENT */
  2315.       case PX_WIL:                      /* Minimal ("wild") */
  2316.         ctlp[0] = 1;                    /* Does not include 0 */
  2317.         for (i = 1; i < 32; i++)
  2318.           ctlp[i] = 0;
  2319.         for (i = 127; i < 160; i++)
  2320.           ctlp[i] = 0;
  2321.         ctlp[mystch] = ctlp[mystch+128] = 1; /* Kermit start of packet */
  2322.         if (seol != 13)
  2323.           ctlp[seol] = ctlp[seol+128] = 1; /* Kermit end */
  2324.         ctlp[13] = ctlp[141] = 1;       /* In case of TELNET (NVT rules) */
  2325.         ctlp[(unsigned)255] = 1;        /* Ditto */
  2326.         /* ^D, ^J, ^M, or ^U followed by tilde trigger Rlogin escape */
  2327.         ctlp[4]  = ctlp[4+128]  = 1;    /* In case of RLOGIN */
  2328.         ctlp[10] = ctlp[10+128] = 1;    /* In case of RLOGIN */
  2329.         ctlp[21] = ctlp[21+128] = 1;    /* In case of RLOGIN */
  2330.         if (flow == FLO_XONX ||         /* Xon/Xoff forces prefixing these */
  2331.             prefixing == PX_CAU || /* So does CAUTIOUS */
  2332.     network) /* Networks too... */
  2333.           ctlp[XON] = ctlp[XOFF] = ctlp[XON+128] = ctlp[XOFF+128] = 1;
  2334.         if (prefixing == PX_CAU) {      /* Cautious - add some more */
  2335. #ifdef UNPREFIXZERO
  2336.             ctlp[0] = 1;
  2337. #endif /* UNPREFIXZERO */
  2338.             ctlp[3]   = ctlp[16]  = 1;             /* ^C, DLE */
  2339.             ctlp[14]  = ctlp[15]  = 1;             /* SO/SI */
  2340.             ctlp[24]  = ctlp[25]  = 1;             /* VMS might need these */
  2341.             ctlp[26]  = ctlp[26+128] = 1;          /* UNIX suspend */
  2342.             ctlp[28]  = ctlp[29]  = ctlp[30]  = 1; /* Assorted esc chars */
  2343.             ctlp[131] = ctlp[141] = ctlp[144] = 1; /* and 8-bit versions */
  2344.             ctlp[(unsigned)255] = ctlp[156] = ctlp[157] = ctlp[158] = 1;
  2345.         }
  2346.         break;
  2347.     }
  2348. #endif /* CK_SPEED */
  2349. }
  2350. #endif /* NOXFER */
  2351. VOID
  2352. makever() {                             /* Make version string from pieces */
  2353.     int x, y;
  2354. #ifndef OS2
  2355. #ifndef MAC
  2356.     ck_s_xver = ck_s_ver;               /* Fill in C-Kermit version number */
  2357.     ck_l_xver = ck_l_ver;               /* for UNIX, VMS, etc. */
  2358. #endif /* MAC */
  2359. #endif /* OS2 */
  2360.     x = strlen(ck_s_name);
  2361.     y = strlen(ck_s_xver);
  2362.     if (y + x + 1 < CKVERLEN) {
  2363.         sprintf(versio,"%s %s",ck_s_name,ck_s_xver);
  2364.     } else {
  2365.         sprintf(versio,"C-Kermit");
  2366.         return;
  2367.     }
  2368.     x += y + 1;
  2369.     if (*ck_s_who) {
  2370.         y = strlen(ck_s_who);
  2371.         if (CKVERLEN < x + y + 1)
  2372.           return;
  2373.         strcat(versio,"-");
  2374.         strcat(versio,ck_s_who);
  2375.     }
  2376.     x += y + 1;
  2377.     y = strlen(ck_s_test);
  2378.     if (y > 0 && y + x + 1 < CKVERLEN) {
  2379.         strcat(versio," ");
  2380.         strcat(versio,ck_s_test);
  2381.         x += y + 1;
  2382.         y = strlen(ck_s_tver);
  2383.         if (y > 0 && y + x + 1 < CKVERLEN) {
  2384.             strcat(versio,".");
  2385.             strcat(versio,ck_s_tver);
  2386.             x += y + 1;
  2387.         }
  2388.     }
  2389.     y = strlen(ck_s_date);
  2390.     if (y > 0 && y + x + 2 < CKVERLEN) {
  2391.         strcat(versio,", ");
  2392.         strcat(versio,ck_s_date);
  2393.     }
  2394.     vernum = ck_l_ver;
  2395.     xvernum = ck_l_xver;
  2396.     debug(F110,"Kermit version",versio,0);
  2397. }
  2398. union ck_short shortbytes;              /* For determining byte order */
  2399. int byteorder = 0;                      /* 0 = Big Endian; 1 = Little Endian */
  2400. int bigendian = 1;
  2401. /* NOTE: MUST BE 0 or 1 - nothing else */
  2402. /*
  2403.   main()...
  2404.   If you get complaints about "main: return type is not blah",
  2405.   define MAINTYPE on the CC command line, e.g. "CFLAGS=-DMAINTYPE=blah"
  2406.   (where "blah" is int, long, or whatever).
  2407.   If the complaint is "Attempt to return a value from a function of type void"
  2408.   then add -DMAINISVOID.
  2409. */
  2410. #ifndef MAINTYPE
  2411. #ifndef MAINISVOID
  2412. #define MAINTYPE int
  2413. #endif /* MAINISVOID */
  2414. #endif /* MAINTYPE */
  2415. #ifdef MAINISVOID
  2416. #ifndef MAINTYPE
  2417. #define MAINTYPE void
  2418. #endif /* MAINTYPE */
  2419. #endif /* MAINISVOID */
  2420. #ifdef aegis
  2421. /* On the Apollo, intercept main to insert a cleanup handler */
  2422. int
  2423. ckcmai(argc,argv) int argc; char **argv;
  2424. #else
  2425. #ifdef MAC                              /* Macintosh */
  2426. int
  2427. main (void)
  2428. #else
  2429. #ifdef __GNUC__                         /* GCC compiler */
  2430. int
  2431. main(argc,argv) int argc; char **argv;
  2432. #else
  2433. #ifdef __DECC                           /* DEC Alpha with DEC C compiler */
  2434. #ifdef __ALPHA
  2435. int
  2436. main(argc,argv) int argc; char **argv;
  2437. #else                                   /* DEC C compiler, not Alpha */
  2438. #define MAINISVOID
  2439. VOID
  2440. main(argc,argv) int argc; char **argv;
  2441. #endif  /* __ALPHA */
  2442. #else
  2443. #ifdef STRATUS                          /* Stratus VOS */
  2444. int
  2445. main(argc,argv) int argc; char **argv;
  2446. #else                                   /* K-95 */
  2447. #ifdef OS2
  2448. #ifdef KUI
  2449. #define MAINISVOID
  2450. void
  2451. Main( int argc, char ** argv )
  2452. #else /* KUI */
  2453. #define MAINISVOID
  2454. VOID
  2455. main(argc,argv) int argc; char **argv;
  2456. #endif /* KUI */
  2457. #else  /* Not K95 */
  2458. MAINTYPE                                /* All others... */
  2459. main(argc,argv) int argc; char **argv;
  2460. #endif /* OS2 */
  2461. #endif /* STRATUS */
  2462. #endif /* __DECC */
  2463. #endif /* __GNUC__ */
  2464. #endif /* MAC */
  2465. #endif /* aegis */
  2466. /* main */ {
  2467.     char *p;
  2468. #ifndef NOSETKEY
  2469.     int i;
  2470. #endif /* NOSETKEY */
  2471. #ifdef datageneral
  2472.     short *pfha = 016000000036;         /* Get around LANG_RT problem */
  2473.     *pfha = (short) 0;                  /* No user protection fault handler */
  2474. #endif /* datageneral */
  2475. /* Do some initialization */
  2476. #ifndef MAC
  2477.     xargc = xargs = argc;               /* Make global copies of argc */
  2478.     xargv = argv;                       /* ...and argv. */
  2479.     xarg0 = argv[0];
  2480. #ifdef NT
  2481.     setOSVer();
  2482. #endif /* NT */
  2483.     zstrip(argv[0],&p);                 /* Get name we were invoked with */
  2484.     makestr(&myname,p);
  2485.     if (!ckstrcmp(myname,"telnet",6,0)) howcalled = I_AM_TELNET;
  2486.     if (!ckstrcmp(myname,"rlogin",6,0)) howcalled = I_AM_RLOGIN;
  2487.     if (!ckstrcmp(myname,"iksd",4,0))   howcalled = I_AM_IKSD;
  2488.     debug(F111,"howcalled",myname,howcalled);
  2489.     shortbytes.x_short = 0xABCD;        /* Get Endianness */
  2490.     if (shortbytes.x_char[0] == 0xCD) { /* 0 = Big Endian */
  2491.         byteorder = 1;                  /* 1 = Little Endian */
  2492.         bigendian = 0;                  /* (for clarity in programming) */
  2493.     }
  2494. #ifndef NOICP
  2495.     cmdini();                           /* Must come before prescan */
  2496.     debug(F100,"main cmdini() done","",0);
  2497. #endif /* NOICP */
  2498.     prescan(0);                         /* Pre-Check for debugging, etc */
  2499. #endif /* MAC */
  2500.     debug(F101,"MAIN feol","",feol);
  2501.     makever();                          /* Put together version strings */
  2502. #ifndef NOSETKEY                        /* Allocate & initialize the keymap */
  2503.     /* This code has been moved to before sysinit() for K95G */
  2504.     if (!(keymap = (KEY *) malloc(sizeof(KEY)*KMSIZE)))
  2505.       fatal("main: no memory for keymap");
  2506.     if (!(macrotab = (MACRO *) malloc(sizeof(MACRO)*KMSIZE)))
  2507.       fatal("main: no memory for macrotab");
  2508.     for (i = 0; i < KMSIZE; i++) {
  2509.        keymap[i] = (KEY) i;
  2510.        macrotab[i] = NULL;
  2511.     }
  2512. #endif /* NOSETKEY */
  2513.     if (sysinit() < 0)                  /* System-dependent initialization. */
  2514.       fatal("Can't initialize!");
  2515.     else
  2516.       initflg = 1;                      /* Remember we did. */
  2517.     debug(F111,"ckcmai myname",myname,howcalled);
  2518. #ifdef CKSYSLOG
  2519. #ifdef SYSLOGLEVEL
  2520. /*
  2521.   If built with -DSYSLOGLEVEL on cc command line, this means we always
  2522.   do syslogging at the indicated level.
  2523. */
  2524.     zsyslog();                          /* Open syslog */
  2525. #else /* SYSLOGLEVEL */
  2526. #ifdef IKSD
  2527.     if (inserver)
  2528.       zsyslog();                        /* Open syslog */
  2529. #endif /* IKSD */
  2530. #endif /* SYSLOGLEVEL */
  2531. #endif /* CKSYSLOG */
  2532. #ifdef TNCODE
  2533.     tn_set_modes();                     /* Init Telnet Option tables */
  2534. #endif /* TNCODE */
  2535. #ifdef CK_AUTHENTICATION
  2536. #ifdef CK_KERBEROS
  2537.     ini_kerb();                         /* Initialize Kerberos data */
  2538. #endif /* CK_KERBEROS */
  2539. #endif /* CK_AUTHENTICATION */
  2540. #ifdef CK_TTGWSIZ                       /* Initialize screen dimensions */
  2541. #ifdef OS2
  2542.     ttgcwsz();
  2543. #else /* OS2 */
  2544.     if (ttgwsiz() > 0) {
  2545.         if (tt_rows > 0 && tt_cols > 0) {
  2546.             cmd_rows = tt_rows;
  2547.             cmd_cols = tt_cols;
  2548.         }
  2549.     }
  2550. #endif /* OS2 */
  2551. #endif /* CK_TTGWSIZ */
  2552. #ifdef TCPSOCKET
  2553. #ifdef CK_SOCKS
  2554.     SOCKSinit(argv[0]);                 /* Internet relay package... */
  2555. #endif /* CK_SOCKS */
  2556. #endif /* TCPSOCKET */
  2557.     initflow();                         /* Initialize flow-control table */
  2558. #ifdef FNFLOAT
  2559.     initfloat();                        /* Deduce floating-point precision */
  2560. #endif /* FNFLOAT */
  2561. #ifndef NOXFER
  2562. #ifdef CK_XYZ                           /* Initialize protocols...  */
  2563. #ifdef XYZ_INTERNAL /* XYZMODEM are internal ... */
  2564. #ifdef COMMENT
  2565. /* Can't do this for XMODEM because if filename contains a "C" etc... */
  2566.     initproto(PROTO_X, "rx %s","rx %s", NULL, NULL, NULL, NULL, NULL);
  2567.     initproto(PROTO_XC,"rc %s","rc %s", NULL, NULL, NULL, NULL, NULL);
  2568. #else /* COMMENT */
  2569.     initproto(PROTO_X, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
  2570.     initproto(PROTO_XC,NULL, NULL, NULL, NULL, NULL, NULL, NULL);
  2571. #endif /* COMMENT */
  2572.     initproto(PROTO_Y, "rb","rb", NULL, NULL, NULL, NULL, NULL);
  2573.     initproto(PROTO_G, "rb","rb", NULL, NULL, NULL, NULL, NULL);
  2574.     initproto(PROTO_Z, "rz","rz", NULL, NULL, NULL, NULL, NULL);
  2575.    initproto(PROTO_K,"kermit -ir","kermit -r","kermit -x",NULL,NULL,NULL,NULL);
  2576.     /* Kermit Must be last */
  2577. #else /* XYZMODEM are external protocols ... */
  2578. /*                  s1      s2     s3    s4      s5         s6      s7     */
  2579. initproto(PROTO_X, "rx %s","rx %s",NULL,"sx %s","sx -a %s","rx %s", "rx %s");
  2580. initproto(PROTO_XC,"rc %s","rc %s",NULL,"sx %s","sx -a %s","rc %s", "rc %s");
  2581. initproto(PROTO_Y, "rb",   "rb",   NULL,"sb %s","sb -a %s","rb",    "rb"   );
  2582. initproto(PROTO_G, "rb",   "rb",   NULL,"sb %s","sb -a %s","rb",    "rb"   );
  2583. initproto(PROTO_Z, "rz",   "rz",   NULL,"sz %s","sz -a %s","rz",    "rz"   );
  2584. initproto(PROTO_K, "kermit -ir","kermit -r","kermit -x",NULL,NULL,NULL,NULL);
  2585. /* Kermit must be last */
  2586. #endif /* XYZ_INTERNAL */
  2587. #else  /* No XYZMODEM support */
  2588.    initproto(PROTO_K,"kermit -ir","kermit -r","kermit -x",NULL,NULL,NULL,NULL);
  2589. #endif /* CK_XYZ */
  2590. #endif /* NOXFER */
  2591. #ifndef NOXFER
  2592. #ifdef OS2
  2593.     /* Initialize Kermit and Zmodem Auto-Download Strings */
  2594.     adl_kstr = strdup("KERMIT READY TO SEND...");
  2595.     adl_zstr = strdup("rzr");
  2596. #endif /* OS2 */
  2597. #ifdef PATTERNS
  2598.     initpat();                          /* Initialize filename patterns */
  2599. #endif /* PATTERNS */
  2600. #endif /* NOXFER */
  2601. #ifndef NOCSETS
  2602.     initcsets();                        /* Initialize character sets */
  2603. #endif /* NOCSETS */
  2604. #ifndef NOICP
  2605. #ifdef DFCDMSG
  2606.     makestr(&cdmsgstr,DFCDMSG);
  2607.     makelist(cdmsgstr,cdmsgfile,8);     /* Initialize CD message filenames */
  2608. #endif /* DFCDMSG */
  2609. #endif /* NOICP */
  2610.     connoi();                           /* Console interrupts off */
  2611.     sstate = 0;                         /* No default start state. */
  2612. #ifdef DYNAMIC
  2613.     if (getiobs() < 0)
  2614.       fatal("Can't allocate i/o buffers!");
  2615. #endif /* DYNAMIC */
  2616. #ifndef NOSPL
  2617. #ifndef NORANDOM
  2618.     srand((unsigned int)gtimer());
  2619. #endif /* NORANDOM */
  2620. #endif /* NOSPL */
  2621.     ckhost(myhost,MYHOSTL);             /* Name of local host */
  2622.     debug(F110,"main ckhost",myhost,0);
  2623. #ifdef IKSD
  2624.     if (!inserver) {
  2625. #endif /* IKSD */
  2626.         strcpy(ttname,dftty);           /* Set up default tty name. */
  2627.         local = nolocal ? 0 : dfloc;    /* And whether it's local or remote. */
  2628.         parity = dfprty;                /* Set initial parity, */
  2629. #ifndef NOXFER
  2630.         myindex = getsysix(cksysid);    /* System index */
  2631. #endif /* NOXFER */
  2632.         if (local) if (ttopen(ttname,&local,0,0) < 0) {
  2633. #ifndef OS2
  2634.             conol("Can't open device: ");
  2635.             conoll(ttname);
  2636. #endif /* OS2 */
  2637.             local = 0;
  2638.             strcpy(ttname,CTTNAM);
  2639.         }
  2640.         setflow();                      /* Set appropriate flow control */
  2641.         speed = ttgspd();               /* Get transmission speed. */
  2642. #ifdef IKSD
  2643.     }
  2644. #endif /* IKSD */
  2645. #ifdef ANYX25                           /* All X.25 implementations */
  2646. #ifndef IBMX25                          /* except IBM have PAD support */
  2647.     initpad();                          /* Initialize X.25 PAD */
  2648. #endif /* IBMX25 */
  2649. #endif /* ANYX25 */
  2650. #ifndef NOXFER
  2651.     if (inibufs(SBSIZ,RBSIZ) < 0)       /* Allocate packet buffers */
  2652.       fatal("Can't allocate packet buffers!");
  2653. #ifndef NOCKSPEED
  2654.     setprefix(prefixing);               /* Set up control char prefixing */
  2655. #endif /* NOCKSPEED */
  2656. #endif /* NOXFER */
  2657. #ifndef NOICP
  2658.     if (sstelnet
  2659. #ifdef IKSD
  2660.         || inserver
  2661. #endif /* IKSD */
  2662.         ) {
  2663.         int on = 1, x = 0;
  2664.         extern int ckxech, ttnet, ttnproto, cmdmsk;
  2665. #ifdef SO_SNDBUF
  2666.         extern int tcp_sendbuf;
  2667. #endif
  2668. #ifdef SO_RCVBUF
  2669.         extern int tcp_recvbuf;
  2670. #endif
  2671. #ifdef SO_KEEPALIVE
  2672.         extern int tcp_keepalive;
  2673. #endif
  2674. #ifdef SO_LINGER
  2675.         extern int tcp_linger, tcp_linger_tmo;
  2676. #endif /* SO_LINGER */
  2677. #ifdef SO_DONTROUTE
  2678.         extern int tcp_dontroute;
  2679. #endif /* SO_DONTROUTE */
  2680. #ifdef TCP_NODELAY
  2681.         extern int tcp_nodelay;
  2682. #endif /* TCP_NODELAY */
  2683.         reliable = xreliable = SET_ON;  /* Reliable connection */
  2684. #ifndef VMS
  2685.         flow = 0;                       /* No flow control needed */
  2686. #endif /* VMS */
  2687.         bgset = 0;                      /* Not in background */
  2688.         nopush = 1;                     /* No external processes */
  2689.         parity = 0;                     /* 8 bits ... */
  2690.         cmdmsk = 0xff;                  /* all the way */
  2691.         cmask = 0xff;
  2692. #ifdef IKSD
  2693.         if (inserver) {                 /* If IKSD */
  2694. #ifdef COMMENT
  2695. /*
  2696.   We can't do it here because ttopen() hasn't been called yet so we
  2697.   can't get our client's IP address.  In theory the execution of the
  2698.   IKSD configuration file shouldn't take more than a sec...
  2699. */
  2700. #ifdef IKSDB
  2701.             dbinit();                   /* Initialize database record */
  2702. #endif /* IKSDB */
  2703. #endif /* COMMENT */
  2704.             doiksdinit();               /* Execute IKSD configuration file */
  2705.             while (tlevel > -1)
  2706.               parser(1);                /* (Ignore any file-xfer commands) */
  2707.             iksdcf = 1;                 /* IKSD c.f. has been processed */
  2708.         }
  2709. #endif /* IKSD */
  2710. #ifdef UNIX
  2711.         setbuf(stdout,NULL);            /* Don't buffer the output */
  2712.         strcpy(ttname,"0");             /* not "/dev/tty"... */
  2713. #endif /* UNIX */
  2714.         local = 0;                      /* We are in remote mode */
  2715.         ckxech = 1;                     /* We will echo */
  2716. #ifdef OS2
  2717.         nettype = NET_TCPB;             /* So ttopen() treats the connection */
  2718.         mdmtyp = -nettype;              /* as a network */
  2719. #endif /* OS2 */
  2720.         debug(F100,"main about to call ttopen() inserver","",0);
  2721.         if (ttopen(ttname,&local,mdmtyp,0) < 0) { /* Open comm channel */
  2722.             fatal("can't initialize i/o");
  2723.         }
  2724. #ifdef OS2
  2725.         local = 0;
  2726. #endif /* OS2 */
  2727.         network = 0;                    /* Does not use networking code */
  2728.         sstelnet = 1;                   /* Do server-side Telnet negotations */
  2729.         debug(F111,"MAIN","sstelnet",sstelnet);
  2730.         ttnet = NET_TCPB;               /* Network type is TCP sockets */
  2731.         ttnproto = NP_TELNET;           /* Netword protocol is Telnet */
  2732. #ifdef IKSDB
  2733.         dbinit();                       /* Initialize database record */
  2734. #endif /* IKSDB */
  2735. #ifndef OS2
  2736. #ifdef CK_AUTHENTICATION
  2737.         /* Before initializating Telnet/Rlogin negotiations, init Kerberos */
  2738.         ck_auth_init(ckgetpeer(),"","",0);
  2739. #endif /* CK_AUTHENTICATION */
  2740. #ifdef NON_BLOCK_IO
  2741.         on = 1;
  2742.         x = socket_ioctl(0,FIONBIO,&on);
  2743.         debug(F101,"main FIONBIO","",x);
  2744. #endif /* NON_BLOCK_IO */
  2745. #ifdef SO_OOBINLINE
  2746.         on = 1;
  2747.         x = setsockopt(0, SOL_SOCKET, SO_OOBINLINE, (char *)&on, sizeof(on));
  2748.         debug(F101,"main SO_OOBINLINE","",x);
  2749. #endif /* SO_OOBINLINE */
  2750. #ifndef NOTCPOPTS
  2751. #ifndef datageneral
  2752. #ifdef SOL_SOCKET
  2753. #ifdef TCP_NODELAY
  2754.         no_delay(tcp_nodelay);
  2755. #endif /* TCP_NODELAY */
  2756. #ifdef SO_KEEPALIVE
  2757.         keepalive(tcp_keepalive);
  2758. #endif /* SO_KEEPALIVE */
  2759. #ifdef SO_LINGER
  2760.         ck_linger(tcp_linger, tcp_linger_tmo);
  2761. #endif /* SO_LINGER */
  2762. #ifdef SO_DONTROUTE
  2763.         dontroute(tcp_dontroute);
  2764. #endif /* SO_DONTROUTE */
  2765. #ifdef SO_SNDBUF
  2766.         sendbuf(tcp_sendbuf);
  2767. #endif /* SO_SNDBUF */
  2768. #ifdef SO_RCVBUF
  2769.         recvbuf(tcp_recvbuf);
  2770. #endif /* SO_RCVBUF */
  2771. #endif /* SOL_SOCKET */
  2772. #endif /* datageneral */
  2773. #endif /* NOTCPOPTS */
  2774. #ifdef CK_SSL
  2775.         if (ck_ssleay_is_installed()) {
  2776.             if (!ssl_do_init(1)) {
  2777.                 if (bio_err != NULL) {
  2778.                     BIO_printf(bio_err,"do_ssleay_init() failedrn");
  2779.                     ERR_print_errors(bio_err);
  2780.                 } else {
  2781.                     fflush(stderr);
  2782.                     fprintf(stderr,"do_ssleay_init() failedrn");
  2783.                     ERR_print_errors_fp(stderr);
  2784.                 }
  2785.                 /* we will continue to accept the connection */
  2786.                 /* without SSL or TLS support.               */
  2787.                 TELOPT_DEF_S_ME_MODE(TELOPT_START_TLS) = TN_NG_RF;
  2788.                 TELOPT_DEF_S_U_MODE(TELOPT_START_TLS) = TN_NG_RF;
  2789.                 TELOPT_DEF_C_ME_MODE(TELOPT_START_TLS) = TN_NG_RF;
  2790.                 TELOPT_DEF_C_U_MODE(TELOPT_START_TLS) = TN_NG_RF;
  2791.             } else {
  2792.                 if ( ck_ssl_incoming(0) < 0 ) {
  2793.                     doexit(BAD_EXIT,1);
  2794.                 }
  2795.             }
  2796.         }
  2797. #endif /* CK_SSL */
  2798. #ifdef TNCODE
  2799.         tn_ini();                       /* Start Telnet negotiation now */
  2800. #endif /* TNCODE */
  2801. #endif /* OS2 */
  2802.     }
  2803.     debug(F101,"main argc after prescan()","",argc);
  2804. /* Now process any relevant environment variables */
  2805. #ifndef NODIAL
  2806.     getdialenv();                       /* Dialing */
  2807. #ifdef NETCONN
  2808.     ndinit();                           /* Initialize network directory info */
  2809.     getnetenv();                        /* Network directories */
  2810. #endif /* NETCONN */
  2811. #endif /* NODIAL */
  2812. #ifndef NOXFER
  2813. #ifdef CK_FAST
  2814.     dofast();                           /* By now FAST defaults should be OK */
  2815. #endif /* CK_FAST */
  2816. #endif /* NOXFER */
  2817.     ikslogin();                          /* IKSD Login and other stuff */
  2818. #ifdef NOCCTRAP
  2819.     dotakeini(0);
  2820. #else /* NOCCTRAP */
  2821.     debug(F100,"main about to cc_execute","",0);
  2822.     setint();
  2823.     cc_execute( ckjaddr(cmjbuf), dotakeini, failtakeini );
  2824. #endif /* NOCCTRAP */
  2825.     debug(F111,"main 2 cfilef",cmdfil,cfilef);
  2826.     if (cmdfil[0]) {                    /* If we got one (see prescan())... */
  2827. #ifdef NOCCTRAP
  2828.         docmdfile(0);                   /* execute it. */
  2829. #else /* NOCCTRAP */
  2830.         setint();
  2831.         cc_execute( ckjaddr(cmjbuf), docmdfile, failcmdfile );
  2832. #endif /* NOCCTRAP */
  2833.     }
  2834. #ifndef OS2                             /* Preserve name so we can delete it */
  2835.     *cmdfil = '';                     /* Done, nullify the file name */
  2836. #endif /* OS2 */
  2837. #endif /* NOICP */
  2838. #ifndef NOCMDL
  2839. /* Look for a UNIX-style command line... */
  2840.     what = W_NOTHING;
  2841.     debug(F101,"main argc","",argc);
  2842. #ifndef NOHELP
  2843. #ifndef NOICP
  2844.     iniopthlp();                        /* Initialize cmdline arg help */
  2845. #endif /* NOICP */
  2846. #endif /* NOHELP */
  2847.     if (
  2848. #ifdef COMMENT
  2849.         !cfilef &&
  2850. #endif /* COMMENT */
  2851.         argc > 1) {                     /* Command line arguments? */
  2852.         sstate = (CHAR) cmdlin();       /* Yes, parse. */
  2853. #ifndef NOXFER
  2854.         zstate = sstate;                /* Remember sstate around protocol */
  2855.         debug(F101,"main zstate","",zstate);
  2856. #endif /* NOXFER */
  2857. #ifndef NOLOCAL
  2858.         if (cflg) {                     /* Connect first if requested */
  2859.             doconect(0);
  2860. #ifdef CKLOGDIAL
  2861.             if (ttchk() < 0)
  2862.               dologend();
  2863. #endif /* CKLOGDIAL */
  2864.             cflg = 0;
  2865.         }
  2866. #endif /* NOLOCAL */
  2867. #ifndef NOXFER
  2868.         if (sstate) {
  2869. #ifndef NOLOCAL
  2870.             if (displa) concb((char)escape); /* (for console "interrupts") */
  2871. #endif /* NOLOCAL */
  2872. #ifdef NOCCTRAP
  2873.             docmdline(1);
  2874. #else /* NOCCTRAP */
  2875.             setint();
  2876.             cc_execute( ckjaddr(cmjbuf), docmdline, failcmdline );
  2877. #endif /* NOCCTRAP */
  2878.         }
  2879. #endif /* NOXFER */
  2880. #ifndef NOICP
  2881. /*
  2882.   If a command-line action argument was given and -S ("stay") was not given,
  2883.   exit now.
  2884. */
  2885.         if ((cflg || cnflg || zstate) && !stayflg)
  2886. #endif /* NOICP */
  2887.           doexit(GOOD_EXIT,xitsta);     /* Exit with good status */
  2888. #ifndef NOLOCAL
  2889. #ifndef NOICP
  2890.         if (local) {
  2891. #ifdef NETCONN
  2892.             if ((cflg || cnflg) && tn_exit && ttchk() < 0)
  2893.               doexit(GOOD_EXIT,xitsta); /* Exit with good status */
  2894. #endif /* NETCONN */
  2895.             if (exitonclose && !network &&
  2896.                 (carrier != CAR_OFF && (ttgmdm() & BM_DCD) == 0))
  2897.               doexit(GOOD_EXIT,xitsta); /* Exit with good status */
  2898.             if (exitonclose && network && ttchk() < 0)
  2899.               doexit(GOOD_EXIT,xitsta); /* Exit with good status */
  2900.         }
  2901. #endif /* NOICP */
  2902. #endif /* NOLOCAL */
  2903.     }
  2904. #endif /* NOCMDL */
  2905. #ifdef NOICP                            /* No interactive command parser */
  2906.     else {
  2907. #ifndef NOCMDL
  2908.         /* Command-line-only version */
  2909.         fatal("?No command-line options given - type 'kermit -h' for help");
  2910. #else                                   /* Neither one! */
  2911.         sstate = 'x';
  2912.         justone = 0;
  2913.         proto();                        /* So go into server mode */
  2914.         doexit(GOOD_EXIT,xitsta);       /* exit with good status */
  2915. #endif /* NOCMDL */
  2916.     }
  2917. #else /* not NOICP */
  2918. /*
  2919.   If no action requested on command line, or if -S ("stay") was included,
  2920.   enter the interactive command parser.
  2921. */
  2922.     if (!clcmds)
  2923.       herald();                         /* Display program herald. */
  2924. #ifdef NOCCTRAP
  2925.     debug(F100,"main NOCCTRAP setting interrupt trap","",0);
  2926.     setint();                           /* Set up command interrupt traps */
  2927.     doicp(NULL);
  2928. #else /* NOCCTRAP */
  2929.     while (1) {
  2930.         debug(F100,"main setting interrupt trap","",0);
  2931.         setint();                       /* Set up command interrupt traps */
  2932.         if (!cc_execute(ckjaddr(cmjbuf), doicp, failicp))
  2933.           break;
  2934.     }
  2935. #endif /* NOCCTRAP */
  2936. #endif /* NOICP */
  2937. #ifndef MAINISVOID
  2938.     return(1);
  2939. #endif /* MAINISVOID */
  2940. }
  2941. #ifdef DYNAMIC
  2942. /* Allocate file i/o buffers */
  2943. char *zinbuffer, *zoutbuffer;
  2944. int
  2945. getiobs() {
  2946.     zinbuffer = (char *)malloc(INBUFSIZE);
  2947.     if (!zinbuffer) return(-1);
  2948.     zoutbuffer = (char *)malloc(zobufsize);
  2949.     debug(F101,"zoutbuffer malloc","",zobufsize);
  2950.     if (!zoutbuffer) return(-1);
  2951.     debug(F100,"getiobs ok","",0);
  2952.     return(0);
  2953. }
  2954. #endif /* DYNAMIC */