Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-01-19 | Check malloc() return value. Pointed out by mpech@. Ok mpech@, deraadt@ | Todd C. Miller | |
2004-01-13 | buffer size should be unsigned, report mpech@; ok deraadt@ | Damien Miller | |
2004-01-05 | sort options and SYNOPSIS; | Jason McIntyre | |
sync usage(); | |||
2004-01-05 | clarify description of colon `action'; | Jason McIntyre | |
ok djm@ | |||
2004-01-04 | spacing | Theo de Raadt | |
2004-01-04 | Buffered logging for syslogd. Logs may be stored in memory buffers and | Damien Miller | |
extracted using a small client. Useful for diskless systems. much feedback from deraadt@, canacar@, jmc@, jakob@ ; ok deraadt@ | |||
2003-12-29 | delint | Theo de Raadt | |
2003-12-29 | spacing | Theo de Raadt | |
2003-12-29 | convert from select() to poll() for main event loop; tested millert@, deraadt@ | Damien Miller | |
ok deraadt@ | |||
2003-10-26 | correct bad dprintf, from Moritz Jodeit <moritz at jodeit.org> | Anil Madhavapeddy | |
2003-10-24 | fix an occasional hang noticed by mpech@ when a SIGHUP | Can Erkin Acar | |
is received after the configuration is modified. tested by mpech@, ok avsm@ | |||
2003-10-22 | setgroups; avsm ok | Theo de Raadt | |
2003-10-01 | use the same amount of indent for the action fields in the example conf; | Jason McIntyre | |
2003-09-24 | cleanup privsep communications between child/parent with a lot more | Anil Madhavapeddy | |
paranoia. noticed by aaron@, feedback from drahn@ cloder@ millert@ | |||
2003-09-19 | whack getopt ? matching; jeffi@rcn.com | Theo de Raadt | |
2003-08-27 | correct error message (wall -> syslogd) | Anil Madhavapeddy | |
2003-08-18 | Call tzset() to stash the current timezone before we chroot. | Todd C. Miller | |
OK deraadt@ and avsm@ | |||
2003-08-15 | remove extra \n in {warn,err}{,x} calls | Theo de Raadt | |
2003-08-01 | clean up debug output some, and correct an incorrect error check in | Anil Madhavapeddy | |
priv_gethostbyaddr() | |||
2003-07-31 | delint | Theo de Raadt | |
2003-07-31 | knf | Anil Madhavapeddy | |
2003-07-31 | Privilege separated syslog daemon. The child listening to log requests drops | Anil Madhavapeddy | |
to user _syslogd and chroots itself, while the privileged parent grants it access to open logfiles and other calls it needs. The only difference from existing behaviour is that if syslog.conf changes and syslogd receives a HUP, it will re-exec itself and have two new PIDs. A HUP with an unchanged config will make syslogd reopen logfiles as before. Lots of help and code from deraadt@ , and advice from millert@ Various versions tested by todd, cloder, mpech, markus, tdeval and others | |||
2003-07-08 | dont silently truncate a domain socket specified via the -p argument; | Anil Madhavapeddy | |
error out instead if its too long. deraadt@ ok | |||
2003-06-26 | correct an example, and fix BUGS; | Jason McIntyre | |
ok millert@ | |||
2003-06-12 | - section reorder | Jason McIntyre | |
- macro fixes - kill whitespace at EOL - new sentence, new line | |||
2003-06-04 | fix some more UCB term 3 | Theo de Raadt | |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-05-17 | Fix typo in last commit, spotted by Brian Poole. That'll teach me | Todd C. Miller | |
to commit on an empty stomach. | |||
2003-05-17 | Cannot use strlcpy() for strings in struct utmp since they are not guaranteed | Todd C. Miller | |
to be NUL-terminated. Fixes a bug introduced in rev 1.37; noticed by deraadt@ | |||
2003-05-08 | .Xr newsyslog | Todd C. Miller | |
2003-03-21 | Fix default facility when none is specified (should be LOG_USER, | Todd C. Miller | |
was LOG_UUCP due to a bug); Javier Kohen | |||
2003-02-14 | typos; | Jason McIntyre | |
tftpd(8): tweak and ok millert@ tokenadm(8): tweak and ok millert@ | |||
2003-01-23 | typos; | Jason McIntyre | |
ok millert@ | |||
2002-12-22 | fix cutnpaste; from hunter@comsys.com.ua | Michael Shalayeff | |
2002-11-21 | Add -n option to print message source addresses numerically rather than | Chad Loder | |
symbolically. This saves address->name lookups, which is nice on log servers without a DNS cache. millert@, jakob@ ok | |||
2002-09-06 | use more socklen_t; pvalchev | Theo de Raadt | |
2002-08-08 | Pass correct buffer length to snprintf on error condition; ericj@, fgsch@ ok. | Aaron Campbell | |
2002-07-24 | Sanity check snprintf() return values before using them. It is legal for | Todd C. Miller | |
snprintf(3) to return -1. | |||
2002-07-20 | ansi | Theo de Raadt | |
2002-06-14 | spelling; from Brian Poole <raj@cerias.purdue.edu> | Todd T. Fries | |
2002-06-05 | Double socket receive buffer size; deraadt@ OK | Todd C. Miller | |
2002-05-26 | pid_t cleanup | Theo de Raadt | |
2002-05-25 | fix usage; from Sam Smith <S@mSmith.net>. | Federico G. Schwindt | |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2001-12-02 | KNF, and remove unneccessary signal blocking and errno saving, since not ↵ | Theo de Raadt | |
signal handlers anymore; millert ok | |||
2001-11-17 | use volatile sig_atomic_t where possible; simply volatile i other places | Theo de Raadt | |
2001-11-17 | missing prototype (getmsgbufsize). | Markus Friedl | |
2001-11-17 | reread config from main loop instead of signal hander; ok deraadt@ | Markus Friedl | |
2001-11-16 | no need for setjmp.h | Theo de Raadt | |
2001-08-03 | Open files with O_NONBLOCK but turn off non-blocking mode for | Todd C. Miller | |
non-ttys. If write(2) returns EAGAIN just ignore the error and move on. This prevents a locked terminal from causing syslogd grief. If we ever want to support logging to a fifo this will probably have to be revisited. |