All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] nfs-utils: add support for authenticated callbacks
@ 2009-04-29 21:56 Kevin Coffman
       [not found] ` <20090429214300.25811.81332.stgit-zTNJhAanYLVZN1qrTdtDg5Vzexx5G7lz@public.gmane.org>
  2009-04-30 14:52 ` [PATCH 0/7] nfs-utils: add support for authenticated callbacks Kevin Coffman
  0 siblings, 2 replies; 13+ messages in thread
From: Kevin Coffman @ 2009-04-29 21:56 UTC (permalink / raw)
  To: steved; +Cc: linux-nfs

This series adds support to gssd and svcgssd to support
authenticated callbacks.

1) adds the name the client used when authenticating to the
svcgssd downcall information.  This is used by nfsd to determine
the target name when initiating the callback.

2) splits out the processing of update_client_list() to accomodate
a new upcall pipe added in the next patch.

3) adds support in gssd to process the new nfsd4_cb pipe for callbacks

4) a debugging aid to distinquish "normal" upcalls and "callback" upcalls

5) adds support for the new text-based upcall format added in 2.6.29

6) adds support for handling the "target=" attribute in the new upcall

7) adds support for handling the "service=" attribute in the new upcall

NOTE:  For authenticated callbacks to work, an NFS client or an
NFS server must be running both rpcgssd _and_ rpcsvcgssd.
This will require a configuration change.

A future patch is planned to combine gssd and svcgssd into
a single daemon to make configuration easier.  However, there
are some architectural issues that must be resolved first.

---

Olga Kornievskaia (7):
      gssd: process service= attribute in new upcall
      gssd: process target= attribute in new upcall
      gssd: handle new client upcall
      gssd: print full client directory being handled
      gssd: add support for callback authentication
      gssd: refactor update_client_list()
      svcgssd: add client's principal name to downcall information


 utils/gssd/gssd.c           |    5 +
 utils/gssd/gssd.h           |    5 +
 utils/gssd/gssd_main_loop.c |   32 ++++
 utils/gssd/gssd_proc.c      |  351 ++++++++++++++++++++++++++++++++++++-------
 utils/gssd/krb5_util.c      |   21 ++-
 utils/gssd/krb5_util.h      |    3 
 utils/gssd/svcgssd_proc.c   |   94 +++++++++++-
 7 files changed, 436 insertions(+), 75 deletions(-)


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2009-05-18 15:40 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-29 21:56 [PATCH 0/7] nfs-utils: add support for authenticated callbacks Kevin Coffman
     [not found] ` <20090429214300.25811.81332.stgit-zTNJhAanYLVZN1qrTdtDg5Vzexx5G7lz@public.gmane.org>
2009-04-29 21:56   ` [PATCH 1/7] svcgssd: add client's principal name to downcall information Kevin Coffman
2009-04-29 21:56   ` [PATCH 2/7] gssd: refactor update_client_list() Kevin Coffman
2009-04-29 21:56   ` [PATCH 3/7] gssd: add support for callback authentication Kevin Coffman
     [not found]     ` <20090429215626.25811.13927.stgit-zTNJhAanYLVZN1qrTdtDg5Vzexx5G7lz@public.gmane.org>
2009-04-30 21:24       ` J. Bruce Fields
2009-05-06 21:22         ` Kevin Coffman
     [not found]           ` <4d569c330905061422t53d4a96as712678f2805c81ac-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2009-05-18 15:18             ` Steve Dickson
     [not found]               ` <4A117C61.9000504-AfCzQyP5zfLQT0dZR+AlfA@public.gmane.org>
2009-05-18 15:40                 ` Kevin Coffman
2009-04-29 21:56   ` [PATCH 4/7] gssd: print full client directory being handled Kevin Coffman
2009-04-29 21:56   ` [PATCH 5/7] gssd: handle new client upcall Kevin Coffman
2009-04-29 21:56   ` [PATCH 6/7] gssd: process target= attribute in new upcall Kevin Coffman
2009-04-29 21:56   ` [PATCH 7/7] gssd: process service= " Kevin Coffman
2009-04-30 14:52 ` [PATCH 0/7] nfs-utils: add support for authenticated callbacks Kevin Coffman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.