summaryrefslogtreecommitdiff
path: root/etc/syslog.conf
Commit message (Collapse)AuthorAgeFilesLines
* MFC: r237921Christian Brueffer2012-07-151-0/+1
| | | | | | | | Similar to all.log, mention that /var/log/console.log has to be created and chmod'ed to make logging work. Notes: svn path=/stable/8/; revision=238474
* syslog.conf: pop up from logging only ppp messages at the end of fileAndriy Gapon2009-06-111-0/+1
| | | | | | | | | | | | | | This allows to append custom rules at the end of the file without risk of confusion that can result when one misses default !ppp line and doesn't add another program specification and thus subsequent selector(s) would belong to ppp program block. Requested by: marck Submitted by: marck Approved by: jhb (mentor) Notes: svn path=/head/; revision=194005
* Remove slip.log. Slip got removed as part of the MPSAFE tty work. IfKen Smith2008-12-021-2/+0
| | | | | | | | | | it does come back it would probably be better if users who were interested in slip added appropriate lines instead of this being here unconditionally. Reminded by: tut <at> nhamon <dot> com <dot> ua Notes: svn path=/head/; revision=185566
* Fix a terrible braino in last commit. Put kern.debug back to /var/log/messagesGleb Smirnoff2005-03-121-2/+2
| | | | | | | and do exactly what last commit message described. Notes: svn path=/head/; revision=143462
* Do not print kernel debugging on console. In case of serial consoleGleb Smirnoff2005-02-221-1/+1
| | | | | | | | | | | | | | | | | this can cause a really heavy load on system. Several kernel debugging messages can be triggered even remotely (e.g. bad ARP replies). Use kern.warning instead, so that really significant messages still will be printed on console. Reviewed by: current@ MFC after: 1 week Security: this change fixes a DoS condition, when default system console is serial, and box is flooded with bogus ARP packets Notes: svn path=/head/; revision=142210
* Make sure debug.log only gets debugging messages.Dag-Erling Smørgrav2003-04-231-1/+1
| | | | Notes: svn path=/head/; revision=113902
* Introduce debug.log which gets debug.* (most of this would otherwise goDag-Erling Smørgrav2003-04-081-0/+1
| | | | | | | to the great bit-bucket in the sky) Notes: svn path=/head/; revision=113259
* Stop logging ``authpriv'' messages to the world-readable fileYaroslav Tykhiy2003-04-031-1/+1
| | | | | | | | | | | | /var/log/messages. Such messages are for the eyes of authorized personnel only. PR: conf/48170 Discussed in: freebsd-security MFC after: 2 weeks Notes: svn path=/head/; revision=113025
* Rename the ftp log filename for compatability with OpenBSD and NetBSD.Mark Murray2002-09-211-1/+1
| | | | | | | Requested by: ru Notes: svn path=/head/; revision=103738
* Log ftpd stuff in the same way that we log lpd stuff. Too many ftpd'sMark Murray2002-09-201-0/+1
| | | | | | | are attacked for us to throw away this sort of evidence. Notes: svn path=/head/; revision=103719
* Per discussion on current: Don't spam root with syslog messages.Poul-Henning Kamp2002-04-061-3/+0
| | | | Notes: svn path=/head/; revision=93958
* Turns out everyone is a lot lazier than I thought. SpellRobert Watson2002-03-111-1/+1
| | | | | | | | | | | | | 'authentication.log' as 'auth.log'. This is also more consistent with syslog facility names. Sigh. :-) Submitted by: asmodai, aeonflux, green, .... Notes: svn path=/head/; revision=92100
* Clean up logging of security information a bit:Robert Watson2002-03-111-1/+2
| | | | | | | | | | | | | | | | o Introduce /var/log/authentication.log, which will be the target for auth.info and authpriv.info by default. Rotate on the same schedule as most other logs. Create at installation. o Remove logging of auth.info from /var/log/security.log, which will return to being only for security feature subsystems (such as ipfw, and so on). This creates a special authentication log, which can now be searched by scripts for authentication events. Notes: svn path=/head/; revision=92099
* /var/log/security gets almost no (if not no) activity on many FreeBSDRobert Watson2002-03-101-1/+1
| | | | | | | | | | | | systems due to sshd not using the security log class. Tweak syslog.conf so that /var/log/security also gets a useful set of authentication-related logging. Submitted by: aeonflux@synapse.subneural.net MFC after: 4 weeks Notes: svn path=/head/; revision=92007
* Explain that /var/log/all.log needs to be touched and chmod'd 'ere itJeroen Ruigrok van der Werven2001-10-281-0/+1
| | | | | | | | | | | can be used. PR: 17022 Submitted by: Niels Christian Bank-Pedersen <ncbp@bank-pedersen.dk> MFC after: 1 week Notes: svn path=/head/; revision=85626
* Note in the comments that it is possible, but not recommended to useMurray Stokely2001-03-311-1/+4
| | | | | | | | | | | spaces instead of tabs in this file. This matches the description in the manpage. PR: 25945 Submitted by: T. William Wells <bill@twwells.com> Notes: svn path=/head/; revision=75031
* Log the console output to "/var/log/console.log", not "/var/log/console"Poul-Henning Kamp2001-02-171-2/+2
| | | | | | | (MFC candidate) Notes: svn path=/head/; revision=72580
* Add commented out entry showing use of console.info feature.Poul-Henning Kamp2000-12-201-0/+2
| | | | Notes: svn path=/head/; revision=70241
* Add two commented out syslog.conf entries, one to demonstrate the use ofRobert Watson2000-02-081-0/+4
| | | | | | | | | | | | | | | | | an all.log for logging all messages, and one to demonstrate use of loghosts. Also, a matching entry in newsyslog.conf for all.log. Per request of Garrett Wollman, also modified the maillog entry to use the @T newsyslog time specification mechanism. Because newsyslog doesn't support the mod date specification machanism, couldn't change other entries that required more than one execution a month, but less than once a day. Approved by: jkh Reviewed by: freebsd-security Notes: svn path=/head/; revision=57065
* Move /var/cron/log to /var/log/cronNick Hibma1999-09-061-1/+1
| | | | Notes: svn path=/head/; revision=51033
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
| | | | Notes: svn path=/head/; revision=50472
* This is the addition of a syslog(3) security.* top-level category. ThisBrian Feldman1999-08-211-1/+2
| | | | | | | | | | | | 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
* - Add a couple comment lines to note that spaces are not allowed asNate Williams1998-10-141-1/+3
| | | | | | | | | | field separators. PR: conf/8162 Submitted by: Sheldon Hearn <sheldonh@axl.training.iafrica.com> Notes: svn path=/head/; revision=40361
* Add Id keywordsBrian Somers1998-09-021-0/+2
| | | | Notes: svn path=/head/; revision=38738
* Add ppp.logAndrey A. Chernov1997-06-101-0/+2
| | | | Notes: svn path=/head/; revision=26549
* auth.debug should not be sent to root realtimePaul Traina1996-11-061-2/+6
| | | | | | | | | | news.notice info should not be sent to /var/log/messages, as news has its own set of logs and notice is overused by inn added entries for newsservers (but they're commented out) Notes: svn path=/head/; revision=19473
* Back out daemon.* addition, ssh port should be fixed insteadAndrey A. Chernov1996-11-021-1/+1
| | | | Notes: svn path=/head/; revision=19322
* Log daemon.* to /var/log/messages or very valuable daemons messagesAndrey A. Chernov1996-10-311-1/+1
| | | | | | | lost forever Notes: svn path=/head/; revision=19272
* Put startslip syslog messages into separate fileAndrey A. Chernov1996-01-071-0/+2
| | | | | | | | Increase rotating log sizes in newsyslog.conf to reflect more common case Notes: svn path=/head/; revision=13296
* This is Vixie cron 3.0. This version fixes all known security bugs.Guido van Rooij1994-01-221-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Further it implements crontab -e. I moved cron from /usr/libexec to /usr/sbin where most daemons are that are run from rc. That also gets rid of the ugly path crond used to have in ps(1) outputs. Further I renamed it to cron, as Paul Vixie likes it and is done by NetBSD. NOTE VERY WELL THE FOLLOWING: 1) Systems crontab changed. Every users crontab resides in /var/cron *EXCEPT* root's. This is a special crontab as it resides in /etc. Further it is the *ONLY* crontab file in which you specify usernames. See /usr/src/etc/crontab. This is also done by BSDI's BSD/386 as far as I know (they provided the patches for it anyway) 2) So you *must* delete root's crontab and reinstall the copy in /etc from /usr/src/etc. 'Must' is to much: the old installed crontab will work but cron will also try to 'run' /etc/crontab. 3) Last but not least: cron's logging is now done via syslog. Note that logging by cron is done lowercase when it logs about itsself and uppercase when it logs user events, like installing a new crontab. The default logfile file is the same as before: syslog.conf:cron.* /var/cron/log -Guido Notes: svn path=/head/; revision=1001
* Initial import of 386BSD 0.1 othersrc/etcRodney W. Grimes1993-06-201-0/+8
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=37