| Age | Commit message (Expand) | Author |
| 2002-11-16 | die if out-of-range uid/gid is specified. | itojun |
| 2002-09-24 | set IPV6_V6ONLY to 1 to avoid complicated access control issue | itojun |
| 2002-08-02 | add utmpx support; | christos |
| 2002-06-09 | no need for KAME_SCOPEID any longer | itojun |
| 2002-05-25 | ANSIfy, and some KNF. Sort options in getopt-switch. Drop some unneeded | wiz |
| 2002-05-25 | Sort options in man page, don't mention non-existing '-S' option, | wiz |
| 2002-05-02 | remove commented out debug printf() accidentally committed in the last rev. | lukem |
| 2002-01-18 | logpath_add(): store pointer to strdup(3)ed copy of path provided. | lukem |
| 2001-11-06 | None of the other calls to logerror() include a newline at the end of the | kim |
| 2001-07-19 | Put pidfile after daemonize. This would fix newsyslog(8) error. | taca |
| 2001-07-16 | - No more lost error messages during syslogd startup, they now all appear on | manu |
| 2001-07-01 | -DLIBWRAP will enable libwrap-based filtering on UDP socket messages. | itojun |
| 2001-06-08 | new `-n' switch to avoid looking up hostnames. | mrg |
| 2001-03-21 | plug memory leak. PR 12444. | itojun |
| 2001-02-19 | convert to use getprogname() | cgd |
| 2000-09-18 | Don't prematurely terminate log message on a 0x80 character | sommerfeld |
| 2000-09-13 | Use setlocale(3) to activate support for international characters. | tron |
| 2000-09-13 | prevent one byte overrun in printline() | sommerfeld |
| 2000-07-02 | Fix minor thinko in previous. Make sure we close and keep closed all | jwise |
| 2000-06-30 | Fix opening/closing of sockets when receiving a HUP, and /etc/syslog.conf | jwise |
| 2000-06-30 | Improve behavior of `syslogd -s'. | jwise |
| 2000-06-30 | Back out and redo previous at Bill Sommerfeld's <sommerfeld@netbsd.org> | jwise |
| 2000-06-30 | 1.) bring usage text up to date, and clarify description of `-s' option | jwise |
| 2000-02-18 | * in secure mode (-s), still open the inet sockets but do a shutdown(,SHUT_RD) | lukem |
| 1999-12-13 | use sizeof(foo) instead of hardcoded value, to help synchronizing | itojun |
| 1999-12-07 | RCSID police. | ad |
| 1999-12-06 | be more friendly with non-IPv6 kernel. | itojun |
| 1999-12-02 | IPv6 support in syslogd. actually we need library update as well. | itojun |
| 1999-11-27 | add some debug messages. | mrg |
| 1999-06-07 | save/restore errno as necessary (printf() et al might have modified it...) | lukem |
| 1999-06-06 | Use pidfile(3). | thorpej |
| 1999-02-28 | Because the old bound check is used at several places we need to make | tron |
| 1999-02-28 | Correct precedence in calculation of storage for pollfds. | pk |
| 1999-02-28 | - Don't use static array hack if neither "-p" nor "-P" are used. | tron |
| 1999-02-28 | Use correct expression "sizeof(char *)" instead of "sizeof(char **)" | tron |
| 1999-02-21 | - allow -p /log/socket to appear more than once (and work as expected | mrg |
| 1998-07-30 | Use "[host]: " as prefix for forwarded messages to distinguish them | tron |
| 1998-07-18 | use AF_LOCAL instead of AF_UNIX | lukem |
| 1998-07-06 | - use an array MAXHOSTNAMELEN+1 size to hold hostnames | mrg |
| 1998-05-08 | Fix arithmetics lossage on typeless pointers. | kleink |
| 1997-10-24 | prefer snprintf() to sprintf() | mrg |
| 1997-10-17 | getopt returns -1 not EOF | lukem |
| 1997-09-19 | Commit userland part of pr-1891. | leo |
| 1997-09-15 | If f->f_type is F_FORW, don't close f->file. | enami |
| 1997-09-13 | Store constant `F_UNUSED' into the right place f->f_type | enami |
| 1997-07-18 | Cast time_t's to long, and use %ld format, when printing. | thorpej |
| 1997-06-29 | - Fix warnings | christos |
| 1997-05-17 | NULL => 0 (Arne Juul; PR#3629) | pk |
| 1997-04-26 | add 0 and 0x prefixes for octal and hex numbers, in debug messages (based on ... | mrg |
| 1997-04-26 | do not write pid file in debug mode. (pr#2825) | mrg |