<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.sbin/inetd, branch release/4.0.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2000-03-20T08:47:53+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2000-03-20T08:47:53+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7e6cd705f344de2f9f08475a0fa2ef9191f88dd0'/>
<id>7e6cd705f344de2f9f08475a0fa2ef9191f88dd0</id>
<content type='text'>
'RELENG_4_0_0_RELEASE'.

This commit was manufactured to restore the state of the 4.0-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'RELENG_4_0_0_RELEASE'.

This commit was manufactured to restore the state of the 4.0-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make inetd compilable without INET6.</title>
<updated>2000-03-11T11:28:08+00:00</updated>
<author>
<name>Yoshinobu Inoue</name>
<email>shin@FreeBSD.org</email>
</author>
<published>2000-03-11T11:28:08+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=1a0760dd60105110a75a261cb7247a2360bcde68'/>
<id>1a0760dd60105110a75a261cb7247a2360bcde68</id>
<content type='text'>
Approved by: jkh

Submitted by: jhb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Approved by: jkh

Submitted by: jhb
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix addr length argument value passed to sendto().</title>
<updated>2000-03-09T15:07:38+00:00</updated>
<author>
<name>Yoshinobu Inoue</name>
<email>shin@FreeBSD.org</email>
</author>
<published>2000-03-09T15:07:38+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a9a948a9bb0d1f95149344216ee9d79f685a3b95'/>
<id>a9a948a9bb0d1f95149344216ee9d79f685a3b95</id>
<content type='text'>
Some inetd internal udp servers didn't worked with problem.
Also fix recvfrom() "fromlen" arg type from int * to socklen_t *.

Approved by: jkh

Submitted by: bde
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some inetd internal udp servers didn't worked with problem.
Also fix recvfrom() "fromlen" arg type from int * to socklen_t *.

Approved by: jkh

Submitted by: bde
</pre>
</div>
</content>
</entry>
<entry>
<title>Clarify the facility used for logging with and without the wrapping</title>
<updated>2000-03-01T08:20:17+00:00</updated>
<author>
<name>Sheldon Hearn</name>
<email>sheldonh@FreeBSD.org</email>
</author>
<published>2000-03-01T08:20:17+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=46c670939c89eb85e54fe99af5d03b2aa966a573'/>
<id>46c670939c89eb85e54fe99af5d03b2aa966a573</id>
<content type='text'>
options.

PR:		17017
Submitted by:	Doug Barton &lt;Doug@gorean.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
options.

PR:		17017
Submitted by:	Doug Barton &lt;Doug@gorean.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove broken hard sentence breaks, which mess up the typeset output.</title>
<updated>2000-02-29T17:36:44+00:00</updated>
<author>
<name>Sheldon Hearn</name>
<email>sheldonh@FreeBSD.org</email>
</author>
<published>2000-02-29T17:36:44+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=b588cf276b6f6181ca7d164c9f5a7090593dbfc2'/>
<id>b588cf276b6f6181ca7d164c9f5a7090593dbfc2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix broken inet logging when wrapping options are not specified.</title>
<updated>2000-02-22T00:27:53+00:00</updated>
<author>
<name>Yoshinobu Inoue</name>
<email>shin@FreeBSD.org</email>
</author>
<published>2000-02-22T00:27:53+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=58af74e6b86f3c8010b0570b3168e7d45be55e54'/>
<id>58af74e6b86f3c8010b0570b3168e7d45be55e54</id>
<content type='text'>
Approved by: jkh

Submitted by: Ben Smithurst &lt;ben@scientia.demon.co.uk&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Approved by: jkh

Submitted by: Ben Smithurst &lt;ben@scientia.demon.co.uk&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Make inetd picobsd friendly, dont use ipsec when RELEASE_CRUNCH</title>
<updated>2000-02-09T09:04:36+00:00</updated>
<author>
<name>Luigi Rizzo</name>
<email>luigi@FreeBSD.org</email>
</author>
<published>2000-02-09T09:04:36+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=8f9196f4a4a2578721fc715734cc3bb72b17df55'/>
<id>8f9196f4a4a2578721fc715734cc3bb72b17df55</id>
<content type='text'>
is defined

Approved-by: jordan
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
is defined

Approved-by: jordan
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix inetd wrong AF check for RPC services</title>
<updated>2000-02-03T09:54:49+00:00</updated>
<author>
<name>Yoshinobu Inoue</name>
<email>shin@FreeBSD.org</email>
</author>
<published>2000-02-03T09:54:49+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ef9c54c751de5d53aea501da20dfe26d7c838caa'/>
<id>ef9c54c751de5d53aea501da20dfe26d7c838caa</id>
<content type='text'>
   Incorrect Address Family check is done for RPC services, and
   fail to initialize it.
   The error check is replaced to new one, which checks if IPv4
   bind is enabled or not. (It is disabled when IPv6 numeric
   addr is specified for -a bind address option.)

An review reqeust is once sent to des, but he quit MAINTAINER.

Approved by: jkh
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
   Incorrect Address Family check is done for RPC services, and
   fail to initialize it.
   The error check is replaced to new one, which checks if IPv4
   bind is enabled or not. (It is disabled when IPv6 numeric
   addr is specified for -a bind address option.)

An review reqeust is once sent to des, but he quit MAINTAINER.

Approved by: jkh
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop maintainership of inetd, since nobody respects it anyway.</title>
<updated>2000-02-01T09:21:22+00:00</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2000-02-01T09:21:22+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e1bbe71749c51b029ec10be4de6e5a128dd2311a'/>
<id>e1bbe71749c51b029ec10be4de6e5a128dd2311a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix inconsistent debug output. (syslog -&gt; warnx)</title>
<updated>2000-01-28T20:06:15+00:00</updated>
<author>
<name>Yoshinobu Inoue</name>
<email>shin@FreeBSD.org</email>
</author>
<published>2000-01-28T20:06:15+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=49de1b57590b12fbd713f082928de3bf34fbf4b6'/>
<id>49de1b57590b12fbd713f082928de3bf34fbf4b6</id>
<content type='text'>
Specified by: sheldonh

Reviewed by: des
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Specified by: sheldonh

Reviewed by: des
</pre>
</div>
</content>
</entry>
</feed>
