• Home
Name Date Size #Lines LOC

..--

arping/03-May-2024-6622

clockdiff/03-May-2024-6623

ftp/03-May-2024-274130

host/03-May-2024-12034

include/03-May-2024-7437

ipneigh/03-May-2024-13271

netstat/03-May-2024-12128

ping/03-May-2024-13951

rcp/03-May-2024-17664

rlogin/03-May-2024-12462

rsh/03-May-2024-14843

sendfile/03-May-2024-461296

tcpdump/03-May-2024-10643

telnet/03-May-2024-12863

tracepath/03-May-2024-8235

MakefileD03-May-20241.2 KiB389

Makefile.incD03-May-20241.1 KiB346

READMED03-May-2024944 2415

README

1
2NOTE:
3
4  These tests ALL assume that the "RHOST" variable is set to the hostname
5of the remote machine, i.e.
6
7    # export RHOST=<hostname here>.
8
9These tests also assume an identical path tree for their location on the remote
10machine.  So if pan's root path is "/home/ltptests" on the test machine, then
11it must also be located in "/home/ltptests" on the remote machine (RHOST).
12
13  It's also a good idea to set the "PASSWD" variable to root's password on this remote
14machine, b/c some tests use this also.  You will also need to setup a ".rhosts" file in
15root's home directory on the remote machine, with the name of the local machine listed.
16For example, if machineA is running the tests, with machineB set as RHOST, then machineB's
17root home directory will need an ".rhosts" file with machineA's hostname listed.
18
19  I apologize for the lengthy setup, but I tried to make it as minimal as possible.
20
21
22-Robbie Williamson
23(robbiew@us.ibm.com)
24