Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Dec 2000 10:02:14 -0800 (PST)
From:      Hajimu UMEMOTO <ume@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/net rcmd.c
Message-ID:  <200012041802.eB4I2En56432@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
ume         2000/12/04 10:02:14 PST

  Modified files:
    lib/libc/net         rcmd.c 
  Log:
  - __ivaliduser_sa() was introduced for forthcoming IPv6 support to lpd
  - iruserok_sa() and __ivaliduser_af() were re-organized to use
    __ivaliduser_sa()
  - __icheckhost() was re-written to use getaddrinfo() instead of
    getipnodebyname()
  - better handling of multiple destination addresses in rcmd()
  
  These changes were basically taken from KAME and changed to fit our
  rcmd.c.
  
  Obtained from:	KAME
  
  Revision  Changes    Path
  1.30      +170 -102  src/lib/libc/net/rcmd.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200012041802.eB4I2En56432>