2003-08-07 13:46:37 +04:00
|
|
|
/* $NetBSD: ext.h,v 1.18 2003/08/07 09:46:51 agc Exp $ */
|
1996-02-28 23:38:08 +03:00
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
/*
|
1994-02-25 06:20:39 +03:00
|
|
|
* Copyright (c) 1989, 1993
|
|
|
|
* The Regents of the University of California. All rights reserved.
|
1993-03-21 12:45:37 +03:00
|
|
|
*
|
|
|
|
* Redistribution and use in source and binary forms, with or without
|
|
|
|
* modification, are permitted provided that the following conditions
|
|
|
|
* are met:
|
|
|
|
* 1. Redistributions of source code must retain the above copyright
|
|
|
|
* notice, this list of conditions and the following disclaimer.
|
|
|
|
* 2. Redistributions in binary form must reproduce the above copyright
|
|
|
|
* notice, this list of conditions and the following disclaimer in the
|
|
|
|
* documentation and/or other materials provided with the distribution.
|
2003-08-07 13:46:37 +04:00
|
|
|
* 3. Neither the name of the University nor the names of its contributors
|
1993-03-21 12:45:37 +03:00
|
|
|
* may be used to endorse or promote products derived from this software
|
|
|
|
* without specific prior written permission.
|
|
|
|
*
|
|
|
|
* THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
|
|
|
|
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
|
|
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
|
|
* ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
|
|
|
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
|
|
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
|
|
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
|
|
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
|
|
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
|
|
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
|
|
* SUCH DAMAGE.
|
|
|
|
*
|
1996-02-24 04:22:12 +03:00
|
|
|
* from: @(#)ext.h 8.2 (Berkeley) 12/15/93
|
1993-03-21 12:45:37 +03:00
|
|
|
*/
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Telnet server variable declarations
|
|
|
|
*/
|
|
|
|
extern char options[256];
|
|
|
|
extern char do_dont_resp[256];
|
|
|
|
extern char will_wont_resp[256];
|
|
|
|
extern int linemode; /* linemode on/off */
|
|
|
|
#ifdef LINEMODE
|
|
|
|
extern int uselinemode; /* what linemode to use (on/off) */
|
|
|
|
extern int editmode; /* edit modes in use */
|
|
|
|
extern int useeditmode; /* edit modes to use */
|
|
|
|
extern int alwayslinemode; /* command line option */
|
|
|
|
# ifdef KLUDGELINEMODE
|
|
|
|
extern int lmodetype; /* Client support for linemode */
|
|
|
|
# endif /* KLUDGELINEMODE */
|
|
|
|
#endif /* LINEMODE */
|
|
|
|
extern int flowmode; /* current flow control state */
|
1994-02-25 06:20:39 +03:00
|
|
|
extern int restartany; /* restart output on any character state */
|
1993-03-21 12:45:37 +03:00
|
|
|
#ifdef DIAGNOSTICS
|
|
|
|
extern int diagnostic; /* telnet diagnostic capabilities */
|
|
|
|
#endif /* DIAGNOSTICS */
|
2003-07-14 19:55:53 +04:00
|
|
|
#ifdef SECURELOGIN
|
1999-02-12 08:30:11 +03:00
|
|
|
extern int require_secure_login;
|
1993-03-21 12:45:37 +03:00
|
|
|
#endif
|
2003-07-14 19:55:53 +04:00
|
|
|
#ifdef AUTHENTICATION
|
1993-03-21 12:45:37 +03:00
|
|
|
extern int auth_level;
|
|
|
|
#endif
|
|
|
|
|
|
|
|
extern slcfun slctab[NSLC + 1]; /* slc mapping table */
|
2001-08-20 17:53:47 +04:00
|
|
|
extern char *terminaltype;
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
/*
|
|
|
|
* I/O data buffers, pointers, and counters.
|
|
|
|
*/
|
|
|
|
extern char ptyobuf[BUFSIZ+NETSLOP], *pfrontp, *pbackp;
|
|
|
|
extern char netibuf[BUFSIZ], *netip;
|
|
|
|
extern char netobuf[BUFSIZ+NETSLOP], *nfrontp, *nbackp;
|
|
|
|
extern char *neturg; /* one past last bye of urgent data */
|
|
|
|
extern int pcc, ncc;
|
|
|
|
extern int pty, net;
|
|
|
|
extern char *line;
|
|
|
|
extern int SYNCHing; /* we are in TELNET SYNCH mode */
|
|
|
|
|
1996-02-24 04:22:12 +03:00
|
|
|
#include <sys/cdefs.h>
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
extern void
|
2003-07-14 19:55:53 +04:00
|
|
|
_termstat __P((void)),
|
|
|
|
add_slc __P((int, int, int)),
|
|
|
|
check_slc __P((void)),
|
|
|
|
change_slc __P((int, int, int)),
|
|
|
|
cleanup __P((int)),
|
|
|
|
clientstat __P((int, int, int)),
|
|
|
|
copy_termbuf __P((char *, int)),
|
|
|
|
deferslc __P((void)),
|
|
|
|
defer_terminit __P((void)),
|
|
|
|
do_opt_slc __P((unsigned char *, int)),
|
|
|
|
doeof __P((void)),
|
|
|
|
dooption __P((int)),
|
|
|
|
dontoption __P((int)),
|
|
|
|
edithost __P((char *, char *)),
|
|
|
|
fatal __P((int, const char *)),
|
|
|
|
fatalperror __P((int, const char *)),
|
|
|
|
get_slc_defaults __P((void)),
|
|
|
|
init_env __P((void)),
|
|
|
|
init_termbuf __P((void)),
|
|
|
|
interrupt __P((void)),
|
|
|
|
localstat __P((void)),
|
|
|
|
flowstat __P((void)),
|
|
|
|
netclear __P((void)),
|
|
|
|
netflush __P((void)),
|
1993-03-21 12:45:37 +03:00
|
|
|
#ifdef DIAGNOSTICS
|
2003-07-14 19:55:53 +04:00
|
|
|
printoption __P((const char *, int)),
|
|
|
|
printdata __P((char *, char *, int)),
|
|
|
|
#ifndef ENCRYPTION
|
|
|
|
printsub __P((int, unsigned char *, int)),
|
2001-02-05 01:32:15 +03:00
|
|
|
#endif
|
1993-03-21 12:45:37 +03:00
|
|
|
#endif
|
2003-07-14 19:55:53 +04:00
|
|
|
ptyflush __P((void)),
|
|
|
|
putchr __P((int)),
|
|
|
|
recv_ayt __P((void)),
|
|
|
|
send_do __P((int, int)),
|
|
|
|
send_dont __P((int, int)),
|
|
|
|
send_slc __P((void)),
|
|
|
|
send_status __P((void)),
|
|
|
|
send_will __P((int, int)),
|
|
|
|
send_wont __P((int, int)),
|
|
|
|
sendbrk __P((void)),
|
|
|
|
sendsusp __P((void)),
|
|
|
|
set_termbuf __P((void)),
|
|
|
|
start_login __P((char *, int, char *)),
|
|
|
|
start_slc __P((int)),
|
|
|
|
startslave __P((char *, int, char *)),
|
|
|
|
suboption __P((void)),
|
|
|
|
telrcv __P((void)),
|
|
|
|
ttloop __P((void)),
|
|
|
|
tty_binaryin __P((int)),
|
|
|
|
tty_binaryout __P((int));
|
1993-03-21 12:45:37 +03:00
|
|
|
|
2000-01-13 16:11:31 +03:00
|
|
|
extern char *
|
2003-07-14 19:55:53 +04:00
|
|
|
putf __P((char *, char *));
|
2000-01-13 16:11:31 +03:00
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
extern int
|
2003-07-14 19:55:53 +04:00
|
|
|
end_slc __P((unsigned char **)),
|
|
|
|
getnpty __P((void)),
|
|
|
|
getpty __P((int *)),
|
|
|
|
spcset __P((int, cc_t *, cc_t **)),
|
|
|
|
stilloob __P((int)),
|
|
|
|
terminit __P((void)),
|
|
|
|
termstat __P((void)),
|
|
|
|
tty_flowmode __P((void)),
|
|
|
|
tty_restartany __P((void)),
|
|
|
|
tty_isbinaryin __P((void)),
|
|
|
|
tty_isbinaryout __P((void)),
|
|
|
|
tty_iscrnl __P((void)),
|
|
|
|
tty_isecho __P((void)),
|
|
|
|
tty_isediting __P((void)),
|
|
|
|
tty_islitecho __P((void)),
|
|
|
|
tty_isnewmap __P((void)),
|
|
|
|
tty_israw __P((void)),
|
|
|
|
tty_issofttab __P((void)),
|
|
|
|
tty_istrapsig __P((void)),
|
|
|
|
tty_linemode __P((void));
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
extern void
|
2003-07-14 19:55:53 +04:00
|
|
|
tty_rspeed __P((int)),
|
|
|
|
tty_setecho __P((int)),
|
|
|
|
tty_setedit __P((int)),
|
|
|
|
tty_setlinemode __P((int)),
|
|
|
|
tty_setlitecho __P((int)),
|
|
|
|
tty_setsig __P((int)),
|
|
|
|
tty_setsofttab __P((int)),
|
|
|
|
tty_tspeed __P((int)),
|
|
|
|
willoption __P((int)),
|
|
|
|
wontoption __P((int)),
|
|
|
|
writenet __P((unsigned char *, int));
|
1993-03-21 12:45:37 +03:00
|
|
|
|
2001-07-19 08:57:49 +04:00
|
|
|
extern int output_data __P((const char *, ...))
|
|
|
|
__attribute__((__format__(__printf__, 1, 2)));
|
|
|
|
extern int output_datalen __P((const char *, size_t));
|
|
|
|
|
2000-06-22 10:47:42 +04:00
|
|
|
#ifdef ENCRYPTION
|
|
|
|
extern char *nclearto;
|
|
|
|
#endif /* ENCRYPTION */
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
/*
|
|
|
|
* The following are some clocks used to decide how to interpret
|
|
|
|
* the relationship between various variables.
|
|
|
|
*/
|
|
|
|
extern struct {
|
|
|
|
int
|
|
|
|
system, /* what the current time is */
|
|
|
|
echotoggle, /* last time user entered echo character */
|
|
|
|
modenegotiated, /* last time operating mode negotiated */
|
|
|
|
didnetreceive, /* last time we read data from network */
|
|
|
|
ttypesubopt, /* ttype subopt is received */
|
|
|
|
tspeedsubopt, /* tspeed subopt is received */
|
|
|
|
environsubopt, /* environ subopt is received */
|
1994-02-25 06:20:39 +03:00
|
|
|
oenvironsubopt, /* old environ subopt is received */
|
1993-03-21 12:45:37 +03:00
|
|
|
xdisplocsubopt, /* xdisploc subopt is received */
|
|
|
|
baseline, /* time started to do timed action */
|
|
|
|
gotDM; /* when did we last see a data mark */
|
|
|
|
} clocks;
|
|
|
|
|
1994-02-25 06:20:39 +03:00
|
|
|
#ifndef DEFAULT_IM
|
2003-07-14 19:55:53 +04:00
|
|
|
# define DEFAULT_IM "\r\n\r\n4.4 BSD UNIX (%h) (%t)\r\n\r\r\n\r"
|
2001-08-20 15:12:19 +04:00
|
|
|
#endif
|
2001-02-05 01:32:15 +03:00
|
|
|
|
2003-07-14 19:55:53 +04:00
|
|
|
#ifdef AUTHENTICATION
|
2001-02-05 01:32:15 +03:00
|
|
|
#include <libtelnet/auth.h>
|
|
|
|
#endif
|
|
|
|
|
2003-07-14 19:55:53 +04:00
|
|
|
#ifdef ENCRYPTION
|
2001-02-05 01:32:15 +03:00
|
|
|
#include <libtelnet/encrypt.h>
|
|
|
|
#endif
|