[642] in Kerberos_V5_Development
Re: Proposed interface to sendauth/recvauth
tytso@ATHENA.MIT.EDU (tytso@ATHENA.MIT.EDU)
Fri Mar 8 16:09:53 1991
I was thinking of putting krb5_read_message() and krb5_write_message()
in libos.a, and putting krb5_sendauth() and krb5_recvauth() in libkrb5.a
That should work, I think.
Sendauth() and recvauth() do nothing which is os dependent; they rely
on krb5_net_{read,write} and krb5_{read,write}_message for doing their
network traffic. The only assumption which they make is that the file
descriptor is an int.