Date : Sat, 26 Nov 2011 13:46:46 +0000
From : jgh@... (jgh@...)
Subject: Request for Help - Security Research Project
Rick Murray wrote:
> Was this standard? I've just eyeballed RISC OS NetFS and I don't see
> any
> provision for this...
You wouldn't see it in the /client/ code, only in the /server/ code.
All
a client does is pass the call on to the server for the server to deal
with. If a program running on a client calls NetFS_Op 66, all NetFS
does
is pass it to the server, it's then up to the server to deliver a
response.
JGH