]> git.decadent.org.uk Git - nfs-utils.git/commit
gssd: add upcall support for callback authentication
authorOlga Kornievskaia <aglo@citi.umich.edu>
Mon, 16 Nov 2009 14:15:25 +0000 (09:15 -0500)
committerSteve Dickson <steved@redhat.com>
Mon, 16 Nov 2009 14:15:25 +0000 (09:15 -0500)
commit24de786ec7e7a70e0587b0656a31f309b3b5eb65
tree30fa2fb161681a3118028afc662adfa99e339a5d
parent99ed8de8261beb580c0ab9543ea7f2c8e16c9306
gssd: add upcall support for callback authentication

Change the processing so that all subdirectories within the rpc_pipefs
directory are treated equally.  Any "clnt" directories that show up
within any of them are processed.  (As suggested by Bruce Fields.)

Note that the callback authentication will create a new "nfs4d_cb"
subdirectory.  Only new kernels (2.6.29) will create this new directory.
(The need for this directory will go away with NFSv4.1 where the
callback can be done on the same connection as the fore-channel.)

Signed-off-by: Kevin Coffman <kwc@citi.umich.edu>
Signed-off-by: Steve Dickson <steved@redhat.com>
utils/gssd/gssd.c
utils/gssd/gssd.h
utils/gssd/gssd_main_loop.c
utils/gssd/gssd_proc.c