When NAMES would not normally need recompilation, check if SYSBIN;HOSTS3 has been updated since the last NAMES compilation and if so, recompile to get any fresh host addresses.
SYSNET;TELSER 174, and SYSTEM;TTYTYP 322 were changed in a commit from
about 4 months ago, but the version numbers were not updated.
This makes it really hard for those trying to update their existing ITS
systems with changes from this repository.
Addresses #2280, #2282, #2283, #2284, and #2285.
Instead, use ITSNMS table.
- MAGFRM doesn't need to check machine name.
- But still knows about MC's config...
- Look up hosts in ITSNMS table instead of a hardwired one, and use all of the ITSNMS for *.
to FINISH when sending SMTP headers or data. This call appears to hang,
preventing delivery of the message. This fix has been in place on UP
for a couple years. I've tested it and it does fix the issue.
Resolves#1516.
Here is the patch to get telnet to talk to a modern telnetd. This
weekend I will finish adding DHCP to IMP and doing some more cleanup
on code.
The basic change was to expand the telcmd to several calls to remove
the flush at the end of the macro. Modern telnetd seems to want
WONT/DONT commands not to span packets.
remote access to ITS (and other systems). However, SUPDUP is capable
of automatically setting the terminal type on the remote system and
is therefore more convenient for display terminals and full screen
support.