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

通讯/手机编程

开发平台:

Windows_Unix

  1. char *protv =                                                     /* -*-C-*- */
  2. "C-Kermit Protocol Module 7.0.135, 1 Jan 2000";
  3. int kactive = 0; /* Kermit protocol is active */
  4. #define PKTZEROHACK
  5. /* C K C P R O  -- C-Kermit Protocol Module, in Wart preprocessor notation. */
  6. /*
  7.   Author: Frank da Cruz <fdc@columbia.edu>,
  8.   Columbia University Academic Information Systems, New York City.
  9.   Copyright (C) 1985, 2000,
  10.     Trustees of Columbia University in the City of New York.
  11.     All rights reserved.  See the C-Kermit COPYING.TXT file or the
  12.     copyright text in the ckcmai.c module for disclaimer and permissions.
  13. */
  14. #ifndef NOXFER
  15. #include "ckcsym.h"
  16. #include "ckcdeb.h"
  17. #include "ckcasc.h"
  18. #include "ckcker.h"
  19. #ifdef OS2
  20. #ifndef NT
  21. #define INCL_NOPM
  22. #define INCL_VIO /* Needed for ckocon.h */
  23. #include <os2.h>
  24. #undef COMMENT
  25. #endif /* NT */
  26. #include "ckocon.h"
  27. #endif /* OS2 */
  28. /*
  29.  Note -- This file may also be preprocessed by the UNIX Lex program, but
  30.  you must indent the above #include statements before using Lex, and then
  31.  restore them to the left margin in the resulting C program before compilation.
  32.  Also, the invocation of the "wart()" function below must be replaced by an
  33.  invocation  of the "yylex()" function.  It might also be necessary to remove
  34.  comments in the (%)(%)...(%)(%) section.
  35. */
  36. /* State definitions for Wart (or Lex) */
  37. %states ipkt rfile rattr rdpkt ssinit ssfile ssattr ssdata sseof sseot
  38. %states serve generic get rgen ssopkt ropkt
  39. _PROTOTYP(static VOID xxproto,(void));
  40. _PROTOTYP(int wart,(void));
  41. _PROTOTYP(static int sgetinit,(int,int));
  42. _PROTOTYP(int sndspace,(int));
  43. /* External C-Kermit variable declarations */
  44.   extern char *versio, *srvtxt, *cmarg, *cmarg2, **cmlist, *rf_err;
  45.   extern char *cdmsgfile[];
  46.   extern char * snd_move, * snd_rename, * srimsg;
  47.   extern char filnam[], fspec[], ttname[], ofn1[];
  48.   extern CHAR sstate, *srvptr, *data;
  49.   extern int timint, rtimo, nfils, hcflg, xflg, flow, mdmtyp, network;
  50.   extern int oopts, omode, oname, opath, nopush, isguest;
  51.   extern int rejection, moving, fncact, bye_active, urserver, fatalio;
  52.   extern int protocol, prefixing, filcnt, carrier, fnspath, interrupted;
  53.   extern int recursive, inserver, nzxopts, idletmo, srvidl, xfrint;
  54.   extern struct ck_p ptab[];
  55.   extern int remfile, rempipe, xferstat, filestatus, wearealike, fackpath;
  56.   extern char * remdest;
  57. #ifdef PKTZEROHACK
  58. #define PKTZEROLEN 32
  59. static char ipktack[PKTZEROLEN];
  60. static int ipktlen = 0;
  61. #endif /* PKTZEROHACK */
  62. static int s_timint = -1; /* For saving timeout value */
  63. static int havefs = 0;
  64. #ifdef CK_LOGIN
  65. static int logtries = 0;
  66. #endif /* CK_LOGIN */
  67. #ifdef STREAMING
  68. extern int streaming, streamok;
  69. static int cancel = 0;
  70. int fackbug = 0;
  71. static VOID
  72. streamon() {
  73.     if (streamok) {
  74. debug(F100,"streamon","",0);
  75. streaming = 1;
  76. timint = 0; /* No timeouts while streaming. */
  77.     }
  78. }
  79. #ifdef COMMENT /* (not used) */
  80. static VOID
  81. streamoff() {
  82.     if (streaming) {
  83. debug(F100,"streamoff","",0);
  84. streaming = 0;
  85. timint = s_timint; /* Restore timeout */
  86.     }
  87. }
  88. #endif /* COMMENT */
  89. #else /* STREAMING */
  90. #define streamon()
  91. #define streamoff()
  92. #endif /* STREAMING */
  93. #ifndef NOSPL
  94. _PROTOTYP( int addmac, (char *, char *) );
  95. _PROTOTYP( int zzstring, (char *, char **, int *) );
  96. #endif /* NOSPL */
  97. #ifndef NOICP
  98. _PROTOTYP( int cmdsrc, (void) );
  99. #endif /* NOICP */
  100. #ifndef NOSERVER
  101.   extern char * x_user, * x_passwd, * x_acct;
  102.   extern int x_login, x_logged;
  103. #endif /* NOSERVER */
  104. #ifdef CK_SPEED
  105.   extern int ttnproto; /* Network protocol */
  106.   extern short ctlp[]; /* Control-character prefix table */
  107. #endif /* CK_SPEED */
  108. #include "ckcnet.h"
  109. #ifdef TNCODE
  110.   extern int tn_b_nlm, tn_b_xfer, tn_nlm;
  111. #ifdef CK_ENCRYPTION
  112.   extern int tn_no_encrypt_xfer;
  113. #endif /* CK_ENCRYPTION */
  114. #endif /* TNCODE */
  115. #ifdef TCPSOCKET
  116. #ifndef NOLISTEN
  117.   extern int tcpsrfd;
  118. #endif /* NOLISTEN */
  119. #endif /* TCPSOCKET */
  120.   extern int cxseen, czseen, server, srvdis, local, displa, bctu, bctr, bctl;
  121.   extern int quiet, tsecs, parity, backgrd, nakstate, atcapu, wslotn, winlo;
  122.   extern int wslots, success, xitsta, rprintf, discard, cdtimo, keep, fdispla;
  123.   extern int timef, stdinf, rscapu, sendmode, epktflg, epktrcvd, epktsent;
  124.   extern int binary, fncnv;
  125.   extern long speed, ffc, crc16, calibrate, dest;
  126. #ifdef COMMENT
  127.   extern char *TYPCMD, *DIRCMD, *DIRCM2;
  128. #endif /* COMMENT */
  129. #ifndef OS2
  130.   extern char *SPACMD, *SPACM2, *WHOCMD;
  131. #endif /* OS2 */
  132.   extern CHAR *rdatap;
  133.   extern struct zattr iattr;
  134. #ifdef VMS
  135.   extern int batch;
  136. #endif /* VMS */
  137. #ifdef GFTIMER
  138.   extern CKFLOAT fptsecs;
  139. #endif /* GFTIMER */
  140.   extern CHAR *srvcmd;
  141.   extern CHAR *epktmsg;
  142. #ifdef CK_TMPDIR
  143. extern int f_tmpdir; /* Directory changed temporarily */
  144. extern char savdir[]; /* For saving current directory */
  145. extern char * dldir;
  146. #endif /* CK_TMPDIR */
  147.   extern int query; /* Query-active flag */
  148. #ifndef NOSPL
  149.   extern int cmdlvl;
  150.   char querybuf[QBUFL+1] = { NUL, NUL }; /* QUERY response buffer */
  151.   char *qbufp = querybuf; /* Pointer to it */
  152.   int qbufn = 0; /* Length of data in it */
  153. #else
  154.   extern int tlevel;
  155. #endif /* NOSPL */
  156. #ifndef NOICP
  157.   extern int escape;
  158. #endif /* NOICP */
  159. /*
  160.   If the following flag is nonzero when the protocol module is entered,
  161.   then server mode persists for exactly one transaction, rather than
  162.   looping until BYE or FINISH is received.
  163. */
  164. extern int justone;
  165. static int r_save = -1;
  166. static int p_save = -1;
  167. static VOID
  168. rdebug() {
  169.     if (server)
  170.       debug(F111,"RESUME","server=1",justone);
  171.     else
  172.       debug(F111,"RESUME","server=0",justone);
  173. }
  174. /* Flags for the ENABLE and DISABLE commands */
  175. extern int
  176.   en_cpy, en_cwd, en_del, en_dir, en_fin, en_get, en_bye, en_mai, en_pri,
  177.   en_hos, en_ren, en_sen, en_spa, en_set, en_typ, en_who, en_ret, en_xit,
  178.   en_mkd, en_rmd;
  179. #ifndef NOSPL
  180. extern int en_asg, en_que;
  181. #endif /* NOSPL */
  182. extern int what, lastxfer;
  183. /* Global variables declared here */
  184.   int whatru = 0; /* What are you. */
  185.   int whatru2 = 0; /* What are you, cont'd. */
  186. /* Local variables */
  187.   static char vstate = 0;   /* Saved State   */
  188.   static char vcmd = 0;     /* Saved Command */
  189.   static int reget = 0; /* Flag for executing REGET */
  190.   static int retrieve = 0; /* Flag for executing RETRIEVE */
  191.   static int opkt = 0; /* Send Extended GET packet */
  192.   static int x; /* General-purpose integer */
  193.   static char *s; /* General-purpose string pointer */
  194. /* Macros - Note, BEGIN is predefined by Wart (and Lex) as "state = ", */
  195. /* BEGIN is NOT a GOTO! */
  196. #define TINIT if (tinit(1) < 0) return(-9)
  197. #define SERVE { TINIT; resetc(); nakstate=1; what=W_NOTHING; cmarg2=""; 
  198. sendmode=SM_SEND; havefs=0; recursive=r_save; fnspath=p_save; BEGIN serve; }
  199. #define RESUME { rdebug(); if (!server) { return(0); } else 
  200. if (justone) { justone=0; return(0); } else { SERVE; } }
  201. #ifdef GFTIMER
  202. #define QUIT x=quiet; quiet=1; clsif(); clsof(1); tsecs=gtimer(); 
  203.  fptsecs=gftimer(); quiet=x; return(success)
  204. #else
  205. #define QUIT x=quiet; quiet=1; clsif(); clsof(1); tsecs=gtimer(); quiet=x; 
  206.  return(success)
  207. #endif /* GFTIMER */
  208. /*
  209.   By late 1999, the big switch() statement generated from the following state
  210.   table began choking even gcc, so here we extract the code from the larger
  211.   states into static void routines to reduce the size of the cases and the
  212.   switch() overall.  The routines follow the state table; the prototypes are
  213.   here.  Each of these routines simply contains the text from the
  214.   corresponding case, but with return(-1) added in appropriate places; see
  215.   instructions after the state table switcher.
  216. */
  217. static int rc; /* Return code for these routines */
  218. static int rcv_s_pkt(); /* Received an S packet */
  219. static int rcv_firstdata(); /* Received first Data packet */
  220. static int rcv_shortreply(); /* Short reply to a REMOTE command  */
  221. static int srv_query(); /* Server answers an query */
  222. static int srv_copy(); /* Server executes REMOTE COPY */
  223. static int srv_rename(); /* Server executes REMOTE RENAME */
  224. static int srv_login(); /* Server executes REMOTE LOGIN */
  225. static int srv_timeout(); /* Server times out */
  226. %%
  227. /*
  228.   Protocol entry points, one for each start state (sstate).
  229.   The lowercase letters are internal "inputs" from the user interface.
  230.   NOTE: The start state letters that appear on the left margin immediately
  231.   below can NOT be used as packet types OR as G-packet subcodes.
  232. */
  233. s { TINIT; /* Send file(s) */
  234.     if (sinit() > 0) BEGIN ssinit;
  235.        else RESUME; }
  236. v { TINIT; nakstate = 1; BEGIN get; } /* Receive file(s) */
  237. r { /* Client sends a GET command */
  238.     TINIT;
  239.     vstate = get;
  240.     reget = 0;
  241.     retrieve = 0;
  242.     opkt = 0;
  243.     vcmd = 0;
  244. #ifdef PKTZEROHACK
  245.     ipktack[0] = NUL;
  246. #endif /* PKTZEROHACK */
  247.     if (sipkt('I') >= 0)
  248.       BEGIN ipkt;
  249.     else
  250.       RESUME;
  251. }
  252. h { /* Client sends a RETRIEVE command */
  253.     TINIT;
  254.     vstate = get;
  255.     reget = 0;
  256.     retrieve = 1;
  257.     opkt = 0;
  258.     vcmd = 0;
  259.     if (sipkt('I') >= 0)
  260.       BEGIN ipkt;
  261.     else
  262.       RESUME;
  263. }
  264. j { /* Client sends a REGET command */
  265.     TINIT;
  266.     vstate = get;
  267.     reget = 1;
  268.     retrieve = 0;
  269.     opkt = 0;
  270.     vcmd = 0;
  271.     if (sipkt('I') >= 0)
  272.       BEGIN ipkt;
  273.     else
  274.       RESUME;
  275. }
  276. o { /* Client sends Extended GET Packet */
  277.     TINIT;
  278.     vstate = get;
  279.     reget = oopts & GOPT_RES;
  280.     retrieve = oopts & GOPT_DEL;
  281.     opkt = 1;
  282.     vcmd = 0;
  283.     if (sipkt('I') >= 0)
  284.       BEGIN ipkt;
  285.     else
  286.       RESUME;
  287. }
  288. c { /* Client sends a Host command */
  289.     TINIT;
  290.     vstate = rgen;
  291.     vcmd = 'C';
  292.     if (sipkt('I') >= 0)
  293.       BEGIN ipkt;
  294.     else
  295.       RESUME;
  296. }
  297. k { TINIT; /* Client sends a Kermit command */
  298.     vstate = rgen;
  299.     vcmd = 'K';
  300.     if (sipkt('I') >= 0)
  301.       BEGIN ipkt;
  302.     else
  303.       RESUME;
  304. }
  305. g { /* Client sends a REMOTE command */
  306.     TINIT;
  307.     vstate = rgen;
  308.     vcmd = 'G';
  309.     if (sipkt('I') >= 0)
  310.       BEGIN ipkt;
  311.     else
  312.       RESUME;
  313. }
  314. x { /* Enter server mode */
  315.     int x;
  316.     x = justone;
  317.     if (!ENABLED(en_del)) { /* If DELETE is disabled */
  318. if (fncact == XYFX_B || /* undo any file collision action */
  319.     fncact == XYFX_U || /* that could result in deletion or */
  320.     fncact == XYFX_A || /* modification of existing files. */
  321.     fncact == XYFX_X) {
  322. #ifndef NOICP
  323.     extern int g_fncact;
  324.     g_fncact = fncact; /* Save current setting */
  325. #endif /* NOICP */
  326.     fncact = XYFX_R; /* Change to RENAME */
  327.     debug(F101,"server DELETE disabled so fncact RENAME","",fncact);
  328. }
  329.     }
  330.     SERVE; /* tinit() clears justone... */
  331.     justone = x;
  332. #ifdef IKSDB
  333.     if (ikdbopen) slotstate(what, "SERVER", "", "");
  334. #endif /* IKSDB */
  335. }
  336. a {
  337.     int b1 = 0, b2 = 0;
  338.     if (!data) TINIT; /* "ABEND" -- Tell other side. */
  339. #ifndef pdp11
  340.     if (epktflg) { /* If because of E-PACKET command */
  341. b1 = bctl; b2 = bctu; /* Save block check type */
  342. bctl = bctu = 1; /* set it to 1 */
  343.     }
  344. #endif /* pdp11 */
  345.     errpkt((CHAR *)"User cancelled"); /* Send the packet */
  346. #ifndef pdp11
  347.     if (epktflg) { /* Restore the block check */
  348. epktflg = 0;
  349. bctl = b1; bctu = b2;
  350.     }
  351. #endif /* pdp11 */
  352.     success = 0;
  353.     return(0); /* Return from protocol. */
  354. }
  355. /*
  356.   Dynamic states: <current-states>input-character { action }
  357.   nakstate != 0 means we're in a receiving state, in which we send ACKs & NAKs.
  358. */
  359. <rgen,get,serve,ropkt>S { /* Receive Send-Init packet. */
  360.     rc = rcv_s_pkt();
  361.     debug(F101,"rcv_s_pkt","",rc);
  362.     if (rc > -1) return(rc); /* (see below) */
  363. }
  364. /* States in which we get replies back from commands sent to a server. */
  365. /* Complicated because direction of protocol changes, packet number    */
  366. /* stays at zero through I-G-S sequence, and complicated even more by  */
  367. /* sliding windows buffer allocation. */
  368. <ipkt>Y { /* Get ack for I-packet */
  369.     int x = 0;
  370. #ifdef PKTZEROHACK
  371.     ckstrncpy(ipktack,(char *)rdatap,PKTZEROLEN); /* Save a copy of the ACK */
  372.     ipktlen = strlen(ipktack);
  373. #endif /* PKTZEROHACK */
  374.     spar(rdatap); /* Set parameters */
  375.     winlo = 0; /* Set window-low back to zero */
  376.     debug(F101,"<ipkt>Y winlo","",winlo);
  377.     urserver = 1; /* So I know I'm talking to a server */
  378.     if (vcmd) { /* If sending a generic command */
  379. if (tinit(0) < 0) return(-9); /* Initialize many things */
  380. x = scmd(vcmd,(CHAR *)cmarg); /* Do that */
  381. if (x >= 0) x = 0; /* (because of O-Packet) */
  382. debug(F101,"proto G packet scmd","",x);
  383. vcmd = 0; /* and then un-remember it. */
  384.     } else if (vstate == get) {
  385. debug(F101,"REGET sstate","",sstate);
  386. x = srinit(reget, retrieve, opkt); /* GET or REGET, etc */
  387.     }
  388.     if (x < 0) { /* If command was too long */
  389. if (!srimsg)
  390.   srimsg = "Error sending string";
  391. errpkt((CHAR *)srimsg); /* cancel both sides. */
  392. success = 0;
  393. RESUME;
  394.     } else if (x > 0) { /* Need to send more O-Packets */
  395. BEGIN ssopkt;
  396.     } else {
  397. rtimer(); /* Reset the elapsed seconds timer. */
  398. #ifdef GFTIMER
  399. rftimer();
  400. #endif /* GFTIMER */
  401. winlo = 0; /* Window back to 0, again. */
  402. debug(F101,"<ipkt>Y vstate","",vstate);
  403. nakstate = 1; /* Can send NAKs from here. */
  404. BEGIN vstate; /* Switch to desired state */
  405.     }
  406. }
  407. <ssopkt>Y { /* Got ACK to O-Packet */
  408.     debug(F100,"CPCPRO <ssopkt>Y","",0);
  409.     x = sopkt();
  410.     debug(F101,"CPCPRO <ssopkt>Y x","",x);
  411.     if (x < 0) { /* If error */
  412. errpkt((CHAR *)srimsg); /* cancel both sides. */
  413. success = 0;
  414. RESUME;
  415.     } else if (x == 0) { /* This was the last O-Packet */
  416. rtimer(); /* Reset the elapsed seconds timer. */
  417. #ifdef GFTIMER
  418. rftimer();
  419. #endif /* GFTIMER */
  420. winlo = 0; /* Window back to 0, again. */
  421. debug(F101,"<ssopkt>Y winlo","",winlo);
  422. nakstate = 1; /* Can send NAKs from here. */
  423. BEGIN vstate; /* Switch to desired state */
  424.     }
  425.     debug(F101,"CPCPRO <ssopkt>Y not changing state","",x);
  426. }
  427. <ipkt>E { /* Ignore Error reply to I packet */
  428.     int x = 0;
  429.     winlo = 0; /* Set window-low back to zero */
  430.     debug(F101,"<ipkt>E winlo","",winlo);
  431.     if (vcmd) { /* In case other Kermit doesn't */
  432. if (tinit(0) < 0) return(-9);
  433. x = scmd(vcmd,(CHAR *)cmarg); /* understand I-packets. */
  434. if (x >= 0) x = 0; /* (because of O-Packet) */
  435. vcmd = 0; /* Otherwise act as above... */
  436.     } else if (vstate == get) x = srinit(reget, retrieve, opkt);
  437.     if (x < 0) { /* If command was too long */
  438. errpkt((CHAR *)srimsg); /* cancel both sides. */
  439. success = 0;
  440. RESUME;
  441.     } else if (x > 0) { /* Need to send more O-Packets */
  442. BEGIN ssopkt;
  443.     } else {
  444. winlo = 0; /* Back to packet 0 again. */
  445. debug(F101,"<ipkt>E winlo","",winlo);
  446. freerpkt(winlo); /* Discard the Error packet. */
  447. nakstate = 1; /* Can send NAKs from here. */
  448. BEGIN vstate;
  449.     }
  450. }
  451. <get>Y { /* Resend of previous I-pkt ACK, same seq number! */
  452.     srinit(reget, retrieve, opkt); /* Send the GET packet again. */
  453. }
  454. /* States in which we're being a server */
  455. <serve,get>I { /* Get I-packet */
  456. #ifndef NOSERVER
  457.     spar(rdatap); /* Set parameters from it */
  458.     ack1(rpar()); /* Respond with our own parameters */
  459. #ifdef COMMENT
  460.     pktinit(); /* Reinitialize packet numbers */
  461. #else
  462. #ifdef COMMENT
  463.     /* This can't be right - it undoes the stuff we just negotiated */
  464.     x = justone;
  465.     tinit(1); /* Reinitialize EVERYTHING */
  466.     justone = x; /* But this... */
  467. #else
  468.     tinit(0); /* Initialize most things */
  469. #endif /* COMMENT */
  470. #endif /* COMMENT */
  471. #endif /* NOSERVER */
  472. }
  473. <serve>R { /* GET */
  474. #ifndef NOSERVER
  475.     if (x_login && !x_logged) {
  476. errpkt((CHAR *)"Login required");
  477. SERVE;
  478.     } else if (sgetinit(0,0) < 0) {
  479. RESUME;
  480.     } else {
  481. #ifdef CKSYSLOG
  482. if (ckxsyslog >= SYSLG_PR && ckxlogging)
  483.   cksyslog(SYSLG_PR, 1, "server", "GET", (char *)srvcmd);
  484. #endif /* CKSYSLOG */
  485. BEGIN ssinit;
  486.     }
  487. #endif /* NOSERVER */
  488. }
  489. <serve>H { /* GET /DELETE (RETRIEVE) */
  490. #ifndef NOSERVER
  491.     if (x_login && !x_logged) {
  492. errpkt((CHAR *)"Login required");
  493. RESUME;
  494.     } else if (!ENABLED(en_del)) {
  495. errpkt((CHAR *)"Deleting files is disabled");
  496. RESUME;
  497.     } else if (sgetinit(0,0) < 0) {
  498. RESUME;
  499.     } else {
  500. moving = 1;
  501. #ifdef CKSYSLOG
  502. if (ckxsyslog >= SYSLG_PR && ckxlogging)
  503.   cksyslog(SYSLG_PR, 1, "server", "GET /DELETE", (char *)srvcmd);
  504. #endif /* CKSYSLOG */
  505. BEGIN ssinit;
  506.     }
  507. #endif /* NOSERVER */
  508. }
  509. <serve>V { /* GET /RECURSIVE */
  510. #ifndef NOSERVER
  511.     recursive = 1; /* Set these before sgetinit() */
  512.     if (fnspath == PATH_OFF)
  513.       fnspath = PATH_REL; /* Don't worry, they will be */
  514.     if (x_login && !x_logged) { /* reset next time through. */
  515. errpkt((CHAR *)"Login required");
  516. RESUME;
  517.     } else if (sgetinit(0,0) < 0) {
  518. RESUME;
  519.     } else {
  520. #ifdef CKSYSLOG
  521. if (ckxsyslog >= SYSLG_PR && ckxlogging)
  522.   cksyslog(SYSLG_PR, 1, "server", "GET /RECURSIVE", (char *)srvcmd);
  523. #endif /* CKSYSLOG */
  524. BEGIN ssinit;
  525.     }
  526. #endif /* NOSERVER */
  527. }
  528. <serve>W { /* GET /RECURSIVE /DELETE */
  529. #ifndef NOSERVER
  530.     recursive = 1; /* Set these before sgetinit() */
  531.     if (fnspath == PATH_OFF)
  532.       fnspath = PATH_REL; /* Don't worry, they will be */
  533.     moving = 1; /* reset next time through. */
  534.     if (x_login && !x_logged) {
  535. errpkt((CHAR *)"Login required");
  536. RESUME;
  537.     } else if (!ENABLED(en_del)) {
  538. errpkt((CHAR *)"Deleting files is disabled");
  539. RESUME;
  540.     } else if (sgetinit(0,0) < 0) {
  541. RESUME;
  542.     } else {
  543. #ifdef CKSYSLOG
  544. if (ckxsyslog >= SYSLG_PR && ckxlogging)
  545.   cksyslog(SYSLG_PR,1,"server",
  546.    "GET /RECURSIVE /DELETE",(char *)srvcmd);
  547. #endif /* CKSYSLOG */
  548. BEGIN ssinit;
  549.     }
  550. #endif /* NOSERVER */
  551. }
  552. <serve>J { /* GET /RECOVER (REGET) */
  553. #ifndef NOSERVER
  554.     if (x_login && !x_logged) {
  555. errpkt((CHAR *)"Login required");
  556. SERVE;
  557.     } else if (sgetinit(1,0) < 0) {
  558. RESUME;
  559.     } else {
  560. #ifdef CKSYSLOG
  561. if (ckxsyslog >= SYSLG_PR && ckxlogging)
  562.   cksyslog(SYSLG_PR, 1, "server", "GET /RECOVER", (char *)srvcmd);
  563. #endif /* CKSYSLOG */
  564. BEGIN ssinit;
  565.     }
  566. #endif /* NOSERVER */
  567. }
  568. <serve>O { /* Extended GET */
  569. #ifndef NOSERVER
  570.     if (x_login && !x_logged) { /* (any combination of options) */
  571. errpkt((CHAR *)"Login required");
  572. SERVE;
  573.     } else if ((x = sgetinit(0,1)) < 0) {
  574. debug(F101,"CKCPRO <serve>O sgetinit fail","",x);
  575. RESUME;
  576.     } else if (x == 0) {
  577. debug(F101,"CKCPRO <serve>O sgetinit done","",x);
  578. #ifdef CKSYSLOG
  579. if (ckxsyslog >= SYSLG_PR && ckxlogging)
  580.   cksyslog(SYSLG_PR, 1, "server", "EXTENDED GET", (char *)srvcmd);
  581. #endif /* CKSYSLOG */
  582. BEGIN ssinit;
  583.     } else { /* Otherwise stay in this state */
  584. debug(F101,"CKCPRO <serve>O sgetinit TBC","",x);
  585. ack();
  586. BEGIN ropkt;
  587.     }
  588. #endif /* NOSERVER */
  589. }
  590. <ropkt>O {
  591. #ifndef NOSERVER
  592.     if (x_login && !x_logged) { /* (any combination of options) */
  593. errpkt((CHAR *)"Login required");
  594. SERVE;
  595.     } else if ((x = sgetinit(0,1)) < 0) {
  596. debug(F101,"CKCPRO <ropkt>O sgetinit fail","",x);
  597. RESUME;
  598.     } else if (x == 0) {
  599. debug(F101,"CKCPRO <ropkt>O sgetinit done","",x);
  600. #ifdef CKSYSLOG
  601. if (ckxsyslog >= SYSLG_PR && ckxlogging)
  602.   cksyslog(SYSLG_PR, 1, "server", "EXTENDED GET", (char *)srvcmd);
  603. #endif /* CKSYSLOG */
  604. BEGIN ssinit;
  605.     } else { /* Otherwise stay in this state */
  606. debug(F101,"CKCPRO <ropkt>O sgetinit TBC","",x);
  607. ack();
  608.     }
  609. #endif /* NOSERVER */
  610. }
  611. <serve>G { /* Generic server command */
  612. #ifndef NOSERVER
  613.     srvptr = srvcmd; /* Point to command buffer */
  614.     decode(rdatap,putsrv,0); /* Decode packet data into it */
  615.     putsrv(NUL); /* Insert a couple nulls */
  616.     putsrv(NUL); /* for termination */
  617.     if (srvcmd[0]) {
  618. sstate = srvcmd[0]; /* Set requested start state */
  619. if (x_login && !x_logged && /* Login required? */
  620.     /* Login, Logout, and Help are allowed when not logged in */
  621.     sstate != 'I' && sstate != 'L' && sstate != 'H') {
  622.     errpkt((CHAR *)"Login required");
  623.     SERVE;
  624. } else {
  625.     nakstate = 0; /* Now I'm the sender. */
  626.     what = W_REMO; /* Doing a REMOTE command. */
  627. #ifdef STREAMING
  628.     if (!streaming)
  629. #endif /* STREAMING */
  630.       if (timint < 1)
  631. timint = chktimo(rtimo,timef); /* Switch to per-packet timer */
  632.     binary = XYFT_T; /* Switch to text mode */
  633.     BEGIN generic; /* Switch to generic command state */
  634. }
  635.     } else {
  636. errpkt((CHAR *)"Badly formed server command"); /* report error */
  637. RESUME; /* & go back to server command wait */
  638.     }
  639. #endif /* NOSERVER */
  640. }
  641. <serve>C { /* Receive Host command */
  642. #ifndef NOSERVER
  643.     if (x_login && !x_logged) {
  644. errpkt((CHAR *)"Login required");
  645. SERVE;
  646.     } else if (!ENABLED(en_hos)) {
  647. errpkt((CHAR *)"REMOTE HOST disabled");
  648. RESUME;
  649.     } else if (nopush) {
  650. errpkt((CHAR *)"HOST commands not available");
  651. RESUME;
  652.     } else {
  653. srvptr = srvcmd; /* Point to command buffer */
  654. decode(rdatap,putsrv,0); /* Decode command packet into it */
  655. putsrv(NUL); /* Null-terminate */
  656. nakstate = 0; /* Now sending, not receiving */
  657. binary = XYFT_T; /* Switch to text mode */
  658. if (syscmd((char *)srvcmd,"")) { /* Try to execute the command */
  659.     what = W_REMO; /* Doing a REMOTE command. */
  660. #ifdef STREAMING
  661.     if (!streaming)
  662. #endif /* STREAMING */
  663.       if (timint < 1)
  664. timint = chktimo(rtimo,timef); /* Switch to per-packet timer */
  665. #ifdef CKSYSLOG
  666.     if (ckxsyslog >= SYSLG_PR && ckxlogging)
  667.       cksyslog(SYSLG_PR, 1, "server", "REMOTE HOST", (char *)srvcmd);
  668. #endif /* CKSYSLOG */
  669.     BEGIN ssinit; /* If OK, send back its output */
  670. } else { /* Otherwise */
  671.     errpkt((CHAR *)"Can't do system command"); /* report error */
  672.     RESUME; /* & go back to server command wait */
  673. }
  674.     }
  675. #endif /* NOSERVER */
  676. }
  677. <serve>q { /* Interrupted or connection lost */
  678.     rc = srv_timeout();
  679.     debug(F101,"srv_timeout","",rc);
  680.     if (rc > -1) return(rc); /* (see below) */
  681. }
  682. <serve>N { /* Server got a NAK in command-wait */
  683. #ifndef NOSERVER
  684.     errpkt((CHAR *)"Did you say RECEIVE instead of GET?");
  685.     RESUME;
  686. #endif /* NOSERVER */
  687. }
  688. <serve>. { /* Any other command in this state */
  689. #ifndef NOSERVER
  690.     if (c != ('E' - SP) && c != ('Y' - SP)) /* except E and Y packets. */
  691.       errpkt((CHAR *)"Unimplemented server function");
  692.     /* If we answer an E with an E, we get an infinite loop. */
  693.     /* A Y (ACK) can show up here if we sent back a short-form reply to */
  694.     /* a G packet and it was echoed.  ACKs can be safely ignored here. */
  695.     RESUME; /* Go back to server command wait. */
  696. #endif /* NOSERVER */
  697. }
  698. <generic>I { /* Login/Out */
  699.     rc = srv_login();
  700.     debug(F101,"<generic>I srv_login","",rc);
  701.     if (rc > -1) return(rc); /* (see below) */
  702. }
  703. <generic>C { /* Got REMOTE CD command */
  704. #ifndef NOSERVER
  705. #ifdef CKSYSLOG
  706.     if (ckxsyslog >= SYSLG_PR && ckxlogging)
  707.       cksyslog(SYSLG_PR, 1, "server", "REMOTE CD", (char *)srvcmd);
  708. #endif /* CKSYSLOG */
  709.     if (!ENABLED(en_cwd)) {
  710. errpkt((CHAR *)"REMOTE CD disabled");
  711. RESUME;
  712.     } else {
  713. char * p = NULL;
  714. x = cwd((char *)(srvcmd+1)); /* Try to change directory */
  715. #ifdef IKSDB
  716. if (ikdbopen) slotstate(what,"REMOTE CD", (char *)(srvcmd+2), "");
  717. #endif /* IKSDB */
  718. if (!x) { /* Failed */
  719.     errpkt((CHAR *)"Can't change directory");
  720.     RESUME; /* Back to server command wait */
  721. } else if (x == 2) { /* User wants message */
  722.     if (!ENABLED(en_typ)) { /* Messages (REMOTE TYPE) disabled? */
  723. errpkt((CHAR *)"REMOTE TYPE disabled");
  724. RESUME;
  725.     } else { /* TYPE is enabled */
  726. int i;
  727. for (i = 0; i < 8; i++) {
  728.     if (zchki(cdmsgfile[i]) > -1) {
  729. break;
  730.     }
  731. }
  732. binary = XYFT_T; /* Use text mode for this. */
  733. if (i < 8 && sndtype(cdmsgfile[i])) { /* Have readme file? */
  734.     BEGIN ssinit; /* OK */
  735. } else { /* not OK */
  736.     p = zgtdir();
  737.     if (!p) p = "";
  738.     success = (*p) ? 1 : 0;
  739.     ack1((CHAR *)p); /* ACK with new directory name */
  740.     success = 1;
  741.     RESUME; /* wait for next server command */
  742. }
  743.     }
  744. } else { /* User doesn't want message */
  745.     p =zgtdir();
  746.     if (!p) p = "";
  747.     success = (*p) ? 1 : 0;
  748.     ack1((CHAR *)p);
  749.     success = 1;
  750.     RESUME; /* Wait for next server command */
  751. }
  752.     }
  753. #endif /* NOSERVER */
  754. }
  755. <generic>A { /* Got REMOTE PWD command */
  756. #ifndef NOSERVER
  757. #ifdef CKSYSLOG
  758.     if (ckxsyslog >= SYSLG_PR && ckxlogging)
  759.       cksyslog(SYSLG_PR, 1, "server", "REMOTE PWD", NULL);
  760. #endif /* CKSYSLOG */
  761.     if (!ENABLED(en_cwd)) {
  762. errpkt((CHAR *)"REMOTE CD disabled");
  763. RESUME;
  764.     } else {
  765. if (encstr((CHAR *)zgtdir()) > -1) { /* Encode current directory */
  766.     ack1(data); /* If it fits, send it back in ACK */
  767.     success = 1;
  768. } else { /* Failed */
  769.     ack(); /* Send empty ACK */
  770.     success = 0; /* and indicate failure locally */
  771. }
  772. RESUME; /* Back to server command wait */
  773.     }
  774. #endif /* NOSERVER */
  775. }
  776. <generic>D { /* REMOTE DIRECTORY command */
  777. #ifndef NOSERVER
  778.     char *n2;
  779. #ifdef CKSYSLOG
  780.     if (ckxsyslog >= SYSLG_PR && ckxlogging)
  781.       cksyslog(SYSLG_PR, 1, "server", "REMOTE DIRECTORY", (char *)srvcmd);
  782. #endif /* CKSYSLOG */
  783.     if (!ENABLED(en_dir)) { /* If DIR is disabled, */
  784. errpkt((CHAR *)"REMOTE DIRECTORY disabled"); /* refuse. */
  785. RESUME;
  786.     } else { /* DIR is enabled. */
  787. #ifdef IKSDB
  788. if (ikdbopen) slotstate(what,"REMOTE DIR", (char *)(srvcmd+2), "");
  789. #endif /* IKSDB */
  790. if (!ENABLED(en_cwd)) { /* But CWD is disabled */
  791.     zstrip((char *)(srvcmd+2),&n2); /* and they included a pathname, */
  792.     if (strcmp((char *)(srvcmd+2),n2)) { /* so refuse. */
  793. errpkt((CHAR *)"Access denied");
  794. RESUME; /* Remember, this is not a goto! */
  795.     }
  796. }
  797. if (state == generic) { /* It's OK to go ahead. */
  798. #ifdef COMMENT
  799.     n2 = (*(srvcmd+2)) ? DIRCMD : DIRCM2;
  800.     if (syscmd(n2,(char *)(srvcmd+2)))  /* If it can be done */
  801. #else
  802.     int x;
  803.     if ((x = snddir((char*)(srvcmd+2))) > 0)
  804. #endif /* COMMENT */
  805.     {
  806. BEGIN ssinit; /* send the results back; */
  807.     } else { /* otherwise */
  808. if (x < 0)
  809.   errpkt((CHAR *)"No files match");
  810. else
  811.   errpkt((CHAR *)"Can't list directory");
  812. RESUME; /* return to server command wait */
  813.     }
  814. }
  815.     }
  816. #endif /* NOSERVER */
  817. }
  818. <generic>E { /* REMOTE DELETE (Erase) */
  819. #ifndef NOSERVER
  820.     char *n2;
  821. #ifdef CKSYSLOG
  822.     if (ckxsyslog >= SYSLG_PR && ckxlogging)
  823.       cksyslog(SYSLG_PR, 1, "server", "REMOTE DELETE", (char *)srvcmd);
  824. #endif /* CKSYSLOG */
  825.     if (!ENABLED(en_del)) {
  826. errpkt((CHAR *)"REMOTE DELETE disabled");
  827. RESUME;
  828.     } else { /* DELETE is enabled */
  829. #ifdef IKSDB
  830. if (ikdbopen) slotstate(what,"REMOTE DELETE", (char *)(srvcmd+2), "");
  831. #endif /* IKSDB */
  832. if (!ENABLED(en_cwd)) { /* but CWD is disabled */
  833.     zstrip((char *)(srvcmd+2),&n2); /* and they included a pathname, */
  834.     if (strcmp((char *)(srvcmd+2),n2)) { /* so refuse. */
  835. errpkt((CHAR *)"Access denied");
  836. RESUME; /* Remember, this is not a goto! */
  837.     }
  838. } else if (isdir((char *)(srvcmd+2))) { /* A directory name? */
  839.     errpkt((CHAR *)"It's a directory");
  840.     RESUME;
  841. }
  842. if (state == generic) { /* It's OK to go ahead. */
  843.     int x;
  844.     if ((x = snddel((char*)(srvcmd+2))) > 0) {
  845. BEGIN ssinit; /* If OK send results back */
  846.     } else { /* otherwise */
  847. if (x < 0)
  848.   errpkt((CHAR *)"File not found"); /* report failure */
  849. else
  850.   errpkt((CHAR *)"DELETE failed");
  851. RESUME; /* & return to server command wait */
  852.     }
  853. }
  854.     }
  855. #endif /* NOSERVER */
  856. }
  857. <generic>F { /* FINISH */
  858. #ifndef NOSERVER
  859. #ifdef CKSYSLOG
  860.     if (ckxsyslog >= SYSLG_PR && ckxlogging)
  861.       cksyslog(SYSLG_PR, 1, "server", "FINISH", NULL);
  862. #endif /* CKSYSLOG */
  863. #ifdef IKSDB
  864.     if (ikdbopen) slotstate(what,"SERVER FINISH", "", "");
  865. #endif /* IKSDB */
  866.     if (!ENABLED(en_fin)) {
  867. errpkt((CHAR *)"FINISH disabled");
  868. RESUME;
  869.     } else {
  870. ack(); /* Acknowledge */
  871. xxscreen(SCR_TC,0,0L,""); /* Display */
  872. success = 1;
  873. return(0); /* Done */
  874.     }
  875. #endif /* NOSERVER */
  876. }
  877. <generic>X { /* EXIT */
  878. #ifndef NOSERVER
  879. #ifdef CKSYSLOG
  880.     if (ckxsyslog >= SYSLG_PR && ckxlogging)
  881.       cksyslog(SYSLG_PR, 1, "server", "REMOTE EXIT", NULL);
  882. #endif /* CKSYSLOG */
  883. #ifdef IKSDB
  884.     if (ikdbopen) slotstate(what,"REMOTE EXIT", "", "");
  885. #endif /* IKSDB */
  886.     if (!ENABLED(en_xit)) {
  887. errpkt((CHAR *)"EXIT disabled");
  888. RESUME;
  889.     } else {
  890. ack(); /* Acknowledge */
  891. xxscreen(SCR_TC,0,0L,""); /* Display */
  892. doexit(GOOD_EXIT,xitsta);
  893.     }
  894. #endif /* NOSERVER */
  895. }
  896. <generic>L { /* BYE (Logout) */
  897. #ifndef NOSERVER
  898. #ifdef CKSYSLOG
  899.     if (ckxsyslog >= SYSLG_PR && ckxlogging)
  900.       cksyslog(SYSLG_PR, 1, "server", "BYE", NULL);
  901. #endif /* CKSYSLOG */
  902. #ifdef IKSDB
  903.     if (ikdbopen) slotstate(what,"SERVER BYE", "", "");
  904. #endif /* IKSDB */
  905.     if (!ENABLED(en_bye)) {
  906. errpkt((CHAR *)"BYE disabled");
  907. RESUME;
  908.     } else {
  909. ack(); /* Acknowledge */
  910. success = 1;
  911. msleep(750); /* Give the ACK time to get out */
  912. if (local)
  913.   ttres(); /* Reset the terminal */
  914. xxscreen(SCR_TC,0,0L,""); /* Display */
  915. doclean(1); /* Clean up files, etc */
  916. #ifdef DEBUG
  917. debug(F100,"C-Kermit BYE - Loggin out...","",0);
  918. zclose(ZDFILE);
  919. #endif /* DEBUG */
  920. #ifdef IKSD
  921. #ifdef CK_LOGIN
  922. if (inserver)
  923.   ckxlogout();
  924. else
  925. #endif /* CK_LOGIN */
  926. #endif /* IKSD */
  927. #ifdef TCPSOCKET
  928. #ifndef NOLISTEN
  929.   if (network && tcpsrfd > 0 && !inserver)
  930.     doexit(GOOD_EXIT,xitsta);
  931. else
  932. #endif /* NOLISTEN */
  933. #endif /* TCPSOCKET */
  934.   return(zkself()); /* Try to log self out */
  935.     }
  936. #endif /* NOSERVER */
  937. }
  938. <generic>H { /* REMOTE HELP */
  939. #ifdef CKSYSLOG
  940.     if (ckxsyslog >= SYSLG_PR && ckxlogging)
  941.       cksyslog(SYSLG_PR, 1, "server", "REMOTE HELP", NULL);
  942. #endif /* CKSYSLOG */
  943. #ifdef IKSDB
  944.     if (ikdbopen) slotstate(what,"REMOTE HELP", "", "");
  945. #endif /* IKSDB */
  946. #ifndef NOSERVER
  947.     if (sndhlp(NULL)) {
  948. BEGIN ssinit; /* try to send it */
  949.     } else { /* If not ok, */
  950. errpkt((CHAR *)"Can't send help"); /* send error message instead */
  951. RESUME; /* and return to server command wait */
  952.     }
  953. #endif /* NOSERVER */
  954. }
  955. <generic>R {                            /* REMOTE RENAME */
  956.     rc = srv_rename();
  957.     debug(F101,"srv_rename","",rc);
  958.     if (rc > -1) return(rc); /* (see below) */
  959. }
  960. <generic>K {                            /* REMOTE COPY */
  961.     rc = srv_copy();
  962.     debug(F101,"srv_copy","",rc);
  963.     if (rc > -1) return(rc); /* (see below) */
  964. }
  965. <generic>S { /* REMOTE SET */
  966. #ifdef CKSYSLOG
  967.     if (ckxsyslog >= SYSLG_PR && ckxlogging)
  968.       cksyslog(SYSLG_PR, 1, "server", "REMOTE SET", (char *)srvcmd);
  969. #endif /* CKSYSLOG */
  970. #ifndef NOSERVER
  971. #ifdef IKSDB
  972.     if (ikdbopen) slotstate(what,"REMOTE SET", (char *)(srvcmd+1), "");
  973. #endif /* IKSDB */
  974.     if (!ENABLED(en_set)) {
  975. errpkt((CHAR *)"REMOTE SET disabled");
  976. RESUME;
  977.     } else {
  978. if (remset((char *)(srvcmd+1))) { /* Try to do what they ask */
  979.     success = 1;
  980.     ack(); /* If OK, then acknowledge */
  981. } else /* Otherwise */
  982.   errpkt((CHAR *)"Unknown REMOTE SET parameter"); /* give error msg */
  983. RESUME; /* Return to server command wait */
  984.     }
  985. #endif /* NOSERVER */
  986. }
  987. <generic>T { /* REMOTE TYPE */
  988. #ifndef NOSERVER
  989.     char *n2;
  990. #ifdef CKSYSLOG
  991.     if (ckxsyslog >= SYSLG_PR && ckxlogging)
  992.       cksyslog(SYSLG_PR, 1, "server", "REMOTE TYPE", (char *)srvcmd);
  993. #endif /* CKSYSLOG */
  994.     if (!ENABLED(en_typ)) {
  995. errpkt((CHAR *)"REMOTE TYPE disabled");
  996. RESUME;
  997.     } else {
  998. #ifdef IKSDB
  999. if (ikdbopen) slotstate(what,"REMOTE TYPE", (char *)(srvcmd+2), "");
  1000. #endif /* IKSDB */
  1001. if (!ENABLED(en_cwd)) { /* If CWD disabled */
  1002.     zstrip((char *)(srvcmd+2),&n2); /* and they included a pathname, */
  1003.     if (strcmp((char *)(srvcmd+2),n2)) { /* refuse. */
  1004. errpkt((CHAR *)"Access denied");
  1005. RESUME; /* Remember, this is not a goto! */
  1006.     }
  1007. }
  1008. if (state == generic) { /* It's OK to go ahead. */
  1009.     binary = XYFT_T; /* Use text mode for this. */
  1010.     if ( /* (RESUME didn't change state) */
  1011. #ifdef COMMENT
  1012.       syscmd(TYPCMD,(char *)(srvcmd+2)) /* Old way */
  1013. #else
  1014.       sndtype((char *)(srvcmd+2)) /* New way */
  1015. #endif /* COMMENT */
  1016. )
  1017.       BEGIN ssinit; /* OK */
  1018.     else { /* not OK */
  1019. errpkt((CHAR *)"Can't type file"); /* give error message */
  1020. RESUME; /* wait for next server command */
  1021.     }
  1022. }
  1023.     }
  1024. #endif /* NOSERVER */
  1025. }
  1026. <generic>m { /* REMOTE MKDIR */
  1027. #ifndef NOSERVER
  1028. #ifdef CK_MKDIR
  1029. #ifdef CKSYSLOG
  1030.     if (ckxsyslog >= SYSLG_PR && ckxlogging)
  1031.       cksyslog(SYSLG_PR, 1, "server", "REMOTE MKDIR", (char *)srvcmd);
  1032. #endif /* CKSYSLOG */
  1033. #ifdef IKSDB
  1034.     if (ikdbopen) slotstate(what,"REMOTE MKDIR", (char *)(srvcmd+2), "");
  1035. #endif /* IKSDB */
  1036.     if (!ENABLED(en_mkd)) {
  1037. errpkt((CHAR *)"REMOTE MKDIR disabled");
  1038. RESUME;
  1039.     } else if (!ENABLED(en_cwd)) { /* If CWD disabled */
  1040. errpkt((CHAR *)"Directory access restricted");
  1041. RESUME; /* Remember, this is not a goto! */
  1042.     }
  1043.     if (state == generic) { /* OK to go ahead. */
  1044. char *p = NULL;
  1045. x = ckmkdir(0,(char *)(srvcmd+2),&p,0,1); /* Make the directory */
  1046. if (!p) p = "";
  1047. if (x > -1) {
  1048.     encstr((CHAR *)p); /* OK - encode the name */
  1049.     ack1(data); /* Send short-form response */
  1050.     success = 1;
  1051.     RESUME;
  1052. } else { /* not OK */
  1053.     if (!*p) p = "Directory creation failure";
  1054.     errpkt((CHAR *)p); /* give error message */
  1055.     RESUME; /* Wait for next server command */
  1056. }
  1057.     }
  1058. #else
  1059.     errpkt((CHAR *)"REMOTE MKDIR not available");
  1060.     RESUME;
  1061. #endif /* CK_MKDIR */
  1062. #endif /* NOSERVER */
  1063. }
  1064. <generic>d { /* REMOTE RMDIR */
  1065. #ifndef NOSERVER
  1066. #ifdef CK_MKDIR
  1067. #ifdef CKSYSLOG
  1068.     if (ckxsyslog >= SYSLG_PR && ckxlogging)
  1069.       cksyslog(SYSLG_PR, 1, "server", "REMOTE RMDIR", (char *)srvcmd);
  1070. #endif /* CKSYSLOG */
  1071. #ifdef IKSDB
  1072.     if (ikdbopen) slotstate(what,"REMOTE RMDIR", (char *)(srvcmd+2), "");
  1073. #endif /* IKSDB */
  1074.     if (!ENABLED(en_rmd)) {
  1075. errpkt((CHAR *)"REMOTE RMDIR disabled");
  1076. RESUME;
  1077.     } else if (!ENABLED(en_cwd)) { /* If CWD disabled */
  1078. errpkt((CHAR *)"Directory access restricted");
  1079. RESUME; /* Remember, this is not a goto! */
  1080.     }
  1081.     if (state == generic) { /* OK to go ahead. */
  1082. char *p = NULL;
  1083. x = ckmkdir(1,(char *)(srvcmd+2),&p,0,1);
  1084. if (!p) p = "";
  1085. if (x > -1) {
  1086.     encstr((CHAR *)p); /* OK - encode the name */
  1087.     ack1(data); /* Send short-form response */
  1088.     success = 1;
  1089.     RESUME;
  1090. } else { /* not OK */
  1091.     if (!*p) p = "Directory removal failure";
  1092.     errpkt((CHAR *)p); /* give error message */
  1093.     RESUME; /* Wait for next server command */
  1094. }
  1095.     }
  1096. #else
  1097.     errpkt((CHAR *)"REMOTE RMDIR not available");
  1098.     RESUME;
  1099. #endif /* CK_MKDIR */
  1100. #endif /* NOSERVER */
  1101. }
  1102. <generic>U { /* REMOTE SPACE */
  1103. #ifndef NOSERVER
  1104. #ifdef CKSYSLOG
  1105.     if (ckxsyslog >= SYSLG_PR && ckxlogging)
  1106.       cksyslog(SYSLG_PR, 1, "server", "REMOTE SPACE", (char *)srvcmd);
  1107. #endif /* CKSYSLOG */
  1108.     if (!ENABLED(en_spa)) {
  1109. errpkt((CHAR *)"REMOTE SPACE disabled");
  1110. RESUME;
  1111.     } else {
  1112. x = srvcmd[1]; /* Get area to check */
  1113. x = ((x == NUL) || (x == SP)
  1114. #ifdef OS2
  1115.      || (x == '!') || (srvcmd[3] == ':')
  1116. #endif /* OS2 */
  1117.      );
  1118. #ifdef IKSDB
  1119. if (ikdbopen) slotstate(what,
  1120.       "REMOTE SPACE",
  1121.       (x ? "" : (char *)srvcmd),
  1122.       ""
  1123.       );
  1124. #endif /* IKSDB */
  1125. if (!x && !ENABLED(en_cwd)) { /* CWD disabled */
  1126.     errpkt((CHAR *)"Access denied"); /* and non-default area given, */
  1127.     RESUME; /* refuse. */
  1128. } else {
  1129. #ifdef OS2
  1130. _PROTOTYP(int sndspace,(int));
  1131.     if (sndspace(x ? toupper(srvcmd[2]) : 0)) {
  1132. BEGIN ssinit; /* send the report. */
  1133.     } else { /* If not ok, */
  1134. errpkt((CHAR *)"Can't send space"); /* send error message */
  1135. RESUME; /* and return to server command wait */
  1136.     }
  1137. #else
  1138.             if (nopush)
  1139.               x = 0;
  1140.             else
  1141.               x = (x ? syscmd(SPACMD,"") : syscmd(SPACM2,(char *)(srvcmd+2)));
  1142.     if (x) { /* If we got the info */
  1143. BEGIN ssinit; /* send it */
  1144.     } else { /* otherwise */
  1145. errpkt((CHAR *)"Can't check space"); /* send error message */
  1146. RESUME; /* and await next server command */
  1147.     }
  1148. #endif /* OS2 */
  1149. }
  1150.     }
  1151. #endif /* NOSERVER */
  1152. }
  1153. <generic>W { /* REMOTE WHO */
  1154. #ifndef NOSERVER
  1155. #ifdef CKSYSLOG
  1156.     if (ckxsyslog >= SYSLG_PR && ckxlogging)
  1157.       cksyslog(SYSLG_PR, 1, "server", "REMOTE WHO", (char *)srvcmd);
  1158. #endif /* CKSYSLOG */
  1159. #ifdef IKSDB
  1160.     if (ikdbopen) slotstate(what,"REMOTE WHO", (char *)(srvcmd+2), "");
  1161. #endif /* IKSDB */
  1162.     if (!ENABLED(en_who)) {
  1163. errpkt((CHAR *)"REMOTE WHO disabled");
  1164. RESUME;
  1165.     } else {
  1166. #ifdef OS2
  1167. _PROTOTYP(int sndwho,(char *));
  1168.     if (sndwho((char *)(srvcmd+2))) {
  1169. BEGIN ssinit; /* try to send it */
  1170.     } else { /* If not ok, */
  1171. errpkt((CHAR *)"Can't do who command"); /* send error msg */
  1172. RESUME; /* and return to server command wait */
  1173.     }
  1174. #else
  1175. if (syscmd(WHOCMD,(char *)(srvcmd+2))) {
  1176.     BEGIN ssinit;
  1177. } else {
  1178.     errpkt((CHAR *)"Can't do who command");
  1179.     RESUME;
  1180. }
  1181. #endif /* OS2 */
  1182.     }
  1183. #endif /* NOSERVER */
  1184. }
  1185. <generic>V { /* Variable query or set */
  1186.     rc = srv_query();
  1187.     debug(F101,"srv_query","",rc);
  1188.     if (rc > -1) return(rc);
  1189. }
  1190. <generic>q { /* Interrupted or connection lost */
  1191. #ifndef NOSERVER
  1192.     if (fatalio) { /* Connection lost */
  1193. #ifdef CKSYSLOG
  1194. if (ckxsyslog >= SYSLG_PR && ckxlogging)
  1195.   cksyslog(SYSLG_PR, 1, "server", "Interrupted", NULL);
  1196. #endif /* CKSYSLOG */
  1197. success = 0;
  1198. xitsta |= what;
  1199. QUIT;
  1200.     } else if (interrupted) {
  1201. if (!ENABLED(en_fin)) { /* Ctrl-C typed */
  1202.     errpkt((CHAR *)"QUIT disabled");
  1203.     RESUME;
  1204. } else {
  1205. #ifdef CKSYSLOG
  1206.     if (ckxsyslog >= SYSLG_PR && ckxlogging)
  1207.       cksyslog(SYSLG_PR, 1, "server", "Interrupted", NULL);
  1208. #endif /* CKSYSLOG */
  1209.     success = 0;
  1210.     xitsta |= what;
  1211.     QUIT;
  1212. }
  1213.     } else { /* Shouldn't happen */
  1214. debug(F100,"SERVER (generic) GOT UNEXPECTED 'q'","",0);
  1215. QUIT;
  1216.     }
  1217. #endif /* NOSERVER */
  1218. }
  1219. <generic>. { /* Anything else in this state... */
  1220. #ifndef NOSERVER
  1221.     errpkt((CHAR *)"Unimplemented REMOTE command"); /* Complain */
  1222.     RESUME; /* and return to server command wait */
  1223. #endif /* NOSERVER */
  1224. }
  1225. <rgen>q { /* Sent BYE and connection broken */
  1226.     if (bye_active && ttchk() < 0) {
  1227. msleep(500);
  1228. bye_active = 0;
  1229. ttclos(0); /* Close our end of the connection */
  1230. clsof(0);
  1231. return(success = 1);
  1232.     } else { /* Other generic command */
  1233. return(success = 0); /* or connection not broken */
  1234.     }
  1235. }
  1236. <rgen>Y { /* Short-Form reply */
  1237.     rc = rcv_shortreply();
  1238.     debug(F101,"<rgen>Y rcv_shortreply","",rc);
  1239.     if (rc > -1) return(rc);
  1240. }
  1241. <rgen,rfile>F { /* File header */
  1242.     char *n2;
  1243.     extern int rsn;
  1244.     debug(F101,"<rfile>F winlo 1","",winlo);
  1245.     xflg = 0; /* Not screen data */
  1246.     cancel = 0; /* Reset cancellation counter */
  1247. #ifdef CALIBRATE
  1248.     if (dest == DEST_N)
  1249.       calibrate = 1;
  1250. #endif /* CALIBRATE */
  1251.     if (!rcvfil(filnam)) { /* Figure out local filename */
  1252. errpkt((CHAR *)rf_err); /* Trouble */
  1253. RESUME;
  1254.     } else { /* Real file, OK to receive */
  1255. char * fnp;
  1256. debug(F111,"<rfile>F winlo 2",fspec,winlo);
  1257. if (filcnt == 1) /* rcvfil set this to 1 for 1st file */
  1258.   crc16 = 0L; /* Clear file CRC */
  1259. fnp = fspec; /* This is the full path */
  1260. if (server && !ENABLED(en_cwd) || /* if DISABLE CD */
  1261.     !fackpath   /* or F-ACK-PATH OFF */
  1262.     ) {
  1263.     zstrip(fspec,&fnp); /* don't send back full path */
  1264. }
  1265. encstr((CHAR *)fnp);
  1266. if (fackbug)
  1267.   ack();
  1268. else
  1269.   ack1(data); /* Send it back in ACK */
  1270. initattr(&iattr); /* Clear file attribute structure */
  1271. streamon();
  1272. if (window(wslotn) < 0) { /* Allocate negotiated window slots */
  1273.     errpkt((CHAR *)"Can't open window");
  1274.     RESUME;
  1275. }
  1276. #ifdef IKSDB
  1277. if (ikdbopen) slotstate(what,
  1278.       server ? "SERVER" : "",
  1279.       "RECEIVE",
  1280.       fspec
  1281.       );
  1282. #endif /* IKSDB */
  1283. BEGIN rattr; /* Now expect Attribute packets */
  1284.     }
  1285. }
  1286. <rgen,rfile>X { /* X-packet instead of file header */
  1287.     xflg = 1; /* Screen data */
  1288.     cancel = 0; /* Reset cancellation counter */
  1289.     ack(); /* Acknowledge the X-packet */
  1290.     initattr(&iattr); /* Initialize attribute structure */
  1291.     streamon();
  1292.     if (window(wslotn) < 0) { /* allocate negotiated window slots */
  1293. errpkt((CHAR *)"Can't open window");
  1294. RESUME;
  1295.     }
  1296. #ifndef NOSPL
  1297.     if (query) { /* If this is the response to */
  1298. qbufp = querybuf; /* a query that we sent, initialize */
  1299. qbufn = 0; /* the response buffer */
  1300. querybuf[0] = NUL;
  1301.     }
  1302. #endif /* NOSPL */
  1303.     what = W_REMO; /* we're doing a REMOTE command */
  1304. #ifdef IKSDB
  1305.     if (ikdbopen) slotstate(what,
  1306.   server ? "SERVER" : "",
  1307.   "RECEIVE",
  1308.   fspec
  1309.   );
  1310. #endif /* IKSDB */
  1311.     BEGIN rattr; /* Expect Attribute packets */
  1312. }
  1313. <rattr>A { /* Attribute packet */
  1314.     if (gattr(rdatap,&iattr) == 0) { /* Read into attribute structure */
  1315. #ifdef CK_RESEND
  1316. ack1((CHAR *)iattr.reply.val); /* Reply with data */
  1317. #else
  1318. ack(); /* If OK, acknowledge */
  1319. #endif /* CK_RESEND */
  1320.     } else { /* Otherwise */
  1321. extern long fsize;
  1322. char *r;
  1323. r = getreason(iattr.reply.val);
  1324. ack1((CHAR *)iattr.reply.val); /* refuse to accept the file */
  1325. xxscreen(SCR_ST,ST_REFU,0L,r); /* reason */
  1326. #ifdef TLOG
  1327. if (tralog && !tlogfmt)
  1328.   doxlog(what,filnam,fsize,binary,1,r);
  1329. #endif /* TLOG */
  1330.     }
  1331. }
  1332. <rattr>D { /* First data packet */
  1333.     rc = rcv_firstdata();
  1334.     debug(F101,"srv_firstdata","",rc);
  1335.     if (rc > -1) return(rc); /* (see below) */
  1336. }
  1337. <rfile>B { /* EOT, no more files */
  1338.     ack(); /* Acknowledge the B packet */
  1339.     reot(); /* Do EOT things */
  1340. #ifdef CK_TMPDIR
  1341. /* If we were cd'd temporarily to another device or directory ... */
  1342.     if (f_tmpdir) {
  1343. int x;
  1344. x = zchdir((char *) savdir); /* ... restore previous directory */
  1345. f_tmpdir = 0; /* and remember we did it. */
  1346. debug(F111,"ckcpro.w B tmpdir restoring",savdir,x);
  1347.     }
  1348. #endif /* CK_TMPDIR */
  1349.     RESUME; /* and quit */
  1350. }
  1351. <rdpkt>D { /* Data packet */
  1352.     if (cxseen || discard) { /* If file interrupt */
  1353. #ifdef STREAMING
  1354. if (streaming) {
  1355.     if (cancel++ == 0)
  1356.       ack1((CHAR *)"X"); /* put "X" in ACK */
  1357.     else
  1358.       fastack();
  1359. } else
  1360. #endif /* STREAMING */
  1361.     ack1((CHAR *)"X"); /* put "X" in ACK */
  1362.     } else if (czseen) { /* If file-group interrupt */
  1363. #ifdef STREAMING
  1364. if (streaming) {
  1365.     if (cancel++ == 0)
  1366.       ack1((CHAR *)"Z"); /* put "Z" in ACK */
  1367.     else
  1368.       fastack();
  1369. } else
  1370. #endif /* STREAMING */
  1371.     ack1((CHAR *)"Z"); /* put "Z" in ACK */
  1372.     } else {
  1373. int rc, qf;
  1374. #ifndef NOSPL
  1375. qf = query;
  1376. #else
  1377. qf = 0;
  1378. #endif /* NOSPL */
  1379. #ifdef CKTUNING
  1380. rc = (binary && !parity) ?
  1381.   bdecode(rdatap,putfil):
  1382.     decode(rdatap, qf ? puttrm : putfil, 1);
  1383. #else
  1384. rc = decode(rdatap, qf ? puttrm : putfil, 1);
  1385. #endif /* CKTUNING */
  1386. if (rc < 0) {
  1387.     discard = (keep == 0 || (keep == SET_AUTO && binary != XYFT_T));
  1388.     errpkt((CHAR *)"Error writing data"); /* If failure, */
  1389.     RESUME;
  1390. } else /* Data written OK, send ACK */
  1391. #ifdef STREAMING
  1392.   if (streaming)
  1393.     fastack();
  1394. else
  1395. #endif /* STREAMING */
  1396.   ack();
  1397.     }
  1398. }
  1399. <rattr>Z { /* EOF immediately after A-Packet. */
  1400.     rf_err = "Can't create file";
  1401.     timint = s_timint;
  1402.     if (discard) { /* Discarding a real file... */
  1403. x = 1;
  1404.     } else if (xflg) { /* If screen data */
  1405. if (remfile) { /* redirected to file */
  1406.     if (rempipe) /* or pipe */
  1407.       x = openc(ZOFILE,remdest); /* Pipe: start command */
  1408.     else
  1409.       x = opena(remdest,&iattr); /* File: open with attributes */
  1410. } else { /* otherwise */
  1411.     x = opent(&iattr); /* "open" the screen */
  1412. }
  1413. #ifdef CALIBRATE
  1414.     } else if (calibrate) { /* If calibration run */
  1415. x = ckopenx(&iattr); /* do this */
  1416. #endif /* CALIBRATE */
  1417.     } else { /* otherwise */
  1418. x = opena(filnam,&iattr); /* open the file, with attributes */
  1419.     }
  1420.     if (!x || reof(filnam, &iattr) < 0) { /* Now close & dispose of the file */
  1421. errpkt((CHAR *) rf_err); /* If problem, send error msg */
  1422. RESUME; /* and quit */
  1423.     } else { /* otherwise */
  1424. ack(); /* acknowledge the EOF packet */
  1425. BEGIN rfile; /* and await another file */
  1426.     }
  1427. }
  1428. <rdpkt>q {   /* Ctrl-C or connection loss. */
  1429.     timint = s_timint;
  1430.     window(1); /* Set window size back to 1... */
  1431.     cxseen = 1;
  1432.     x = clsof(1); /* Close file */
  1433.     return(success = 0); /* Failed */
  1434. }
  1435. <rdpkt>Z { /* End Of File (EOF) Packet */
  1436. /*  wslots = 1; */ /* (don't set) Window size back to 1 */
  1437. #ifndef COHERENT /* Coherent compiler blows up on this switch() statement. */
  1438.     x = reof(filnam, &iattr); /* Handle the EOF packet */
  1439.     switch (x) { /* reof() sets the success flag */
  1440.       case -3: /* If problem, send error msg */
  1441. errpkt((CHAR *)"Can't print file"); /* Fatal */
  1442. RESUME;
  1443. break;
  1444.       case -2:
  1445. errpkt((CHAR *)"Can't mail file"); /* Fatal */
  1446. RESUME;
  1447. break;
  1448.       case 2:
  1449.       case 3:
  1450. xxscreen(SCR_EM,0,0L,"Can't delete temp file"); /* Not fatal */
  1451. RESUME;
  1452. break;
  1453.       default:
  1454. if (x < 0) { /* Fatal */
  1455.     errpkt((CHAR *)"Can't close file");
  1456.     RESUME;
  1457. } else { /* Success */
  1458. #ifndef NOSPL
  1459.     if (query) /* Query reponses generally */
  1460.       conoll(""); /* don't have line terminators */
  1461. #endif /* NOSPL */
  1462.     ack(); /* Acknowledge the EOF packet */
  1463.     BEGIN rfile; /* and await another file */
  1464. }
  1465.     }
  1466. #else
  1467.     if (reof(filnam, &iattr) < 0) { /* Close the file */
  1468. errpkt((CHAR *)"Error at end of file");
  1469. RESUME;
  1470.     } else { /* reof() sets success flag */
  1471. ack();
  1472. BEGIN rfile;
  1473.     }
  1474. #endif /* COHERENT */
  1475. }
  1476. <ssinit>Y { /* ACK for Send-Init */
  1477.     spar(rdatap); /* set parameters from it */
  1478.     bctu = bctr; /* switch to agreed-upon block check */
  1479.     bctl = (bctu == 4) ? 2 : bctu; /* Set block-check length */
  1480. #ifdef CK_RESEND
  1481.     if ((sendmode == SM_RESEND) && (!atcapu || !rscapu)) { /* RESEND */
  1482. errpkt((CHAR *) "RESEND capabilities not negotiated");
  1483. RESUME;
  1484.     } else {
  1485. #endif /* CK_RESEND */
  1486. what = W_SEND; /* Remember we're sending */
  1487. lastxfer = W_SEND;
  1488. x = sfile(xflg); /* Send X or F header packet */
  1489. cancel = 0; /* Reset cancellation counter */
  1490. if (x) { /* If the packet was sent OK */
  1491.     if (!xflg && filcnt == 1) /* and it's a real file */
  1492.       crc16 = 0L; /* Clear the file CRC */
  1493.     resetc(); /* reset per-transaction counters */
  1494.     rtimer(); /* reset timers */
  1495. #ifdef GFTIMER
  1496.     rftimer();
  1497. #endif /* GFTIMER */
  1498.     streamon(); /* turn on streaming */
  1499. #ifdef IKSDB
  1500.     if (ikdbopen) slotstate(what,
  1501.   (server ? "SERVER" : ""),
  1502.   "SEND",
  1503.   filnam,
  1504.   "");
  1505. #endif /* IKSDB */
  1506.     BEGIN ssfile; /* and switch to receive-file state */
  1507. } else { /* otherwise send error msg & quit */
  1508.     s = xflg ? "Can't execute command" : (char *)epktmsg;
  1509.     if (!*s) s = "Can't open file";
  1510.     errpkt((CHAR *)s);
  1511.     RESUME;
  1512. }
  1513. #ifdef CK_RESEND
  1514.     }
  1515. #endif /* CK_RESEND */
  1516. }
  1517. /*
  1518.  These states are necessary to handle the case where we get a server command
  1519.  packet (R, G, or C) reply with an S packet, but the client retransmits the
  1520.  command packet.  The input() function doesn't catch this because the packet
  1521.  number is still zero.
  1522. */
  1523. <ssinit>R { /* R packet was retransmitted. */
  1524.     xsinit(); /* Resend packet 0 */
  1525. }
  1526. <ssinit>G { /* Same deal if G packet comes again */
  1527.     xsinit();
  1528. }
  1529. /* should probably add cases for O, W, V, H, J, ... */
  1530. <ssinit>C { /* Same deal if C packet comes again */
  1531.     xsinit();
  1532. }
  1533. <ssfile>Y { /* ACK for F or X packet */
  1534.     srvptr = srvcmd; /* Point to string buffer */
  1535.     decode(rdatap,putsrv,0); /* Decode data field, if any */
  1536.     putsrv(NUL); /* Terminate with null */
  1537.     ffc = 0L; /* Reset file byte counter */
  1538.     if (*srvcmd) { /* If remote name was recorded */
  1539.         if (sendmode != SM_RESEND) {
  1540.     extern char * srfspec;
  1541.     if (fdispla == XYFD_C || fdispla == XYFD_S)
  1542.       xxscreen(SCR_AN,0,0L,(char *)srvcmd);
  1543.     tlog(F110," remote name:",(char *) srvcmd,0L);
  1544.     makestr(&srfspec,(char *)srvcmd);
  1545.         }
  1546.     }
  1547.     if (atcapu) { /* If attributes are to be used */
  1548. if (sattr(xflg | stdinf, 1) < 0) { /* send them */
  1549.     errpkt((CHAR *)"Can't send attributes"); /* if problem, say so */
  1550.     RESUME; /* and quit */
  1551. } else BEGIN ssattr; /* if ok, switch to attribute state */
  1552.     } else { /* Attributes not negotiated */
  1553. if (window(wslotn) < 0) { /* Open window */
  1554.     errpkt((CHAR *)"Can't open window");
  1555.     RESUME;
  1556. }
  1557. if ((x = sdata()) == -2) { /* Send first data packet data */
  1558.     window(1); /* Failed, put window size back to 1 */
  1559.     x = clsif(); /* Close input file */
  1560.     return(success = 0); /* Return failure */
  1561. } else if (x == -9) { /* User interrupted */
  1562.     errpkt((CHAR *)"User cancelled"); /* Send Error packet */
  1563.     window(1); /* Set window size back to 1... */
  1564.     timint = s_timint; /* Restore timeout */
  1565.     return(success = 0); /* Failed */
  1566. } else if (x == -1) { /* EOF (empty file) */
  1567.     window(1); /* put window size back to 1, */
  1568.     debug(F101,"<ssfile>Y cxseen","",cxseen);
  1569.     x = clsif(); /* If not ok, close input file, */
  1570.     if (x < 0) /* treating failure as interruption */
  1571.       cxseen = 1; /* Send EOF packet */
  1572.     seof(cxseen||czseen);
  1573.     BEGIN sseof; /* and switch to EOF state. */
  1574. } else { /* First data sent OK */
  1575.     BEGIN ssdata; /* All ok, switch to send-data state */
  1576. }
  1577.     }
  1578. }
  1579. <ssattr>Y { /* Got ACK to A packet */
  1580.     ffc = 0L; /* Reset file byte counter */
  1581.     if (rsattr(rdatap) < 0) { /* Was the file refused? */
  1582. discard = 1; /* Set the discard flag */
  1583. clsif(); /* Close the file */
  1584. sxeof(1); /* send EOF with "discard" code */
  1585. BEGIN sseof; /* switch to send-EOF state */
  1586.     } else if ((x = sattr(xflg | stdinf, 0)) < 0) { /* Send more? */
  1587. errpkt((CHAR *)"Can't send attributes"); /* Trouble... */
  1588. RESUME;
  1589.     } else if (x == 0) { /* No more to send so now the data */
  1590. if (window(wslotn) < 0) { /* Allocate negotiated window slots */
  1591.     errpkt((CHAR *)"Can't open window");
  1592.     RESUME;
  1593. }
  1594. if ((x = sdata()) == -2) { /* File accepted, send first data */
  1595.     return(success = 0); /* Failed */
  1596. } else if (x == -9) { /* User interrupted */
  1597.     errpkt((CHAR *)"User cancelled"); /* Send Error packet */
  1598.     window(1); /* Set window size back to 1... */
  1599.     timint = s_timint; /* Restore timeout */
  1600.     return(success = 0); /* Failed */
  1601. } else if (x == -1) { /* EOF */
  1602.     window(1); /* put window size back to 1, */
  1603.     debug(F101,"<ssattr>Y cxseen","",cxseen);
  1604.     if (clsif() < 0) /* Close input file */
  1605.       cxseen = 1; /* Send EOF packet */
  1606.     seof(cxseen||czseen);
  1607.     BEGIN sseof; /* and switch to EOF state. */
  1608. } else {
  1609.     BEGIN ssdata; /* All ok, switch to send-data state */
  1610. }
  1611.     }
  1612. }
  1613. <ssdata>q {   /* Ctrl-C or connection loss. */
  1614.     window(1); /* Set window size back to 1... */
  1615.     cxseen = 1; /* To indicate interruption */
  1616.     x = clsif(); /* Close file */
  1617.     return(success = 0); /* Failed */
  1618. }
  1619. <ssdata>Y { /* Got ACK to Data packet */
  1620.     canned(rdatap); /* Check if file transfer cancelled */
  1621.     if ((x = sdata()) == -2) { /* Try to send next data */
  1622. window(1); /* Set window size back to 1... */
  1623. x = clsif(); /* Close file */
  1624. return(success = 0); /* Failed */
  1625.     } else if (x == -9) { /* User interrupted */
  1626. errpkt((CHAR *)"User cancelled"); /* Send Error packet */
  1627. window(1); /* Set window size back to 1... */
  1628. timint = s_timint; /* Restore original timeout */
  1629. return(success = 0); /* Failed */
  1630.     } else if (x == -1) { /* EOF - finished sending data */
  1631. debug(F101,"<ssdata>Y cxseen","",cxseen);
  1632. window(1); /* Set window size back to 1... */
  1633. if (clsif() < 0) /* Close input file */
  1634.   cxseen = 1; /* Send EOF packet */
  1635. debug(F101,"<ssdata>Y CALLING SEOF()","",cxseen);
  1636. seof(cxseen||czseen);
  1637. BEGIN sseof; /* and enter send-eof state */
  1638.     }
  1639. }
  1640. <sseof>Y { /* Got ACK to EOF */
  1641.     int g;
  1642.     success = (cxseen == 0 && czseen == 0); /* Transfer status... */
  1643.     if (success && rejection > 0)     /* If rejected, succeed if */
  1644.       if (rejection != '#' &&     /* reason was date */
  1645.   rejection != 1 && rejection != '?') /* or name; */
  1646. success = 0;     /* fail otherwise. */
  1647.     cxseen = 0; /* This goes back to zero. */
  1648.     if (success) { /* Only if transfer succeeded... */
  1649. if (moving) { /* If MOVE'ing */
  1650.     tlog(F110," deleting",filnam,0); /* delete the file */
  1651.     zdelet(filnam);
  1652. } else if (snd_move) { /* Or move it */
  1653.     int x;
  1654.     tlog(F110," moving source to",snd_move,0);
  1655.     x = zrename(filnam,snd_move);
  1656.     debug(F111,"send MOVE zrename",snd_move,x);
  1657. } else if (snd_rename) { /* Or rename it */
  1658.     char *s = snd_rename; /* Renaming string */
  1659. #ifndef NOSPL
  1660.     int y; /* Pass it thru the evaluator */
  1661.     extern int cmd_quoting; /* for v(filename) */
  1662.     if (cmd_quoting) { /* But only if cmd_quoting is on */
  1663. y = MAXRP;
  1664. s = (char *)srvcmd;
  1665. zzstring(snd_rename,&s,&y);
  1666. s = (char *)srvcmd;
  1667.     }
  1668. #endif /* NOSPL */
  1669.     if (s) if (*s) {
  1670. int x;
  1671. x = zrename(filnam,s);
  1672. debug(F111,"send RENAME zrename",snd_rename,x);
  1673. if (x > -1)
  1674.   tlog(F110," renaming source to",s,0);
  1675. #ifdef COMMENT
  1676. *s = NUL;
  1677. #endif /* COMMENT */
  1678.     }
  1679. }
  1680.     }
  1681.     g = gnfile();
  1682.     debug(F111,"<seof>Y gnfile",filnam,g);
  1683.     if (g > 0) { /* Any more files to send? */
  1684. if (sfile(xflg)) /* Yes, try to send next file header */
  1685.   BEGIN ssfile; /* if ok, enter send-file state */
  1686. else { /* otherwise */
  1687.     s = xflg ? "Can't execute command" : (char *)epktmsg;
  1688.     if (!*s) s = "Can't open file";
  1689.     errpkt((CHAR *)s); /* send error message */
  1690.     RESUME; /* and quit */
  1691. }
  1692.     } else { /* No next file */
  1693. tsecs = gtimer(); /* get statistics timers */
  1694. #ifdef GFTIMER
  1695. fptsecs = gftimer();
  1696. #endif /* GFTIMER */
  1697. seot(); /* send EOT packet */
  1698. BEGIN sseot; /* enter send-eot state */
  1699.     }
  1700. }
  1701. <sseot>Y { /* Got ACK to EOT */
  1702.     debug(F101,"sseot justone","",justone);
  1703.     RESUME; /* All done, just quit */
  1704. }
  1705. E { /* Got Error packet, in any state */
  1706.     char *s = "";
  1707.     window(1); /* Close window */
  1708.     timint = s_timint; /* Restore original timeout */
  1709.     if (*epktmsg) /* Message from Error packet */
  1710.       s = (char *)epktmsg;
  1711.     if (!*s) { /* If not there then maybe here */
  1712. s = (char *)rdatap;
  1713. ckstrncpy((char *)epktmsg,(char *)rdatap,PKTMSGLEN);
  1714.     }
  1715.     if (!*s) /* Hopefully we'll never see this. */
  1716.       s = "Unknown error";
  1717.     success = 0; /* For IF SUCCESS/FAIL. */
  1718.     debug(F101,"ckcpro.w justone at E pkt","",justone);
  1719.     x = quiet; quiet = 1; /* Close files silently, */
  1720.     epktrcvd = 1; /* Prevent messages from clsof() */
  1721.     clsif(); clsof(1);  /* discarding any output file. */
  1722.     success = 0; /* Transfer failed */
  1723.     xferstat = success; /* Remember transfer status */
  1724.     ermsg(s); /* Issue the message (calls screen). */
  1725.     tstats(); /* Get stats */
  1726.     quiet = x; /* Restore quiet state */
  1727. /*
  1728.   If we are executing commands from a command file or macro, let the command
  1729.   file or macro decide whether to exit, based on SET { TAKE, MACRO } ERROR.
  1730. */
  1731.     if (
  1732. #ifndef NOICP
  1733. !cmdsrc() &&
  1734. #endif /* NOICP */
  1735. backgrd && !server)
  1736.       fatal("Protocol error");
  1737.     xitsta |= what; /* Save this for doexit(). */
  1738. #ifdef CK_TMPDIR
  1739. /* If we were cd'd temporarily to another device or directory ... */
  1740.     if (f_tmpdir) {
  1741. int x;
  1742. x = zchdir((char *) savdir); /* ... restore previous directory */
  1743. f_tmpdir = 0; /* and remember we did it. */
  1744. debug(F111,"ckcpro.w E tmpdir restored",savdir,x);
  1745.     }
  1746. #endif /* CK_TMPDIR */
  1747. #ifdef IKSDB
  1748.     if (ikdbopen) slotstate(what,"ERROR", (char *)epktmsg, "");
  1749. #endif /* IKSDB */
  1750.     RESUME;
  1751. }
  1752. q { success = 0; QUIT; } /* Ctrl-C or connection loss. */
  1753. . { /* Anything not accounted for above */
  1754.     errpkt((CHAR *)"Unexpected packet type"); /* Give error message */
  1755.     window(1);
  1756.     xitsta |= what; /* Save this for doexit(). */
  1757.     RESUME; /* and quit */
  1758. }
  1759. %%
  1760. /*
  1761.   From here down to proto() are routines that were moved out of the state
  1762.   table switcher because the resulting switch() had become too large.
  1763.   To move the contents of a state-table case to a routine:
  1764.     1. Add a prototype to the list above the state table switcher.
  1765.     2. Make a routine with an appropriate name, returning int.
  1766.     3. Move the code into it.
  1767.     4. Put a call to the new routine in the former spot:
  1768.          rc = name_of_routine();
  1769.          if (rc > -1) return(rc);
  1770.     5. Add "return(-1);" after every RESUME, SERVE, or BEGIN macro and
  1771.        at the end if the code is open-ended.
  1772. */
  1773. static int
  1774. rcv_firstdata() {
  1775.     if (discard) { /* if we're discarding the file */
  1776. ack1((CHAR *)"X"); /* just ack the data like this. */
  1777. cancel++; /* and count it */
  1778. BEGIN rdpkt; /* and wait for more data packets. */
  1779. return(-1);
  1780.     } else { /* Not discarding. */
  1781. rf_err = "Can't open file";
  1782. if (xflg) { /* If screen data */
  1783.     if (remfile) { /* redirected to file */
  1784. if (rempipe) /* or pipe */
  1785.   x = openc(ZOFILE,remdest); /* Pipe: start command */
  1786. else
  1787.   x = opena(remdest,&iattr); /* File: open with attributes */
  1788.     } else { /* otherwise */
  1789. x = opent(&iattr); /* "open" the screen */
  1790.     }
  1791. } else { /* otherwise */
  1792. #ifdef CALIBRATE
  1793.     if (calibrate) { /* If calibration run */
  1794. x = ckopenx(&iattr); /* open nothing */
  1795. #ifdef STREAMING
  1796. if (streaming) /* Streaming */
  1797.   fastack(); /* ACK without ACKing. */
  1798. else
  1799. #endif /* STREAMING */
  1800.   ack(); /* Send real ACK */
  1801. BEGIN rdpkt; /* Proceed to next state */
  1802. return(-1);
  1803.     } else
  1804. #endif /* CALIBRATE */
  1805. #ifdef UNIX
  1806. /*
  1807.   In UNIX we can pipe the file data into the mail program, which is to be
  1808.   preferred to writing it out to a temp file and then mailing it afterwards.
  1809.   This depends rather heavily on all UNIXes having a mail command that
  1810.   accepts '-s "subject"' on the command line.  MAILCMD (e.g. mail, Mail, mailx)
  1811.   is defined in ckufio.c.
  1812. */
  1813.     if (*(iattr.disp.val) == 'M') {
  1814. char *s;
  1815. char tmp[1024];
  1816. extern char *MAILCMD;
  1817. s = iattr.disp.val + 1;
  1818. sprintf(tmp,"%s -s %c%s%c %s", MAILCMD, '"', ofn1, '"', s);
  1819. x = openc(ZOFILE,(char *)tmp);
  1820.     } else if (*(iattr.disp.val) == 'P') { /* Ditto for print */
  1821. char tmp[1024];
  1822. extern char *PRINTCMD;
  1823. sprintf(tmp,"%s %s", PRINTCMD, iattr.disp.val + 1);
  1824. x = openc(ZOFILE,(char *)tmp);
  1825.     } else
  1826. #endif /* UNIX */
  1827.       x = opena(filnam,&iattr); /* open the file, with attributes */
  1828. }
  1829. if (x) { /* If file was opened ok */
  1830.     int rc, qf;
  1831. #ifndef NOSPL
  1832.     qf = query;
  1833. #else
  1834.     qf = 0;
  1835. #endif /* NOSPL */
  1836. #ifdef CKTUNING
  1837.     rc = (binary && !parity) ?
  1838.       bdecode(rdatap,putfil):
  1839.        decode(rdatap, qf ? puttrm : putfil, 1);
  1840. #else
  1841.     rc = decode(rdatap, qf ? puttrm : putfil, 1);
  1842. #endif /* CKTUNING */
  1843.     if (rc < 0) {
  1844. errpkt((CHAR *)"Error writing data");
  1845. RESUME;
  1846. return(-1);
  1847.     }
  1848. #ifdef STREAMING
  1849.     if (streaming) /* Streaming was negotiated */
  1850.       fastack(); /* ACK without ACKing. */
  1851.     else
  1852. #endif /* STREAMING */
  1853.       ack(); /* acknowledge it */
  1854.     BEGIN rdpkt; /* and switch to receive-data state */
  1855.     return(-1);
  1856. } else { /* otherwise */
  1857.     errpkt((CHAR *) rf_err); /* send error packet */
  1858.          RESUME; /* and quit. */
  1859.     return(-1);
  1860. }
  1861.     }
  1862. }
  1863. static int
  1864. rcv_shortreply() {
  1865. #ifdef PKTZEROHACK
  1866.     success = 0;
  1867.     debug(F111,"rcv_shortreply",rdatap,ipktlen);
  1868.     if (!strncmp(ipktack,(char *)rdatap,ipktlen)) {
  1869. /* No it's the ACK to the I packet again */
  1870. x = scmd(vcmd,(CHAR *)cmarg); /* So send the REMOTE command again */
  1871. /* Maybe this should be resend() */
  1872. debug(F110,"IPKTZEROHACK",ipktack,x);
  1873. if (x < 0) {
  1874.     errpkt((CHAR *)srimsg);
  1875.     RESUME;
  1876.     return(-1);
  1877. }
  1878.     } else {
  1879. ipktack[0] = NUL;
  1880. #endif /* PKTZEROHACK */
  1881. urserver = 1;
  1882. #ifndef NOSERVER
  1883. #ifndef NOSPL
  1884. if (query) { /* If to query, */
  1885.     qbufp = querybuf; /*  initialize query response buffer */
  1886.     qbufn = 0;
  1887.     querybuf[0] = NUL;
  1888. }
  1889. #endif /* NOSPL */
  1890. x = 1;
  1891. if (remfile) { /* Response redirected to file */
  1892.     rf_err = "Can't open file";
  1893.     if (rempipe) /* or pipe */
  1894.       x =
  1895. #ifndef NOPUSH
  1896. zxcmd(ZOFILE,remdest) /* Pipe: Start command */
  1897. #else
  1898. 0
  1899. #endif /* NOPUSH */
  1900. ;
  1901.     else
  1902.       x = opena(remdest,&iattr); /* File: Open with attributes */
  1903.     debug(F111,"rcv_shortreply remfile",remdest,x);
  1904. } else {
  1905.     x = opent(&iattr); /* "open" the screen */
  1906. }
  1907. if (x) { /* If file was opened ok */
  1908.     if (decode(rdatap,
  1909. #ifndef NOSPL
  1910.        (query || !remfile) ? puttrm :
  1911. #else
  1912.        !remfile ? puttrm :
  1913. #endif /* NOSPL */
  1914.        zputfil, 1) < 0) { /* Note: zputfil, not putfil. */
  1915. errpkt((CHAR *)"Error writing data");
  1916. RESUME;
  1917. return(-1);
  1918.     } else {
  1919. if (rdatap) /* If we had data */
  1920.   if (*rdatap) /* add a line terminator */
  1921.     if (remfile) { /* to file */
  1922. zsoutl(ZOFILE,"");
  1923.     } else { /* or to screen. */
  1924. #ifndef NOICP
  1925. if (!query || !cmdsrc())
  1926. #endif /* NOICP */
  1927.   conoll("");
  1928.     }
  1929. if (bye_active && network) { /* I sent BYE or REMOTE LOGOUT */
  1930.     msleep(500); /* command and got the ACK... */
  1931.     bye_active = 0;
  1932.     ttclos(0);
  1933. }
  1934. clsof(0);
  1935. if (!epktsent && !epktrcvd) /* If no error packet... */
  1936.   success = 1; /* success. */
  1937. RESUME;
  1938. return(-1);
  1939.     }
  1940. } else { /* File not opened OK */
  1941.     errpkt((CHAR *) rf_err); /* send error message */
  1942.     RESUME; /* and quit. */
  1943.     return(-1);
  1944. }
  1945. #endif /* NOSERVER */
  1946. #ifdef PKTZEROHACK
  1947.     }
  1948. #endif /* PKTZEROHACK */
  1949.     debug(F101,"rcv_shortreply fallthru","",success);
  1950.     return(-1);
  1951. }
  1952. static int
  1953. srv_query() {
  1954. #ifndef NOSERVER
  1955. #ifndef NOSPL
  1956.     char c;
  1957. #ifdef CKSYSLOG
  1958.     if (ckxsyslog >= SYSLG_PR && ckxlogging)
  1959.       cksyslog(SYSLG_PR, 1, "server", "REMOTE QUERY", (char *)srvcmd);
  1960. #endif /* CKSYSLOG */
  1961. #ifdef IKSDB
  1962.     if (ikdbopen) slotstate(what,"REMOTE QUERY", (char *)(srvcmd+2), "");
  1963. #endif /* IKSDB */
  1964.     c = *(srvcmd+2); /* Q = Query, S = Set */
  1965.     if (c == 'Q') { /* Query */
  1966. if (!ENABLED(en_que)) { /* Security */
  1967.     errpkt((CHAR *)"REMOTE QUERY disabled");
  1968.     RESUME;
  1969.     return(-1);
  1970. } else { /* Query allowed */
  1971.     int n; char *p, *q;
  1972.     qbufp = querybuf; /* Wipe out old stuff */
  1973.     qbufn = 0;
  1974.     querybuf[0] = NUL;
  1975.     p = (char *) srvcmd + 3; /* Pointer for making wrapper */
  1976.     n = strlen((char *)srvcmd); /* Position of end */
  1977.     c = *(srvcmd+4); /* Which type of variable */
  1978.     if (*(srvcmd+6) == CMDQ) { /* Starts with command quote? */
  1979. p = (char *) srvcmd + 6; /* Take it literally */
  1980. if (*p == CMDQ) p++;
  1981.     } else { /* They played by the rules */
  1982. if (c == 'K') { /* Kermit variable */
  1983.     int k;
  1984.     k = (int) strlen(p);
  1985.     if (k > 0 && p[k-1] == ')') {
  1986. p = (char *)(srvcmd + 4);
  1987. *(srvcmd+4) = CMDQ;
  1988. *(srvcmd+5) = 'f'; /* Function, so make it f...() */
  1989.     } else {
  1990. *(srvcmd+3) = CMDQ; /* Stuff wrapping into buffer */
  1991. *(srvcmd+4) = 'v';  /* Variable, so make it v(...) */
  1992. *(srvcmd+5) = '(';  /* around variable name */
  1993. *(srvcmd+n) = ')';
  1994. *(srvcmd+n+1) = NUL;
  1995.     }
  1996. } else {
  1997.     *(srvcmd+3) = CMDQ; /* Stuff wrapping into buffer */
  1998.     *(srvcmd+4) = 'v'; /*  Variable, so make it v(...) */
  1999.     *(srvcmd+5) = '('; /* around variable name */
  2000.     *(srvcmd+n) = ')';
  2001.     *(srvcmd+n+1) = NUL;
  2002.     if (c == 'S') { /* System variable */
  2003. *(srvcmd+4) = '$'; /*  so it's $(...) */
  2004.     } else if (c == 'G') { /* Non- Global variable */
  2005. *(srvcmd+4) = 'm'; /*  so wrap it in m(...) */
  2006.     }
  2007. }
  2008.     } /* Now evaluate it */
  2009.     n = QBUFL; /* Max length */
  2010.     q = querybuf; /* Where to put it */
  2011.     if (zzstring(p,&q,&n) < 0) {
  2012. errpkt((n > 0) ? (CHAR *)"Can't get value"
  2013.                : (CHAR *)"Value too long"
  2014.        );
  2015. RESUME;
  2016. return(-1);
  2017.     } else {
  2018. if (encstr((CHAR *)querybuf) > -1) { /* Encode it */
  2019.     ack1(data); /* If it fits, send it back in ACK */
  2020.     success = 1;
  2021.     RESUME;
  2022.     return(-1);
  2023. } else if (sndstring(querybuf)) { /* Long form response */
  2024.     BEGIN ssinit;
  2025.     return(-1);
  2026. } else { /* sndhlp() fails */
  2027.     errpkt((CHAR *)"Can't send value");
  2028.     RESUME;
  2029.     return(-1);
  2030. }
  2031.     }
  2032. }
  2033.     } else if (c == 'S') { /* Set (assign) */
  2034. if (!ENABLED(en_asg)) { /* Security */
  2035.     errpkt((CHAR *)"REMOTE ASSIGN disabled");
  2036.     RESUME;
  2037.     return(-1);
  2038. } else { /* OK */
  2039.     int n;
  2040.     n = xunchar(*(srvcmd+3)); /* Length of name */
  2041.     n = 3 + n + 1; /* Position of length of value */
  2042.     *(srvcmd+n) = NUL; /* Don't need it */
  2043.     if (addmac((char *)(srvcmd+4),(char *)(srvcmd+n+1)) < 0)
  2044.       errpkt((CHAR *)"REMOTE ASSIGN failed");
  2045.     else {
  2046. ack();
  2047. success = 1;
  2048.     }
  2049.     RESUME;
  2050.     return(-1);
  2051. }
  2052.     } else {
  2053. errpkt((CHAR *)"Badly formed server command");
  2054. RESUME;
  2055. return(-1);
  2056.     }
  2057. #else
  2058.     errpkt((CHAR *)"Variable query/set not available");
  2059.     RESUME;
  2060.     return(-1);
  2061. #endif /* NOSPL */
  2062. #endif /* NOSERVER */
  2063. }
  2064. static int
  2065. srv_copy() {
  2066. #ifndef NOSERVER
  2067. #ifdef CKSYSLOG
  2068.     if (ckxsyslog >= SYSLG_PR && ckxlogging)
  2069.       cksyslog(SYSLG_PR, 1, "server", "REMOTE COPY", (char *)srvcmd);
  2070. #endif /* CKSYSLOG */
  2071. #ifdef ZCOPY
  2072.     if (!ENABLED(en_cpy)) {
  2073. errpkt((CHAR *)"REMOTE COPY disabled");
  2074. RESUME;
  2075. return(-1);
  2076.     } else {
  2077. char *str1, *str2, f1[256], f2[256];
  2078. int  len1, len2;
  2079.         len1 = xunchar(srvcmd[1]); /* Separate the parameters */
  2080.         len2 = xunchar(srvcmd[2+len1]);
  2081.         strncpy(f1,(char *)(srvcmd+2),len1);
  2082.         f1[len1] = NUL;
  2083.         strncpy(f2,(char *)(srvcmd+3+len1),len2);
  2084.         f2[len2] = NUL;
  2085. #ifdef IKSDB
  2086. if (ikdbopen) slotstate(what,"REMOTE COPY", f1, f2);
  2087. #endif /* IKSDB */
  2088. if (!ENABLED(en_cwd)) { /* If CWD is disabled */
  2089.     zstrip(f1,&str1); /* and they included a pathname, */
  2090.             zstrip(f2,&str2);
  2091.     if (strcmp(f1,str1) || strcmp(f2,str2)) { /* Refuse. */
  2092. errpkt((CHAR *)"Access denied");
  2093. RESUME; /* Remember, this is not a goto! */
  2094. return(-1);
  2095.     }
  2096. }
  2097. if (state == generic) { /* It's OK to go ahead. */
  2098.             if (zcopy(f1,f2)) { /* Try */
  2099. errpkt((CHAR *)"Can't copy file"); /* give error message */
  2100.     } else {
  2101. success = 1;
  2102. ack();
  2103.     }
  2104.             RESUME; /* wait for next server command */
  2105.     return(-1);
  2106. }
  2107.     }
  2108.     return(-1);
  2109. #else /* no ZCOPY */
  2110.     errpkt((CHAR *)"REMOTE COPY not available"); /* give error message */
  2111.     RESUME; /* wait for next server command */
  2112.     return(-1);
  2113. #endif /* ZCOPY */
  2114. #endif /* NOSERVER */
  2115. }
  2116. static int
  2117. srv_rename() {
  2118. #ifndef NOSERVER
  2119. #ifdef CKSYSLOG
  2120.     if (ckxsyslog >= SYSLG_PR && ckxlogging)
  2121.       cksyslog(SYSLG_PR, 1, "server", "REMOTE RENAME", (char *)srvcmd);
  2122. #endif /* CKSYSLOG */
  2123. #ifdef ZRENAME
  2124.     if (!ENABLED(en_ren)) {
  2125. errpkt((CHAR *)"REMOTE RENAME disabled");
  2126. RESUME;
  2127. return(-1);
  2128.     } else { /* RENAME is enabled */
  2129. char *str1, *str2, f1[256], f2[256];
  2130. int len1, len2;
  2131. len1 = xunchar(srvcmd[1]); /* Separate the parameters */
  2132. len2 = xunchar(srvcmd[2+len1]);
  2133. strncpy(f1,(char *)(srvcmd+2),len1);
  2134. f1[len1] = NUL;
  2135. strncpy(f2,(char *)(srvcmd+3+len1),len2);
  2136. f2[len2] = NUL;
  2137. len2 = xunchar(srvcmd[2+len1]);
  2138. strncpy(f1,(char *)(srvcmd+2),len1);
  2139. f1[len1] = NUL;
  2140. strncpy(f2,(char *)(srvcmd+3+len1),len2);
  2141. f2[len2] = NUL;
  2142. #ifdef IKSDB
  2143. if (ikdbopen) slotstate(what,"REMOTE RENAME", f1, f2);
  2144. #endif /* IKSDB */
  2145. if (!ENABLED(en_cwd)) { /* If CWD is disabled */
  2146.     zstrip(f1,&str1); /* and they included a pathname, */
  2147.     zstrip(f2,&str2);
  2148.     if ( strcmp(f1,str1) || strcmp(f2,str2) ) { /* refuse. */
  2149. errpkt((CHAR *)"Access denied");
  2150. RESUME; /* Remember, this is not a goto! */
  2151. return(-1);
  2152.     }
  2153. }
  2154. if (state == generic) { /* It's OK to go ahead. */
  2155.     if (zrename(f1,f2)) { /* Try */
  2156. errpkt((CHAR *)"Can't rename file"); /* Give error msg */
  2157.     } else {
  2158. success = 1;
  2159. ack();
  2160.     }
  2161.     RESUME; /* Wait for next server command */
  2162.     return(-1);
  2163. }
  2164.     }
  2165.     return(-1);
  2166. #else /* no ZRENAME */
  2167.     /* Give error message */
  2168.     errpkt((CHAR *)"REMOTE RENAME not available");
  2169.     RESUME; /* Wait for next server command */
  2170.     return(-1);
  2171. #endif /* ZRENAME */
  2172. #endif /* NOSERVER */
  2173. }
  2174. static int
  2175. srv_login() {
  2176. #ifndef NOSERVER
  2177.     char f1[LOGINLEN+1], f2[LOGINLEN+1], f3[LOGINLEN+1];
  2178.     CHAR *p;
  2179.     int len, i;
  2180.     debug(F101,"REMOTE LOGIN x_login","",x_login);
  2181.     debug(F101,"REMOTE LOGIN x_logged","",x_logged);
  2182.     f1[0] = NUL; f2[0] = NUL; f3[0] = NUL;
  2183.     len = 0;
  2184.     if (srvcmd[1]) /* First length field */
  2185.       len = xunchar(srvcmd[1]); /* Separate the parameters */
  2186.     if (x_login) { /* Login required */
  2187. if (x_logged) { /* And already logged in */
  2188.     if (len > 0) { /* Logging in again */
  2189. errpkt((CHAR *)"Already logged in.");
  2190.     } else { /* Logging out */
  2191. debug(F101,"REMOTE LOGOUT","",x_logged);
  2192. #ifdef CKSYSLOG
  2193. if (ckxsyslog >= SYSLG_PR && ckxlogging)
  2194.   cksyslog(SYSLG_PR, 1, "server", "REMOTE LOGOUT", NULL);
  2195. #endif /* CKSYSLOG */
  2196. #ifdef IKSDB
  2197. if (ikdbopen) slotstate(what,"REMOTE LOGOUT", "", "");
  2198. #endif /* IKSDB */
  2199. tlog(F110,"Logged out",x_user,0);
  2200. ack1((CHAR *)"Logged out");
  2201. success = 1;
  2202. msleep(500);
  2203. #ifdef CK_LOGIN
  2204. x_logged = 0;
  2205. #ifdef IKSD
  2206. if (inserver)
  2207.   ckxlogout();
  2208. #endif /* IKSD */
  2209. #endif /* CK_LOGIN */
  2210.     }
  2211. } else { /* Not logged in yet */
  2212.     debug(F101,"REMOTE LOGIN len","",len);
  2213.     if (len > 0) { /* Have username */
  2214. #ifdef CKSYSLOG
  2215. if (ckxsyslog >= SYSLG_PR && ckxlogging)
  2216.   cksyslog(SYSLG_PR, 1, "server", "REMOTE LOGIN", NULL);
  2217. #endif /* CKSYSLOG */
  2218. if (len > LOGINLEN) {
  2219.     errpkt((CHAR *)"Username too long");
  2220. }
  2221. p = srvcmd + 2; /* Point to it */
  2222. for (i = 0; i < len; i++) /* Copy it */
  2223.   f1[i] = p[i];
  2224. f1[len] = NUL; /* Terminate it */
  2225. p += len; /* Point to next length field */
  2226. if (*p) { /* If we have one */
  2227.     len = xunchar(*p++); /* decode it */
  2228.     if (len > 0 && len <= LOGINLEN) {
  2229. for (i = 0; i < len; i++) /* Same deal for password */
  2230.   f2[i] = p[i];
  2231. f2[len] = NUL;
  2232. p += len; /* And account */
  2233. if (*p) {
  2234.     len = xunchar(*p++);
  2235.     if (len > 0 && len <= LOGINLEN) {
  2236. for (i = 0; i < len; i++)
  2237.   f3[i] = p[i]; /* Set but never used */
  2238. f3[len] = NUL; /* (because account not used) */
  2239.     }
  2240. }
  2241.     }
  2242. }
  2243. debug(F101,"REMOTE LOGIN 1","",x_logged);
  2244. #ifdef IKSD
  2245. #ifdef CK_LOGIN
  2246. if (inserver) { /* Log in to system for real */
  2247.     x_logged = ckxlogin((CHAR *)f1,(CHAR *)f2,NULL,0);
  2248.     debug(F101,"REMOTE LOGIN 2","",x_logged);
  2249.     if (x_logged) { /* Count attempts */
  2250. logtries = 0;
  2251. justone = 1;
  2252.     } else {
  2253. logtries++;
  2254. sleep(logtries);
  2255.     }
  2256. } else
  2257. #endif /* CK_LOGIN */
  2258. #endif /* IKSD */
  2259.   if (x_user && x_passwd) { /* User and password must match */
  2260.       if (!strcmp(x_user,f1)) /* SET SERVER LOGIN */
  2261. if (!strcmp(x_passwd,f2))
  2262.   x_logged = 1;
  2263.       debug(F101,"REMOTE LOGIN 3","",x_logged);
  2264.   } else if (x_user) { /* Only username given, no password */
  2265.       if (!strcmp(x_user,f1)) /* so only username must match */
  2266. x_logged = 1;
  2267.       debug(F101,"REMOTE LOGIN 4","",x_logged);
  2268.   }
  2269. if (x_logged) { /* Logged in? */
  2270.     tlog(F110,"Logged in", x_user, 0);
  2271.     if (isguest)
  2272.       ack1((CHAR *)"Logged in as guest - restrictions apply");
  2273.     else
  2274.       ack1((CHAR *)"Logged in");
  2275.     success = 1;
  2276. } else {
  2277.     tlog(F110,"Login failed", f1, 0);
  2278.     errpkt((CHAR *)"Access denied.");
  2279. #ifdef IKSD
  2280. #ifdef CK_LOGIN
  2281.     if (inserver && logtries > 2)
  2282.       ckxlogout();
  2283. #endif /* CK_LOGIN */
  2284. #endif /* IKSD */
  2285. }
  2286.     } else { /* LOGOUT */
  2287. errpkt((CHAR *)"Logout ignored");
  2288.     }
  2289. }
  2290.     } else { /* Login not required */
  2291. if (len > 0)
  2292.   errpkt((CHAR *)"Login ignored.");
  2293. else
  2294.   errpkt((CHAR *)"Logout ignored.");
  2295.     }
  2296. #endif /* NOSERVER */
  2297.     RESUME;
  2298.     return(-1);
  2299. }
  2300. static int
  2301. srv_timeout() {
  2302. #ifndef OS2
  2303.     /* K95 does this its own way */
  2304.     if (idletmo) {
  2305. #ifdef IKSD
  2306.         if (inserver) {
  2307.            printf("rnIKSD IDLE TIMEOUT: %d secrn", srvidl);
  2308.            doexit(GOOD_EXIT,xitsta);
  2309.         }
  2310. #endif /* IKSD */
  2311. idletmo = 0;
  2312. printf("rnSERVER IDLE TIMEOUT: %d secrn", srvidl);
  2313. xitsta |= what;
  2314. QUIT;
  2315.     }
  2316. #endif /* OS2 */
  2317. #ifndef NOSERVER
  2318. #ifndef OS2
  2319.     else
  2320. #endif /* OS2 */
  2321.       if (fatalio) { /* Connection lost */
  2322. #ifdef CKSYSLOG
  2323.   if (ckxsyslog >= SYSLG_PR && ckxlogging)
  2324.     cksyslog(SYSLG_PR, 1, "server", "Connection lost", NULL);
  2325. #endif /* CKSYSLOG */
  2326. #ifdef IKSDB
  2327.   if (ikdbopen) slotstate(what,"SERVER DISCONNECT",(char *)srvcmd, "");
  2328. #endif /* IKSDB */
  2329. xitsta |= what;
  2330. QUIT;
  2331.     } else if (interrupted) { /* Interrupted by hand */
  2332. if (!ENABLED(en_fin)) {
  2333.     errpkt((CHAR *)"QUIT disabled");
  2334.     RESUME;
  2335.     return(-1);
  2336. } else {
  2337.     if (what == W_SEND || what == W_RECV || what == W_REMO) {
  2338. success = 0;
  2339. #ifdef CKSYSLOG
  2340. if (ckxsyslog >= SYSLG_PR && ckxlogging)
  2341.   cksyslog(SYSLG_PR, 1, "server", "Interrupted", NULL);
  2342. #endif /* CKSYSLOG */
  2343.     } else if (what == W_NOTHING && filcnt == 0) {
  2344. success = 1;
  2345.     } /* Otherwise leave success alone */
  2346.     xitsta |= what;
  2347.     QUIT;
  2348. }
  2349.     } else { /* Shouldn't happen */
  2350. debug(F100,"SERVER (top) GOT UNEXPECTED 'q'","",0);
  2351. QUIT;
  2352.     }
  2353. #endif /* NOSERVER */
  2354. }
  2355. static int
  2356. rcv_s_pkt() {
  2357. #ifndef NOSERVER
  2358.     if (state == rgen)
  2359.       urserver = 1;
  2360.     if (/* state == serve && */ x_login && !x_logged) {
  2361. errpkt((CHAR *)"Login required");
  2362. SERVE;
  2363.     } else
  2364. #endif /* NOSERVER */
  2365.       if (state == serve && !ENABLED(en_sen)) { /* Not in server mode */
  2366. errpkt((CHAR *)"SEND disabled"); /* when SEND is disabled. */
  2367. RESUME;
  2368. return(-1);
  2369.     } else { /* OK to go ahead. */
  2370. #ifdef CK_TMPDIR
  2371. if (dldir && !f_tmpdir) { /* If they have a download directory */
  2372.     debug(F110,"receive download dir",dldir,0);
  2373.     if (s = zgtdir()) { /* Get current directory */
  2374. debug(F110,"receive current dir",s,0);
  2375. if (zchdir(dldir)) { /* Change to download directory */
  2376.     debug(F100,"receive zchdir ok","",0);
  2377.     ckstrncpy(savdir,s,TMPDIRLEN);
  2378.     f_tmpdir = 1; /* Remember that we did this */
  2379. } else
  2380.   debug(F100,"receive zchdir failed","",0);
  2381.     }
  2382. }
  2383. #endif /* CK_TMPDIR */
  2384. nakstate = 1; /* Can send NAKs from here. */
  2385. rinit(rdatap); /* Set parameters */
  2386. bctu = bctr; /* Switch to agreed-upon block check */
  2387. bctl = (bctu == 4) ? 2 : bctu; /* Set block-check length */
  2388. what = W_RECV; /* Remember we're receiving */
  2389. lastxfer = W_RECV;
  2390. resetc(); /* Reset counters */
  2391. rtimer(); /* Reset timer */
  2392. #ifdef GFTIMER
  2393. rftimer();
  2394. #endif /* GFTIMER */
  2395. streamon();
  2396. BEGIN rfile; /* Go into receive-file state */
  2397.     }
  2398.     return(-1);
  2399. }
  2400. /* END OF ROUTINES MOVED OUT OF STATE MACHINE */
  2401. /*  P R O T O  --  Protocol entry function  */
  2402. static int is_tn = 0; /* It's a Telnet connection */
  2403. #ifdef CK_SPEED
  2404. int f_ctlp = 0; /* Control-character prefix table */
  2405. #ifdef COMMENT
  2406. short s_ctlp[256];
  2407. #endif /* COMMENT */
  2408. #endif /* CK_SPEED */
  2409. /*
  2410.   This is simply a wrapper for the real protocol function just below,
  2411.   that saves any items that might be changed automatically by protocol
  2412.   negotiations and then restores them upon exit from protocol mode.
  2413. */
  2414. VOID
  2415. proto() {
  2416.     extern int b_save, f_save, c_save, ss_save, slostart, reliable, urclear;
  2417. #ifndef NOCSETS
  2418.     extern int fcharset, fcs_save, tcharset, tcs_save;
  2419. #endif /* NOCSETS */
  2420. #ifdef PIPESEND
  2421.     extern int pipesend;
  2422. #endif /* PIPESEND */
  2423. #ifdef OS2
  2424.     extern int cursorena[], cursor_save, term_io;
  2425.     extern BYTE vmode;
  2426.     extern int display_demo;
  2427.     int term_io_save;
  2428. #endif /* OS2 */
  2429. #ifdef TNCODE
  2430.     int _u_bin=0, _me_bin=0;
  2431. #ifdef IKS_OPTION
  2432.     int _u_start=0, _me_start=0;
  2433. #endif /* IKS_OPTION */
  2434. #endif /* TNCODE */
  2435. #ifdef PATTERNS
  2436.     extern int patterns;
  2437.     int pa_save;
  2438.     int i;
  2439. #endif /* PATTERNS */
  2440. #ifdef PATTERNS
  2441.     pa_save = patterns;
  2442. #endif /* PATTERNS */
  2443. #ifdef CK_LOGIN
  2444.     if (isguest) { /* If user is anonymous */
  2445. en_pri = 0; /* disable printing */
  2446. en_mai = 0; /* and disable email */
  2447. en_del = 0; /* and file deletion */
  2448.     }
  2449. #endif /* CK_LOGIN */
  2450. #ifdef OS2
  2451.     cursor_save = cursorena[vmode];
  2452.     cursorena[vmode] = 0;
  2453.     term_io_save = term_io;
  2454.     term_io = 0;
  2455. #endif /* OS2 */
  2456.     b_save = binary; /* SET FILE TYPE */
  2457.     f_save = fncnv; /* SET FILE NAMES */
  2458.     c_save = bctr;
  2459.     p_save = fnspath;
  2460.     r_save = recursive;
  2461.     s_timint = timint;
  2462.     ss_save = slostart;
  2463. #ifndef NOCSETS
  2464.     fcs_save = fcharset;
  2465.     tcs_save = tcharset;
  2466. #endif /* NOCSETS */
  2467. #ifdef COMMENT
  2468. /* Don't do this because then user can never find out what happened. */
  2469. #ifdef CK_SPEED
  2470.     for (i = 0; i < 256; i++)
  2471.       s_ctlp[i] = ctlp[i];
  2472.     f_ctlp = 1;
  2473. #endif /* CK_SPEED */
  2474. #endif /* COMMENT */
  2475.     if (reliable == SET_ON)
  2476.       slostart = 0;
  2477.     is_tn = (!local && sstelnet)
  2478. #ifdef TNCODE
  2479.       || (local && network && ttnproto == NP_TELNET)
  2480. #endif /* TNCODE */
  2481. ;
  2482. #ifdef TNCODE
  2483.     if (is_tn) {
  2484.         if (tn_b_xfer && !(sstelnet || inserver)) {
  2485.     /* Save the current state of Telnet Binary */
  2486.     _u_bin = TELOPT_U(TELOPT_BINARY);
  2487.     _me_bin = TELOPT_ME(TELOPT_BINARY);
  2488.     /* If either direction is not Binary attempt to negotiate it */
  2489.     if (!_u_bin && TELOPT_U_MODE(TELOPT_BINARY) != TN_NG_RF) {
  2490. tn_sopt(DO,TELOPT_BINARY);
  2491. TELOPT_UNANSWERED_DO(TELOPT_BINARY) = 1;
  2492.     }
  2493.     if (!_me_bin && TELOPT_ME_MODE(TELOPT_BINARY) != TN_NG_RF) {
  2494. tn_sopt(WILL,TELOPT_BINARY);
  2495. TELOPT_UNANSWERED_WILL(TELOPT_BINARY) = 1;
  2496.     }
  2497.     if (!(_me_bin && _u_bin))
  2498.       tn_wait("proto set binary mode");
  2499.         }
  2500. #ifdef IKS_OPTION
  2501.         if (sstate == 'x' || sstate == 'v') { /* Responding to a request */
  2502.             if (!inserver && TELOPT_U(TELOPT_KERMIT) &&
  2503.                 TELOPT_SB(TELOPT_KERMIT).kermit.u_start) {
  2504.                 iks_wait(KERMIT_REQ_STOP,0); /* Stop the other Server */
  2505. _u_start = 1;
  2506.             }
  2507.             if (TELOPT_ME(TELOPT_KERMIT) &&
  2508.                 !TELOPT_SB(TELOPT_KERMIT).kermit.me_start) {
  2509.                 tn_siks(KERMIT_START); /* Send Kermit-Server Start */
  2510.   TELOPT_SB(TELOPT_KERMIT).kermit.me_start = 1;
  2511.             }
  2512.         } else { /* Initiating a request */
  2513.             if (TELOPT_ME(TELOPT_KERMIT) &&
  2514.                 TELOPT_SB(TELOPT_KERMIT).kermit.me_start) {
  2515.                 tn_siks(KERMIT_STOP); /* I'm not servering */
  2516.   TELOPT_SB(TELOPT_KERMIT).kermit.me_start = 0;
  2517. _me_start = 1;
  2518.             }
  2519.             if (TELOPT_U(TELOPT_KERMIT) &&
  2520.         !TELOPT_SB(TELOPT_KERMIT).kermit.u_start) {
  2521. /* Send Req-Server-Start */
  2522.                 if (!iks_wait(KERMIT_REQ_START,0)) {
  2523.                     if (sstate != 's') {
  2524. success = 0; /* Other Kermit refused to serve */
  2525. if (local)
  2526.   printf("A Kermit server is not availablern");
  2527. debug(F110,"proto()",
  2528.                              "A Kermit Server is not available",0);
  2529. tlog(F110,"IKS client/server failure",
  2530.                              "A Kermit Server is not available",0);
  2531. goto xxprotox;
  2532.                     }
  2533. }
  2534.             }
  2535.         }
  2536. #endif /* IKS_OPTION */
  2537. #ifdef CK_ENCRYPTION
  2538.         if (tn_no_encrypt_xfer && !(sstelnet || inserver)) {
  2539.             ck_tn_enc_stop();
  2540.         }
  2541. #endif /* CK_ENCRYPTION */
  2542.     }
  2543. #endif /* TNCODE */
  2544.     if (!xfrint) connoi();
  2545.     xxproto(); /* Call the real protocol function */
  2546. #ifdef IKS_OPTION
  2547.   xxprotox:
  2548. #endif /* IKS_OPTION */
  2549.     xferstat = success; /* Remember transfer status */
  2550.     kactive = 0;
  2551. #ifdef TNCODE
  2552. #ifdef CK_ENCRYPTION
  2553.         if (tn_no_encrypt_xfer && !(sstelnet || inserver)) {
  2554.             ck_tn_enc_start();
  2555.         }
  2556. #endif /* CK_ENCRYPTION */
  2557. #ifdef IKS_OPTION
  2558.     if (TELOPT_ME(TELOPT_KERMIT) &&
  2559.         TELOPT_SB(TELOPT_KERMIT).kermit.me_start && !_me_start) {
  2560.         tn_siks(KERMIT_STOP); /* Server is stopped */
  2561.   TELOPT_SB(TELOPT_KERMIT).kermit.me_start = 0;
  2562.     }
  2563. #endif /* IKS_OPTION */
  2564.     if (is_tn && tn_b_xfer && !(sstelnet || inserver)) {
  2565.         /* if we negotiated Binary mode try to reset it */
  2566.         if (!_u_bin) {
  2567.             /* Check to see if the state changed during the transfer */
  2568.     if (TELOPT_U(TELOPT_BINARY)) {
  2569. tn_sopt(DONT,TELOPT_BINARY);
  2570. TELOPT_UNANSWERED_DONT(TELOPT_BINARY) = 1;
  2571.     } else
  2572.       _u_bin = 1; /* So we don't call tn_wait() */
  2573.         }
  2574.         if (!_me_bin) {
  2575.             /* Check to see if the state changed during the transfer */
  2576.     if (TELOPT_ME(TELOPT_BINARY)) {
  2577. tn_sopt(WONT,TELOPT_BINARY);
  2578. TELOPT_UNANSWERED_WONT(TELOPT_BINARY) = 1;
  2579.     } else
  2580.       _me_bin = 1; /* So we don't call tn_wait() */
  2581. }
  2582. if (!(_me_bin && _u_bin))
  2583.   tn_wait("proto reset binary mode");
  2584.     }
  2585. #endif /* TNCODE */
  2586. #ifdef PATTERNS
  2587.     patterns = pa_save;
  2588. #endif /* PATTERNS */
  2589. #ifdef STREAMING
  2590.     streaming = 0;
  2591.     /* streamok = 0; */
  2592. #endif /* STREAMING */
  2593. #ifdef COMMENT
  2594. #ifdef CK_SPEED
  2595.     for (i = 0; i < 256; i++)
  2596.       ctlp[i] = s_ctlp[i];
  2597.     f_ctlp = 0;
  2598. #endif /* CK_SPEED */
  2599. #endif /* COMMENT */
  2600.     urclear = 0;
  2601.     if (!success) {
  2602. xitsta |= what;
  2603. tlog(F110," failed:",(char *)epktmsg,0);
  2604.     }
  2605.     debug(F111,"proto xferstat",epktmsg,xferstat);
  2606.     slostart = ss_save;
  2607.     if (s_timint > -1) { /* Because of REMOTE SET */
  2608. timint = s_timint;
  2609. s_timint = -1;
  2610.     }
  2611.     recursive = r_save;
  2612.     fnspath = p_save;
  2613.     if (c_save > -1) { /* Because of REMOTE SET */
  2614. bctr = c_save;
  2615. c_save = -1;
  2616.     }
  2617.     fncnv   = f_save;
  2618.     binary  = b_save;
  2619. #ifdef PIPESEND
  2620.     pipesend = 0;     /* Next time might not be pipesend */
  2621. #endif /* PIPESEND */
  2622. #ifdef OS2
  2623.     cursorena[vmode] = cursor_save;
  2624.     term_io = term_io_save;
  2625.     display_demo = 1;
  2626. #endif /* OS2 */
  2627. }
  2628. static VOID
  2629. xxproto() {
  2630.     int x;
  2631.     long lx;
  2632. #ifdef CK_XYZ
  2633. #ifdef XYZ_INTERNAL
  2634. _PROTOTYP( int pxyz, (int) );
  2635. #endif /* XYZ_INTERNAL */
  2636. #endif /* CK_XYZ */
  2637.     char xss[2]; /* String representation of sstate */
  2638.     xss[0] = sstate;
  2639.     xss[1] = NUL;
  2640.     s_timint = timint;
  2641.     debug(F101,"xxproto entry justone","",justone);
  2642.     success = 0;
  2643.     retrieve = 0; /* Reset these ... */
  2644.     reget = 0;
  2645.     opkt = 0;
  2646.     if (local && ttchk() < 0) { /* Giving BYE or FIN */
  2647. if (bye_active) { /* but there is no connection */
  2648.     ttclos(0);
  2649.     success = 1;
  2650.     return;
  2651. }
  2652. /* Ditto for any REMOTE command */
  2653. if (sstate == 'g' && cmarg ) {
  2654.     if (*cmarg == 'L' || *cmarg == 'F' || *cmarg == 'X')
  2655.       success = 1;
  2656.     else
  2657.       printf("?No connectionrn");
  2658.     return;
  2659. }
  2660.     }
  2661. /* Set up the communication line for file transfer. */
  2662.     if (local && (speed < 0L) && (network == 0)) {
  2663. xxscreen(SCR_EM,0,0L,"Sorry, you must 'set speed' first");
  2664. return;
  2665.     }
  2666.     x = -1;
  2667.     if (ttopen(ttname,&x,mdmtyp,cdtimo) < 0) {
  2668. debug(F111,"failed: proto ttopen local",ttname,local);
  2669. xxscreen(SCR_EM,0,0L,"Can't open line");
  2670. return;
  2671.     }
  2672.     if (x > -1) local = x;
  2673.     debug(F111,"proto ttopen local",ttname,local);
  2674.     lx = (local && !network) ? speed : -1;
  2675. #ifdef NETCONN
  2676. #ifdef CK_SPEED
  2677.     if (is_tn) {
  2678. ctlp[(unsigned)255] = ctlp[CR] = 1;
  2679. if (parity == 'e' || parity == 'm') ctlp[127] = 1;
  2680. if (flow == FLO_XONX) { /* Also watch out for Xon/Xoff */
  2681.     ctlp[17] = ctlp[19] = 1;
  2682.     ctlp[17+128] = ctlp[19+128] = 1;
  2683. }
  2684.     }
  2685. #endif /* CK_SPEED */
  2686. #endif /* NETCONN */
  2687.     if (ttpkt(lx,flow,parity) < 0) { /* Put line in packet mode, */
  2688. xxscreen(SCR_EM,0,0L,"Can't condition line");
  2689. return;
  2690.     }
  2691.     if (local && !network && carrier != CAR_OFF) {
  2692. int x; /* Serial connection */
  2693. x = ttgmdm(); /* with carrier checking */
  2694. if (x > -1) {
  2695.     if (!(x & BM_DCD)) {
  2696. debug(F101,"proto ttgmdm","",0);
  2697. xxscreen(SCR_EM,0,0L,"Carrier required but not detected");
  2698. return;
  2699.     }
  2700. }
  2701.     }
  2702.     /* Send remote side's "receive" or "server" startup string, if any */
  2703.     if (local && ckindex((char *)xss,"srgcjhk",0,0,1)) {
  2704. char *s = NULL;
  2705.         if (
  2706. #ifdef IKS_OPTION
  2707.     /* Don't send auto-blah string if we know other side is serving */
  2708.     !TELOPT_U(TELOPT_KERMIT) ||
  2709.     !TELOPT_SB(TELOPT_KERMIT).kermit.u_start
  2710. #else
  2711.     1
  2712. #endif /* IKS_OPTION */
  2713.     ) {
  2714.     if (sstate == 's') { /* Sending file(s) */
  2715. s = binary ? ptab[protocol].h_b_init : ptab[protocol].h_t_init;
  2716.     } else if (protocol == PROTO_K) { /* Command for server */
  2717. s = ptab[protocol].h_x_init;
  2718.     }
  2719. }
  2720. #ifdef CK_SPEED
  2721. #ifndef UNPREFIXZERO
  2722. if (protocol == PROTO_K) /* Because of C-strings... */
  2723.   ctlp[0] = 1;
  2724. #endif /* UNPREFIXZERO */
  2725. #endif /* CK_SPEED */
  2726. if (s) if (*s) { /* If we have a command to send... */
  2727.     char tmpbuf[356];
  2728.     int stuff = -1, stuff2 = -1, len = 0;
  2729.     extern int tnlm;
  2730.     strcpy(tmpbuf,s);
  2731.     if (sstate == 's') /* Sending file(s) */
  2732.       sprintf(tmpbuf, s, cmarg2[0] ? cmarg2 : cmarg); /* For XMODEM */
  2733.     else /* Command for server */
  2734.       sprintf(tmpbuf, s);
  2735.     strcat(tmpbuf, "15");
  2736.     if (tnlm) /* TERMINAL NEWLINE ON */
  2737.       stuff = LF; /* Stuff LF */
  2738. #ifdef TNCODE
  2739.     /* TELNET NEWLINE MODE */
  2740.     if (is_tn) {
  2741. switch (TELOPT_ME(TELOPT_BINARY) ? tn_b_nlm : tn_nlm) {
  2742.   case TNL_CR:
  2743.     break;
  2744.   case TNL_CRNUL:
  2745.     break;
  2746.   case TNL_CRLF:
  2747.     stuff2 = stuff;
  2748.     stuff = LF;
  2749.     break;
  2750. }
  2751.     }
  2752. #endif /* TNCODE */
  2753. #ifdef NETCONN
  2754. #ifdef TCPSOCKET
  2755. #ifdef RLOGCODE
  2756.     if (network && ttnproto == NP_RLOGIN) {
  2757. switch (tn_b_nlm) { /* Always BINARY */
  2758.   case TNL_CR:
  2759.     break;
  2760.   case TNL_CRNUL:
  2761.     stuff2 = stuff;
  2762.     stuff  = NUL;
  2763.     break;
  2764.   case TNL_CRLF:
  2765.     stuff2 = stuff;
  2766.     stuff = LF;
  2767.     break;
  2768. }
  2769.     }
  2770. #endif /* RLOGCODE */
  2771. #endif /* TCPSOCKET */
  2772. #endif /* NETCONN */
  2773.     len = strlen(tmpbuf);
  2774.     if (stuff >= 0) {
  2775. tmpbuf[len++] = stuff;
  2776. if (stuff2 >= 0)
  2777.   tmpbuf[len++] = stuff2;
  2778. tmpbuf[len] = NUL;
  2779.     }
  2780.     ttol((CHAR *)tmpbuf,len);
  2781.     if (protocol == PROTO_K) /* Give remote Kermit time to start */
  2782.       msleep(400);
  2783. }
  2784.     }
  2785. #ifdef CK_XYZ
  2786.     if (protocol != PROTO_K) { /* Non-Kermit protocol selected */
  2787. char tmpbuf[356];
  2788. char * s = "";
  2789. #ifdef XYZ_INTERNAL /* Internal */
  2790. success = !pxyz(sstate);
  2791. #else
  2792. #ifdef CK_REDIR /* External */
  2793. switch (sstate) {
  2794.   case 's': /* 'Tis better to SEND... */
  2795.     s = binary ? ptab[protocol].p_b_scmd : ptab[protocol].p_t_scmd;
  2796.     break;
  2797.   case 'v': /* ... than RECEIVE */
  2798.     s = binary ? ptab[protocol].p_b_rcmd : ptab[protocol].p_t_rcmd;
  2799.     break;
  2800. }
  2801. if (!s) s = "";
  2802. if (*s) {
  2803.     sprintf(tmpbuf,s,(sstate == 's') ? fspec : cmarg2);
  2804.     debug(F110,"ckcpro ttruncmd",tmpbuf,0);
  2805.     success = ttruncmd(tmpbuf);
  2806. } else {
  2807.     printf("?Sorry, no external protocol defined for %srn",
  2808.    ptab[protocol].p_name
  2809.    );
  2810. }
  2811. #else
  2812. printf(
  2813. "Sorry, only Kermit protocol is supported in this version of Kermitn"
  2814.        );
  2815. #endif /* CK_REDIR */
  2816. #endif /* XYZ_INTERNAL */
  2817. return;
  2818.     }
  2819. #endif /* CK_XYZ */
  2820. #ifdef NTSIGX
  2821.     conraw();
  2822.     connoi();
  2823. #else
  2824.     if (!local)
  2825.       connoi(); /* No console interrupts if remote */
  2826. #endif /* NTSIG */
  2827.     kactive = 1;
  2828.     if (sstate == 'x') { /* If entering server mode, */
  2829. server = 1; /* set flag, */
  2830. debug(F101,"server backgrd","",backgrd);
  2831. debug(F101,"server quiet","",quiet);
  2832. debug(F100,"SHOULD NOT SEE THIS IF IN BACKGROUND!","",0);
  2833. if (!local) { /* and issue appropriate message. */
  2834.     if (!quiet && !backgrd
  2835. #ifdef IKS_OPTION
  2836.                 && !TELOPT_ME(TELOPT_KERMIT) /* User was told by negotiation */
  2837. #endif /* IKS_OPTION */
  2838. ) {
  2839. conoll(srvtxt);
  2840. conoll("KERMIT READY TO SERVE...");
  2841.     }
  2842. } else {
  2843.     conol("Entering server mode on ");
  2844.     conoll(ttname);
  2845.     conoll("Type Ctrl-C to quit.");
  2846.     if (srvdis) intmsg(-1L);
  2847. #ifdef TCPSOCKET
  2848. #ifndef NOLISTEN
  2849.     if (network && tcpsrfd > 0)
  2850.       ttol((CHAR *)"KERMIT READY TO SERVE...1512",26);
  2851. #endif /* NOLISTEN */
  2852. #endif /* TCPSOCKET */
  2853. }
  2854.     } else
  2855.       server = 0;
  2856. #ifdef VMS
  2857.     if (!quiet && !backgrd)    /* So message doesn't overwrite prompt */
  2858.       conoll("");
  2859.     if (local) conres();       /* So Ctrl-C will work */
  2860. #endif /* VMS */
  2861. /*
  2862.   If in remote mode, not shushed, not in background, and at top command level,
  2863.   issue a helpful message telling what to do...
  2864. */
  2865.     if (!local && !quiet && !backgrd) {
  2866. if (sstate == 'v') {
  2867.     conoll("Return to your local Kermit and give a SEND command.");
  2868.     conoll("");
  2869.     conoll("KERMIT READY TO RECEIVE...");
  2870. } else if (sstate == 's') {
  2871.     conoll("Return to your local Kermit and give a RECEIVE command.");
  2872.     conoll("");
  2873.     conoll("KERMIT READY TO SEND...");
  2874. } else if ( sstate == 'g' || sstate == 'r' || sstate == 'h' ||
  2875.     sstate == 'j' || sstate == 'c' ) {
  2876.     conoll("Return to your local Kermit and give a SERVER command.");
  2877.     conoll("");
  2878.     conoll((sstate == 'r' || sstate == 'j' || sstate == 'h') ?
  2879.    "KERMIT READY TO GET..." :
  2880.    "KERMIT READY TO SEND SERVER COMMAND...");
  2881. }
  2882.     }
  2883. #ifdef COMMENT
  2884.     if (!local) sleep(1);
  2885. #endif /* COMMENT */
  2886. /*
  2887.   The 'wart()' function is generated by the wart program.  It gets a
  2888.   character from the input() routine and then based on that character and
  2889.   the current state, selects the appropriate action, according to the state
  2890.   table above, which is transformed by the wart program into a big case
  2891.   statement.  The function is active for one transaction.
  2892. */
  2893.     rtimer(); /* Reset elapsed-time timer */
  2894. #ifdef GFTIMER
  2895.     rftimer();
  2896. #endif /* GFTIMER */
  2897.     resetc(); /* & other per-transaction counters. */
  2898.     debug(F101,"proto calling wart, justone","",justone);
  2899.     wart(); /* Enter the state table switcher. */
  2900. /*
  2901.   Note: the following is necessary in case we have just done a remote-mode
  2902.   file transfer, in which case the controlling terminal modes have been
  2903.   changed by ttpkt().  In particular, special characters like Ctrl-C and
  2904.   Ctrl- might have been turned off (see ttpkt).  So this call to ttres() is
  2905.   essential.  IMPORTANT: restore interrupt handlers first, otherwise any
  2906.   terminal interrupts that occur before this is done in the normal place
  2907.   later will cause a crash.
  2908. */
  2909. #ifdef OS2
  2910.     ttres(); /* Reset the communication device */
  2911. #else
  2912.     if (!local) {
  2913. setint(); /* Arm interrupt handlers FIRST */
  2914. msleep(500);
  2915. ttres(); /* Then restore terminal. */
  2916.     }
  2917. #endif /* OS2 */
  2918.     xxscreen(SCR_TC,0,0L,""); /* Transaction complete */
  2919.     x = quiet;
  2920.     quiet=1;
  2921.     clsif(); /* Failsafe in case we missed */
  2922.     clsof(1); /* a case in the state machine. */
  2923.     quiet = x;
  2924.     if (server) { /* Back from packet protocol. */
  2925.      if (!quiet && !backgrd
  2926. #ifdef IKSD
  2927.     && !inserver
  2928. #endif /* IKSD */
  2929.     ) { /* Give appropriate message */
  2930.     conoll("");
  2931.     conoll("C-Kermit server done");
  2932.         }
  2933.         server = 0; /* Not a server any more */
  2934.     }
  2935. }
  2936. /*  S G E T I N I T  --  Handle incoming GET-Class packets  */
  2937. /*
  2938.   Returns:
  2939.    -1: On error
  2940.     0: GET packet processed OK - ready to Send.
  2941.     1: Extended GET processed OK - wait for another.
  2942. */
  2943. static int
  2944. sgetinit(reget,xget) int reget, xget; { /* Server end of GET command */
  2945.     char * fs = NULL; /* Pointer to filespec */
  2946.     int i, n, done = 0;
  2947. #ifdef PATTERNS
  2948.     extern int patterns;
  2949. #endif /* PATTERNS */
  2950. #ifdef PIPESEND
  2951.     extern int usepipes, pipesend;
  2952. #endif /* PIPESEND */
  2953.     if (!ENABLED(en_get)) { /* Only if not disabled!  */
  2954. errpkt((CHAR *)"GET disabled");
  2955. return(-1);
  2956.     }
  2957.     /* OK to proceed */
  2958. #ifdef WHATAMI
  2959.     /* If they are alike this was already done in whoarewe() */
  2960.     debug(F101,"sgetinit whatru","",whatru);
  2961.     if (whatru & WMI_FLAG) { /* Did we get WHATAMI info? */
  2962. debug(F101,"sgetinit binary (1)","",binary);
  2963. #ifdef VMS
  2964. if (binary != XYFT_I && binary != XYFT_L)
  2965. #else
  2966. #ifdef OS2
  2967.   if (binary != XYFT_L)
  2968. #endif /* OS2 */
  2969. #endif /* VMS */
  2970.     binary = (whatru & WMI_FMODE) ? /* Yes, set file type */
  2971.       XYFT_B : XYFT_T; /* automatically */
  2972. debug(F101,"sgetinit binary (2)","",binary);
  2973. if (!wearealike)
  2974.   fncnv = (whatru & WMI_FNAME) ? 1 : 0; /* And name conversion */
  2975.     }
  2976. #endif /* WHATAMI */
  2977.     fs = (char *)srvcmd;
  2978.     srvptr = srvcmd; /* Point to server command buffer */
  2979.     decode(rdatap,putsrv,0); /* Decode the GET command into it */
  2980.     /* Accept multiple filespecs */
  2981.     cmarg2 = ""; /* Don't use cmarg2 */
  2982.     cmarg = ""; /* Don't use cmarg */
  2983.     done = 1; /* Only 1 packet needed... */
  2984.     if (xget) { /* Special decoding for Extended GET */
  2985. char L, next, c; /* PLV items */
  2986. int len, val; /* More PLV items */
  2987. char * p = (char *)srvcmd; /* String to decode */
  2988. done = 0; /* Maybe more packets needed */
  2989. fs = NULL; /* We don't know the filespec yet */
  2990. c = *p++; /* Get first parameter */
  2991. while (c) { /* For all parameters... */
  2992.     debug(F000,"sgetinit c","",c);
  2993.     L = *p++; /* Get length */
  2994.     if (L >= SP) /* Decode length */
  2995.       len = xunchar(L);
  2996.     else if (c == '@') { /* Allow missing EOP length field */
  2997. len = 0;
  2998.     } else {
  2999. len = (xunchar(*p++) * 95);
  3000. len += xunchar(*p++);
  3001.     }
  3002.     debug(F101,"sgetinit len","",len);
  3003.     next = *(p+len); /* Get next parameter */
  3004.     *(p+len) = NUL; /* Zero it out to terminal value */
  3005.     debug(F110,"sgetinit p",p,0);
  3006.     switch (c) { /* Do the parameter */
  3007.       case 'O': /* GET Options */
  3008. val = atoi(p); /* Convert to int */
  3009. debug(F101,"sgetinit O val","",val);
  3010. if (val & GOPT_DEL) moving = 1;
  3011. if (val & GOPT_RES) reget = 1;
  3012. if (val & GOPT_REC) {
  3013.     recursive = 1;
  3014.     if (fnspath == PATH_OFF)
  3015.       fnspath = PATH_REL;
  3016. }
  3017. break;
  3018.       case 'M': /* Transfer Mode */
  3019. val = atoi(p);
  3020. debug(F101,"sgetinit M val","",val);
  3021. if (val < 1)
  3022.   break;
  3023. #ifdef PATTERNS
  3024. patterns = 0; /* Takes precedence over patterns */
  3025. #endif /* PATTERNS */
  3026. if (val == GMOD_TXT) binary = XYFT_T; /* Text */
  3027. if (val == GMOD_BIN) binary = XYFT_B; /* Binary */
  3028. if (val == GMOD_LBL) binary = XYFT_L; /* Labeled */
  3029. break;
  3030.       case 'F': /* Filename */
  3031. fs = p;
  3032. debug(F110,"sgetinit filename",fs,0);
  3033. break;
  3034.       case '@': /* End Of Parameters */
  3035. done = 1;
  3036. debug(F100,"sgetinit EOP","",0);
  3037. break;
  3038.       default:
  3039. errpkt((CHAR *)"Unknown GET Parameter");
  3040. debug(F100,"sgetinit unknown parameter","",0);
  3041. return(-1);
  3042.     }
  3043.     p += (len + 1);
  3044.     c = next;
  3045. }
  3046.     }
  3047.     if (!fs) fs = ""; /* A filename is required */
  3048.     if (*fs) {
  3049. havefs = 1;
  3050. n = 0; /* Check for quoted name */
  3051. if ((n = strlen(fs)) > 1) {
  3052.     /* Note: this does not allow for multiple quoted names */
  3053.     if ((fs[0] == '{' && fs[n-1] == '}') ||
  3054. (fs[0] == '"' && fs[n-1] == '"')) {
  3055. fs[n-1] = '';
  3056. fs++;
  3057. debug(F111,"sgetinit unquoted filename",fs,n);
  3058.     } else
  3059.       n = 0; /* This means no quoting */
  3060. }
  3061. #ifdef PIPESEND
  3062. debug(F111,"sgetinit",fs,usepipes);
  3063. if (usepipes && ENABLED(en_hos) && *fs == '!') {
  3064.     cmarg = fs + 1; /* Point past the bang */
  3065.     *fs = NUL;
  3066.     nfils = -1;
  3067.     pipesend = 1;
  3068.     debug(F111,"sgetinit pipesend",cmarg,pipesend);
  3069. }
  3070. if (!pipesend) { /* If it's not a pipe */
  3071. #endif /* PIPESEND */
  3072.     if (n == 0) { /* If the name was not quoted */
  3073. #ifndef NOMSEND
  3074. nfils = fnparse(fs); /* Allow it to be a list of names */
  3075.     } else { /* If it was quoted */
  3076. #endif /* NOMSEND */
  3077. nzxopts = 0;
  3078. #ifdef UNIXOROSK
  3079. if (matchdot)  nzxopts |= ZX_MATCHDOT;
  3080. #endif /* UNIXOROSK */
  3081. if (recursive) nzxopts |= ZX_RECURSE;
  3082. /* Treat as a single filespec */
  3083. nfils = 0 - nzxpand(fs,nzxopts);
  3084. cmarg = fs;
  3085.     }
  3086. #ifdef PIPESEND
  3087. }
  3088. #endif /* PIPESEND */
  3089.     }
  3090.     if (!done) { /* Need more O packets... */
  3091. debug(F100,"sgetinit O-Packet TBC","",0); /* To Be Continued */
  3092. return(1);
  3093.     }
  3094.     debug(F100,"sgetinit O-Packet done - havefs","",havefs);
  3095.     if (!havefs) { /* Done - make sure we have filename */
  3096. errpkt((CHAR *)"GET without filename");
  3097. return(-1);
  3098.     }
  3099.     freerpkt(winlo);
  3100.     winlo = 0; /* Back to packet 0 again. */
  3101.     debug(F101,"sgetinit winlo","",winlo);
  3102.     nakstate = 0; /* Now I'm the sender! */
  3103.     if (reget) sendmode = SM_RESEND;
  3104.     if (sinit() > 0) { /* Send Send-Init */
  3105. #ifdef STREAMING
  3106. if (!streaming)
  3107. #endif /* STREAMING */
  3108.   timint = chktimo(rtimo,timef); /* Switch to per-packet timer */
  3109. return(0); /* If successful, switch state */
  3110.     } else return(-1); /* Else back to server command wait */
  3111. }
  3112. #else  /* NOXFER */
  3113. #include "ckcdeb.h"
  3114. VOID
  3115. proto() {
  3116.     extern int success;
  3117.     success = 0;
  3118. }
  3119. #endif /* NOXFER */