All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] Remaining IPv6 pre-requisites for mountd
@ 2010-06-21 16:54 Chuck Lever
       [not found] ` <20100621165114.4771.51575.stgit-ewv44WTpT0t9HhUboXbp9zCvJB+x5qRC@public.gmane.org>
  0 siblings, 1 reply; 9+ messages in thread
From: Chuck Lever @ 2010-06-21 16:54 UTC (permalink / raw)
  To: steved; +Cc: linux-nfs

Hi Steve-

As requested, here are the remaining seven patches that finish
mountd's conversion from gethostby{name,addr}(3) to
get{name,addr}info(3).

---

Chuck Lever (7):
      libexport.a: Remove unused hostent-based DNS helper functions
      libexport.a: Replace matchhostname()
      libexport.a: Add documenting comments
      libexport.a: Make export_add() static
      libexport.a: Make export_read() return void
      mountd: Replace "struct hostent" with "struct addrinfo"
      exportfs: Add a common exit label in exportfs()


 support/export/client.c    |  268 +++++++++++++++++++++----------------
 support/export/export.c    |   83 ++++++++---
 support/export/hostname.c  |  321 ++------------------------------------------
 support/export/rmtab.c     |   13 +-
 support/include/exportfs.h |   20 ++-
 support/include/misc.h     |    7 -
 utils/exportfs/exportfs.c  |  117 +++++++++++++---
 utils/mountd/auth.c        |   48 +++----
 utils/mountd/cache.c       |   66 +++++----
 utils/mountd/mountd.c      |   11 +-
 10 files changed, 405 insertions(+), 549 deletions(-)

-- 
Chuck Lever

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

end of thread, other threads:[~2010-06-22 20:17 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-21 16:54 [PATCH 0/7] Remaining IPv6 pre-requisites for mountd Chuck Lever
     [not found] ` <20100621165114.4771.51575.stgit-ewv44WTpT0t9HhUboXbp9zCvJB+x5qRC@public.gmane.org>
2010-06-21 16:54   ` [PATCH 1/7] exportfs: Add a common exit label in exportfs() Chuck Lever
2010-06-21 16:54   ` [PATCH 2/7] mountd: Replace "struct hostent" with "struct addrinfo" Chuck Lever
2010-06-21 16:54   ` [PATCH 3/7] libexport.a: Make export_read() return void Chuck Lever
2010-06-21 16:54   ` [PATCH 4/7] libexport.a: Make export_add() static Chuck Lever
2010-06-21 16:55   ` [PATCH 5/7] libexport.a: Add documenting comments Chuck Lever
2010-06-21 16:55   ` [PATCH 6/7] libexport.a: Replace matchhostname() Chuck Lever
2010-06-21 16:55   ` [PATCH 7/7] libexport.a: Remove unused hostent-based DNS helper functions Chuck Lever
2010-06-22 20:17   ` [PATCH 0/7] Remaining IPv6 pre-requisites for mountd Steve Dickson

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.