All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] Kill SPKM3 auth method
@ 2012-03-09 19:49 Simo Sorce
  2012-03-09 19:49 ` [PATCH 1/7] Kill SPKM3: Remove spkm3 references from svcgssd Simo Sorce
                   ` (9 more replies)
  0 siblings, 10 replies; 17+ messages in thread
From: Simo Sorce @ 2012-03-09 19:49 UTC (permalink / raw)
  To: steved; +Cc: linux-nfs, Simo Sorce

This authentication method is obsolete and it is time it dies for good.

Sorry for spamming again, the first time I forgot to singoff the commits.

Simo Sorce (7):
  Kill SPKM3: Remove spkm3 references from svcgssd
  Kill SPKM3: Remove spkm3 support from gssd
  Kill SPKM3: remove spkm3 from common gssd code
  Kill SPKM3: Remove spkm3 support from nfs.mount
  Kill SPKM3: Remove spkm3 support from exports
  Kill SPKM3: Stop checking for spkm3.h in configure
  Kill SPKM3: Remove mentions of SPKM3 from README

 README                          |    4 +-
 configure.ac                    |    3 -
 support/include/pseudoflavors.h |    3 -
 support/nfs/exports.c           |    3 -
 utils/gssd/Makefile.am          |    1 -
 utils/gssd/context.c            |    4 -
 utils/gssd/context.h            |    2 -
 utils/gssd/context_spkm3.c      |  184 ---------------------------------------
 utils/gssd/gss_oids.c           |    3 -
 utils/gssd/gss_oids.h           |    1 -
 utils/gssd/gssd.h               |    5 +-
 utils/gssd/gssd_main_loop.c     |   11 ---
 utils/gssd/gssd_proc.c          |  106 +----------------------
 utils/gssd/svcgssd_mech2file.c  |    1 -
 utils/gssd/svcgssd_proc.c       |    8 +--
 utils/mount/nfs.man             |    7 +-
 utils/mount/nfs_mount.h         |    3 -
 utils/mount/nfsmount.c          |    6 --
 18 files changed, 10 insertions(+), 345 deletions(-)
 delete mode 100644 utils/gssd/context_spkm3.c

-- 
1.7.7.6


^ permalink raw reply	[flat|nested] 17+ messages in thread
* [PATCH 0/7] Kill SPKM3 auth method
@ 2012-03-09 19:34 Simo Sorce
  2012-03-09 20:11 ` J. Bruce Fields
  0 siblings, 1 reply; 17+ messages in thread
From: Simo Sorce @ 2012-03-09 19:34 UTC (permalink / raw)
  To: steved; +Cc: linux-nfs, Simo Sorce

This authentication method is obsolete and it is time it dies for good.

Simo Sorce (7):
  Kill SPKM3: Remove spkm3 references from svcgssd
  Kill SPKM3: Remove spkm3 support from gssd
  Kill SPKM3: remove spkm3 from common gssd code
  Kill SPKM3: Remove spkm3 support from nfs.mount
  Kill SPKM3: Remove spkm3 support from exports
  Kill SPKM3: Stop checking for spkm3.h in configure
  Kill SPKM3: Remove mentions of SPKM3 from README

 README                          |    4 +-
 configure.ac                    |    3 -
 support/include/pseudoflavors.h |    3 -
 support/nfs/exports.c           |    3 -
 utils/gssd/Makefile.am          |    1 -
 utils/gssd/context.c            |    4 -
 utils/gssd/context.h            |    2 -
 utils/gssd/context_spkm3.c      |  184 ---------------------------------------
 utils/gssd/gss_oids.c           |    3 -
 utils/gssd/gss_oids.h           |    1 -
 utils/gssd/gssd.h               |    5 +-
 utils/gssd/gssd_main_loop.c     |   11 ---
 utils/gssd/gssd_proc.c          |  106 +----------------------
 utils/gssd/svcgssd_mech2file.c  |    1 -
 utils/gssd/svcgssd_proc.c       |    8 +--
 utils/mount/nfs.man             |    7 +-
 utils/mount/nfs_mount.h         |    3 -
 utils/mount/nfsmount.c          |    6 --
 18 files changed, 10 insertions(+), 345 deletions(-)
 delete mode 100644 utils/gssd/context_spkm3.c

-- 
1.7.7.6


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

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

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-09 19:49 [PATCH 0/7] Kill SPKM3 auth method Simo Sorce
2012-03-09 19:49 ` [PATCH 1/7] Kill SPKM3: Remove spkm3 references from svcgssd Simo Sorce
2012-03-09 19:49 ` [PATCH 2/7] Kill SPKM3: Remove spkm3 support from gssd Simo Sorce
2012-03-09 19:49 ` [PATCH 3/7] Kill SPKM3: remove spkm3 from common gssd code Simo Sorce
2012-03-09 19:49 ` [PATCH 4/7] Kill SPKM3: Remove spkm3 support from nfs.mount Simo Sorce
2012-03-09 19:49 ` [PATCH 5/7] Kill SPKM3: Remove spkm3 support from exports Simo Sorce
2012-03-09 19:49 ` [PATCH 6/7] Kill SPKM3: Stop checking for spkm3.h in configure Simo Sorce
2012-03-09 19:49 ` [PATCH 7/7] Kill SPKM3: Remove mentions of SPKM3 from README Simo Sorce
2012-03-09 20:49 ` [PATCH 0/1] Kill SPKM3 auth method, addendum Simo Sorce
2012-03-09 20:49   ` [PATCH 1/1] Kill SPKM3: Remove also the dependent lipkey mechanism Simo Sorce
2012-03-09 21:31 ` [PATCH 0/7] Kill SPKM3 auth method Daniel Kahn Gillmor
2012-03-09 21:54   ` J. Bruce Fields
2012-03-11  3:32     ` Daniel Kahn Gillmor
2012-03-12 19:35       ` J. Bruce Fields
2012-03-12 20:35 ` Steve Dickson
  -- strict thread matches above, loose matches on Subject: below --
2012-03-09 19:34 Simo Sorce
2012-03-09 20:11 ` J. Bruce Fields

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.