aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/syslogd
Commit message (Expand)AuthorAgeFilesLines
* MFC: Syncs and diff reductions with -current. This includes:Tom Rhodes2003-03-122-2/+2
* MFC: Various language tweaks.Tom Rhodes2002-12-241-17/+17
* Sync with -current, except the -o option (which isn't as relivantDavid Malone2002-12-013-220/+224
* MFC revision 1.109: Sync usage() with reality and sort it alphabetically.Tim J. Robbins2002-11-171-4/+5
* MFC: (1.108) avoid dereferencing a removed and freed queue entry.Dag-Erling Smørgrav2002-10-241-2/+4
* MFC: rev 1.107. Introduce !-program and !+program, so you can specify theDaniel C. Sobral2002-10-112-2/+25
* MFC (1.103): Allow program names in the syslog configuration fileRobert Drehmel2002-10-111-1/+1
* Backout previous commit. In code freeze for 4.7. Yes, I am an idiot.Crist J. Clark2002-09-051-20/+3
* MFC: 1.105. Don't give up on a remote log host when we get aCrist J. Clark2002-09-051-3/+20
* MFC: use IPV6_V6ONLY instead of non standard IPV6_BINDV6ONLY.Hajimu UMEMOTO2002-07-291-3/+1
* MFC rev. 1.96: unlink all log sockets at startup.Maxim Konovalov2002-02-271-0/+1
* MFC rev. 1.97: remove unnecessary setjmp.h.Maxim Konovalov2002-02-201-1/+0
* MFC: Add a new flag '-c' to disable repeated line compression.Archie Cobbs2002-01-082-2/+13
* MFC: rev 1.92, If the mask length is zero, there is no need toPaul Saab2001-11-271-1/+4
* MFC: synch with HEAD:Dag-Erling Smørgrav2001-10-183-166/+264
* MFC: 1.82, allow syslogd(8) update its idea of the local hostname whenCrist J. Clark2001-09-221-7/+27
* MFC: 1.25, Fix some small errors and markup nits.Crist J. Clark2001-08-291-9/+8
* MFC: markup and misc fixes.Ruslan Ermilov2001-08-162-9/+8
* MFC: rev 1.39 (syslogd(8) requires logs files to be created before itDavid E. O'Brien2001-08-021-0/+6
* MFC 1.80:Hajimu UMEMOTO2001-07-261-4/+9
* MFC: remove whitespace at EOL.Dima Dorfman2001-07-221-1/+1
* MFC: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-221-1/+0
* MFC: 1.105, lose masked host bits from IP address given with '-a' option.Crist J. Clark2001-07-101-1/+3
* MFC: (1.36) Mention that -a is ignored with -s.Ruslan Ermilov2001-06-231-0/+6
* Sync with -current:David Malone2001-05-293-16/+25
* MFC: MAN[1-9] -> MAN.Ruslan Ermilov2001-04-251-2/+1
* MFC: Document LOG_CONSOLE. Approved-by: jkhChris Timmons2001-04-031-3/+6
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2001-03-062-7/+20
* MFC: IPv6 support for syslogd.Hajimu UMEMOTO2001-02-183-144/+418
* MFC: Stop syslogd looping messages to the console.David Malone2001-02-051-1/+1
* MFC: Add LOG_CONSOLE and make sure it doesn't end up on /dev/console.Poul-Henning Kamp2001-01-091-0/+2
* MFC: Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-271-1/+1
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2000-12-081-2/+2
* MFC: Sync with syslogd in -current. Includes:David Malone2000-10-303-55/+172
* MFC: forgotten -n to SYNOPSISAlfred Perlstein2000-09-231-1/+1
* MFC: -n option to disable dns queries for every request.Paul Saab2000-08-072-3/+12
* MFC:Paul Saab2000-07-011-7/+13
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-012-6/+12
* Fix a nit in my previous commit: make SIGHUP and SIGCHLD restartableJoerg Wunsch2000-02-291-2/+2
* Fix a serious bug in syslogd regarding the handling of pipes. The bugJoerg Wunsch2000-02-281-35/+96
* s|/dev/log|/var/run/log|Peter Wemm2000-02-141-1/+1
* Add section number to .Xr. Use .Pa for filenames.Philippe Charnier2000-01-233-12/+15
* Do this the Right Way (tm), i.e. use shutdown() instead of fooling aroundDag-Erling Smørgrav2000-01-141-6/+2
* Reflect the change in secure mode semantics, and document fascist modeDag-Erling Smørgrav2000-01-141-3/+2
* Slight change of secure mode semantics: instead of reading (and counting)Dag-Erling Smørgrav2000-01-141-13/+16
* Fix page fault in -vv mode.Ruslan Ermilov2000-01-131-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
* This is the addition of a syslog(3) security.* top-level category. ThisBrian Feldman1999-08-211-5/+4
* Make hostname comparisons case insensitiveBrian Somers1999-08-171-4/+5
* readklog(): rename variable 'l' to 'len', to avoid possible confusion with 'i'Dmitrij Tejblum1999-05-061-11/+11