<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.sbin/syslogd/syslogd.8, branch release/6.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>Add -S option which allows to change the pathname of the privileged</title>
<updated>2005-04-13T03:19:41+00:00</updated>
<author>
<name>Hiroki Sato</name>
<email>hrs@FreeBSD.org</email>
</author>
<published>2005-04-13T03:19:41+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=15f3d79b553984168a96c9758128235703784462'/>
<id>15f3d79b553984168a96c9758128235703784462</id>
<content type='text'>
socket /var/run/logpriv.

Reviewed by:	glebius and kensmith
MFC after:	2 days
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
socket /var/run/logpriv.

Reviewed by:	glebius and kensmith
MFC after:	2 days
</pre>
</div>
</content>
</entry>
<entry>
<title>Expand *n't contractions.</title>
<updated>2005-02-13T22:25:33+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2005-02-13T22:25:33+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=0227791b40a6936310e1dd376b0883b540fec0c0'/>
<id>0227791b40a6936310e1dd376b0883b540fec0c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Scheduled mdoc(7) sweep.</title>
<updated>2005-01-11T11:47:22+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2005-01-11T11:47:22+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=1a74e6a1578dece3f50c073e445113b4e8ba3aa1'/>
<id>1a74e6a1578dece3f50c073e445113b4e8ba3aa1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>s/priveleged/privileged/</title>
<updated>2004-11-18T13:37:33+00:00</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2004-11-18T13:37:33+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=204d318009244a76cd328b32010b3bad1192bf92'/>
<id>204d318009244a76cd328b32010b3bad1192bf92</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump document date.</title>
<updated>2004-11-09T04:41:12+00:00</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2004-11-09T04:41:12+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=de655741ce6b170ef294baf1a6a9f9e2a477104f'/>
<id>de655741ce6b170ef294baf1a6a9f9e2a477104f</id>
<content type='text'>
Noticed by:     trhodes
Pointy hat:     kensmith
MFC after:      1 week
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Noticed by:     trhodes
Pointy hat:     kensmith
MFC after:      1 week
</pre>
</div>
</content>
</entry>
<entry>
<title>Add newsyslog(8) to the "See Also" section.</title>
<updated>2004-11-09T04:31:31+00:00</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2004-11-09T04:31:31+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=83d71f6175d731ce0e9f6e107c756e70ed26afb1'/>
<id>83d71f6175d731ce0e9f6e107c756e70ed26afb1</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>Protect against local flooder of /var/run/log. Do not loop forever in</title>
<updated>2004-11-04T23:09:57+00:00</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2004-11-04T23:09:57+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=240d5a9b1ce76f04a7c7e15791557763b2f1fd7e'/>
<id>240d5a9b1ce76f04a7c7e15791557763b2f1fd7e</id>
<content type='text'>
syslog(3) if we are a priveleged program (sshd, su, etc.).

- Make syslogd open an additional socket /var/run/logpriv, with 0600
  permissions.
- In libc, try to use this socket.
- Do not loop forever if we are using this socket (partial backout of 1.31)

Reviewed by:	dwmalone, Andrea Campi &lt;andrea webcom it&gt;
Approved by:	julian (mentor)
MFC after:	1 month
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
syslog(3) if we are a priveleged program (sshd, su, etc.).

- Make syslogd open an additional socket /var/run/logpriv, with 0600
  permissions.
- In libc, try to use this socket.
- Do not loop forever if we are using this socket (partial backout of 1.31)

Reviewed by:	dwmalone, Andrea Campi &lt;andrea webcom it&gt;
Approved by:	julian (mentor)
MFC after:	1 month
</pre>
</div>
</content>
</entry>
<entry>
<title>- Use stailqueue for sockets instead of socket buffer. Thus</title>
<updated>2004-11-04T22:20:21+00:00</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2004-11-04T22:20:21+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=247444670ef3b61c7bdb3fbb34b88c4a26c71aba'/>
<id>247444670ef3b61c7bdb3fbb34b88c4a26c71aba</id>
<content type='text'>
  remove limit for 20 sockets.
- Add possibility to specify file mode for sockets created with '-l'.
- Check that socket name in '-l' is absolute.

Reviewed by:	dwmalone, Andrea Campi &lt;andrea webcom it&gt;
Approved by:	julian (mentor)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  remove limit for 20 sockets.
- Add possibility to specify file mode for sockets created with '-l'.
- Check that socket name in '-l' is absolute.

Reviewed by:	dwmalone, Andrea Campi &lt;andrea webcom it&gt;
Approved by:	julian (mentor)
</pre>
</div>
</content>
</entry>
<entry>
<title>Per letter dated July 22, 1999 remove 3rd clause of Berkeley derived software</title>
<updated>2004-08-07T04:28:56+00:00</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2004-08-07T04:28:56+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=486c8cc4c6cb7a6077c0598a04262be512749b36'/>
<id>486c8cc4c6cb7a6077c0598a04262be512749b36</id>
<content type='text'>
(with permission of addtional copyright holders where appropriate)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(with permission of addtional copyright holders where appropriate)
</pre>
</div>
</content>
</entry>
<entry>
<title>Mechanically kill hard sentence breaks.</title>
<updated>2004-07-02T23:13:00+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-07-02T23:13:00+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=07bfccd71e05867cb46c11ea07ec0027794972b3'/>
<id>07bfccd71e05867cb46c11ea07ec0027794972b3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
