summaryrefslogtreecommitdiffstats
path: root/usr.sbin/syslogd/syslogd.c
Commit message (Expand)AuthorAgeFilesLines
* - `-a' option for IPv6 was not working correctly.ume2001-07-191-4/+9
* Lose any stray host bits that a user may have entered when providingcjc2001-07-021-1/+3
* Fix constness warning introduced in syslog.h 1.21.dwmalone2001-05-211-2/+2
* Add the ability to specify alternate PID file for syslogd.dwmalone2001-05-101-3/+6
* MAXHOSTNAMELEN includes the NULbrian2001-03-091-5/+5
* This seems to stop syslog console messages looping. The problemdwmalone2001-02-041-1/+1
* IPv6 support for syslogd.ume2000-12-161-140/+387
* Add the "LOG_CONSOLE" facility and tell syslogd to not log it onphk2000-11-251-0/+2
* Syslogd normally converts messages of facility kern to facilitydwmalone2000-10-171-2/+6
* Fix unexploitable off by one error as mentioned on Bugtraq.imp2000-09-191-2/+1
* Update the usage string to reflect -n as an option.ps2000-08-071-1/+1
* Actually make syslogd understand the new -n option by putting itps2000-08-071-1/+1
* Sort cases in getopt switch statement.dwmalone2000-08-031-31/+32
* Replace two calls to strlen+calloc+strcpy with strdup.dwmalone2000-08-031-12/+4
* Change option -r to -n inline with conventions we use elsewhere.ps2000-07-291-3/+3
* Add option 'r' to syslogd which will disable dns queries for everyps2000-07-291-3/+10
* Allow syslogd to select messages based on the originating host indwmalone2000-07-241-7/+51
* Prevent a non-exploitable remote buffer overflow.kris2000-06-081-3/+3
* Back out the previous change to the queue(3) interface.jake2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-2/+2
* Enable 8bit chars excepting high controlsache2000-04-181-4/+10
* Fix a nit in my previous commit: make SIGHUP and SIGCHLD restartablejoerg2000-02-291-2/+2
* Fix a serious bug in syslogd regarding the handling of pipes. The bugjoerg2000-02-281-35/+96
* Add section number to .Xr. Use .Pa for filenames.charnier2000-01-231-3/+2
* Do this the Right Way (tm), i.e. use shutdown() instead of fooling arounddes2000-01-141-6/+2
* Slight change of secure mode semantics: instead of reading (and counting)des2000-01-141-13/+16
* Fix page fault in -vv mode.ru2000-01-131-2/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Make hostname comparisons case insensitivebrian1999-08-171-4/+5
* readklog(): rename variable 'l' to 'len', to avoid possible confusion with 'i'dt1999-05-061-11/+11
* Is there a limit to how stupid I can get?des1999-05-041-2/+2
* Little fix in previous: watch NUL-termination.dt1999-05-021-2/+2
* Fight with false newlines in kernel message logs. Output a line into log onlydt1999-05-021-37/+64
* Implement fascist mode (do not open a datagram socket at all).des1999-04-301-3/+4
* Ensure a terminating null when processing hostname strings fromcwt1998-12-291-4/+7
* Accept "!*" as a valid all-programs tag line as documented.cwt1998-12-291-2/+2
* Block SIGHUP during call to gethostbyaddr().cwt1998-12-281-1/+6
* Allow either tabs or spaces in configuration files.jkh1998-12-041-8/+8
* When warning about discarding packets in secure mode, include the IPdg1998-11-051-2/+3
* Submitted by: archie@whistle.comjulian1998-08-251-3/+3
* Harlan.Stenn@pfcs.com added two (very interesting) options to syslogd forphk1998-07-271-3/+3
* Add -u, -v and -vv options to syslogd, this improves the control andphk1998-07-221-12/+108
* Fixed printf format errors.bde1998-07-061-2/+2
* Fix off by 1 error.guido1998-07-021-2/+2
* Note in log file if messages are being forwarded from asteve1998-06-271-2/+9
* Implement new argument -l (OpenBSD has -a but we already use that).guido1998-06-251-57/+87
* Reviewed by: guido@mouse.gvr.orgjulian1998-06-241-25/+18
* Allow syslogd to separate out kernel log messages with a knownjulian1998-06-101-4/+15
* Remove a bogus dependency on the size of the inkernel msgbuf.phk1998-05-191-4/+3
* Make syslogd function in non-secure mode.brian1998-05-071-4/+4
OpenPOWER on IntegriCloud