<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/usr.sbin/syslogd, branch stable/4</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=stable%2F4</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=stable%2F4'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2006-05-01T23:46:12Z</updated>
<entry>
<title>MFC: Add capacity to forward messages to an arbitrary UDP port,</title>
<updated>2006-05-01T23:46:12Z</updated>
<author>
<name>Julian Elischer</name>
<email>julian@FreeBSD.org</email>
</author>
<published>2006-05-01T23:46:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=eb96ff8d0afef2969529af0b94526d948dc994cb'/>
<id>urn:sha1:eb96ff8d0afef2969529af0b94526d948dc994cb</id>
<content type='text'>
not just to 514.
</content>
</entry>
<entry>
<title>Sync syslogd with -current, except the -o option. Includes:</title>
<updated>2004-06-29T10:07:35Z</updated>
<author>
<name>David Malone</name>
<email>dwmalone@FreeBSD.org</email>
</author>
<published>2004-06-29T10:07:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f49f5434db242df814352d98bb1105dbe0907443'/>
<id>urn:sha1:f49f5434db242df814352d98bb1105dbe0907443</id>
<content type='text'>
1.128 Terminate program names if we hit a '/'.
1.127 Log file name may be prefixed by a '-' if it shouldn't be synced.
1.126 Be more careful about using using the file descriptor f_file.
1.125 String fixes (inspired by OpenBSD).
1.124 Warn about paths that are too long (OpenBSD).
1.123 Fix some not-in-practice bugs to do with log levels.
1.122 Update some comments.
1.121 Warns fixes.
</content>
</entry>
<entry>
<title>MFC: 1.119, 1.120: be much more strict about parsing tagged log</title>
<updated>2004-02-29T20:59:19Z</updated>
<author>
<name>Ian Dowse</name>
<email>iedowse@FreeBSD.org</email>
</author>
<published>2004-02-29T20:59:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a4d75342403a3a299c79caf924f355956567be2e'/>
<id>urn:sha1:a4d75342403a3a299c79caf924f355956567be2e</id>
<content type='text'>
messages from /dev/klog; if the line doesn't match ^&lt;%d&gt;, then treat
it as a regular kernel printf line. Use strtol for reading numbers.
</content>
</entry>
<entry>
<title>Sync with -current (except -o option):</title>
<updated>2003-12-26T00:03:19Z</updated>
<author>
<name>David Malone</name>
<email>dwmalone@FreeBSD.org</email>
</author>
<published>2003-12-26T00:03:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ef74fa3326f0ec4bd42215cfd91350a7c332b13a'/>
<id>urn:sha1:ef74fa3326f0ec4bd42215cfd91350a7c332b13a</id>
<content type='text'>
1) Don't recurse on errors.
2) Remove unused printf argument.
3) Use skip_message for program and hostname matching (which allows multiple
   comma-seperated names to be given).
</content>
</entry>
<entry>
<title>MFC: Avoid a corrupt timestamp on the console</title>
<updated>2003-05-20T17:13:53Z</updated>
<author>
<name>Gregory Neil Shapiro</name>
<email>gshapiro@FreeBSD.org</email>
</author>
<published>2003-05-20T17:13:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=955bf147489102794461f76629433210b7c8fff3'/>
<id>urn:sha1:955bf147489102794461f76629433210b7c8fff3</id>
<content type='text'>
     Revision  Changes    Path
     1.116     +6 -2      src/usr.sbin/syslogd/syslogd.c
</content>
</entry>
<entry>
<title>MFC: Avoid code duplication by using libutil's trimdomain() instead of</title>
<updated>2003-05-19T16:23:03Z</updated>
<author>
<name>Gregory Neil Shapiro</name>
<email>gshapiro@FreeBSD.org</email>
</author>
<published>2003-05-19T16:23:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0ee1787dc35c7212564fca92e4f68cf4001849a4'/>
<id>urn:sha1:0ee1787dc35c7212564fca92e4f68cf4001849a4</id>
<content type='text'>
     an incorrect re-implementation.

     Revision  Changes    Path
     1.11      +3 -0      src/usr.sbin/syslogd/Makefile
     1.115     +4 -10     src/usr.sbin/syslogd/syslogd.c
</content>
</entry>
<entry>
<title>MFC: Cleanup hostname matching in syslogd:</title>
<updated>2003-05-10T17:34:31Z</updated>
<author>
<name>Gregory Neil Shapiro</name>
<email>gshapiro@FreeBSD.org</email>
</author>
<published>2003-05-10T17:34:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=720b0774440670243bc5a0768c97dbf55766cd4d'/>
<id>urn:sha1:720b0774440670243bc5a0768c97dbf55766cd4d</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.

     Revision  Changes    Path
     1.114     +24 -17    src/usr.sbin/syslogd/syslogd.c
</content>
</entry>
<entry>
<title>MFC: Syncs and diff reductions with -current.  This includes:</title>
<updated>2003-03-12T22:08:16Z</updated>
<author>
<name>Tom Rhodes</name>
<email>trhodes@FreeBSD.org</email>
</author>
<published>2003-03-12T22:08:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=934e84453674513cea1eabfc7745e60ec7869801'/>
<id>urn:sha1:934e84453674513cea1eabfc7745e60ec7869801</id>
<content type='text'>
- Remove an instance of pseudo-device.
- Add an EXAMPLES section to boot0cfg.8.
- A few spelling fixes.
- The .Nm utility.
- Eliminate hard sentence breaks.
- Fix some mdoc(7) markup.
- Change phk's email address to @FreeBSD.org.
- Mark up files and pathnames with .Pa macro.

Approved by:	re (blanket)
</content>
</entry>
<entry>
<title>MFC: Various language tweaks.</title>
<updated>2002-12-24T05:33:35Z</updated>
<author>
<name>Tom Rhodes</name>
<email>trhodes@FreeBSD.org</email>
</author>
<published>2002-12-24T05:33:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1ec5602740db857c0c0559b8c2bbc9334dfd280e'/>
<id>urn:sha1:1ec5602740db857c0c0559b8c2bbc9334dfd280e</id>
<content type='text'>
PR:		45604
Submitted by:	Chris Pepper &lt;pepper@rockefeller.edu&gt;
</content>
</entry>
<entry>
<title>Sync with -current, except the -o option (which isn't as relivant</title>
<updated>2002-12-01T19:45:36Z</updated>
<author>
<name>David Malone</name>
<email>dwmalone@FreeBSD.org</email>
</author>
<published>2002-12-01T19:45:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=472ba02b8095247781a32532092f8e1de8e1f5cb'/>
<id>urn:sha1:472ba02b8095247781a32532092f8e1de8e1f5cb</id>
<content type='text'>
in -stable) and Thomas's skip_message change (which hasn't been in
-current very long).

Main changes:
1) man page updates,
2) ! operator for priority,
3) -c option (include repeats),
4) sort/missing includes,
5) style changes, statisation, de __P, ANSI function definitions,
6) don't initialisation of statics unless needed,
7) allow more characters in program names,
8) be more careful about closing sockets on EHOST{UNREACH,DOWN}.
</content>
</entry>
</feed>
