aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/syslogd/syslogd.c
Commit message (Expand)AuthorAgeFilesLines
...
* Remove spaces between (void) and function calls. Use TAILQ_FOREACHDag-Erling Smørgrav2002-03-241-30/+40
* Parenthesize return values and pull an orphaned { back into the fold.Dag-Erling Smørgrav2002-03-241-19/+18
* __FBSDID, ANSIfy function definitions, staticize functions and globals,Dag-Erling Smørgrav2002-03-241-147/+107
* Un-__P().Dag-Erling Smørgrav2002-03-241-27/+27
* Remove unnecessary setjmp.h.Maxim Konovalov2002-02-131-1/+0
* Unlink all log sockets at startup.Maxim Konovalov2002-02-131-0/+1
* Initialze a stack variable with NULL to unbreak buildworld with -Wall.Daniel Eischen2002-01-091-1/+1
* Add a new flag '-c' to disable repeated line compression when the outputArchie Cobbs2002-01-051-2/+7
* Make the default kernel prefix "kernel:" instead of the boot file,Dima Dorfman2001-11-271-2/+18
* If the mask length is zero, there is no need to convert it to aPaul Saab2001-11-141-1/+4
* Check the return values from calls to malloc(), calloc(), strdup() etc.Dag-Erling Smørgrav2001-09-301-12/+33
* Add a strcasecmp() call I forgot in my hurry to commit the previous fix.Dag-Erling Smørgrav2001-09-131-1/+2
* The previous commit appeared to just shove the bug under the carpet ratherDag-Erling Smørgrav2001-09-131-5/+23
* Fix logging from remote hosts, which has been broken since (at least) revisionDag-Erling Smørgrav2001-09-131-2/+3
* Fixed the free(3) panic overlooked due to the -Wno-uninitialized.Ruslan Ermilov2001-09-111-1/+2
* - Silence warnings: apply `const' generously, mark some variablesDima Dorfman2001-09-091-44/+48
* Correct a last minute sizeof() bogon in my previous commit.Kris Kennaway2001-09-051-1/+1
* Introduce a -b option that allows the user to specify which address toDima Dorfman2001-09-011-5/+11
* Fix some unsafe signal handlers, and be careful not to overflow on fd_set.Kris Kennaway2001-09-011-101/+135
* Gives syslogd(8) the ability to refresh its idea of the hostname ofCrist J. Clark2001-08-271-7/+27
* Handle snprintf() returning -1.Brian Somers2001-08-201-2/+5
* - `-a' option for IPv6 was not working correctly.Hajimu UMEMOTO2001-07-191-4/+9
* Lose any stray host bits that a user may have entered when providingCrist J. Clark2001-07-021-1/+3
* Fix constness warning introduced in syslog.h 1.21.David Malone2001-05-211-2/+2
* Add the ability to specify alternate PID file for syslogd.David Malone2001-05-101-3/+6
* MAXHOSTNAMELEN includes the NULBrian Somers2001-03-091-5/+5
* This seems to stop syslog console messages looping. The problemDavid Malone2001-02-041-1/+1
* IPv6 support for syslogd.Hajimu UMEMOTO2000-12-161-138/+385
* Add the "LOG_CONSOLE" facility and tell syslogd to not log it onPoul-Henning Kamp2000-11-251-0/+2
* Syslogd normally converts messages of facility kern to facilityDavid Malone2000-10-171-2/+6
* Fix unexploitable off by one error as mentioned on Bugtraq.Warner Losh2000-09-191-2/+1
* Update the usage string to reflect -n as an option.Paul Saab2000-08-071-1/+1
* Actually make syslogd understand the new -n option by putting itPaul Saab2000-08-071-1/+1
* Sort cases in getopt switch statement.David Malone2000-08-031-31/+32
* Replace two calls to strlen+calloc+strcpy with strdup.David Malone2000-08-031-12/+4
* Change option -r to -n inline with conventions we use elsewhere.Paul Saab2000-07-291-3/+3
* Add option 'r' to syslogd which will disable dns queries for everyPaul Saab2000-07-291-3/+10
* Allow syslogd to select messages based on the originating host inDavid Malone2000-07-241-7/+51
* Prevent a non-exploitable remote buffer overflow.Kris Kennaway2000-06-081-3/+3
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-2/+2
* Enable 8bit chars excepting high controlsAndrey A. Chernov2000-04-181-4/+10
* 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
* Add section number to .Xr. Use .Pa for filenames.Philippe Charnier2000-01-231-3/+2
* Do this the Right Way (tm), i.e. use shutdown() instead of fooling aroundDag-Erling Smørgrav2000-01-141-6/+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-281-1/+1
* Make hostname comparisons case insensitiveBrian Somers1999-08-171-4/+5