Age | Commit message (Expand) | Author |
2004-07-03 | -Wall,-Wshadow cleanup with avsm@; ok henning@ krw@ | Damien Miller |
2004-07-03 | support @hostname:port syntax in syslog.conf, prompted by msf@ at c2k4; | Damien Miller |
2004-06-25 | extend memory buffer control protocol to support transmission of flags, | Damien Miller |
2004-06-07 | clarify how tags are parsed; | Jason McIntyre |
2004-06-03 | allow '!!prog', where the second '!' means messages from prog should only | Daniel Hartmeier |
2004-06-03 | Interpret !* correcly. ok dhartmei@ | Otto Moerbeek |
2004-05-25 | include hostname in memory buffered logs, spotted by | Damien Miller |
2004-04-15 | Prevent another instance of syslogd from unlinking log sockets that | Todd C. Miller |
2004-04-13 | fix null pointer dereference when trying to read+clear non-existent memory | Damien Miller |
2004-04-09 | Also pass SIGINT and SIGQUIT to child, noticed by mpech@ | Can Erkin Acar |
2004-04-02 | Do not bother closing an fd when we know it has failed. | Anil Madhavapeddy |
2004-03-16 | typos from Andrey Matveev; | Jason McIntyre |
2004-03-14 | Check return code of chdir() after chroot(); noted by Joris Vink, slight mod | Otto Moerbeek |
2004-03-06 | cleanup, mostly signal handling | Otto Moerbeek |
2004-02-26 | cure my speling | Anil Madhavapeddy |
2004-02-26 | staring->starting in comment | Anil Madhavapeddy |
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 |
2004-01-05 | clarify description of colon `action'; | Jason McIntyre |
2004-01-04 | spacing | Theo de Raadt |
2004-01-04 | Buffered logging for syslogd. Logs may be stored in memory buffers and | Damien Miller |
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 |
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 |
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 |
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 |
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 |
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 |
2003-07-08 | dont silently truncate a domain socket specified via the -p argument; | Anil Madhavapeddy |
2003-06-26 | correct an example, and fix BUGS; | Jason McIntyre |
2003-06-12 | - section reorder | Jason McIntyre |
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 |
2003-05-17 | Fix typo in last commit, spotted by Brian Poole. That'll teach me | Todd C. Miller |
2003-05-17 | Cannot use strlcpy() for strings in struct utmp since they are not guaranteed | Todd C. Miller |
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 |
2003-02-14 | typos; | Jason McIntyre |
2003-01-23 | typos; | Jason McIntyre |
2002-12-22 | fix cutnpaste; from hunter@comsys.com.ua | Michael Shalayeff |