<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/libexec/fingerd, branch release/5.2.1_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.2.1_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.2.1_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2004-02-23T15:32:56Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2004-02-23T15:32:56Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2004-02-23T15:32:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=84a7b99b4e02a260bf7ff9b540032f4cb7bc612a'/>
<id>urn:sha1:84a7b99b4e02a260bf7ff9b540032f4cb7bc612a</id>
<content type='text'>
'RELENG_5_2_1_RELEASE'.

This commit was manufactured to restore the state of the 5.2.1-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>Mark the logerr() function __printflike().</title>
<updated>2002-10-13T11:26:37Z</updated>
<author>
<name>Kris Kennaway</name>
<email>kris@FreeBSD.org</email>
</author>
<published>2002-10-13T11:26:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=85fe8d41240f43b4946bf219766bb2358eeab1b9'/>
<id>urn:sha1:85fe8d41240f43b4946bf219766bb2358eeab1b9</id>
<content type='text'>
MFC after:	3 days
</content>
</entry>
<entry>
<title>mdoc(7) police: nits.</title>
<updated>2002-08-13T11:11:32Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-08-13T11:11:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f0134e3330bba29cc1b94748f293e351109f5605'/>
<id>urn:sha1:f0134e3330bba29cc1b94748f293e351109f5605</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Correct wrong grammar from previous commit. Note that fingerd is not limited</title>
<updated>2002-07-21T13:02:13Z</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>2002-07-21T13:02:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0c9dd24bbb028a1fb8dbd0538c356b52f7738b65'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>The .Nm utility</title>
<updated>2002-07-06T19:19:48Z</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>2002-07-06T19:19:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3f162cb85dafb6f4c8537b3e606c2ccdaa12a424'/>
<id>urn:sha1:3f162cb85dafb6f4c8537b3e606c2ccdaa12a424</id>
<content type='text'>
</content>
</entry>
<entry>
<title>When the -p flag is specified, set an environment variable to the name</title>
<updated>2002-06-26T21:46:56Z</updated>
<author>
<name>Garrett Wollman</name>
<email>wollman@FreeBSD.org</email>
</author>
<published>2002-06-26T21:46:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=80536ead7f09bc6aaf66701e946b78df892b8b25'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>Add used include of &lt;string.h&gt;.</title>
<updated>2002-05-30T21:35:39Z</updated>
<author>
<name>Garrett Wollman</name>
<email>wollman@FreeBSD.org</email>
</author>
<published>2002-05-30T21:35:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f24b4798540024a168e65c32254478be4c8815e2'/>
<id>urn:sha1:f24b4798540024a168e65c32254478be4c8815e2</id>
<content type='text'>
Delete unused include of &lt;strings.h&gt;.
</content>
</entry>
<entry>
<title>Revert revision 1.11.  FreeBSD/alpha has suppport for T/TCP.</title>
<updated>2002-02-24T22:24:57Z</updated>
<author>
<name>Mike Barcroft</name>
<email>mike@FreeBSD.org</email>
</author>
<published>2002-02-24T22:24:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c4eda42c68106dad7864f6e52c6f4e185f82f621'/>
<id>urn:sha1:c4eda42c68106dad7864f6e52c6f4e185f82f621</id>
<content type='text'>
MFC after:	1 week
</content>
</entry>
<entry>
<title>Lock down with WFORMAT?=1, with overrides in the subdirectories which</title>
<updated>2002-02-04T02:33:51Z</updated>
<author>
<name>Kris Kennaway</name>
<email>kris@FreeBSD.org</email>
</author>
<published>2002-02-04T02:33:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9357f4121d711efe51bf00036d474d5fc95f9efc'/>
<id>urn:sha1:9357f4121d711efe51bf00036d474d5fc95f9efc</id>
<content type='text'>
are not yet warning-clean.  Tested on i386 and alpha.
</content>
</entry>
<entry>
<title>o Eliminate __P</title>
<updated>2002-02-03T15:53:02Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2002-02-03T15:53:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e4bc453cc2658df97063d1539941a70980e48058'/>
<id>urn:sha1:e4bc453cc2658df97063d1539941a70980e48058</id>
<content type='text'>
o Use new-style function definitions
o remove some !__STDC__ code
o eliminate register
</content>
</entry>
</feed>
