Look at the Linux NFSv4 project. If it's anything like the Sun implementation then there will be a kernel-level interface to GSS-API.
In fact, looking at the Linux NFSv4 web pages the Linux implementation does seem to be based on the Sun design of having kernel stubs for some GSS-API functions which are actually implemented in user-level by a daemon called "gssd". http://www.citi.umich.edu/projects/nfsv4/ Cheers, Nico On Mon, Mar 18, 2002 at 09:11:08AM +0000, noam rinetzky wrote: > Hi > > I'm writing a network application in which clients and servers run inside > Linux Kernel. It requires authentication and message integrity. I was > thinking of using Kerberos for authentication and getting the security > services by using gssapi. However It looks like the implementation of gssapi > seems to use "user-land" library and headers such as errno, malloc etc. > > I was wondering if anyone knows if it is possible to use gssapi inside the > kernel, and what is required in order to do so. > > Thanks in advance, > -noam > > > _________________________________________________________________ > Join the world�s largest e-mail service with MSN Hotmail. > http://www.hotmail.com > > ________________________________________________ > Kerberos mailing list [EMAIL PROTECTED] > http://mailman.mit.edu/mailman/listinfo/kerberos -- -DISCLAIMER: an automatically appended disclaimer may follow. By posting- -to a public e-mail mailing list I hereby grant permission to distribute- -and copy this message.- Visit our website at http://www.ubswarburg.com This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore does not accept liability for any errors or omissions in the contents of this message which arise as a result of e-mail transmission. If verification is required please request a hard-copy version. This message is provided for informational purposes and should not be construed as a solicitation or offer to buy or sell any securities or related financial instruments. ________________________________________________ Kerberos mailing list [EMAIL PROTECTED] http://mailman.mit.edu/mailman/listinfo/kerberos
