代码搜索:TELNET
找到约 3,051 项符合「TELNET」的源代码
代码结果 3,051
www.eeworm.com/read/409921/2221645
h tnconfig.h
// Tnconfig.h
// Written by Paul Brannan
//
// This is a class designed for use with Brad Johnson's Console Telnet
// It reads an ini file and keeps the settings for later re
www.eeworm.com/read/409921/2221658
mingw makefile.mingw
#
# Makefile for Console Telnet
# Last modified 4/15/2000 by Paul Brannan
#
SRCDIR=./src
OBJDIR=src
RESDIR=resource
SRC=$(wildcard $(SRCDIR)/*.cpp)
RESOURCES=$(wildcard $(RESDIR)/*.rc)
OB
www.eeworm.com/read/408009/2255525
c htnettxt.c
/* HTNetTxt.c
** NETWORK TELNET TO INTERNAL CHARACTER TEXT AND VISE VERSA
**
** (c) COPYRIGHT MIT 1995.
** Please first read the full copyright statement in the file COPYRIGH.
** @(#) $Id:
www.eeworm.com/read/405279/2293834
test delayed.test
TitleText: telnet
Device: Postscript
"packets
0.402520469 1
0.402520469 1
0.403560469 2
0.412920469 2
0.634800469 2.01
0.634800469 2.01
0.840153632 2.02
0.840153632 2.02
1.729159919 2.03
1.729159919 2
www.eeworm.com/read/266333/4272637
h telnetd.h
/**
* \addtogroup telnetd
* @{
*/
/**
* \file
* Header file for the telnet server.
* \author Adam Dunkels
*/
/*
* Copyright (c) 2002, Adam Dunkels.
* All rights reserved.
www.eeworm.com/read/261580/4320927
h telnetd.h
/**
* \addtogroup telnetd
* @{
*/
/**
* \file
* Header file for the telnet server.
* \author Adam Dunkels
*/
/*
* Copyright (c) 2002, Adam Dunkels.
* All rights reserved.
www.eeworm.com/read/473927/6822960
txt 2406.txt
Rule:
--
Sid:
2406
--
Summary:
This event is generated when an attempt is made to access an APC device
using a known default administrative account and password via Telnet.
--
Impact:
Serious. Unau
www.eeworm.com/read/103066/15747195
readme
Gnome Remote Connection Manager is a gnome application that stores information
about remote connections. It gives you a GUI program to launch applications
like telnet, shh, or rdesktop. It is highly c
www.eeworm.com/read/100302/15877440
readme
This package provides a network login service with more secure authentication
than telnet or rlogin. Also, all data transmitted to and from the remote
host in encrypted using the DES. Thus, this pac
www.eeworm.com/read/370831/9581334
h page1.h
// Functions in Util.c
#include "p_tcpip.h"
// Functions in Telnet.c
void TelnetInitialize();
BOOLEAN TelnetRun();
void TelnetHandleTimer();
#define SERVERMODE 0
#define CLIENTMODE 1
// Fu