2011-01-06 21:58:41

by Anna Schumaker

[permalink] [raw]
Subject: [PATCH v3 0/5] Add secinfo t othe NFS client

These patches will add the secinfo procedure to the NFS client
and do some cleanup along the way. The final result will should
be able to cross mountpoints using a different form of security
and auto-detect the security of an initial NFS v4 mount.

v3:
- Check for server returning too many security flavors
- Check for gss_oid_len > max_gss_oid_len
- New functions in namespace.c should be static

v2:
- Add more details about the call_sync improvement
- Don't initialize global constant function pointers to NULL

Bryan