Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src getaddrinfo(3) now obeys nsswitch.conf correctly.



details:   https://anonhg.NetBSD.org/src/rev/bfe64f27e26e
branches:  trunk
changeset: 482735:bfe64f27e26e
user:      itojun <itojun%NetBSD.org@localhost>
date:      Sun Feb 20 14:45:34 2000 +0000

description:
getaddrinfo(3) now obeys nsswitch.conf correctly.

diffstat:

 lib/libc/net/getaddrinfo.3     |   5 -----
 share/man/man5/nsswitch.conf.5 |  13 +------------
 2 files changed, 1 insertions(+), 17 deletions(-)

diffs (36 lines):

diff -r 492a75d750c7 -r bfe64f27e26e lib/libc/net/getaddrinfo.3
--- a/lib/libc/net/getaddrinfo.3        Sun Feb 20 14:45:05 2000 +0000
+++ b/lib/libc/net/getaddrinfo.3        Sun Feb 20 14:45:34 2000 +0000
@@ -533,8 +533,3 @@
 .\"
 .Sh BUGS
 The text was shamelessly copied from RFC2553.
-.Pp
-.Nm
-can mistakingly query databases in different order than
-.Xr nsswitch.conf 5
-suggests.
diff -r 492a75d750c7 -r bfe64f27e26e share/man/man5/nsswitch.conf.5
--- a/share/man/man5/nsswitch.conf.5    Sun Feb 20 14:45:05 2000 +0000
+++ b/share/man/man5/nsswitch.conf.5    Sun Feb 20 14:45:34 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: nsswitch.conf.5,v 1.17 2000/02/14 13:03:37 itojun Exp $
+.\"    $NetBSD: nsswitch.conf.5,v 1.18 2000/02/20 14:45:35 itojun Exp $
 .\"
 .\"  Copyright (c) 1997, 1998, 1999 The NetBSD Foundation, Inc.
 .\"  All rights reserved.
@@ -263,14 +263,3 @@
 .Tn Solaris
 .Xr nsswitch.conf 4
 manual pages.
-.Sh BUGS
-Due to resolver internal issues,
-.Xr getaddrinfo 3
-may not behave as
-.Nm
-suggests.
-Consequently, userland programs that use
-.Xr getaddrinfo 3
-may behave differently from what
-.Nm
-says.



Home | Main Index | Thread Index | Old Index