linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/11] gssd clean-ups for nfs-utils
@ 2013-03-08 19:46 Chuck Lever
  2013-03-08 19:46 ` [PATCH 01/11] mountd: remove unused variable Chuck Lever
                   ` (10 more replies)
  0 siblings, 11 replies; 17+ messages in thread
From: Chuck Lever @ 2013-03-08 19:46 UTC (permalink / raw)
  To: linux-nfs

I've been working on several fixes and clean-ups in response to an
issue reported by Veli-Matti Lintu <veli-matti.lintu@opinsys.fi>.
The thread is archived here:

  http://www.spinics.net/lists/linux-nfs/msg35306.html

There were two suggestions in that thread:

  1.  Clarify rpc.gssd(8)

  2.  Implement a gssd option to name a credential file where
      machine credentials can be found

This series implements both suggestions along with a number of
clean-ups I found while working on this code.

I had this series with me at Connectathon, and did some light
testing there.  I think they are ready for broader review and
comment.

---

Chuck Lever (11):
      gssd: Add "-c" command line option
      gssd: gethostname(3) returns zero or -1, not an errno
      gssd: Fix whitespace nits
      rpc.gssd: Clean up gssd_setup_krb5_user_gss_ccache()
      gssd: Update description of "-l" option
      gssd: Clarify use of the term "machine credentials" in rpc.gssd(8)
      gssd: Provide an introduction in gssd(8)
      gssd: gssd.man is missing a description of the "-M" option
      gssd: Use italics for option values and pathnames
      mountd: make local functions in v4root.c static
      mountd: remove unused variable


 utils/gssd/gssd.c      |   16 ++
 utils/gssd/gssd.h      |    1 
 utils/gssd/gssd.man    |  328 +++++++++++++++++++++++++++++++++++-------------
 utils/gssd/gssd_proc.c |   12 +-
 utils/gssd/krb5_util.c |   84 +++++++++++-
 utils/mountd/cache.c   |    2 
 utils/mountd/v4root.c  |    6 +
 7 files changed, 339 insertions(+), 110 deletions(-)

-- 
Chuck Lever

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

end of thread, other threads:[~2013-03-12 20:05 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-08 19:46 [PATCH 00/11] gssd clean-ups for nfs-utils Chuck Lever
2013-03-08 19:46 ` [PATCH 01/11] mountd: remove unused variable Chuck Lever
2013-03-08 19:46 ` [PATCH 02/11] mountd: make local functions in v4root.c static Chuck Lever
2013-03-08 19:46 ` [PATCH 03/11] gssd: Use italics for option values and pathnames Chuck Lever
2013-03-08 19:46 ` [PATCH 04/11] gssd: gssd.man is missing a description of the "-M" option Chuck Lever
2013-03-08 19:46 ` [PATCH 05/11] gssd: Provide an introduction in gssd(8) Chuck Lever
2013-03-08 19:46 ` [PATCH 06/11] gssd: Clarify use of the term "machine credentials" in rpc.gssd(8) Chuck Lever
2013-03-08 19:47 ` [PATCH 07/11] gssd: Update description of "-l" option Chuck Lever
2013-03-08 19:47 ` [PATCH 08/11] rpc.gssd: Clean up gssd_setup_krb5_user_gss_ccache() Chuck Lever
2013-03-11 12:02   ` Jeff Layton
2013-03-12 20:04     ` Chuck Lever
2013-03-08 19:47 ` [PATCH 09/11] gssd: Fix whitespace nits Chuck Lever
2013-03-08 19:47 ` [PATCH 10/11] gssd: gethostname(3) returns zero or -1, not an errno Chuck Lever
2013-03-08 19:47 ` [PATCH 11/11] gssd: Add "-c" command line option Chuck Lever
2013-03-11 17:58   ` J. Bruce Fields
2013-03-11 17:59     ` J. Bruce Fields
2013-03-12 19:05     ` Chuck Lever

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).