| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
Renumber cluase 4 to 3, per what everybody else did when BSD granted
them permission to remove clause 3. My insistance on keeping the same
numbering for legal reasons is too pedantic, so give up on that point.
Submitted by: Jan Schaumann <jschauma@stevens.edu>
Pull Request: https://github.com/freebsd/freebsd/pull/96
Notes:
svn path=/head/; revision=314436
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
All the '.conf' files not beginning with a '.' contained int he directory
following the keyword will be included.
This keyword can only be used in the first level configuration files.
Modify the default syslogd.conf to 'include' /etc/syslog.d and
/usr/local/etc/syslog.d
It simplify a lot handling of syslog from automation tools.
Reviewed by: markj, kib (via irc)
Approved by: markj
MFC after: 2 weeks
Relnotes: yes
Differential Revision: https://reviews.freebsd.org/D8402
Notes:
svn path=/head/; revision=308160
|
|
|
|
|
|
|
|
|
|
|
|
| |
PR: docs/171580
Submitted by: bdrewery
Reviewed by: wblock
Approved by: gjb
MFC after: 1 month
X-MFC-With: r240389
Notes:
svn path=/head/; revision=240409
|
|
|
|
|
|
|
|
|
|
| |
security.* and console.* are moved out of ftpd program block
Approved by: jhb (mentor)
MFC after: 2 weeks
Notes:
svn path=/head/; revision=194037
|
|
|
|
|
|
|
| |
PR: 126934
Notes:
svn path=/head/; revision=186440
|
|
|
|
|
|
|
| |
MFC after: 2 weeks
Notes:
svn path=/head/; revision=180380
|
|
|
|
|
|
|
|
|
| |
PR: 95039
Sumitted by: SeaD (older version)
Reviewed by: ru
Notes:
svn path=/head/; revision=163255
|
|
|
|
| |
Notes:
svn path=/head/; revision=162806
|
|
|
|
|
|
|
|
| |
standard syslog port. This allows syslog to easily export lines of interest to
an external logging system.
Notes:
svn path=/head/; revision=157821
|
|
|
|
| |
Notes:
svn path=/head/; revision=155954
|
|
|
|
|
|
|
|
|
|
|
| |
that have at least 3 characters.
MFC after: 1 week
Thanks to: Music band ``Chingon''
for keeping me company while searching for these.
Notes:
svn path=/head/; revision=148580
|
|
|
|
| |
Notes:
svn path=/head/; revision=141851
|
|
|
|
| |
Notes:
svn path=/head/; revision=141846
|
|
|
|
| |
Notes:
svn path=/head/; revision=140442
|
|
|
|
|
|
|
| |
(with permission of addtional copyright holders where appropriate)
Notes:
svn path=/head/; revision=133249
|
|
|
|
| |
Notes:
svn path=/head/; revision=131531
|
|
|
|
| |
Notes:
svn path=/head/; revision=131500
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
explicitly fsynced after kernel messages are logged. This option
should be syntax compatible with a similar option in Linux syslogd.
I've made some small changes to Pekka's patch, hoepfully I haven't
goofed anything.
PR: 66790
Submitted by: Pekka Savola <pekkas@netcore.fi>
Obtained from: Martin Schulze's syslogd
MFC after: 1 month
Notes:
svn path=/head/; revision=129865
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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@
Notes:
svn path=/head/; revision=110776
|
|
|
|
|
|
|
|
| |
PR: 45604
Submitted by: Chris Pepper <pepper@rockefeller.edu>
Notes:
svn path=/head/; revision=108247
|
|
|
|
|
|
|
| |
Approved by: re
Notes:
svn path=/head/; revision=107788
|
|
|
|
|
|
|
| |
Approved by: re
Notes:
svn path=/head/; revision=107312
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
that already exists for hosts: being able to specify a section that applies
to every program *except* the one in question.
The normal syntax for program specification is still valid. For the new
capability, one uses:
!-program
Since there is no way to specify a program beginning with a dash in the old
syntax, as it would be interpreted as the case above, the following
alternative syntax to the original capability is provided:
!+program
This shouldn't introduce incompatibilities with any syslogd configuration
in production because -stable's syslogd does not support a dash anywhere in
the program specification.
MFC after: 2 weeks
Notes:
svn path=/head/; revision=103855
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
for it.
While I'm here, add a the ability to say "!level" in a way which
should be compatible with Linux's syslogd.
PR: 28935
No objections: audit
MFC after: 2 weeks
Notes:
svn path=/head/; revision=102940
|
|
|
|
| |
Notes:
svn path=/head/; revision=96705
|
|
|
|
|
|
|
|
| |
Approved by: ru
MFC after: 2 days
Notes:
svn path=/head/; revision=82470
|
|
|
|
| |
Notes:
svn path=/head/; revision=81462
|
|
|
|
| |
Notes:
svn path=/head/; revision=79755
|
|
|
|
| |
Notes:
svn path=/head/; revision=79454
|
|
|
|
| |
Notes:
svn path=/head/; revision=75169
|
|
|
|
| |
Notes:
svn path=/head/; revision=74875
|
|
|
|
| |
Notes:
svn path=/head/; revision=71898
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
user unless they come directly from the kernel. Document this and
add a flag to syslogd which prevents this conversion.
Sort getopt args while I'm at it.
PR: 21788
Submitted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
Notes:
svn path=/head/; revision=67249
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
a similar way to the way it can select messages from a given program.
Lines beginning with "+hostname" or "#+hostname" select messaes
from that hostname and lines beginning with "-hostname" or "#-hostname"
match messages not from that hostname.
There are some significant style issues left in the original program
selection code and the man page. This should be cleared up in some
later commits.
Reviewed by: sheldonh
Based on an original patch by: Bernd Walter <ticso@cicely8.cicely.de>
Man page stylist: sheldonh
Notes:
svn path=/head/; revision=63795
|
|
|
|
|
|
|
|
| |
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
Notes:
svn path=/head/; revision=57673
|
|
|
|
|
|
|
| |
fprintf -> warnx.
Notes:
svn path=/head/; revision=56485
|
|
|
|
| |
Notes:
svn path=/head/; revision=50479
|
|
|
|
|
|
|
|
|
|
|
|
| |
should be used from now on for anything security but not auth-related.
Included are updates for all relevant manpages and also to /etc files,
creating a new /var/log/security. Nothing in the system logs to
/var/log/security yet as of the time of this commit.
Reviewed by: rgrimes, imp, chris
Notes:
svn path=/head/; revision=50126
|
|
|
|
|
|
|
|
| |
PR: 8762
Submitted by: Igor Roshchin <str@giganda.komkon.org>
Notes:
svn path=/head/; revision=41498
|
|
|
|
|
|
|
|
|
|
| |
logging verbosity about facility & priority levels.
PR: 7278
Reviewed by: phk
Submitted by: Harlan Stenn <Harlan.Stenn@pfcs.com>
Notes:
svn path=/head/; revision=37820
|
|
|
|
|
|
|
|
|
|
|
|
| |
category.
e.g. separate out ipfw entries to a separate file.
Reviewed by: (briefly) phk
Submitted by: archie@whistle.com
Obtained from: Whistle source tree
Notes:
svn path=/head/; revision=36837
|
|
|
|
| |
Notes:
svn path=/head/; revision=30603
|
|
|
|
|
|
|
|
| |
bit of a warning about not all systems providing for the same set of
syslog facilities.
Notes:
svn path=/head/; revision=30184
|
|
|
|
|
|
|
| |
PR: 4122
Notes:
svn path=/head/; revision=29376
|
|
|
|
|
|
|
|
|
| |
add ftp to list of facilities in syslog.conf
Closes PR#3389
Submitted-by: Pius Fischer
Notes:
svn path=/head/; revision=25276
|
|
|
|
| |
Notes:
svn path=/head/; revision=23004
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
stable now at a customer's site.
Finally add the ability to syslogd to pipe particular messages through
an arbitrary filtering command. Idea stolen from IRIX.
This code is courtesy of the interface business GmbH, Dresden.
Comment about whether to also merge this into 2.2 or not, please.
Reviewed by: (long ago) peter
Notes:
svn path=/head/; revision=22984
|
|
|
|
|
|
|
| |
Closes pr docs/1679.
Notes:
svn path=/head/; revision=18523
|
|
|
|
|
|
|
| |
Submitted by: pds
Notes:
svn path=/head/; revision=5367
|
|
Notes:
svn path=/cvs2svn/branches/WIN_TUE_NL/; revision=1553
|