<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/libexec/fingerd, branch releng/5.0</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>Mark the logerr() function __printflike().</title>
<updated>2002-10-13T11:26:37+00:00</updated>
<author>
<name>Kris Kennaway</name>
<email>kris@FreeBSD.org</email>
</author>
<published>2002-10-13T11:26:37+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=85fe8d41240f43b4946bf219766bb2358eeab1b9'/>
<id>85fe8d41240f43b4946bf219766bb2358eeab1b9</id>
<content type='text'>
MFC after:	3 days
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MFC after:	3 days
</pre>
</div>
</content>
</entry>
<entry>
<title>mdoc(7) police: nits.</title>
<updated>2002-08-13T11:11:32+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-08-13T11:11:32+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f0134e3330bba29cc1b94748f293e351109f5605'/>
<id>f0134e3330bba29cc1b94748f293e351109f5605</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Correct wrong grammar from previous commit. Note that fingerd is not limited</title>
<updated>2002-07-21T13:02:13+00:00</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>2002-07-21T13:02:13+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=0c9dd24bbb028a1fb8dbd0538c356b52f7738b65'/>
<id>0c9dd24bbb028a1fb8dbd0538c356b52f7738b65</id>
<content type='text'>
to being an interface to finger(1), see -p flag. Remove a reference to
name(?) program we don't have.

Submitted by:	wollman
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to being an interface to finger(1), see -p flag. Remove a reference to
name(?) program we don't have.

Submitted by:	wollman
</pre>
</div>
</content>
</entry>
<entry>
<title>The .Nm utility</title>
<updated>2002-07-06T19:19:48+00:00</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>2002-07-06T19:19:48+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3f162cb85dafb6f4c8537b3e606c2ccdaa12a424'/>
<id>3f162cb85dafb6f4c8537b3e606c2ccdaa12a424</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>When the -p flag is specified, set an environment variable to the name</title>
<updated>2002-06-26T21:46:56+00:00</updated>
<author>
<name>Garrett Wollman</name>
<email>wollman@FreeBSD.org</email>
</author>
<published>2002-06-26T21:46:56+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=80536ead7f09bc6aaf66701e946b78df892b8b25'/>
<id>80536ead7f09bc6aaf66701e946b78df892b8b25</id>
<content type='text'>
of the remote host (or rather, the name as mangled by realhostname_sa())
so that the process can use it to behave differently depending on the
origin on the request.  We use this to implement rudimentary visibility
control on our user information.

Make sure that the child process's standard error goes through the same
NVT-ASCII filter as is applied to the standard output.

Don't attempt to call logerr() from the child since stdio is not safe in
a vforked process.  Just write a message to fd 2 instead.  (Ideally, the
parent would open two pipes, and siphon off our stderr to some place less
public, but I have not attempted to do so in this implementation.)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
of the remote host (or rather, the name as mangled by realhostname_sa())
so that the process can use it to behave differently depending on the
origin on the request.  We use this to implement rudimentary visibility
control on our user information.

Make sure that the child process's standard error goes through the same
NVT-ASCII filter as is applied to the standard output.

Don't attempt to call logerr() from the child since stdio is not safe in
a vforked process.  Just write a message to fd 2 instead.  (Ideally, the
parent would open two pipes, and siphon off our stderr to some place less
public, but I have not attempted to do so in this implementation.)
</pre>
</div>
</content>
</entry>
<entry>
<title>Add used include of &lt;string.h&gt;.</title>
<updated>2002-05-30T21:35:39+00:00</updated>
<author>
<name>Garrett Wollman</name>
<email>wollman@FreeBSD.org</email>
</author>
<published>2002-05-30T21:35:39+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f24b4798540024a168e65c32254478be4c8815e2'/>
<id>f24b4798540024a168e65c32254478be4c8815e2</id>
<content type='text'>
Delete unused include of &lt;strings.h&gt;.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Delete unused include of &lt;strings.h&gt;.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert revision 1.11.  FreeBSD/alpha has suppport for T/TCP.</title>
<updated>2002-02-24T22:24:57+00:00</updated>
<author>
<name>Mike Barcroft</name>
<email>mike@FreeBSD.org</email>
</author>
<published>2002-02-24T22:24:57+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c4eda42c68106dad7864f6e52c6f4e185f82f621'/>
<id>c4eda42c68106dad7864f6e52c6f4e185f82f621</id>
<content type='text'>
MFC after:	1 week
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MFC after:	1 week
</pre>
</div>
</content>
</entry>
<entry>
<title>Lock down with WFORMAT?=1, with overrides in the subdirectories which</title>
<updated>2002-02-04T02:33:51+00:00</updated>
<author>
<name>Kris Kennaway</name>
<email>kris@FreeBSD.org</email>
</author>
<published>2002-02-04T02:33:51+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=9357f4121d711efe51bf00036d474d5fc95f9efc'/>
<id>9357f4121d711efe51bf00036d474d5fc95f9efc</id>
<content type='text'>
are not yet warning-clean.  Tested on i386 and alpha.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
are not yet warning-clean.  Tested on i386 and alpha.
</pre>
</div>
</content>
</entry>
<entry>
<title>o Eliminate __P</title>
<updated>2002-02-03T15:53:02+00:00</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2002-02-03T15:53:02+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e4bc453cc2658df97063d1539941a70980e48058'/>
<id>e4bc453cc2658df97063d1539941a70980e48058</id>
<content type='text'>
o Use new-style function definitions
o remove some !__STDC__ code
o eliminate register
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
o Use new-style function definitions
o remove some !__STDC__ code
o eliminate register
</pre>
</div>
</content>
</entry>
<entry>
<title>Terminate the array of execv(3) pointers by a NULL pointer in the edge case.</title>
<updated>2001-10-04T09:02:10+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2001-10-04T09:02:10+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=9f619f7956c57e576e5188f52c30d0efd393a4a4'/>
<id>9f619f7956c57e576e5188f52c30d0efd393a4a4</id>
<content type='text'>
PR:		bin/30913
Submitted by:	Dimitri Lommers &lt;dimitri@hinttech.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR:		bin/30913
Submitted by:	Dimitri Lommers &lt;dimitri@hinttech.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
