<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/libexec/fingerd/fingerd.c, branch release/5.3.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>2004-11-04T19:12:42+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2004-11-04T19:12:42+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3f86d8a2ea3f3265afaa1fd263b0004c5c000e69'/>
<id>3f86d8a2ea3f3265afaa1fd263b0004c5c000e69</id>
<content type='text'>
'RELENG_5_3_0_RELEASE'.

This commit was manufactured to restore the state of the 5.3-RELEASE image.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'RELENG_5_3_0_RELEASE'.

This commit was manufactured to restore the state of the 5.3-RELEASE image.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make fingerd(8) WARNS2 clean.</title>
<updated>2004-03-29T09:29:51+00:00</updated>
<author>
<name>Pawel Jakub Dawidek</name>
<email>pjd@FreeBSD.org</email>
</author>
<published>2004-03-29T09:29:51+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ece20938e5c352444e7427c8bb6bc859da68ac0f'/>
<id>ece20938e5c352444e7427c8bb6bc859da68ac0f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>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>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>
<entry>
<title>Check malloc() and strdup() return values</title>
<updated>2001-01-20T00:29:31+00:00</updated>
<author>
<name>Chris D. Faulhaber</name>
<email>jedgar@FreeBSD.org</email>
</author>
<published>2001-01-20T00:29:31+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=b27e228ca9fc3b8cc38a1ab1119b70c9ddac51a5'/>
<id>b27e228ca9fc3b8cc38a1ab1119b70c9ddac51a5</id>
<content type='text'>
Reviewed by:	kris
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed by:	kris
</pre>
</div>
</content>
</entry>
<entry>
<title>Support logging for IPv6 remote host.</title>
<updated>2000-02-18T07:08:03+00:00</updated>
<author>
<name>Yoshinobu Inoue</name>
<email>shin@FreeBSD.org</email>
</author>
<published>2000-02-18T07:08:03+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7395b85a9eb6f0be3b69490f906df2df12cce59f'/>
<id>7395b85a9eb6f0be3b69490f906df2df12cce59f</id>
<content type='text'>
Approved by: jkh

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

PR: bin/16789
Submitted by: Ben Smithurst &lt;ben@scientia.demon.co.uk
</pre>
</div>
</content>
</entry>
</feed>
