<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.sbin/inetd, branch releng/4.11</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F4.11</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F4.11'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2004-05-30T10:53:46Z</updated>
<entry>
<title>MFC:</title>
<updated>2004-05-30T10:53:46Z</updated>
<author>
<name>David Malone</name>
<email>dwmalone@FreeBSD.org</email>
</author>
<published>2004-05-30T10:53:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4307272345bd0ea8a5a4c1ca9c5d23f11ce66373'/>
<id>urn:sha1:4307272345bd0ea8a5a4c1ca9c5d23f11ce66373</id>
<content type='text'>
1.126	Remove the requirement that the "discard" service be defined.
1.125	request_init pairs terminated by a 0 key.
1.124	Warn if inetd's config file doesn't exist.
1.123	Rename 'int log' to avoid shadowing.
</content>
</entry>
<entry>
<title>MFC 1.120: Get the connections per minute calculation right.</title>
<updated>2003-07-27T13:58:05Z</updated>
<author>
<name>David Malone</name>
<email>dwmalone@FreeBSD.org</email>
</author>
<published>2003-07-27T13:58:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=17a5447362542cc5fdec5dc29178bd004b08ceca'/>
<id>urn:sha1:17a5447362542cc5fdec5dc29178bd004b08ceca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2003-04-05T13:39:18Z</updated>
<author>
<name>David Malone</name>
<email>dwmalone@FreeBSD.org</email>
</author>
<published>2003-04-05T13:39:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e29cb24c89a7fd44ca51c076eb735a18c32cbb96'/>
<id>urn:sha1:e29cb24c89a7fd44ca51c076eb735a18c32cbb96</id>
<content type='text'>
1.108   Clear up a few warnings.
1.113   When printing the wait status, break it into a signal and a exit status.
1.118   Call login_close so that we don't leak memory.
1.119   Use close-on-exec rather than closing the discriptors manually.
</content>
</entry>
<entry>
<title>MFC: Syncs and diff reductions with -current.  This includes:</title>
<updated>2003-03-12T22:08:16Z</updated>
<author>
<name>Tom Rhodes</name>
<email>trhodes@FreeBSD.org</email>
</author>
<published>2003-03-12T22:08:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=934e84453674513cea1eabfc7745e60ec7869801'/>
<id>urn:sha1:934e84453674513cea1eabfc7745e60ec7869801</id>
<content type='text'>
- Remove an instance of pseudo-device.
- Add an EXAMPLES section to boot0cfg.8.
- A few spelling fixes.
- The .Nm utility.
- Eliminate hard sentence breaks.
- Fix some mdoc(7) markup.
- Change phk's email address to @FreeBSD.org.
- Mark up files and pathnames with .Pa macro.

Approved by:	re (blanket)
</content>
</entry>
<entry>
<title>MFC 1.117: The tcp_wrappers function `fromhost()' can fail.  In such</title>
<updated>2003-02-15T13:25:11Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2003-02-15T13:25:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a797f161a5d7a6441ec26a9df8830631e82b66a0'/>
<id>urn:sha1:a797f161a5d7a6441ec26a9df8830631e82b66a0</id>
<content type='text'>
cases, the `struct sockaddr' will not be allocated.
</content>
</entry>
<entry>
<title>MFC: Add capability for limiting the maximum number of simultaneous</title>
<updated>2002-08-21T10:00:24Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2002-08-21T10:00:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6834d5c4afb31128b74855575b46d95c3846480d'/>
<id>urn:sha1:6834d5c4afb31128b74855575b46d95c3846480d</id>
<content type='text'>
invocations of each service from a single IP address.

	usr.sbin/inetd/inetd.8:	1.74
	usr.sbin/inetd/inetd.c:	1.107
	usr.sbin/inetd/inetd.h:	1.13
</content>
</entry>
<entry>
<title>MFC 1.97</title>
<updated>2002-08-18T06:05:08Z</updated>
<author>
<name>John W. De Boskey</name>
<email>jwd@FreeBSD.org</email>
</author>
<published>2002-08-18T06:05:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0f3db5354dc702cde65d239c4544b46cb7e7e40c'/>
<id>urn:sha1:0f3db5354dc702cde65d239c4544b46cb7e7e40c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: use IPV6_V6ONLY instead of non standard IPV6_BINDV6ONLY.</title>
<updated>2002-07-29T18:48:09Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2002-07-29T18:48:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5f7bf1131628c791ea12feb88caf2b0291de3500'/>
<id>urn:sha1:5f7bf1131628c791ea12feb88caf2b0291de3500</id>
<content type='text'>
	libexec/ftpd/ftpd.c:		1.114
	usr.sbin/inetd/inetd.c:		1.106
	usr.sbin/syslogd/syslogd.c:	1.102
</content>
</entry>
<entry>
<title>MFC 1.43 (typo)</title>
<updated>2002-07-22T14:05:56Z</updated>
<author>
<name>Tony Finch</name>
<email>fanf@FreeBSD.org</email>
</author>
<published>2002-07-22T14:05:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b2e58f96e2d65e53eecb4fda5cafece3f89d7f03'/>
<id>urn:sha1:b2e58f96e2d65e53eecb4fda5cafece3f89d7f03</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC 1.95: Log address family of a connection.</title>
<updated>2002-06-29T18:16:57Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2002-06-29T18:16:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f518c599c9268fbe70ae8efc5631722e7f71a973'/>
<id>urn:sha1:f518c599c9268fbe70ae8efc5631722e7f71a973</id>
<content type='text'>
</content>
</entry>
</feed>
