<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.sbin/syslogd, branch releng/5.1</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F5.1</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F5.1'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2003-05-17T20:07:54Z</updated>
<entry>
<title>Avoid a corrupt timestamp on the console</title>
<updated>2003-05-17T20:07:54Z</updated>
<author>
<name>Gregory Neil Shapiro</name>
<email>gshapiro@FreeBSD.org</email>
</author>
<published>2003-05-17T20:07:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cc227858240400edffc47126fb4455aad82b4bca'/>
<id>urn:sha1:cc227858240400edffc47126fb4455aad82b4bca</id>
<content type='text'>
PR:		51587
Submitted by:	Dmitry Sivachenko &lt;mitya@cavia.pp.ru&gt;
Approved by:	re (rwatson)
MFC after:	3 days
</content>
</entry>
<entry>
<title>Avoid code duplication by using libutil's trimdomain() instead of</title>
<updated>2003-05-17T20:05:18Z</updated>
<author>
<name>Gregory Neil Shapiro</name>
<email>gshapiro@FreeBSD.org</email>
</author>
<published>2003-05-17T20:05:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a22139f98de1abbbea5196e174cb62dab981210d'/>
<id>urn:sha1:a22139f98de1abbbea5196e174cb62dab981210d</id>
<content type='text'>
an incorrect re-implementation.

PR:		52223, 52342
Submitted by:	Dan Nelson &lt;dnelson@allantgroup.com&gt;
Approved by:	re (bmah/rwatson)
MFC after:	2 days
</content>
</entry>
<entry>
<title>Cleanup hostname matching in syslogd:</title>
<updated>2003-05-04T22:05:40Z</updated>
<author>
<name>Gregory Neil Shapiro</name>
<email>gshapiro@FreeBSD.org</email>
</author>
<published>2003-05-04T22:05:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4095c651b0657e8dfeecccfb5573a26ae2862228'/>
<id>urn:sha1:4095c651b0657e8dfeecccfb5573a26ae2862228</id>
<content type='text'>
1. Hostnames were not treated case insensitively in all cases.

2. The method for stripping hostnames when reading the syslog.conf
   differed from that when finding the hostname of an incoming request.
   This lead to a broken match check.  In my case, it meant I had to
   have '@scooter.smi.example.com.example.com' to have 'logger.example.com'
   properly save messages from 'scooter.smi.sendmail.com'.

3. Add paranoia to cfline() such that it doesn't try to access memory
   outside of the bounds of the f_host string.

4. While I am here, get rid of an outdated comment, argv[{0,1,2}] are now
   checked for NULL after the strdup() calls.

Reviewed by:	dwmalone
MFC after:	1 week
</content>
</entry>
<entry>
<title>style.Makefile(5)</title>
<updated>2003-04-04T17:49:21Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2003-04-04T17:49:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=052238b16cf05cb96be651f5ab80deacf8d6cf0a'/>
<id>urn:sha1:052238b16cf05cb96be651f5ab80deacf8d6cf0a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Hostname specifications must allow commas in the value. They are</title>
<updated>2003-02-21T19:02:31Z</updated>
<author>
<name>Thomas Quinot</name>
<email>thomas@FreeBSD.org</email>
</author>
<published>2003-02-21T19:02:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f3a9f7841ac1f85f324fc989eba07a2d4e672ef2'/>
<id>urn:sha1:f3a9f7841ac1f85f324fc989eba07a2d4e672ef2</id>
<content type='text'>
used to separate multiple host names.

Noted by:	Dan Nelson &lt;dnelson@allantgroup.com&gt;
Reviewed by:	roberto
</content>
</entry>
<entry>
<title>Allow multiple hosts or programs to be named in program</title>
<updated>2003-02-13T00:08:56Z</updated>
<author>
<name>Thomas Quinot</name>
<email>thomas@FreeBSD.org</email>
</author>
<published>2003-02-13T00:08:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7ac1f02eed4b5c00af377c0365cd98bc427cf751'/>
<id>urn:sha1:7ac1f02eed4b5c00af377c0365cd98bc427cf751</id>
<content type='text'>
or host specifications, eg:

!foo,bar
*.* /var/log/only_foo_or_bar.log

!-foo,bar
*.* /var/log/all_except_foo_or_bar.log

Reviewed by:		roberto
Not objected to by:	arch@
</content>
</entry>
<entry>
<title>Various language tweaks.</title>
<updated>2002-12-24T01:04:42Z</updated>
<author>
<name>Tom Rhodes</name>
<email>trhodes@FreeBSD.org</email>
</author>
<published>2002-12-24T01:04:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6b010ec682346b2b02978820f1c07d0a9bccf952'/>
<id>urn:sha1:6b010ec682346b2b02978820f1c07d0a9bccf952</id>
<content type='text'>
PR:		45604
Submitted by:	Chris Pepper &lt;pepper@rockefeller.edu&gt;
</content>
</entry>
<entry>
<title>Uniformly refer to a file system as "file system".</title>
<updated>2002-12-12T17:26:04Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-12-12T17:26:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8d5d039f80a8d31947f4e84af20e8a56d0009c32'/>
<id>urn:sha1:8d5d039f80a8d31947f4e84af20e8a56d0009c32</id>
<content type='text'>
Approved by:	re
</content>
</entry>
<entry>
<title>mdoc(7) police: markup fixes.</title>
<updated>2002-11-27T15:31:08Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-11-27T15:31:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c041c1e0d9c869cd212eb1fa95c82e05cbc7fd41'/>
<id>urn:sha1:c041c1e0d9c869cd212eb1fa95c82e05cbc7fd41</id>
<content type='text'>
Approved by:	re
</content>
</entry>
<entry>
<title>Factor out the code that determines whether a message must be skipped</title>
<updated>2002-11-07T19:53:29Z</updated>
<author>
<name>Thomas Quinot</name>
<email>thomas@FreeBSD.org</email>
</author>
<published>2002-11-07T19:53:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=68883704880cd9f38881db791fa998bbf0c01379'/>
<id>urn:sha1:68883704880cd9f38881db791fa998bbf0c01379</id>
<content type='text'>
as a consequence of a host or program name specification into a common
function, skip_pmessage.

Reviewed by:	roberto
</content>
</entry>
</feed>
