| Commit message (Expand) | Author | Age | Files | Lines |
| * | Allow syslogc -n XX to display less than the whole file, and -n XX -f to |  sthen | 2011-07-12 | 1 | -3/+7 |
| * | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 2009-10-27 | 1 | -15/+1 |
| * | initialize both sides of the lockpipe (only used in debug mode) to -1 to |  deraadt | 2008-09-29 | 1 | -3/+3 |
| * | If a |program is too slow to process the input, |  mpf | 2008-04-21 | 1 | -3/+15 |
| * | remove "unused variable" warnings |  chl | 2007-10-17 | 1 | -4/+3 |
| * | Initialize length variable slen properly to avoid possible EINVAL |  bluhm | 2007-09-07 | 1 | -2/+3 |
| * | - use getaddrinfo() instead of gethostbyname/getservbyname |  jason | 2007-05-02 | 1 | -24/+49 |
| * | Preserve the contents of the memory buffers when syslogd reinitializes |  canacar | 2007-03-30 | 1 | -13/+54 |
| * | Create "syslogd: restart" message after the setup of signal |  mpf | 2007-02-21 | 1 | -6/+9 |
| * | implement logging to other program's stdin. |  henning | 2007-02-20 | 1 | -12/+34 |
| * | Support for continuous reading of syslog memory buffers. |  mpf | 2007-01-03 | 1 | -18/+107 |
| * | check that stdio file descriptors are actually closed before clobbering |  djm | 2006-09-17 | 1 | -6/+7 |
| * | If any of fds 0-2 are not open, dup them to our /dev/null fd. |  millert | 2005-06-10 | 1 | -4/+12 |
| * | memory leak on SIGHUP for memory buffer logs, based on fix by Stephen Marley; |  djm | 2005-06-06 | 1 | -2/+5 |
| * | avoid looping on failed tty or /dev/console writes and just drop the message |  djm | 2005-04-21 | 1 | -4/+6 |
| * | shutdown the inetd socket for reading if secure; ok deraadt |  markus | 2005-03-12 | 1 | -16/+16 |
| * | avoid a null dereference when using membufs. |  danh | 2004-12-22 | 1 | -10/+11 |
| * | silently ignore some cases when sendto(2) fails rather than disabling |  danh | 2004-12-21 | 1 | -4/+14 |
| * | Fix one case of broken duplicate supression, which happens if two lines |  otto | 2004-12-20 | 1 | -18/+58 |
| * | strchr("whatever", 0) returns non NULL. From Patrick Latifi. |  otto | 2004-11-11 | 1 | -3/+3 |
| * | size_t vs ssize_t confusion |  deraadt | 2004-09-14 | 1 | -6/+8 |
| * | ARGSUSED before signal handler with unused signo |  deraadt | 2004-09-14 | 1 | -2/+5 |
| * | -Wall,-Wshadow cleanup with avsm@; ok henning@ krw@ |  djm | 2004-07-03 | 1 | -13/+10 |
| * | support @hostname:port syntax in syslog.conf, prompted by msf@ at c2k4; |  djm | 2004-07-03 | 1 | -18/+24 |
| * | extend memory buffer control protocol to support transmission of flags, |  djm | 2004-06-25 | 1 | -27/+75 |
| * | allow '!!prog', where the second '!' means messages from prog should only |  dhartmei | 2004-06-03 | 1 | -4/+13 |
| * | Interpret !* correcly. ok dhartmei@ |  otto | 2004-06-03 | 1 | -3/+3 |
| * | include hostname in memory buffered logs, spotted by |  djm | 2004-05-25 | 1 | -4/+5 |
| * | Prevent another instance of syslogd from unlinking log sockets that |  millert | 2004-04-15 | 1 | -23/+35 |
| * | fix null pointer dereference when trying to read+clear non-existent memory |  djm | 2004-04-13 | 1 | -5/+4 |
| * | Check malloc() return value. Pointed out by mpech@. Ok mpech@, deraadt@ |  millert | 2004-01-19 | 1 | -3/+6 |
| * | buffer size should be unsigned, report mpech@; ok deraadt@ |  djm | 2004-01-13 | 1 | -3/+4 |
| * | sort options and SYNOPSIS; |  jmc | 2004-01-05 | 1 | -4/+4 |
| * | spacing |  deraadt | 2004-01-04 | 1 | -3/+3 |
| * | Buffered logging for syslogd. Logs may be stored in memory buffers and |  djm | 2004-01-04 | 1 | -45/+384 |
| * | spacing |  deraadt | 2003-12-29 | 1 | -5/+5 |
| * | convert from select() to poll() for main event loop; tested millert@, deraadt@ |  djm | 2003-12-29 | 1 | -73/+59 |
| * | whack getopt ? matching; jeffi@rcn.com |  deraadt | 2003-09-19 | 1 | -3/+2 |
| * | Call tzset() to stash the current timezone before we chroot. |  millert | 2003-08-18 | 1 | -2/+4 |
| * | Privilege separated syslog daemon. The child listening to log requests drops |  avsm | 2003-07-31 | 1 | -64/+120 |
| * | dont silently truncate a domain socket specified via the -p argument; |  avsm | 2003-07-08 | 1 | -3/+8 |
| * | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 1 | -7/+3 |
| * | Fix typo in last commit, spotted by Brian Poole. That'll teach me |  millert | 2003-05-17 | 1 | -3/+3 |
| * | Cannot use strlcpy() for strings in struct utmp since they are not guaranteed |  millert | 2003-05-17 | 1 | -3/+5 |
| * | Fix default facility when none is specified (should be LOG_USER, |  millert | 2003-03-21 | 1 | -4/+8 |
| * | fix cutnpaste; from hunter@comsys.com.ua |  mickey | 2002-12-22 | 1 | -3/+3 |
| * | Add -n option to print message source addresses numerically rather than |  cloder | 2002-11-21 | 1 | -11/+18 |
| * | use more socklen_t; pvalchev |  deraadt | 2002-09-06 | 1 | -4/+4 |
| * | Pass correct buffer length to snprintf on error condition; ericj@, fgsch@ ok. |  aaron | 2002-08-08 | 1 | -3/+3 |
| * | Sanity check snprintf() return values before using them. It is legal for |  millert | 2002-07-24 | 1 | -15/+19 |