Sujet : Re: Viewing SSH users on VMS
De : osuvman50 (at) *nospam* gmail.com (David Jones)
Groupes : comp.os.vmsDate : 02. Aug 2024, 16:52:42
Autres entêtes
Organisation : i2pn2 (i2pn.org)
Message-ID : <2514103b32edfa920a8a58d8069041581d79024c@i2pn2.org>
References : 1
User-Agent : Mozilla Thunderbird
On 7/27/2024 1:34 PM, Chris Townley wrote:
However on X86 TT_ACPORNAM is blank, and I can find no method of seeing where they come from. OK it is probably me as it is always local, so it is perhaps not that important. But I do like a challenge!
25 years ago, Brian Schenkenberger made a nice hack that made FTAxxx device
UCBs be 64 bytes larger and let privileged processes set the TT_ACCPORNAM field
for those terminals (using the extra space to store the string). I tried
building that code last year on X86 but it failed because the conditional tests
in the VAX Macro source assume 'not Alpha' means 'VAX'.
To try to get it to work, I fudged the architecture tests and fixed some other
things it complained about and amazingly it worked! My goal now it to make a
privileged program that SYLOGIN runs that retrieves SYS$REM_NODE and sets
tt_accpornam. The tt_accpornam zap isn't robust yet because you're supposed to
use LIB$LOCK_IMAGE() now.