All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Alternative patchset to avoid PTR lookups (take 2)
@ 2013-04-13 14:09 Steve Dickson
  2013-04-13 14:09 ` [PATCH] Avoid DNS reverse resolution for server names Steve Dickson
  0 siblings, 1 reply; 3+ messages in thread
From: Steve Dickson @ 2013-04-13 14:09 UTC (permalink / raw)
  To: Linux NFS Mailing List; +Cc: Simo Sorce

Here is how I think we should handle the avoiding of
PTR lookups. Logically its the same as Simo's original 
patch but does change the following:

* Not doing the DNS lookups is now the default behavior
* the -D options can be used to restore the old behavior
* I changes some of the variable names to, hopefully, be
  more obvious as to what the code is doing.

Simo Sorce (1):
  Avoid DNS reverse resolution for server names

 utils/gssd/gss_util.h  |  2 ++
 utils/gssd/gssd.c      |  7 +++++--
 utils/gssd/gssd.man    |  8 +++++++-
 utils/gssd/gssd_proc.c | 29 +++++++++++++++++++++++++----
 4 files changed, 39 insertions(+), 7 deletions(-)

-- 
1.8.1.4


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

end of thread, other threads:[~2013-04-13 15:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-13 14:09 [PATCH] Alternative patchset to avoid PTR lookups (take 2) Steve Dickson
2013-04-13 14:09 ` [PATCH] Avoid DNS reverse resolution for server names Steve Dickson
2013-04-13 15:08   ` Jim Rees

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.