Subject: CVS commit: basesrc/lib/libc/net
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 09/13/2001 14:05:02
Module Name:	basesrc
Committed By:	itojun
Date:		Thu Sep 13 11:05:02 UTC 2001

Modified Files:
	basesrc/lib/libc/net: res_init.c res_send.c

Log Message:
make it possible to turn on RES_INSECURE[12] with /etc/resolv.conf.
don't connect datagram socket if RES_INSECURE1.
needed to implement IPv6 anycast UDP DNS queries as documented in
<draft-ietf-ipngwg-dns-discovery-02.txt>.
sync with kame.


To generate a diff of this commit:
cvs rdiff -r1.36 -r1.37 basesrc/lib/libc/net/res_init.c
cvs rdiff -r1.33 -r1.34 basesrc/lib/libc/net/res_send.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.