telnetd.c revision 1.9 1 1.9 mrg /* $NetBSD: telnetd.c,v 1.9 1997/10/08 08:45:13 mrg Exp $ */
2 1.5 thorpej
3 1.1 cgd /*
4 1.3 cgd * Copyright (c) 1989, 1993
5 1.3 cgd * The Regents of the University of California. All rights reserved.
6 1.1 cgd *
7 1.1 cgd * Redistribution and use in source and binary forms, with or without
8 1.1 cgd * modification, are permitted provided that the following conditions
9 1.1 cgd * are met:
10 1.1 cgd * 1. Redistributions of source code must retain the above copyright
11 1.1 cgd * notice, this list of conditions and the following disclaimer.
12 1.1 cgd * 2. Redistributions in binary form must reproduce the above copyright
13 1.1 cgd * notice, this list of conditions and the following disclaimer in the
14 1.1 cgd * documentation and/or other materials provided with the distribution.
15 1.1 cgd * 3. All advertising materials mentioning features or use of this software
16 1.1 cgd * must display the following acknowledgement:
17 1.1 cgd * This product includes software developed by the University of
18 1.1 cgd * California, Berkeley and its contributors.
19 1.1 cgd * 4. Neither the name of the University nor the names of its contributors
20 1.1 cgd * may be used to endorse or promote products derived from this software
21 1.1 cgd * without specific prior written permission.
22 1.1 cgd *
23 1.1 cgd * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
24 1.1 cgd * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
25 1.1 cgd * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
26 1.1 cgd * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
27 1.1 cgd * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
28 1.1 cgd * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
29 1.1 cgd * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
30 1.1 cgd * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31 1.1 cgd * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
32 1.1 cgd * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
33 1.1 cgd * SUCH DAMAGE.
34 1.1 cgd */
35 1.1 cgd
36 1.9 mrg #include <sys/cdefs.h>
37 1.1 cgd #ifndef lint
38 1.9 mrg __COPYRIGHT("@(#) Copyright (c) 1989, 1993\n\
39 1.9 mrg The Regents of the University of California. All rights reserved.\n");
40 1.5 thorpej #if 0
41 1.5 thorpej static char sccsid[] = "@(#)telnetd.c 8.4 (Berkeley) 5/30/95";
42 1.5 thorpej #else
43 1.9 mrg __RCSID("$NetBSD: telnetd.c,v 1.9 1997/10/08 08:45:13 mrg Exp $");
44 1.5 thorpej #endif
45 1.1 cgd #endif /* not lint */
46 1.1 cgd
47 1.1 cgd #include "telnetd.h"
48 1.1 cgd #include "pathnames.h"
49 1.1 cgd
50 1.9 mrg #include <arpa/inet.h>
51 1.9 mrg
52 1.9 mrg int tgetent __P((char *, char *)); /* XXX from <curses.h> */
53 1.9 mrg
54 1.4 jtk #include <sys/cdefs.h>
55 1.4 jtk #define P __P
56 1.4 jtk
57 1.3 cgd #if defined(_SC_CRAY_SECURE_SYS) && !defined(SCM_SECURITY)
58 1.3 cgd /*
59 1.3 cgd * UNICOS 6.0/6.1 do not have SCM_SECURITY defined, so we can
60 1.3 cgd * use it to tell us to turn off all the socket security code,
61 1.3 cgd * since that is only used in UNICOS 7.0 and later.
62 1.3 cgd */
63 1.3 cgd # undef _SC_CRAY_SECURE_SYS
64 1.3 cgd #endif
65 1.3 cgd
66 1.3 cgd #if defined(_SC_CRAY_SECURE_SYS)
67 1.3 cgd #include <sys/sysv.h>
68 1.3 cgd #include <sys/secdev.h>
69 1.3 cgd # ifdef SO_SEC_MULTI /* 8.0 code */
70 1.3 cgd #include <sys/secparm.h>
71 1.3 cgd #include <sys/usrv.h>
72 1.3 cgd # endif /* SO_SEC_MULTI */
73 1.3 cgd int secflag;
74 1.3 cgd char tty_dev[16];
75 1.3 cgd struct secdev dv;
76 1.3 cgd struct sysv sysv;
77 1.3 cgd # ifdef SO_SEC_MULTI /* 8.0 code */
78 1.3 cgd struct socksec ss;
79 1.3 cgd # else /* SO_SEC_MULTI */ /* 7.0 code */
80 1.3 cgd struct socket_security ss;
81 1.3 cgd # endif /* SO_SEC_MULTI */
82 1.3 cgd #endif /* _SC_CRAY_SECURE_SYS */
83 1.3 cgd
84 1.3 cgd #if defined(AUTHENTICATION)
85 1.1 cgd #include <libtelnet/auth.h>
86 1.1 cgd int auth_level = 0;
87 1.1 cgd #endif
88 1.1 cgd #if defined(SecurID)
89 1.1 cgd int require_SecurID = 0;
90 1.1 cgd #endif
91 1.1 cgd
92 1.3 cgd extern int utmp_len;
93 1.3 cgd int registerd_host_only = 0;
94 1.3 cgd
95 1.3 cgd #ifdef STREAMSPTY
96 1.3 cgd # include <stropts.h>
97 1.3 cgd # include <termio.h>
98 1.3 cgd /* make sure we don't get the bsd version */
99 1.3 cgd # include "/usr/include/sys/tty.h"
100 1.3 cgd # include <sys/ptyvar.h>
101 1.3 cgd
102 1.3 cgd /*
103 1.3 cgd * Because of the way ptyibuf is used with streams messages, we need
104 1.3 cgd * ptyibuf+1 to be on a full-word boundary. The following wierdness
105 1.3 cgd * is simply to make that happen.
106 1.3 cgd */
107 1.3 cgd long ptyibufbuf[BUFSIZ/sizeof(long)+1];
108 1.3 cgd char *ptyibuf = ((char *)&ptyibufbuf[1])-1;
109 1.3 cgd char *ptyip = ((char *)&ptyibufbuf[1])-1;
110 1.3 cgd char ptyibuf2[BUFSIZ];
111 1.3 cgd unsigned char ctlbuf[BUFSIZ];
112 1.3 cgd struct strbuf strbufc, strbufd;
113 1.3 cgd
114 1.3 cgd int readstream();
115 1.3 cgd
116 1.3 cgd #else /* ! STREAMPTY */
117 1.3 cgd
118 1.1 cgd /*
119 1.1 cgd * I/O data buffers,
120 1.1 cgd * pointers, and counters.
121 1.1 cgd */
122 1.1 cgd char ptyibuf[BUFSIZ], *ptyip = ptyibuf;
123 1.1 cgd char ptyibuf2[BUFSIZ];
124 1.1 cgd
125 1.3 cgd #endif /* ! STREAMPTY */
126 1.3 cgd
127 1.1 cgd int hostinfo = 1; /* do we print login banner? */
128 1.1 cgd
129 1.1 cgd #ifdef CRAY
130 1.1 cgd extern int newmap; /* nonzero if \n maps to ^M^J */
131 1.1 cgd int lowpty = 0, highpty; /* low, high pty numbers */
132 1.1 cgd #endif /* CRAY */
133 1.1 cgd
134 1.1 cgd int debug = 0;
135 1.1 cgd int keepalive = 1;
136 1.6 tls char *gettyname = "default";
137 1.1 cgd char *progname;
138 1.1 cgd
139 1.1 cgd extern void usage P((void));
140 1.9 mrg int main __P((int, char *[]));
141 1.9 mrg void usage __P((void));
142 1.9 mrg int getterminaltype __P((char *));
143 1.9 mrg int getent __P((char *, char *));
144 1.9 mrg void doit __P((struct sockaddr_in *));
145 1.9 mrg void _gettermname __P((void));
146 1.9 mrg int terminaltypeok __P((char *));
147 1.9 mrg char *getstr __P((char *, char **));
148 1.1 cgd
149 1.3 cgd /*
150 1.3 cgd * The string to pass to getopt(). We do it this way so
151 1.3 cgd * that only the actual options that we support will be
152 1.3 cgd * passed off to getopt().
153 1.3 cgd */
154 1.3 cgd char valid_opts[] = {
155 1.6 tls 'd', ':', 'g', ':', 'h', 'k', 'n', 'S', ':', 'u', ':', 'U',
156 1.3 cgd #ifdef AUTHENTICATION
157 1.3 cgd 'a', ':', 'X', ':',
158 1.3 cgd #endif
159 1.3 cgd #ifdef BFTPDAEMON
160 1.3 cgd 'B',
161 1.3 cgd #endif
162 1.3 cgd #ifdef DIAGNOSTICS
163 1.3 cgd 'D', ':',
164 1.3 cgd #endif
165 1.3 cgd #if defined(CRAY) && defined(NEWINIT)
166 1.3 cgd 'I', ':',
167 1.3 cgd #endif
168 1.3 cgd #ifdef LINEMODE
169 1.3 cgd 'l',
170 1.3 cgd #endif
171 1.3 cgd #ifdef CRAY
172 1.3 cgd 'r', ':',
173 1.3 cgd #endif
174 1.3 cgd #ifdef SecurID
175 1.3 cgd 's',
176 1.3 cgd #endif
177 1.3 cgd '\0'
178 1.3 cgd };
179 1.3 cgd
180 1.9 mrg int
181 1.1 cgd main(argc, argv)
182 1.1 cgd char *argv[];
183 1.1 cgd {
184 1.1 cgd struct sockaddr_in from;
185 1.1 cgd int on = 1, fromlen;
186 1.1 cgd register int ch;
187 1.1 cgd extern char *optarg;
188 1.1 cgd extern int optind;
189 1.1 cgd #if defined(IPPROTO_IP) && defined(IP_TOS)
190 1.1 cgd int tos = -1;
191 1.1 cgd #endif
192 1.1 cgd
193 1.1 cgd pfrontp = pbackp = ptyobuf;
194 1.1 cgd netip = netibuf;
195 1.1 cgd nfrontp = nbackp = netobuf;
196 1.1 cgd
197 1.1 cgd progname = *argv;
198 1.1 cgd
199 1.1 cgd #ifdef CRAY
200 1.1 cgd /*
201 1.1 cgd * Get number of pty's before trying to process options,
202 1.1 cgd * which may include changing pty range.
203 1.1 cgd */
204 1.1 cgd highpty = getnpty();
205 1.1 cgd #endif /* CRAY */
206 1.1 cgd
207 1.7 enami while ((ch = getopt(argc, argv, valid_opts)) != -1) {
208 1.8 enami switch (ch) {
209 1.1 cgd
210 1.3 cgd #ifdef AUTHENTICATION
211 1.1 cgd case 'a':
212 1.1 cgd /*
213 1.1 cgd * Check for required authentication level
214 1.1 cgd */
215 1.1 cgd if (strcmp(optarg, "debug") == 0) {
216 1.1 cgd extern int auth_debug_mode;
217 1.1 cgd auth_debug_mode = 1;
218 1.1 cgd } else if (strcasecmp(optarg, "none") == 0) {
219 1.1 cgd auth_level = 0;
220 1.1 cgd } else if (strcasecmp(optarg, "other") == 0) {
221 1.1 cgd auth_level = AUTH_OTHER;
222 1.1 cgd } else if (strcasecmp(optarg, "user") == 0) {
223 1.1 cgd auth_level = AUTH_USER;
224 1.1 cgd } else if (strcasecmp(optarg, "valid") == 0) {
225 1.1 cgd auth_level = AUTH_VALID;
226 1.1 cgd } else if (strcasecmp(optarg, "off") == 0) {
227 1.1 cgd /*
228 1.1 cgd * This hack turns off authentication
229 1.1 cgd */
230 1.1 cgd auth_level = -1;
231 1.1 cgd } else {
232 1.1 cgd fprintf(stderr,
233 1.1 cgd "telnetd: unknown authorization level for -a\n");
234 1.1 cgd }
235 1.1 cgd break;
236 1.3 cgd #endif /* AUTHENTICATION */
237 1.1 cgd
238 1.1 cgd #ifdef BFTPDAEMON
239 1.1 cgd case 'B':
240 1.1 cgd bftpd++;
241 1.1 cgd break;
242 1.1 cgd #endif /* BFTPDAEMON */
243 1.1 cgd
244 1.1 cgd case 'd':
245 1.1 cgd if (strcmp(optarg, "ebug") == 0) {
246 1.1 cgd debug++;
247 1.1 cgd break;
248 1.1 cgd }
249 1.1 cgd usage();
250 1.1 cgd /* NOTREACHED */
251 1.1 cgd break;
252 1.1 cgd
253 1.1 cgd #ifdef DIAGNOSTICS
254 1.1 cgd case 'D':
255 1.1 cgd /*
256 1.1 cgd * Check for desired diagnostics capabilities.
257 1.1 cgd */
258 1.1 cgd if (!strcmp(optarg, "report")) {
259 1.1 cgd diagnostic |= TD_REPORT|TD_OPTIONS;
260 1.1 cgd } else if (!strcmp(optarg, "exercise")) {
261 1.1 cgd diagnostic |= TD_EXERCISE;
262 1.1 cgd } else if (!strcmp(optarg, "netdata")) {
263 1.1 cgd diagnostic |= TD_NETDATA;
264 1.1 cgd } else if (!strcmp(optarg, "ptydata")) {
265 1.1 cgd diagnostic |= TD_PTYDATA;
266 1.1 cgd } else if (!strcmp(optarg, "options")) {
267 1.1 cgd diagnostic |= TD_OPTIONS;
268 1.1 cgd } else {
269 1.1 cgd usage();
270 1.1 cgd /* NOT REACHED */
271 1.1 cgd }
272 1.1 cgd break;
273 1.1 cgd #endif /* DIAGNOSTICS */
274 1.1 cgd
275 1.6 tls case 'g':
276 1.6 tls gettyname = optarg;
277 1.6 tls break;
278 1.1 cgd
279 1.1 cgd case 'h':
280 1.1 cgd hostinfo = 0;
281 1.1 cgd break;
282 1.1 cgd
283 1.1 cgd #if defined(CRAY) && defined(NEWINIT)
284 1.1 cgd case 'I':
285 1.1 cgd {
286 1.1 cgd extern char *gen_id;
287 1.1 cgd gen_id = optarg;
288 1.1 cgd break;
289 1.1 cgd }
290 1.1 cgd #endif /* defined(CRAY) && defined(NEWINIT) */
291 1.1 cgd
292 1.1 cgd #ifdef LINEMODE
293 1.1 cgd case 'l':
294 1.1 cgd alwayslinemode = 1;
295 1.1 cgd break;
296 1.1 cgd #endif /* LINEMODE */
297 1.1 cgd
298 1.3 cgd case 'k':
299 1.3 cgd #if defined(LINEMODE) && defined(KLUDGELINEMODE)
300 1.3 cgd lmodetype = NO_AUTOKLUDGE;
301 1.3 cgd #else
302 1.3 cgd /* ignore -k option if built without kludge linemode */
303 1.3 cgd #endif /* defined(LINEMODE) && defined(KLUDGELINEMODE) */
304 1.3 cgd break;
305 1.3 cgd
306 1.1 cgd case 'n':
307 1.1 cgd keepalive = 0;
308 1.1 cgd break;
309 1.1 cgd
310 1.1 cgd #ifdef CRAY
311 1.1 cgd case 'r':
312 1.1 cgd {
313 1.1 cgd char *strchr();
314 1.1 cgd char *c;
315 1.1 cgd
316 1.1 cgd /*
317 1.1 cgd * Allow the specification of alterations
318 1.1 cgd * to the pty search range. It is legal to
319 1.1 cgd * specify only one, and not change the
320 1.1 cgd * other from its default.
321 1.1 cgd */
322 1.1 cgd c = strchr(optarg, '-');
323 1.1 cgd if (c) {
324 1.1 cgd *c++ = '\0';
325 1.1 cgd highpty = atoi(c);
326 1.1 cgd }
327 1.1 cgd if (*optarg != '\0')
328 1.1 cgd lowpty = atoi(optarg);
329 1.1 cgd if ((lowpty > highpty) || (lowpty < 0) ||
330 1.1 cgd (highpty > 32767)) {
331 1.1 cgd usage();
332 1.1 cgd /* NOT REACHED */
333 1.1 cgd }
334 1.1 cgd break;
335 1.1 cgd }
336 1.1 cgd #endif /* CRAY */
337 1.1 cgd
338 1.1 cgd #ifdef SecurID
339 1.1 cgd case 's':
340 1.1 cgd /* SecurID required */
341 1.1 cgd require_SecurID = 1;
342 1.1 cgd break;
343 1.1 cgd #endif /* SecurID */
344 1.1 cgd case 'S':
345 1.1 cgd #ifdef HAS_GETTOS
346 1.1 cgd if ((tos = parsetos(optarg, "tcp")) < 0)
347 1.1 cgd fprintf(stderr, "%s%s%s\n",
348 1.1 cgd "telnetd: Bad TOS argument '", optarg,
349 1.1 cgd "'; will try to use default TOS");
350 1.1 cgd #else
351 1.1 cgd fprintf(stderr, "%s%s\n", "TOS option unavailable; ",
352 1.1 cgd "-S flag not supported\n");
353 1.1 cgd #endif
354 1.1 cgd break;
355 1.1 cgd
356 1.3 cgd case 'u':
357 1.3 cgd utmp_len = atoi(optarg);
358 1.3 cgd break;
359 1.3 cgd
360 1.3 cgd case 'U':
361 1.3 cgd registerd_host_only = 1;
362 1.3 cgd break;
363 1.3 cgd
364 1.3 cgd #ifdef AUTHENTICATION
365 1.1 cgd case 'X':
366 1.1 cgd /*
367 1.1 cgd * Check for invalid authentication types
368 1.1 cgd */
369 1.1 cgd auth_disable_name(optarg);
370 1.1 cgd break;
371 1.3 cgd #endif /* AUTHENTICATION */
372 1.1 cgd
373 1.1 cgd default:
374 1.3 cgd fprintf(stderr, "telnetd: %c: unknown option\n", ch);
375 1.1 cgd /* FALLTHROUGH */
376 1.1 cgd case '?':
377 1.1 cgd usage();
378 1.1 cgd /* NOTREACHED */
379 1.1 cgd }
380 1.1 cgd }
381 1.1 cgd
382 1.1 cgd argc -= optind;
383 1.1 cgd argv += optind;
384 1.1 cgd
385 1.1 cgd if (debug) {
386 1.1 cgd int s, ns, foo;
387 1.1 cgd struct servent *sp;
388 1.1 cgd static struct sockaddr_in sin = { AF_INET };
389 1.1 cgd
390 1.1 cgd if (argc > 1) {
391 1.1 cgd usage();
392 1.1 cgd /* NOT REACHED */
393 1.1 cgd } else if (argc == 1) {
394 1.9 mrg if ((sp = getservbyname(*argv, "tcp"))) {
395 1.1 cgd sin.sin_port = sp->s_port;
396 1.1 cgd } else {
397 1.1 cgd sin.sin_port = atoi(*argv);
398 1.1 cgd if ((int)sin.sin_port <= 0) {
399 1.1 cgd fprintf(stderr, "telnetd: %s: bad port #\n", *argv);
400 1.1 cgd usage();
401 1.1 cgd /* NOT REACHED */
402 1.1 cgd }
403 1.1 cgd sin.sin_port = htons((u_short)sin.sin_port);
404 1.1 cgd }
405 1.1 cgd } else {
406 1.1 cgd sp = getservbyname("telnet", "tcp");
407 1.1 cgd if (sp == 0) {
408 1.1 cgd fprintf(stderr, "telnetd: tcp/telnet: unknown service\n");
409 1.1 cgd exit(1);
410 1.1 cgd }
411 1.1 cgd sin.sin_port = sp->s_port;
412 1.1 cgd }
413 1.1 cgd
414 1.1 cgd s = socket(AF_INET, SOCK_STREAM, 0);
415 1.1 cgd if (s < 0) {
416 1.1 cgd perror("telnetd: socket");;
417 1.1 cgd exit(1);
418 1.1 cgd }
419 1.3 cgd (void) setsockopt(s, SOL_SOCKET, SO_REUSEADDR,
420 1.3 cgd (char *)&on, sizeof(on));
421 1.1 cgd if (bind(s, (struct sockaddr *)&sin, sizeof sin) < 0) {
422 1.1 cgd perror("bind");
423 1.1 cgd exit(1);
424 1.1 cgd }
425 1.1 cgd if (listen(s, 1) < 0) {
426 1.1 cgd perror("listen");
427 1.1 cgd exit(1);
428 1.1 cgd }
429 1.1 cgd foo = sizeof sin;
430 1.1 cgd ns = accept(s, (struct sockaddr *)&sin, &foo);
431 1.1 cgd if (ns < 0) {
432 1.1 cgd perror("accept");
433 1.1 cgd exit(1);
434 1.1 cgd }
435 1.1 cgd (void) dup2(ns, 0);
436 1.1 cgd (void) close(ns);
437 1.1 cgd (void) close(s);
438 1.1 cgd #ifdef convex
439 1.1 cgd } else if (argc == 1) {
440 1.1 cgd ; /* VOID*/ /* Just ignore the host/port name */
441 1.1 cgd #endif
442 1.1 cgd } else if (argc > 0) {
443 1.1 cgd usage();
444 1.1 cgd /* NOT REACHED */
445 1.1 cgd }
446 1.1 cgd
447 1.3 cgd #if defined(_SC_CRAY_SECURE_SYS)
448 1.3 cgd secflag = sysconf(_SC_CRAY_SECURE_SYS);
449 1.3 cgd
450 1.3 cgd /*
451 1.3 cgd * Get socket's security label
452 1.3 cgd */
453 1.3 cgd if (secflag) {
454 1.3 cgd int szss = sizeof(ss);
455 1.3 cgd #ifdef SO_SEC_MULTI /* 8.0 code */
456 1.3 cgd int sock_multi;
457 1.3 cgd int szi = sizeof(int);
458 1.3 cgd #endif /* SO_SEC_MULTI */
459 1.3 cgd
460 1.4 jtk memset((char *)&dv, 0, sizeof(dv));
461 1.3 cgd
462 1.3 cgd if (getsysv(&sysv, sizeof(struct sysv)) != 0) {
463 1.3 cgd perror("getsysv");
464 1.3 cgd exit(1);
465 1.3 cgd }
466 1.3 cgd
467 1.3 cgd /*
468 1.3 cgd * Get socket security label and set device values
469 1.3 cgd * {security label to be set on ttyp device}
470 1.3 cgd */
471 1.3 cgd #ifdef SO_SEC_MULTI /* 8.0 code */
472 1.3 cgd if ((getsockopt(0, SOL_SOCKET, SO_SECURITY,
473 1.3 cgd (char *)&ss, &szss) < 0) ||
474 1.3 cgd (getsockopt(0, SOL_SOCKET, SO_SEC_MULTI,
475 1.3 cgd (char *)&sock_multi, &szi) < 0)) {
476 1.3 cgd perror("getsockopt");
477 1.3 cgd exit(1);
478 1.3 cgd } else {
479 1.3 cgd dv.dv_actlvl = ss.ss_actlabel.lt_level;
480 1.3 cgd dv.dv_actcmp = ss.ss_actlabel.lt_compart;
481 1.3 cgd if (!sock_multi) {
482 1.3 cgd dv.dv_minlvl = dv.dv_maxlvl = dv.dv_actlvl;
483 1.3 cgd dv.dv_valcmp = dv.dv_actcmp;
484 1.3 cgd } else {
485 1.3 cgd dv.dv_minlvl = ss.ss_minlabel.lt_level;
486 1.3 cgd dv.dv_maxlvl = ss.ss_maxlabel.lt_level;
487 1.3 cgd dv.dv_valcmp = ss.ss_maxlabel.lt_compart;
488 1.3 cgd }
489 1.3 cgd dv.dv_devflg = 0;
490 1.3 cgd }
491 1.3 cgd #else /* SO_SEC_MULTI */ /* 7.0 code */
492 1.3 cgd if (getsockopt(0, SOL_SOCKET, SO_SECURITY,
493 1.3 cgd (char *)&ss, &szss) >= 0) {
494 1.3 cgd dv.dv_actlvl = ss.ss_slevel;
495 1.3 cgd dv.dv_actcmp = ss.ss_compart;
496 1.3 cgd dv.dv_minlvl = ss.ss_minlvl;
497 1.3 cgd dv.dv_maxlvl = ss.ss_maxlvl;
498 1.3 cgd dv.dv_valcmp = ss.ss_maxcmp;
499 1.3 cgd }
500 1.3 cgd #endif /* SO_SEC_MULTI */
501 1.3 cgd }
502 1.3 cgd #endif /* _SC_CRAY_SECURE_SYS */
503 1.3 cgd
504 1.1 cgd openlog("telnetd", LOG_PID | LOG_ODELAY, LOG_DAEMON);
505 1.1 cgd fromlen = sizeof (from);
506 1.1 cgd if (getpeername(0, (struct sockaddr *)&from, &fromlen) < 0) {
507 1.1 cgd fprintf(stderr, "%s: ", progname);
508 1.1 cgd perror("getpeername");
509 1.1 cgd _exit(1);
510 1.1 cgd }
511 1.1 cgd if (keepalive &&
512 1.3 cgd setsockopt(0, SOL_SOCKET, SO_KEEPALIVE,
513 1.3 cgd (char *)&on, sizeof (on)) < 0) {
514 1.1 cgd syslog(LOG_WARNING, "setsockopt (SO_KEEPALIVE): %m");
515 1.1 cgd }
516 1.1 cgd
517 1.1 cgd #if defined(IPPROTO_IP) && defined(IP_TOS)
518 1.1 cgd {
519 1.1 cgd # if defined(HAS_GETTOS)
520 1.1 cgd struct tosent *tp;
521 1.1 cgd if (tos < 0 && (tp = gettosbyname("telnet", "tcp")))
522 1.1 cgd tos = tp->t_tos;
523 1.1 cgd # endif
524 1.1 cgd if (tos < 0)
525 1.1 cgd tos = 020; /* Low Delay bit */
526 1.1 cgd if (tos
527 1.3 cgd && (setsockopt(0, IPPROTO_IP, IP_TOS,
528 1.3 cgd (char *)&tos, sizeof(tos)) < 0)
529 1.1 cgd && (errno != ENOPROTOOPT) )
530 1.1 cgd syslog(LOG_WARNING, "setsockopt (IP_TOS): %m");
531 1.1 cgd }
532 1.1 cgd #endif /* defined(IPPROTO_IP) && defined(IP_TOS) */
533 1.1 cgd net = 0;
534 1.1 cgd doit(&from);
535 1.1 cgd /* NOTREACHED */
536 1.9 mrg #ifdef __GNUC__
537 1.9 mrg exit(0);
538 1.9 mrg #endif
539 1.1 cgd } /* end of main */
540 1.1 cgd
541 1.1 cgd void
542 1.1 cgd usage()
543 1.1 cgd {
544 1.1 cgd fprintf(stderr, "Usage: telnetd");
545 1.3 cgd #ifdef AUTHENTICATION
546 1.3 cgd fprintf(stderr, " [-a (debug|other|user|valid|off|none)]\n\t");
547 1.1 cgd #endif
548 1.1 cgd #ifdef BFTPDAEMON
549 1.1 cgd fprintf(stderr, " [-B]");
550 1.1 cgd #endif
551 1.1 cgd fprintf(stderr, " [-debug]");
552 1.1 cgd #ifdef DIAGNOSTICS
553 1.1 cgd fprintf(stderr, " [-D (options|report|exercise|netdata|ptydata)]\n\t");
554 1.1 cgd #endif
555 1.3 cgd #ifdef AUTHENTICATION
556 1.1 cgd fprintf(stderr, " [-edebug]");
557 1.1 cgd #endif
558 1.1 cgd fprintf(stderr, " [-h]");
559 1.1 cgd #if defined(CRAY) && defined(NEWINIT)
560 1.1 cgd fprintf(stderr, " [-Iinitid]");
561 1.1 cgd #endif
562 1.3 cgd #if defined(LINEMODE) && defined(KLUDGELINEMODE)
563 1.3 cgd fprintf(stderr, " [-k]");
564 1.3 cgd #endif
565 1.1 cgd #ifdef LINEMODE
566 1.1 cgd fprintf(stderr, " [-l]");
567 1.1 cgd #endif
568 1.1 cgd fprintf(stderr, " [-n]");
569 1.1 cgd #ifdef CRAY
570 1.1 cgd fprintf(stderr, " [-r[lowpty]-[highpty]]");
571 1.1 cgd #endif
572 1.3 cgd fprintf(stderr, "\n\t");
573 1.1 cgd #ifdef SecurID
574 1.1 cgd fprintf(stderr, " [-s]");
575 1.1 cgd #endif
576 1.3 cgd #ifdef HAS_GETTOS
577 1.3 cgd fprintf(stderr, " [-S tos]");
578 1.3 cgd #endif
579 1.3 cgd #ifdef AUTHENTICATION
580 1.1 cgd fprintf(stderr, " [-X auth-type]");
581 1.1 cgd #endif
582 1.3 cgd fprintf(stderr, " [-u utmp_hostname_length] [-U]");
583 1.1 cgd fprintf(stderr, " [port]\n");
584 1.1 cgd exit(1);
585 1.1 cgd }
586 1.1 cgd
587 1.1 cgd /*
588 1.1 cgd * getterminaltype
589 1.1 cgd *
590 1.1 cgd * Ask the other end to send along its terminal type and speed.
591 1.1 cgd * Output is the variable terminaltype filled in.
592 1.1 cgd */
593 1.3 cgd static unsigned char ttytype_sbbuf[] = {
594 1.3 cgd IAC, SB, TELOPT_TTYPE, TELQUAL_SEND, IAC, SE
595 1.3 cgd };
596 1.1 cgd
597 1.1 cgd int
598 1.1 cgd getterminaltype(name)
599 1.1 cgd char *name;
600 1.1 cgd {
601 1.1 cgd int retval = -1;
602 1.1 cgd
603 1.1 cgd settimer(baseline);
604 1.3 cgd #if defined(AUTHENTICATION)
605 1.1 cgd /*
606 1.1 cgd * Handle the Authentication option before we do anything else.
607 1.1 cgd */
608 1.1 cgd send_do(TELOPT_AUTHENTICATION, 1);
609 1.1 cgd while (his_will_wont_is_changing(TELOPT_AUTHENTICATION))
610 1.1 cgd ttloop();
611 1.1 cgd if (his_state_is_will(TELOPT_AUTHENTICATION)) {
612 1.1 cgd retval = auth_wait(name);
613 1.1 cgd }
614 1.1 cgd #endif
615 1.1 cgd
616 1.1 cgd send_do(TELOPT_TTYPE, 1);
617 1.1 cgd send_do(TELOPT_TSPEED, 1);
618 1.1 cgd send_do(TELOPT_XDISPLOC, 1);
619 1.3 cgd send_do(TELOPT_NEW_ENVIRON, 1);
620 1.3 cgd send_do(TELOPT_OLD_ENVIRON, 1);
621 1.1 cgd while (
622 1.1 cgd his_will_wont_is_changing(TELOPT_TTYPE) ||
623 1.1 cgd his_will_wont_is_changing(TELOPT_TSPEED) ||
624 1.1 cgd his_will_wont_is_changing(TELOPT_XDISPLOC) ||
625 1.3 cgd his_will_wont_is_changing(TELOPT_NEW_ENVIRON) ||
626 1.3 cgd his_will_wont_is_changing(TELOPT_OLD_ENVIRON)) {
627 1.1 cgd ttloop();
628 1.1 cgd }
629 1.1 cgd if (his_state_is_will(TELOPT_TSPEED)) {
630 1.3 cgd static unsigned char sb[] =
631 1.3 cgd { IAC, SB, TELOPT_TSPEED, TELQUAL_SEND, IAC, SE };
632 1.1 cgd
633 1.4 jtk memmove(nfrontp, sb, sizeof sb);
634 1.3 cgd nfrontp += sizeof sb;
635 1.4 jtk DIAG(TD_OPTIONS, printsub('>', sb + 2, sizeof sb - 2););
636 1.1 cgd }
637 1.1 cgd if (his_state_is_will(TELOPT_XDISPLOC)) {
638 1.3 cgd static unsigned char sb[] =
639 1.3 cgd { IAC, SB, TELOPT_XDISPLOC, TELQUAL_SEND, IAC, SE };
640 1.3 cgd
641 1.4 jtk memmove(nfrontp, sb, sizeof sb);
642 1.3 cgd nfrontp += sizeof sb;
643 1.4 jtk DIAG(TD_OPTIONS, printsub('>', sb + 2, sizeof sb - 2););
644 1.3 cgd }
645 1.3 cgd if (his_state_is_will(TELOPT_NEW_ENVIRON)) {
646 1.3 cgd static unsigned char sb[] =
647 1.3 cgd { IAC, SB, TELOPT_NEW_ENVIRON, TELQUAL_SEND, IAC, SE };
648 1.1 cgd
649 1.4 jtk memmove(nfrontp, sb, sizeof sb);
650 1.3 cgd nfrontp += sizeof sb;
651 1.4 jtk DIAG(TD_OPTIONS, printsub('>', sb + 2, sizeof sb - 2););
652 1.1 cgd }
653 1.3 cgd else if (his_state_is_will(TELOPT_OLD_ENVIRON)) {
654 1.3 cgd static unsigned char sb[] =
655 1.3 cgd { IAC, SB, TELOPT_OLD_ENVIRON, TELQUAL_SEND, IAC, SE };
656 1.1 cgd
657 1.4 jtk memmove(nfrontp, sb, sizeof sb);
658 1.3 cgd nfrontp += sizeof sb;
659 1.4 jtk DIAG(TD_OPTIONS, printsub('>', sb + 2, sizeof sb - 2););
660 1.1 cgd }
661 1.1 cgd if (his_state_is_will(TELOPT_TTYPE)) {
662 1.1 cgd
663 1.4 jtk memmove(nfrontp, ttytype_sbbuf, sizeof ttytype_sbbuf);
664 1.1 cgd nfrontp += sizeof ttytype_sbbuf;
665 1.4 jtk DIAG(TD_OPTIONS, printsub('>', ttytype_sbbuf + 2,
666 1.4 jtk sizeof ttytype_sbbuf - 2););
667 1.1 cgd }
668 1.1 cgd if (his_state_is_will(TELOPT_TSPEED)) {
669 1.1 cgd while (sequenceIs(tspeedsubopt, baseline))
670 1.1 cgd ttloop();
671 1.1 cgd }
672 1.1 cgd if (his_state_is_will(TELOPT_XDISPLOC)) {
673 1.1 cgd while (sequenceIs(xdisplocsubopt, baseline))
674 1.1 cgd ttloop();
675 1.1 cgd }
676 1.3 cgd if (his_state_is_will(TELOPT_NEW_ENVIRON)) {
677 1.1 cgd while (sequenceIs(environsubopt, baseline))
678 1.1 cgd ttloop();
679 1.1 cgd }
680 1.3 cgd if (his_state_is_will(TELOPT_OLD_ENVIRON)) {
681 1.3 cgd while (sequenceIs(oenvironsubopt, baseline))
682 1.3 cgd ttloop();
683 1.3 cgd }
684 1.1 cgd if (his_state_is_will(TELOPT_TTYPE)) {
685 1.1 cgd char first[256], last[256];
686 1.1 cgd
687 1.1 cgd while (sequenceIs(ttypesubopt, baseline))
688 1.1 cgd ttloop();
689 1.1 cgd
690 1.1 cgd /*
691 1.1 cgd * If the other side has already disabled the option, then
692 1.1 cgd * we have to just go with what we (might) have already gotten.
693 1.1 cgd */
694 1.1 cgd if (his_state_is_will(TELOPT_TTYPE) && !terminaltypeok(terminaltype)) {
695 1.1 cgd (void) strncpy(first, terminaltype, sizeof(first));
696 1.1 cgd for(;;) {
697 1.1 cgd /*
698 1.1 cgd * Save the unknown name, and request the next name.
699 1.1 cgd */
700 1.1 cgd (void) strncpy(last, terminaltype, sizeof(last));
701 1.1 cgd _gettermname();
702 1.1 cgd if (terminaltypeok(terminaltype))
703 1.1 cgd break;
704 1.1 cgd if ((strncmp(last, terminaltype, sizeof(last)) == 0) ||
705 1.1 cgd his_state_is_wont(TELOPT_TTYPE)) {
706 1.1 cgd /*
707 1.1 cgd * We've hit the end. If this is the same as
708 1.1 cgd * the first name, just go with it.
709 1.1 cgd */
710 1.1 cgd if (strncmp(first, terminaltype, sizeof(first)) == 0)
711 1.1 cgd break;
712 1.1 cgd /*
713 1.1 cgd * Get the terminal name one more time, so that
714 1.1 cgd * RFC1091 compliant telnets will cycle back to
715 1.1 cgd * the start of the list.
716 1.1 cgd */
717 1.1 cgd _gettermname();
718 1.1 cgd if (strncmp(first, terminaltype, sizeof(first)) != 0)
719 1.1 cgd (void) strncpy(terminaltype, first, sizeof(first));
720 1.1 cgd break;
721 1.1 cgd }
722 1.1 cgd }
723 1.1 cgd }
724 1.1 cgd }
725 1.1 cgd return(retval);
726 1.1 cgd } /* end of getterminaltype */
727 1.1 cgd
728 1.1 cgd void
729 1.1 cgd _gettermname()
730 1.1 cgd {
731 1.1 cgd /*
732 1.1 cgd * If the client turned off the option,
733 1.1 cgd * we can't send another request, so we
734 1.1 cgd * just return.
735 1.1 cgd */
736 1.1 cgd if (his_state_is_wont(TELOPT_TTYPE))
737 1.1 cgd return;
738 1.1 cgd settimer(baseline);
739 1.4 jtk memmove(nfrontp, ttytype_sbbuf, sizeof ttytype_sbbuf);
740 1.1 cgd nfrontp += sizeof ttytype_sbbuf;
741 1.4 jtk DIAG(TD_OPTIONS, printsub('>', ttytype_sbbuf + 2,
742 1.4 jtk sizeof ttytype_sbbuf - 2););
743 1.1 cgd while (sequenceIs(ttypesubopt, baseline))
744 1.1 cgd ttloop();
745 1.1 cgd }
746 1.1 cgd
747 1.1 cgd int
748 1.1 cgd terminaltypeok(s)
749 1.1 cgd char *s;
750 1.1 cgd {
751 1.1 cgd char buf[1024];
752 1.1 cgd
753 1.1 cgd if (terminaltype == NULL)
754 1.1 cgd return(1);
755 1.1 cgd
756 1.1 cgd /*
757 1.1 cgd * tgetent() will return 1 if the type is known, and
758 1.1 cgd * 0 if it is not known. If it returns -1, it couldn't
759 1.1 cgd * open the database. But if we can't open the database,
760 1.1 cgd * it won't help to say we failed, because we won't be
761 1.1 cgd * able to verify anything else. So, we treat -1 like 1.
762 1.1 cgd */
763 1.1 cgd if (tgetent(buf, s) == 0)
764 1.1 cgd return(0);
765 1.1 cgd return(1);
766 1.1 cgd }
767 1.1 cgd
768 1.1 cgd #ifndef MAXHOSTNAMELEN
769 1.1 cgd #define MAXHOSTNAMELEN 64
770 1.1 cgd #endif /* MAXHOSTNAMELEN */
771 1.1 cgd
772 1.1 cgd char *hostname;
773 1.1 cgd char host_name[MAXHOSTNAMELEN];
774 1.1 cgd char remote_host_name[MAXHOSTNAMELEN];
775 1.1 cgd
776 1.1 cgd #ifndef convex
777 1.1 cgd extern void telnet P((int, int));
778 1.1 cgd #else
779 1.1 cgd extern void telnet P((int, int, char *));
780 1.1 cgd #endif
781 1.1 cgd
782 1.1 cgd /*
783 1.1 cgd * Get a pty, scan input lines.
784 1.1 cgd */
785 1.9 mrg void
786 1.1 cgd doit(who)
787 1.1 cgd struct sockaddr_in *who;
788 1.1 cgd {
789 1.9 mrg char *host;
790 1.1 cgd struct hostent *hp;
791 1.1 cgd int level;
792 1.3 cgd int ptynum;
793 1.1 cgd char user_name[256];
794 1.1 cgd
795 1.1 cgd /*
796 1.1 cgd * Find an available pty to use.
797 1.1 cgd */
798 1.1 cgd #ifndef convex
799 1.3 cgd pty = getpty(&ptynum);
800 1.1 cgd if (pty < 0)
801 1.1 cgd fatal(net, "All network ports in use");
802 1.1 cgd #else
803 1.1 cgd for (;;) {
804 1.1 cgd char *lp;
805 1.1 cgd extern char *line, *getpty();
806 1.1 cgd
807 1.1 cgd if ((lp = getpty()) == NULL)
808 1.1 cgd fatal(net, "Out of ptys");
809 1.1 cgd
810 1.1 cgd if ((pty = open(lp, 2)) >= 0) {
811 1.1 cgd strcpy(line,lp);
812 1.1 cgd line[5] = 't';
813 1.1 cgd break;
814 1.1 cgd }
815 1.1 cgd }
816 1.1 cgd #endif
817 1.1 cgd
818 1.3 cgd #if defined(_SC_CRAY_SECURE_SYS)
819 1.3 cgd /*
820 1.4 jtk * set ttyp line security label
821 1.3 cgd */
822 1.3 cgd if (secflag) {
823 1.3 cgd char slave_dev[16];
824 1.3 cgd
825 1.3 cgd sprintf(tty_dev, "/dev/pty/%03d", ptynum);
826 1.3 cgd if (setdevs(tty_dev, &dv) < 0)
827 1.3 cgd fatal(net, "cannot set pty security");
828 1.3 cgd sprintf(slave_dev, "/dev/ttyp%03d", ptynum);
829 1.3 cgd if (setdevs(slave_dev, &dv) < 0)
830 1.3 cgd fatal(net, "cannot set tty security");
831 1.3 cgd }
832 1.3 cgd #endif /* _SC_CRAY_SECURE_SYS */
833 1.3 cgd
834 1.1 cgd /* get name of connected client */
835 1.1 cgd hp = gethostbyaddr((char *)&who->sin_addr, sizeof (struct in_addr),
836 1.1 cgd who->sin_family);
837 1.3 cgd
838 1.3 cgd if (hp == NULL && registerd_host_only) {
839 1.3 cgd fatal(net, "Couldn't resolve your address into a host name.\r\n\
840 1.4 jtk Please contact your net administrator");
841 1.9 mrg #ifdef __GNUC__
842 1.9 mrg host = NULL; /* XXX gcc */
843 1.9 mrg #endif
844 1.3 cgd } else if (hp &&
845 1.4 jtk (strlen(hp->h_name) <= (unsigned int)((utmp_len < 0) ? -utmp_len
846 1.4 jtk : utmp_len))) {
847 1.1 cgd host = hp->h_name;
848 1.3 cgd } else {
849 1.1 cgd host = inet_ntoa(who->sin_addr);
850 1.3 cgd }
851 1.1 cgd /*
852 1.1 cgd * We must make a copy because Kerberos is probably going
853 1.1 cgd * to also do a gethost* and overwrite the static data...
854 1.1 cgd */
855 1.1 cgd strncpy(remote_host_name, host, sizeof(remote_host_name)-1);
856 1.1 cgd remote_host_name[sizeof(remote_host_name)-1] = 0;
857 1.1 cgd host = remote_host_name;
858 1.1 cgd
859 1.1 cgd (void) gethostname(host_name, sizeof (host_name));
860 1.1 cgd hostname = host_name;
861 1.1 cgd
862 1.3 cgd #if defined(AUTHENTICATION)
863 1.1 cgd auth_encrypt_init(hostname, host, "TELNETD", 1);
864 1.1 cgd #endif
865 1.1 cgd
866 1.1 cgd init_env();
867 1.1 cgd /*
868 1.1 cgd * get terminal type.
869 1.1 cgd */
870 1.1 cgd *user_name = 0;
871 1.1 cgd level = getterminaltype(user_name);
872 1.1 cgd setenv("TERM", terminaltype ? terminaltype : "network", 1);
873 1.1 cgd
874 1.1 cgd /*
875 1.1 cgd * Start up the login process on the slave side of the terminal
876 1.1 cgd */
877 1.1 cgd #ifndef convex
878 1.1 cgd startslave(host, level, user_name);
879 1.1 cgd
880 1.3 cgd #if defined(_SC_CRAY_SECURE_SYS)
881 1.3 cgd if (secflag) {
882 1.3 cgd if (setulvl(dv.dv_actlvl) < 0)
883 1.3 cgd fatal(net,"cannot setulvl()");
884 1.3 cgd if (setucmp(dv.dv_actcmp) < 0)
885 1.3 cgd fatal(net, "cannot setucmp()");
886 1.3 cgd }
887 1.3 cgd #endif /* _SC_CRAY_SECURE_SYS */
888 1.3 cgd
889 1.1 cgd telnet(net, pty); /* begin server processing */
890 1.1 cgd #else
891 1.1 cgd telnet(net, pty, host);
892 1.1 cgd #endif
893 1.1 cgd /*NOTREACHED*/
894 1.1 cgd } /* end of doit */
895 1.1 cgd
896 1.1 cgd #if defined(CRAY2) && defined(UNICOS5) && defined(UNICOS50)
897 1.1 cgd int
898 1.1 cgd Xterm_output(ibufp, obuf, icountp, ocount)
899 1.1 cgd char **ibufp, *obuf;
900 1.1 cgd int *icountp, ocount;
901 1.1 cgd {
902 1.1 cgd int ret;
903 1.1 cgd ret = term_output(*ibufp, obuf, *icountp, ocount);
904 1.1 cgd *ibufp += *icountp;
905 1.1 cgd *icountp = 0;
906 1.1 cgd return(ret);
907 1.1 cgd }
908 1.1 cgd #define term_output Xterm_output
909 1.1 cgd #endif /* defined(CRAY2) && defined(UNICOS5) && defined(UNICOS50) */
910 1.1 cgd
911 1.1 cgd /*
912 1.1 cgd * Main loop. Select from pty and network, and
913 1.1 cgd * hand data to telnet receiver finite state machine.
914 1.1 cgd */
915 1.1 cgd void
916 1.1 cgd #ifndef convex
917 1.1 cgd telnet(f, p)
918 1.1 cgd #else
919 1.1 cgd telnet(f, p, host)
920 1.1 cgd #endif
921 1.1 cgd int f, p;
922 1.1 cgd #ifdef convex
923 1.1 cgd char *host;
924 1.1 cgd #endif
925 1.1 cgd {
926 1.1 cgd int on = 1;
927 1.1 cgd #define TABBUFSIZ 512
928 1.1 cgd char defent[TABBUFSIZ];
929 1.1 cgd char defstrs[TABBUFSIZ];
930 1.1 cgd #undef TABBUFSIZ
931 1.1 cgd char *HE;
932 1.1 cgd char *HN;
933 1.1 cgd char *IM;
934 1.4 jtk int nfd;
935 1.1 cgd
936 1.1 cgd /*
937 1.1 cgd * Initialize the slc mapping table.
938 1.1 cgd */
939 1.1 cgd get_slc_defaults();
940 1.1 cgd
941 1.1 cgd /*
942 1.1 cgd * Do some tests where it is desireable to wait for a response.
943 1.1 cgd * Rather than doing them slowly, one at a time, do them all
944 1.1 cgd * at once.
945 1.1 cgd */
946 1.1 cgd if (my_state_is_wont(TELOPT_SGA))
947 1.1 cgd send_will(TELOPT_SGA, 1);
948 1.1 cgd /*
949 1.1 cgd * Is the client side a 4.2 (NOT 4.3) system? We need to know this
950 1.1 cgd * because 4.2 clients are unable to deal with TCP urgent data.
951 1.1 cgd *
952 1.1 cgd * To find out, we send out a "DO ECHO". If the remote system
953 1.1 cgd * answers "WILL ECHO" it is probably a 4.2 client, and we note
954 1.1 cgd * that fact ("WILL ECHO" ==> that the client will echo what
955 1.1 cgd * WE, the server, sends it; it does NOT mean that the client will
956 1.1 cgd * echo the terminal input).
957 1.1 cgd */
958 1.1 cgd send_do(TELOPT_ECHO, 1);
959 1.1 cgd
960 1.1 cgd #ifdef LINEMODE
961 1.1 cgd if (his_state_is_wont(TELOPT_LINEMODE)) {
962 1.1 cgd /* Query the peer for linemode support by trying to negotiate
963 1.1 cgd * the linemode option.
964 1.1 cgd */
965 1.1 cgd linemode = 0;
966 1.1 cgd editmode = 0;
967 1.1 cgd send_do(TELOPT_LINEMODE, 1); /* send do linemode */
968 1.1 cgd }
969 1.1 cgd #endif /* LINEMODE */
970 1.1 cgd
971 1.1 cgd /*
972 1.1 cgd * Send along a couple of other options that we wish to negotiate.
973 1.1 cgd */
974 1.1 cgd send_do(TELOPT_NAWS, 1);
975 1.1 cgd send_will(TELOPT_STATUS, 1);
976 1.3 cgd flowmode = 1; /* default flow control state */
977 1.3 cgd restartany = -1; /* uninitialized... */
978 1.1 cgd send_do(TELOPT_LFLOW, 1);
979 1.1 cgd
980 1.1 cgd /*
981 1.1 cgd * Spin, waiting for a response from the DO ECHO. However,
982 1.1 cgd * some REALLY DUMB telnets out there might not respond
983 1.1 cgd * to the DO ECHO. So, we spin looking for NAWS, (most dumb
984 1.1 cgd * telnets so far seem to respond with WONT for a DO that
985 1.1 cgd * they don't understand...) because by the time we get the
986 1.1 cgd * response, it will already have processed the DO ECHO.
987 1.1 cgd * Kludge upon kludge.
988 1.1 cgd */
989 1.1 cgd while (his_will_wont_is_changing(TELOPT_NAWS))
990 1.1 cgd ttloop();
991 1.1 cgd
992 1.1 cgd /*
993 1.1 cgd * But...
994 1.1 cgd * The client might have sent a WILL NAWS as part of its
995 1.1 cgd * startup code; if so, we'll be here before we get the
996 1.1 cgd * response to the DO ECHO. We'll make the assumption
997 1.1 cgd * that any implementation that understands about NAWS
998 1.1 cgd * is a modern enough implementation that it will respond
999 1.1 cgd * to our DO ECHO request; hence we'll do another spin
1000 1.1 cgd * waiting for the ECHO option to settle down, which is
1001 1.1 cgd * what we wanted to do in the first place...
1002 1.1 cgd */
1003 1.1 cgd if (his_want_state_is_will(TELOPT_ECHO) &&
1004 1.1 cgd his_state_is_will(TELOPT_NAWS)) {
1005 1.1 cgd while (his_will_wont_is_changing(TELOPT_ECHO))
1006 1.1 cgd ttloop();
1007 1.1 cgd }
1008 1.1 cgd /*
1009 1.1 cgd * On the off chance that the telnet client is broken and does not
1010 1.1 cgd * respond to the DO ECHO we sent, (after all, we did send the
1011 1.1 cgd * DO NAWS negotiation after the DO ECHO, and we won't get here
1012 1.1 cgd * until a response to the DO NAWS comes back) simulate the
1013 1.1 cgd * receipt of a will echo. This will also send a WONT ECHO
1014 1.1 cgd * to the client, since we assume that the client failed to
1015 1.1 cgd * respond because it believes that it is already in DO ECHO
1016 1.1 cgd * mode, which we do not want.
1017 1.1 cgd */
1018 1.1 cgd if (his_want_state_is_will(TELOPT_ECHO)) {
1019 1.1 cgd DIAG(TD_OPTIONS,
1020 1.1 cgd {sprintf(nfrontp, "td: simulating recv\r\n");
1021 1.1 cgd nfrontp += strlen(nfrontp);});
1022 1.1 cgd willoption(TELOPT_ECHO);
1023 1.1 cgd }
1024 1.1 cgd
1025 1.1 cgd /*
1026 1.1 cgd * Finally, to clean things up, we turn on our echo. This
1027 1.1 cgd * will break stupid 4.2 telnets out of local terminal echo.
1028 1.1 cgd */
1029 1.1 cgd
1030 1.1 cgd if (my_state_is_wont(TELOPT_ECHO))
1031 1.1 cgd send_will(TELOPT_ECHO, 1);
1032 1.1 cgd
1033 1.3 cgd #ifndef STREAMSPTY
1034 1.1 cgd /*
1035 1.1 cgd * Turn on packet mode
1036 1.1 cgd */
1037 1.1 cgd (void) ioctl(p, TIOCPKT, (char *)&on);
1038 1.3 cgd #endif
1039 1.3 cgd
1040 1.1 cgd #if defined(LINEMODE) && defined(KLUDGELINEMODE)
1041 1.1 cgd /*
1042 1.1 cgd * Continuing line mode support. If client does not support
1043 1.1 cgd * real linemode, attempt to negotiate kludge linemode by sending
1044 1.1 cgd * the do timing mark sequence.
1045 1.1 cgd */
1046 1.1 cgd if (lmodetype < REAL_LINEMODE)
1047 1.1 cgd send_do(TELOPT_TM, 1);
1048 1.1 cgd #endif /* defined(LINEMODE) && defined(KLUDGELINEMODE) */
1049 1.1 cgd
1050 1.1 cgd /*
1051 1.1 cgd * Call telrcv() once to pick up anything received during
1052 1.1 cgd * terminal type negotiation, 4.2/4.3 determination, and
1053 1.1 cgd * linemode negotiation.
1054 1.1 cgd */
1055 1.1 cgd telrcv();
1056 1.1 cgd
1057 1.1 cgd (void) ioctl(f, FIONBIO, (char *)&on);
1058 1.1 cgd (void) ioctl(p, FIONBIO, (char *)&on);
1059 1.1 cgd #if defined(CRAY2) && defined(UNICOS5)
1060 1.1 cgd init_termdriver(f, p, interrupt, sendbrk);
1061 1.1 cgd #endif
1062 1.1 cgd
1063 1.1 cgd #if defined(SO_OOBINLINE)
1064 1.3 cgd (void) setsockopt(net, SOL_SOCKET, SO_OOBINLINE,
1065 1.3 cgd (char *)&on, sizeof on);
1066 1.1 cgd #endif /* defined(SO_OOBINLINE) */
1067 1.1 cgd
1068 1.1 cgd #ifdef SIGTSTP
1069 1.1 cgd (void) signal(SIGTSTP, SIG_IGN);
1070 1.1 cgd #endif
1071 1.1 cgd #ifdef SIGTTOU
1072 1.1 cgd /*
1073 1.1 cgd * Ignoring SIGTTOU keeps the kernel from blocking us
1074 1.1 cgd * in ttioct() in /sys/tty.c.
1075 1.1 cgd */
1076 1.1 cgd (void) signal(SIGTTOU, SIG_IGN);
1077 1.1 cgd #endif
1078 1.1 cgd
1079 1.1 cgd (void) signal(SIGCHLD, cleanup);
1080 1.1 cgd
1081 1.1 cgd #if defined(CRAY2) && defined(UNICOS5)
1082 1.1 cgd /*
1083 1.1 cgd * Cray-2 will send a signal when pty modes are changed by slave
1084 1.1 cgd * side. Set up signal handler now.
1085 1.1 cgd */
1086 1.1 cgd if ((int)signal(SIGUSR1, termstat) < 0)
1087 1.1 cgd perror("signal");
1088 1.1 cgd else if (ioctl(p, TCSIGME, (char *)SIGUSR1) < 0)
1089 1.1 cgd perror("ioctl:TCSIGME");
1090 1.1 cgd /*
1091 1.1 cgd * Make processing loop check terminal characteristics early on.
1092 1.1 cgd */
1093 1.1 cgd termstat();
1094 1.1 cgd #endif
1095 1.1 cgd
1096 1.1 cgd #ifdef TIOCNOTTY
1097 1.1 cgd {
1098 1.1 cgd register int t;
1099 1.1 cgd t = open(_PATH_TTY, O_RDWR);
1100 1.1 cgd if (t >= 0) {
1101 1.1 cgd (void) ioctl(t, TIOCNOTTY, (char *)0);
1102 1.1 cgd (void) close(t);
1103 1.1 cgd }
1104 1.1 cgd }
1105 1.1 cgd #endif
1106 1.1 cgd
1107 1.1 cgd #if defined(CRAY) && defined(NEWINIT) && defined(TIOCSCTTY)
1108 1.1 cgd (void) setsid();
1109 1.1 cgd ioctl(p, TIOCSCTTY, 0);
1110 1.1 cgd #endif
1111 1.1 cgd
1112 1.1 cgd /*
1113 1.1 cgd * Show banner that getty never gave.
1114 1.1 cgd *
1115 1.1 cgd * We put the banner in the pty input buffer. This way, it
1116 1.1 cgd * gets carriage return null processing, etc., just like all
1117 1.1 cgd * other pty --> client data.
1118 1.1 cgd */
1119 1.1 cgd
1120 1.1 cgd #if !defined(CRAY) || !defined(NEWINIT)
1121 1.1 cgd if (getenv("USER"))
1122 1.1 cgd hostinfo = 0;
1123 1.1 cgd #endif
1124 1.1 cgd
1125 1.6 tls if (getent(defent, gettyname) == 1) {
1126 1.1 cgd char *cp=defstrs;
1127 1.1 cgd
1128 1.1 cgd HE = getstr("he", &cp);
1129 1.1 cgd HN = getstr("hn", &cp);
1130 1.1 cgd IM = getstr("im", &cp);
1131 1.1 cgd if (HN && *HN)
1132 1.1 cgd (void) strcpy(host_name, HN);
1133 1.1 cgd if (IM == 0)
1134 1.1 cgd IM = "";
1135 1.1 cgd } else {
1136 1.1 cgd IM = DEFAULT_IM;
1137 1.1 cgd HE = 0;
1138 1.1 cgd }
1139 1.1 cgd edithost(HE, host_name);
1140 1.1 cgd if (hostinfo && *IM)
1141 1.1 cgd putf(IM, ptyibuf2);
1142 1.1 cgd
1143 1.1 cgd if (pcc)
1144 1.1 cgd (void) strncat(ptyibuf2, ptyip, pcc+1);
1145 1.1 cgd ptyip = ptyibuf2;
1146 1.1 cgd pcc = strlen(ptyip);
1147 1.1 cgd #ifdef LINEMODE
1148 1.1 cgd /*
1149 1.1 cgd * Last check to make sure all our states are correct.
1150 1.1 cgd */
1151 1.1 cgd init_termbuf();
1152 1.1 cgd localstat();
1153 1.1 cgd #endif /* LINEMODE */
1154 1.1 cgd
1155 1.1 cgd DIAG(TD_REPORT,
1156 1.1 cgd {sprintf(nfrontp, "td: Entering processing loop\r\n");
1157 1.1 cgd nfrontp += strlen(nfrontp);});
1158 1.1 cgd
1159 1.1 cgd #ifdef convex
1160 1.1 cgd startslave(host);
1161 1.1 cgd #endif
1162 1.1 cgd
1163 1.4 jtk nfd = ((f > p) ? f : p) + 1;
1164 1.1 cgd for (;;) {
1165 1.1 cgd fd_set ibits, obits, xbits;
1166 1.1 cgd register int c;
1167 1.1 cgd
1168 1.1 cgd if (ncc < 0 && pcc < 0)
1169 1.1 cgd break;
1170 1.1 cgd
1171 1.1 cgd #if defined(CRAY2) && defined(UNICOS5)
1172 1.1 cgd if (needtermstat)
1173 1.1 cgd _termstat();
1174 1.1 cgd #endif /* defined(CRAY2) && defined(UNICOS5) */
1175 1.1 cgd FD_ZERO(&ibits);
1176 1.1 cgd FD_ZERO(&obits);
1177 1.1 cgd FD_ZERO(&xbits);
1178 1.1 cgd /*
1179 1.1 cgd * Never look for input if there's still
1180 1.1 cgd * stuff in the corresponding output buffer
1181 1.1 cgd */
1182 1.1 cgd if (nfrontp - nbackp || pcc > 0) {
1183 1.1 cgd FD_SET(f, &obits);
1184 1.1 cgd } else {
1185 1.1 cgd FD_SET(p, &ibits);
1186 1.1 cgd }
1187 1.1 cgd if (pfrontp - pbackp || ncc > 0) {
1188 1.1 cgd FD_SET(p, &obits);
1189 1.1 cgd } else {
1190 1.1 cgd FD_SET(f, &ibits);
1191 1.1 cgd }
1192 1.1 cgd if (!SYNCHing) {
1193 1.1 cgd FD_SET(f, &xbits);
1194 1.1 cgd }
1195 1.4 jtk if ((c = select(nfd, &ibits, &obits, &xbits,
1196 1.1 cgd (struct timeval *)0)) < 1) {
1197 1.1 cgd if (c == -1) {
1198 1.1 cgd if (errno == EINTR) {
1199 1.1 cgd continue;
1200 1.1 cgd }
1201 1.1 cgd }
1202 1.1 cgd sleep(5);
1203 1.1 cgd continue;
1204 1.1 cgd }
1205 1.1 cgd
1206 1.1 cgd /*
1207 1.1 cgd * Any urgent data?
1208 1.1 cgd */
1209 1.1 cgd if (FD_ISSET(net, &xbits)) {
1210 1.1 cgd SYNCHing = 1;
1211 1.1 cgd }
1212 1.1 cgd
1213 1.1 cgd /*
1214 1.1 cgd * Something to read from the network...
1215 1.1 cgd */
1216 1.1 cgd if (FD_ISSET(net, &ibits)) {
1217 1.1 cgd #if !defined(SO_OOBINLINE)
1218 1.1 cgd /*
1219 1.1 cgd * In 4.2 (and 4.3 beta) systems, the
1220 1.1 cgd * OOB indication and data handling in the kernel
1221 1.1 cgd * is such that if two separate TCP Urgent requests
1222 1.1 cgd * come in, one byte of TCP data will be overlaid.
1223 1.1 cgd * This is fatal for Telnet, but we try to live
1224 1.1 cgd * with it.
1225 1.1 cgd *
1226 1.1 cgd * In addition, in 4.2 (and...), a special protocol
1227 1.1 cgd * is needed to pick up the TCP Urgent data in
1228 1.1 cgd * the correct sequence.
1229 1.1 cgd *
1230 1.1 cgd * What we do is: if we think we are in urgent
1231 1.1 cgd * mode, we look to see if we are "at the mark".
1232 1.1 cgd * If we are, we do an OOB receive. If we run
1233 1.1 cgd * this twice, we will do the OOB receive twice,
1234 1.1 cgd * but the second will fail, since the second
1235 1.1 cgd * time we were "at the mark", but there wasn't
1236 1.1 cgd * any data there (the kernel doesn't reset
1237 1.1 cgd * "at the mark" until we do a normal read).
1238 1.1 cgd * Once we've read the OOB data, we go ahead
1239 1.1 cgd * and do normal reads.
1240 1.1 cgd *
1241 1.1 cgd * There is also another problem, which is that
1242 1.1 cgd * since the OOB byte we read doesn't put us
1243 1.1 cgd * out of OOB state, and since that byte is most
1244 1.1 cgd * likely the TELNET DM (data mark), we would
1245 1.1 cgd * stay in the TELNET SYNCH (SYNCHing) state.
1246 1.1 cgd * So, clocks to the rescue. If we've "just"
1247 1.1 cgd * received a DM, then we test for the
1248 1.1 cgd * presence of OOB data when the receive OOB
1249 1.1 cgd * fails (and AFTER we did the normal mode read
1250 1.1 cgd * to clear "at the mark").
1251 1.1 cgd */
1252 1.1 cgd if (SYNCHing) {
1253 1.1 cgd int atmark;
1254 1.1 cgd
1255 1.1 cgd (void) ioctl(net, SIOCATMARK, (char *)&atmark);
1256 1.1 cgd if (atmark) {
1257 1.1 cgd ncc = recv(net, netibuf, sizeof (netibuf), MSG_OOB);
1258 1.1 cgd if ((ncc == -1) && (errno == EINVAL)) {
1259 1.1 cgd ncc = read(net, netibuf, sizeof (netibuf));
1260 1.1 cgd if (sequenceIs(didnetreceive, gotDM)) {
1261 1.1 cgd SYNCHing = stilloob(net);
1262 1.1 cgd }
1263 1.1 cgd }
1264 1.1 cgd } else {
1265 1.1 cgd ncc = read(net, netibuf, sizeof (netibuf));
1266 1.1 cgd }
1267 1.1 cgd } else {
1268 1.1 cgd ncc = read(net, netibuf, sizeof (netibuf));
1269 1.1 cgd }
1270 1.1 cgd settimer(didnetreceive);
1271 1.1 cgd #else /* !defined(SO_OOBINLINE)) */
1272 1.1 cgd ncc = read(net, netibuf, sizeof (netibuf));
1273 1.1 cgd #endif /* !defined(SO_OOBINLINE)) */
1274 1.1 cgd if (ncc < 0 && errno == EWOULDBLOCK)
1275 1.1 cgd ncc = 0;
1276 1.1 cgd else {
1277 1.1 cgd if (ncc <= 0) {
1278 1.1 cgd break;
1279 1.1 cgd }
1280 1.1 cgd netip = netibuf;
1281 1.1 cgd }
1282 1.1 cgd DIAG((TD_REPORT | TD_NETDATA),
1283 1.1 cgd {sprintf(nfrontp, "td: netread %d chars\r\n", ncc);
1284 1.1 cgd nfrontp += strlen(nfrontp);});
1285 1.1 cgd DIAG(TD_NETDATA, printdata("nd", netip, ncc));
1286 1.1 cgd }
1287 1.1 cgd
1288 1.1 cgd /*
1289 1.1 cgd * Something to read from the pty...
1290 1.1 cgd */
1291 1.1 cgd if (FD_ISSET(p, &ibits)) {
1292 1.3 cgd #ifndef STREAMSPTY
1293 1.1 cgd pcc = read(p, ptyibuf, BUFSIZ);
1294 1.3 cgd #else
1295 1.3 cgd pcc = readstream(p, ptyibuf, BUFSIZ);
1296 1.3 cgd #endif
1297 1.1 cgd /*
1298 1.1 cgd * On some systems, if we try to read something
1299 1.1 cgd * off the master side before the slave side is
1300 1.1 cgd * opened, we get EIO.
1301 1.1 cgd */
1302 1.3 cgd if (pcc < 0 && (errno == EWOULDBLOCK ||
1303 1.3 cgd #ifdef EAGAIN
1304 1.3 cgd errno == EAGAIN ||
1305 1.3 cgd #endif
1306 1.3 cgd errno == EIO)) {
1307 1.1 cgd pcc = 0;
1308 1.1 cgd } else {
1309 1.1 cgd if (pcc <= 0)
1310 1.1 cgd break;
1311 1.1 cgd #if !defined(CRAY2) || !defined(UNICOS5)
1312 1.1 cgd #ifdef LINEMODE
1313 1.1 cgd /*
1314 1.1 cgd * If ioctl from pty, pass it through net
1315 1.1 cgd */
1316 1.1 cgd if (ptyibuf[0] & TIOCPKT_IOCTL) {
1317 1.1 cgd copy_termbuf(ptyibuf+1, pcc-1);
1318 1.1 cgd localstat();
1319 1.1 cgd pcc = 1;
1320 1.1 cgd }
1321 1.1 cgd #endif /* LINEMODE */
1322 1.1 cgd if (ptyibuf[0] & TIOCPKT_FLUSHWRITE) {
1323 1.1 cgd netclear(); /* clear buffer back */
1324 1.1 cgd #ifndef NO_URGENT
1325 1.1 cgd /*
1326 1.1 cgd * There are client telnets on some
1327 1.1 cgd * operating systems get screwed up
1328 1.1 cgd * royally if we send them urgent
1329 1.1 cgd * mode data.
1330 1.1 cgd */
1331 1.1 cgd *nfrontp++ = IAC;
1332 1.1 cgd *nfrontp++ = DM;
1333 1.1 cgd neturg = nfrontp-1; /* off by one XXX */
1334 1.4 jtk DIAG(TD_OPTIONS,
1335 1.4 jtk printoption("td: send IAC", DM));
1336 1.4 jtk
1337 1.1 cgd #endif
1338 1.1 cgd }
1339 1.1 cgd if (his_state_is_will(TELOPT_LFLOW) &&
1340 1.1 cgd (ptyibuf[0] &
1341 1.1 cgd (TIOCPKT_NOSTOP|TIOCPKT_DOSTOP))) {
1342 1.3 cgd int newflow =
1343 1.3 cgd ptyibuf[0] & TIOCPKT_DOSTOP ? 1 : 0;
1344 1.3 cgd if (newflow != flowmode) {
1345 1.3 cgd flowmode = newflow;
1346 1.3 cgd (void) sprintf(nfrontp,
1347 1.3 cgd "%c%c%c%c%c%c",
1348 1.3 cgd IAC, SB, TELOPT_LFLOW,
1349 1.3 cgd flowmode ? LFLOW_ON
1350 1.3 cgd : LFLOW_OFF,
1351 1.3 cgd IAC, SE);
1352 1.3 cgd nfrontp += 6;
1353 1.4 jtk DIAG(TD_OPTIONS, printsub('>',
1354 1.4 jtk (unsigned char *)nfrontp-4,
1355 1.4 jtk 4););
1356 1.3 cgd }
1357 1.1 cgd }
1358 1.1 cgd pcc--;
1359 1.1 cgd ptyip = ptyibuf+1;
1360 1.1 cgd #else /* defined(CRAY2) && defined(UNICOS5) */
1361 1.1 cgd if (!uselinemode) {
1362 1.1 cgd unpcc = pcc;
1363 1.1 cgd unptyip = ptyibuf;
1364 1.1 cgd pcc = term_output(&unptyip, ptyibuf2,
1365 1.1 cgd &unpcc, BUFSIZ);
1366 1.1 cgd ptyip = ptyibuf2;
1367 1.1 cgd } else
1368 1.1 cgd ptyip = ptyibuf;
1369 1.1 cgd #endif /* defined(CRAY2) && defined(UNICOS5) */
1370 1.1 cgd }
1371 1.1 cgd }
1372 1.1 cgd
1373 1.1 cgd while (pcc > 0) {
1374 1.1 cgd if ((&netobuf[BUFSIZ] - nfrontp) < 2)
1375 1.1 cgd break;
1376 1.1 cgd c = *ptyip++ & 0377, pcc--;
1377 1.1 cgd if (c == IAC)
1378 1.1 cgd *nfrontp++ = c;
1379 1.1 cgd #if defined(CRAY2) && defined(UNICOS5)
1380 1.1 cgd else if (c == '\n' &&
1381 1.1 cgd my_state_is_wont(TELOPT_BINARY) && newmap)
1382 1.1 cgd *nfrontp++ = '\r';
1383 1.1 cgd #endif /* defined(CRAY2) && defined(UNICOS5) */
1384 1.1 cgd *nfrontp++ = c;
1385 1.1 cgd if ((c == '\r') && (my_state_is_wont(TELOPT_BINARY))) {
1386 1.1 cgd if (pcc > 0 && ((*ptyip & 0377) == '\n')) {
1387 1.1 cgd *nfrontp++ = *ptyip++ & 0377;
1388 1.1 cgd pcc--;
1389 1.1 cgd } else
1390 1.1 cgd *nfrontp++ = '\0';
1391 1.1 cgd }
1392 1.1 cgd }
1393 1.1 cgd #if defined(CRAY2) && defined(UNICOS5)
1394 1.1 cgd /*
1395 1.1 cgd * If chars were left over from the terminal driver,
1396 1.1 cgd * note their existence.
1397 1.1 cgd */
1398 1.1 cgd if (!uselinemode && unpcc) {
1399 1.1 cgd pcc = unpcc;
1400 1.1 cgd unpcc = 0;
1401 1.1 cgd ptyip = unptyip;
1402 1.1 cgd }
1403 1.1 cgd #endif /* defined(CRAY2) && defined(UNICOS5) */
1404 1.1 cgd
1405 1.1 cgd if (FD_ISSET(f, &obits) && (nfrontp - nbackp) > 0)
1406 1.1 cgd netflush();
1407 1.1 cgd if (ncc > 0)
1408 1.1 cgd telrcv();
1409 1.1 cgd if (FD_ISSET(p, &obits) && (pfrontp - pbackp) > 0)
1410 1.1 cgd ptyflush();
1411 1.1 cgd }
1412 1.1 cgd cleanup(0);
1413 1.1 cgd } /* end of telnet */
1414 1.4 jtk
1415 1.1 cgd #ifndef TCSIG
1416 1.1 cgd # ifdef TIOCSIG
1417 1.1 cgd # define TCSIG TIOCSIG
1418 1.1 cgd # endif
1419 1.1 cgd #endif
1420 1.3 cgd
1421 1.3 cgd #ifdef STREAMSPTY
1422 1.3 cgd
1423 1.3 cgd int flowison = -1; /* current state of flow: -1 is unknown */
1424 1.3 cgd
1425 1.3 cgd int readstream(p, ibuf, bufsize)
1426 1.3 cgd int p;
1427 1.3 cgd char *ibuf;
1428 1.3 cgd int bufsize;
1429 1.3 cgd {
1430 1.3 cgd int flags = 0;
1431 1.3 cgd int ret = 0;
1432 1.3 cgd struct termios *tsp;
1433 1.3 cgd struct termio *tp;
1434 1.3 cgd struct iocblk *ip;
1435 1.3 cgd char vstop, vstart;
1436 1.3 cgd int ixon;
1437 1.3 cgd int newflow;
1438 1.3 cgd
1439 1.3 cgd strbufc.maxlen = BUFSIZ;
1440 1.3 cgd strbufc.buf = (char *)ctlbuf;
1441 1.3 cgd strbufd.maxlen = bufsize-1;
1442 1.3 cgd strbufd.len = 0;
1443 1.3 cgd strbufd.buf = ibuf+1;
1444 1.3 cgd ibuf[0] = 0;
1445 1.3 cgd
1446 1.3 cgd ret = getmsg(p, &strbufc, &strbufd, &flags);
1447 1.3 cgd if (ret < 0) /* error of some sort -- probably EAGAIN */
1448 1.3 cgd return(-1);
1449 1.3 cgd
1450 1.3 cgd if (strbufc.len <= 0 || ctlbuf[0] == M_DATA) {
1451 1.3 cgd /* data message */
1452 1.3 cgd if (strbufd.len > 0) { /* real data */
1453 1.3 cgd return(strbufd.len + 1); /* count header char */
1454 1.3 cgd } else {
1455 1.3 cgd /* nothing there */
1456 1.3 cgd errno = EAGAIN;
1457 1.3 cgd return(-1);
1458 1.3 cgd }
1459 1.3 cgd }
1460 1.3 cgd
1461 1.3 cgd /*
1462 1.3 cgd * It's a control message. Return 1, to look at the flag we set
1463 1.3 cgd */
1464 1.3 cgd
1465 1.3 cgd switch (ctlbuf[0]) {
1466 1.3 cgd case M_FLUSH:
1467 1.3 cgd if (ibuf[1] & FLUSHW)
1468 1.3 cgd ibuf[0] = TIOCPKT_FLUSHWRITE;
1469 1.3 cgd return(1);
1470 1.3 cgd
1471 1.3 cgd case M_IOCTL:
1472 1.3 cgd ip = (struct iocblk *) (ibuf+1);
1473 1.3 cgd
1474 1.3 cgd switch (ip->ioc_cmd) {
1475 1.3 cgd case TCSETS:
1476 1.3 cgd case TCSETSW:
1477 1.3 cgd case TCSETSF:
1478 1.3 cgd tsp = (struct termios *)
1479 1.3 cgd (ibuf+1 + sizeof(struct iocblk));
1480 1.3 cgd vstop = tsp->c_cc[VSTOP];
1481 1.3 cgd vstart = tsp->c_cc[VSTART];
1482 1.3 cgd ixon = tsp->c_iflag & IXON;
1483 1.3 cgd break;
1484 1.3 cgd case TCSETA:
1485 1.3 cgd case TCSETAW:
1486 1.3 cgd case TCSETAF:
1487 1.3 cgd tp = (struct termio *) (ibuf+1 + sizeof(struct iocblk));
1488 1.3 cgd vstop = tp->c_cc[VSTOP];
1489 1.3 cgd vstart = tp->c_cc[VSTART];
1490 1.4 jtk ixon = tp->c_iflag & IXON;
1491 1.3 cgd break;
1492 1.3 cgd default:
1493 1.3 cgd errno = EAGAIN;
1494 1.3 cgd return(-1);
1495 1.3 cgd }
1496 1.3 cgd
1497 1.3 cgd newflow = (ixon && (vstart == 021) && (vstop == 023)) ? 1 : 0;
1498 1.3 cgd if (newflow != flowison) { /* it's a change */
1499 1.3 cgd flowison = newflow;
1500 1.3 cgd ibuf[0] = newflow ? TIOCPKT_DOSTOP : TIOCPKT_NOSTOP;
1501 1.3 cgd return(1);
1502 1.3 cgd }
1503 1.3 cgd }
1504 1.3 cgd
1505 1.3 cgd /* nothing worth doing anything about */
1506 1.3 cgd errno = EAGAIN;
1507 1.3 cgd return(-1);
1508 1.3 cgd }
1509 1.3 cgd #endif /* STREAMSPTY */
1510 1.1 cgd
1511 1.1 cgd /*
1512 1.1 cgd * Send interrupt to process on other side of pty.
1513 1.1 cgd * If it is in raw mode, just write NULL;
1514 1.1 cgd * otherwise, write intr char.
1515 1.1 cgd */
1516 1.1 cgd void
1517 1.1 cgd interrupt()
1518 1.1 cgd {
1519 1.1 cgd ptyflush(); /* half-hearted */
1520 1.1 cgd
1521 1.4 jtk #if defined(STREAMSPTY) && defined(TIOCSIGNAL)
1522 1.4 jtk /* Streams PTY style ioctl to post a signal */
1523 1.4 jtk {
1524 1.4 jtk int sig = SIGINT;
1525 1.4 jtk (void) ioctl(pty, TIOCSIGNAL, &sig);
1526 1.4 jtk (void) ioctl(pty, I_FLUSH, FLUSHR);
1527 1.4 jtk }
1528 1.4 jtk #else
1529 1.1 cgd #ifdef TCSIG
1530 1.1 cgd (void) ioctl(pty, TCSIG, (char *)SIGINT);
1531 1.1 cgd #else /* TCSIG */
1532 1.1 cgd init_termbuf();
1533 1.1 cgd *pfrontp++ = slctab[SLC_IP].sptr ?
1534 1.1 cgd (unsigned char)*slctab[SLC_IP].sptr : '\177';
1535 1.1 cgd #endif /* TCSIG */
1536 1.4 jtk #endif
1537 1.1 cgd }
1538 1.1 cgd
1539 1.1 cgd /*
1540 1.1 cgd * Send quit to process on other side of pty.
1541 1.1 cgd * If it is in raw mode, just write NULL;
1542 1.1 cgd * otherwise, write quit char.
1543 1.1 cgd */
1544 1.1 cgd void
1545 1.1 cgd sendbrk()
1546 1.1 cgd {
1547 1.1 cgd ptyflush(); /* half-hearted */
1548 1.1 cgd #ifdef TCSIG
1549 1.1 cgd (void) ioctl(pty, TCSIG, (char *)SIGQUIT);
1550 1.1 cgd #else /* TCSIG */
1551 1.1 cgd init_termbuf();
1552 1.1 cgd *pfrontp++ = slctab[SLC_ABORT].sptr ?
1553 1.1 cgd (unsigned char)*slctab[SLC_ABORT].sptr : '\034';
1554 1.1 cgd #endif /* TCSIG */
1555 1.1 cgd }
1556 1.1 cgd
1557 1.1 cgd void
1558 1.1 cgd sendsusp()
1559 1.1 cgd {
1560 1.1 cgd #ifdef SIGTSTP
1561 1.1 cgd ptyflush(); /* half-hearted */
1562 1.1 cgd # ifdef TCSIG
1563 1.1 cgd (void) ioctl(pty, TCSIG, (char *)SIGTSTP);
1564 1.1 cgd # else /* TCSIG */
1565 1.1 cgd *pfrontp++ = slctab[SLC_SUSP].sptr ?
1566 1.1 cgd (unsigned char)*slctab[SLC_SUSP].sptr : '\032';
1567 1.1 cgd # endif /* TCSIG */
1568 1.1 cgd #endif /* SIGTSTP */
1569 1.1 cgd }
1570 1.1 cgd
1571 1.1 cgd /*
1572 1.1 cgd * When we get an AYT, if ^T is enabled, use that. Otherwise,
1573 1.1 cgd * just send back "[Yes]".
1574 1.1 cgd */
1575 1.1 cgd void
1576 1.1 cgd recv_ayt()
1577 1.1 cgd {
1578 1.1 cgd #if defined(SIGINFO) && defined(TCSIG)
1579 1.1 cgd if (slctab[SLC_AYT].sptr && *slctab[SLC_AYT].sptr != _POSIX_VDISABLE) {
1580 1.1 cgd (void) ioctl(pty, TCSIG, (char *)SIGINFO);
1581 1.1 cgd return;
1582 1.1 cgd }
1583 1.1 cgd #endif
1584 1.1 cgd (void) strcpy(nfrontp, "\r\n[Yes]\r\n");
1585 1.1 cgd nfrontp += 9;
1586 1.1 cgd }
1587 1.1 cgd
1588 1.1 cgd void
1589 1.1 cgd doeof()
1590 1.1 cgd {
1591 1.1 cgd init_termbuf();
1592 1.1 cgd
1593 1.1 cgd #if defined(LINEMODE) && defined(USE_TERMIO) && (VEOF == VMIN)
1594 1.1 cgd if (!tty_isediting()) {
1595 1.1 cgd extern char oldeofc;
1596 1.1 cgd *pfrontp++ = oldeofc;
1597 1.1 cgd return;
1598 1.1 cgd }
1599 1.1 cgd #endif
1600 1.1 cgd *pfrontp++ = slctab[SLC_EOF].sptr ?
1601 1.1 cgd (unsigned char)*slctab[SLC_EOF].sptr : '\004';
1602 1.1 cgd }
1603