Age | Commit message (Expand) | Author |
2015-01-08 | Use the field f_file also for the forwarding file descriptor. Remove | Alexander Bluhm |
2015-01-02 | Use SIMPLEQ for syslogd filed list instead of manual list operations. | Alexander Bluhm |
2015-01-02 | When syslogd was sending via TCP, there was file descriptor leak | Alexander Bluhm |
2014-12-31 | Implement sending syslog messages over TCP streams. | Alexander Bluhm |
2014-12-10 | If default file descriptors (0, 1, 2) have to be assigned to /dev/null, | Tobias Stoeckmann |
2014-12-10 | File descriptors are of type int, not short. While at it, adjust remaining | Tobias Stoeckmann |
2014-12-07 | Fix regression for priority "none" (spotted by doug) of last commit by not | Tobias Stoeckmann |
2014-12-06 | Verify that facility and priority numbers are in valid ranges. | Tobias Stoeckmann |
2014-12-03 | Fix off by one in check for socket path too long. From Nicolas Bedos. | Todd C. Miller |
2014-11-26 | Prefer setvbuf() to setlinebuf() for portability; ok deraadt@ | Todd C. Miller |
2014-11-01 | Replace the combination of strlen(), calloc(), strlen(), strlcpy() | Alexander Bluhm |
2014-10-06 | As libevent provides safe signal callbacks instead of signal handlers, | Alexander Bluhm |
2014-10-05 | Switch syslogd from using poll(2) to libevent. | Alexander Bluhm |
2014-10-03 | Cleanup the reporting socket code in syslogd. | Alexander Bluhm |
2014-10-01 | Map out-of-range facility values to LOG_USER to avoid array over-read. | Philip Guenther |
2014-09-27 | Also in debug mode, close nullfd when it is not needed anymore. | Alexander Bluhm |
2014-09-10 | Remove redundant null check and rename vars consistently in syslogd | Doug Hogan |
2014-09-08 | Fix a syslogd regression when specifying all 20 additional log paths | Doug Hogan |
2014-09-04 | Move the handlers for the poll events into separate functions. They | Alexander Bluhm |
2014-08-31 | The reapchild() signal handler collects all children. This can be | Alexander Bluhm |
2014-08-31 | Do not call free() on an array in the data section. Fortunately | Alexander Bluhm |
2014-08-25 | Allow to restrict syslogd to a protocol family with -4 and -6 command | Alexander Bluhm |
2014-08-25 | Fix the gcc compiler warnings "comparison between signed and | Alexander Bluhm |
2014-08-22 | Instead of getting a nasty error message from privsep | Alexander Bluhm |
2014-08-21 | Send and receive UDP syslog packets on the IPv6 socket. | Alexander Bluhm |
2014-08-21 | Parse loghost in a separate function. Allow [] around hostname, | Alexander Bluhm |
2014-08-20 | Replace gethostbyaddr(3) with getnameinfo(3). Remove the sigprocmask() | Alexander Bluhm |
2014-08-20 | Rename priv_gethostserv() to priv_getaddrinfo() as this is what the | Alexander Bluhm |
2014-08-19 | Fix trailing white spaces. | Alexander Bluhm |
2014-07-14 | Create a socketpair() and tie one end to /dev/klog using ioctl LIOCSFD. | Theo de Raadt |
2014-02-04 | Remote logging could get stuck after a "network is unreachable" | Alexander Bluhm |
2013-11-24 | more unsigned char casts for ctype | Theo de Raadt |
2013-10-09 | Trim leading white space from the message before trying to extract | Todd C. Miller |
2013-04-16 | remove casts to time_t * which are not needed | Theo de Raadt |
2013-03-11 | handle ECONNABORTED errors from accept(). In many code blocks they can be | Theo de Raadt |
2013-02-10 | -h includes RFC 3164 style hostnames when forwarding; | Markus Friedl |
2011-07-12 | Allow syslogc -n XX to display less than the whole file, and -n XX -f to | Stuart Henderson |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2008-09-29 | initialize both sides of the lockpipe (only used in debug mode) to -1 to | Theo de Raadt |
2008-04-21 | If a |program is too slow to process the input, | Marco Pfatschbacher |
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-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-02-21 | Create "syslogd: restart" message after the setup of signal | Marco Pfatschbacher |
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 |
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 |