[964] in Kerberos_V5_Development
Re: Source routing (well, IP_OPTION) support?
daemon@ATHENA.MIT.EDU (Ezra Peisach)
Wed Dec 27 11:57:34 1995
To: John Hawkinson <jhawk@MIT.EDU>
Cc: krbdev@MIT.EDU
In-Reply-To: Your message of "Wed, 27 Dec 1995 11:22:09 EST."
<9512271622.AA10327@opus.MIT.EDU>
Date: Wed, 27 Dec 1995 11:57:25 EST
From: Ezra Peisach <epeisach@MIT.EDU>
Assuming that you really want to do this, and I am not thinking too hard
about reasons, etc, the most logical thing to do would be to add an
entry to the os_context... You will also need a helper routine to
set (possibly clear) the extra function as the context/os_context are
opaque strctures to the outside world.
I think the arguments that you would want to pass seem reasonable...
Good luck however in setting up a proper prototype for the function
setting - you will probably not have the right include files for all
clients and you cannot assume that sockaddr is defined... I suspect
another incomplete prototype in the making...
Ezra