Age | Commit message (Expand) | Author |
2012-04-04 | Return an error much earlier if recvmsg fails | Theo de Raadt |
2011-07-12 | Allow syslogc -n XX to display less than the whole file, and -n XX -f to | Stuart Henderson |
2010-04-30 | shuffle some things around to deal with incomplete types | Jonathan Gray |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-10-22 | write UNIX-domain in a more consistent way; while here, replace a | Igor Sobrado |
2009-10-22 | use the UNIX-related macros (.At and .Ux) where appropriate. | Igor Sobrado |
2008-11-23 | Remove some whitespace. | Brad Smith |
2008-09-29 | initialize both sides of the lockpipe (only used in debug mode) to -1 to | Theo de Raadt |
2008-09-29 | do not close a random file descriptor in debug mode, PR 5938 from mickey | Theo de Raadt |
2008-04-21 | If a |program is too slow to process the input, | Marco Pfatschbacher |
2008-03-24 | msg_controllen has to be CMSG_SPACE so that the kernel can account for | Theo de Raadt |
2008-03-16 | avoid errno trashing, ok mpf henning | Theo de Raadt |
2008-03-16 | syslogd leaves zombies around if multiple |/pathto/mylogprog | Marco Pfatschbacher |
2008-03-15 | Repair the simple cases for msg_controllen where it should just be | Theo de Raadt |
2008-03-13 | Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due to | Theo de Raadt |
2007-10-17 | remove "unused variable" warnings | Charles Longeau |
2007-09-07 | Initialize length variable slen properly to avoid possible EINVAL | Alexander Bluhm |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-02 | - use getaddrinfo() instead of gethostbyname/getservbyname | Jason Wright |
2007-03-30 | Preserve the contents of the memory buffers when syslogd reinitializes | Can Erkin Acar |
2007-03-15 | use warnx and not logerror in monitor, logerror is for the slave; | Damien Miller |
2007-03-06 | mention log to pipe in the blurb here. the details are all in syslog.conf.5, | Henning Brauer |
2007-02-21 | Create "syslogd: restart" message after the setup of signal | Marco Pfatschbacher |
2007-02-20 | document syslog to other programs, ok jmc | Henning Brauer |
2007-02-20 | implement logging to other program's stdin. | Henning Brauer |
2007-01-03 | Support for continuous reading of syslog memory buffers. | Marco Pfatschbacher |
2006-09-17 | check that stdio file descriptors are actually closed before clobbering | Damien Miller |
2006-07-09 | Use sigaction() instead of signal() in the parent and use the | Todd C. Miller |
2006-06-22 | CAVEATS | Ray Lai |
2006-02-18 | - mention ftp facility keyword. | Niall O'Higgins |
2005-12-02 | unlink() pid file on exit. ok deraadt@ | Moritz Jodeit |
2005-09-21 | rearrange sanity checks to eliminate signed arithmatic, from stevesk@ | Damien Miller |
2005-09-16 | reorder tests for improved sanity, from stevesk@ | Damien Miller |
2005-09-16 | unneeded headers, from stevesk@ | Damien Miller |
2005-06-10 | If any of fds 0-2 are not open, dup them to our /dev/null fd. | Todd C. Miller |
2005-06-06 | memory leak on SIGHUP for memory buffer logs, based on fix by Stephen Marley; | Damien Miller |
2005-06-06 | fix fd leak on SIGHUP after config change, spotted by Stephen Marley; ok avsm@ | Damien Miller |
2005-05-23 | noo need for endpwent() here at all, ok theo | Henning Brauer |
2005-05-03 | setres[ug]id; ok deraadt@ | Damien Miller |
2005-04-21 | avoid looping on failed tty or /dev/console writes and just drop the message | Damien Miller |
2005-03-12 | shutdown the inetd socket for reading if secure; ok deraadt | Markus Friedl |
2004-12-22 | avoid a null dereference when using membufs. | Dan Harnett |
2004-12-21 | silently ignore some cases when sendto(2) fails rather than disabling | Dan Harnett |
2004-12-20 | Fix one case of broken duplicate supression, which happens if two lines | Otto Moerbeek |
2004-12-02 | group paragraphs more logically; | Jason McIntyre |
2004-11-11 | strchr("whatever", 0) returns non NULL. From Patrick Latifi. | Otto Moerbeek |
2004-09-14 | portable code should not use that gcc __func__ specific junk when it is not n... | Theo de Raadt |
2004-09-14 | size_t vs ssize_t confusion | Theo de Raadt |
2004-09-14 | ARGSUSED before signal handler with unused signo | Theo de Raadt |
2004-09-14 | ARGSUSED before signal handler with unused signo | Theo de Raadt |