[linux-cifs-client] [PATCH 0/5] [CIFS] add remaining code to implement Kerberos/SPNEGO (resend)

Jeff Layton jlayton at redhat.com
Fri Nov 16 12:52:07 GMT 2007


Apologies for the resend, but I mistakenly sent out an earlier set
that had some formatting mistakes. This one should be correct.

This patchset is a respin of the Kerberos/SPNEGO patches that are
unapplied so far. The major changes are:

1) add a hostname field to TCP_Server_Info struct and populate it with
the hostname from the UNC string.

2) change cifs_get_spnego_key to no longer require a hostname arg (since
it can now get it from the server struct)

3) cleanup of error handling in cifs_mount. This wasn't strictly
necessary, but looked like a good thing to do.

4) prefix the version portion of the key description string with "ver="

I've tested this with the latest version of Igor's request-key program
and it works as expected.

Signed-off-by: Jeff Layton <jlayton at redhat.com>


More information about the linux-cifs-client mailing list