<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/etc/hosts, branch releng/12.4</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F12.4</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F12.4'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2018-09-17T18:56:47Z</updated>
<entry>
<title>Move hosts, hosts.equiv, networks, nsswitch.conf, protocols to lib/libc/net/</title>
<updated>2018-09-17T18:56:47Z</updated>
<author>
<name>Brad Davis</name>
<email>brd@FreeBSD.org</email>
</author>
<published>2018-09-17T18:56:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=03452a498cd474fcc1edcaafa9cbb024fef2c479'/>
<id>urn:sha1:03452a498cd474fcc1edcaafa9cbb024fef2c479</id>
<content type='text'>
This uses relative paths to make it more specific to avoid any potential
future problems with .PATH and leverages CONFS.

libc was picked as the destination location for these because of the syscalls
that use these files as the lowest level place they are referenced.

Approved by:	re (gjb), will (mentor)
Differential Revision:	https://reviews.freebsd.org/D17164
</content>
</entry>
<entry>
<title>Re-add information for applying for IP space from a registry since that</title>
<updated>2003-01-28T21:29:23Z</updated>
<author>
<name>Daniel Baker</name>
<email>dbaker@FreeBSD.org</email>
</author>
<published>2003-01-28T21:29:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b86cf90b7a10640ce4c318163345377937c4e78d'/>
<id>urn:sha1:b86cf90b7a10640ce4c318163345377937c4e78d</id>
<content type='text'>
hasn't been included since the ancient rs.internic.net address was
removed.

Offer the option of the five regional registries.

MFC after:	3 days
</content>
</entry>
<entry>
<title>- Improve line-wrapping and spacing so as to improve readability.</title>
<updated>2001-12-11T22:36:10Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2001-12-11T22:36:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fcc1eaf46de2bd8d1108443851b3c45f681ff794'/>
<id>urn:sha1:fcc1eaf46de2bd8d1108443851b3c45f681ff794</id>
<content type='text'>
- Add instructions regarding replacing 'my.domain', as this has come up
  on freebsd-questions.
- Remove reference to rs.internic.net/templates, as that directory no
  longer exists.  Instead, encourage them gently to talk to their network
  provider.

MFC after:	1 week
</content>
</entry>
<entry>
<title>Backout revision 1.9 that added `myname.my.domain' as another alias for</title>
<updated>2001-09-29T12:20:08Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2001-09-29T12:20:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8afccfa91e32a55a3cc36021441a4598bbce8385'/>
<id>urn:sha1:8afccfa91e32a55a3cc36021441a4598bbce8385</id>
<content type='text'>
`localhost'.  If your /etc/nsswitch.conf has ``hosts: files dns'', and
you changed `myname.my.domain' in /etc/hosts to match hostname(1), and
you run inetd(8) with the -l option, any connect to `myname' using its
real IP address through inetd(8), e.g. `ftp -a myname', will spam your
/var/log/messages with:

inetd[PID]: warning: /etc/hosts.allow, line 23: host name/name mismatch: myname.my.domain != localhost

This is especially bad for -STABLE, where /etc/host.conf defaults to
"files first then DNS" resolution order.

Noticed by:	Igor Kucherenko &lt;kivvy@sunbay.com&gt;
MFC after:	1 week
</content>
</entry>
<entry>
<title>Add nsswitch support.  By creating an /etc/nsswitch.conf file, you can</title>
<updated>2000-09-06T18:16:48Z</updated>
<author>
<name>Jacques Vidrine</name>
<email>nectar@FreeBSD.org</email>
</author>
<published>2000-09-06T18:16:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=248aee623cc3e95cadc710fe1668269b841e171b'/>
<id>urn:sha1:248aee623cc3e95cadc710fe1668269b841e171b</id>
<content type='text'>
configure FreeBSD so that various databases such as passwd and group can be
looked up using flat files, NIS, or Hesiod.

= Hesiod has been added to libc (see hesiod(3)).

= A library routine for parsing nsswitch.conf and invoking callback
  functions as specified has been added to libc (see nsdispatch(3)).

= The following C library functions have been modified to use nsdispatch:
    . getgrent, getgrnam, getgrgid
    . getpwent, getpwnam, getpwuid
    . getusershell
    . getaddrinfo
    . gethostbyname, gethostbyname2, gethostbyaddr
    . getnetbyname, getnetbyaddr
    . getipnodebyname, getipnodebyaddr, getnodebyname, getnodebyaddr

= host.conf has been removed from src/etc.  rc.network has been modified
  to warn that host.conf is no longer used at boot time.  In addition, if
  there is a host.conf but no nsswitch.conf, the latter is created at boot
  time from the former.

Obtained from:	NetBSD
</content>
</entry>
<entry>
<title>reorder "localhost" entry, to prefer ::1 than 127.0.0.1.</title>
<updated>2000-08-15T09:38:19Z</updated>
<author>
<name>Jun-ichiro itojun Hagino</name>
<email>itojun@FreeBSD.org</email>
</author>
<published>2000-08-15T09:38:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=791132f4a035b35f272be49180102e326c27695a'/>
<id>urn:sha1:791132f4a035b35f272be49180102e326c27695a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add IPv6 loopback entry into src/etc/hosts.</title>
<updated>2000-02-15T14:59:16Z</updated>
<author>
<name>Yoshinobu Inoue</name>
<email>shin@FreeBSD.org</email>
</author>
<published>2000-02-15T14:59:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f5abb8467c0bdac41477465058f9bb5b2ccd82b3'/>
<id>urn:sha1:f5abb8467c0bdac41477465058f9bb5b2ccd82b3</id>
<content type='text'>
  Missing IPv6 loopback name record cause name resolving lock
  on INET6 enabled systems in some cases.
  So define it.

Approved by: jkh
</content>
</entry>
<entry>
<title>$Id$ -&gt; $FreeBSD$</title>
<updated>1999-08-27T23:37:10Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-08-27T23:37:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9b7a44a60e11baaf94f68f81c4b30d26f31643b7'/>
<id>urn:sha1:9b7a44a60e11baaf94f68f81c4b30d26f31643b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add `myname.my.domain' as another alias for `localhost'.  We set this</title>
<updated>1998-04-16T14:37:19Z</updated>
<author>
<name>Joerg Wunsch</name>
<email>joerg@FreeBSD.org</email>
</author>
<published>1998-04-16T14:37:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a37834b2771e112c075548579fc842a7c5b73929'/>
<id>urn:sha1:a37834b2771e112c075548579fc842a7c5b73929</id>
<content type='text'>
as the initial generic hostname if the user didn't setup any NIC, but
failure to resolve this name results in XF86Setup not being able to
run.

Reported by:	Lutz Zienert &lt;luzi@interface-business.de&gt;
</content>
</entry>
<entry>
<title>Revert $FreeBSD$ to $Id$</title>
<updated>1997-02-23T09:21:14Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1997-02-23T09:21:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=79403fe30060eef58fe06c0d53f0a95899ba829e'/>
<id>urn:sha1:79403fe30060eef58fe06c0d53f0a95899ba829e</id>
<content type='text'>
</content>
</entry>
</feed>
