[846] in Kerberos-V5-bugs
validate_as_req() 'client' and 'server' arguments
daemon@ATHENA.MIT.EDU (John G. Myers)
Tue Oct 11 21:19:57 1994
Date: Tue, 11 Oct 1994 21:20:59 -0400 (EDT)
From: "John G. Myers" <jgm+@cmu.edu>
To: krb5-bugs@MIT.EDU
Is there any particular reason that validate_as_request(),
against_local_policy_as(), et all have the 'client' and 'server'
structures passed by value instead of by reference? It appears as if
these largish structures are being copied around for no particular
reason.