| Age | Commit message (Expand) | Author |
| 2008-11-04 | Call tzset() to init TZ information for localtime(). | blymn |
| 2008-11-03 | make sure that we memset the struct tm we pass to mktime and set isdst to -1 | christos |
| 2008-11-03 | PR/39857: Bernd Ernesti: Fix broken output caused by a wrong offset. From | christos |
| 2008-10-31 | Import syslogd SoC project by Martin Schuette: | christos |
| 2008-07-21 | Remove the \n and tabs from the __COPYRIGHT() strings. | lukem |
| 2008-07-13 | Clarify how one is supposed to use the pointers returned by getutentries() | dholland |
| 2006-11-13 | PR/34979: Scott Ellis: Detect 0 length name and skip it instead of infinite | christos |
| 2006-10-21 | matches_spec: fix a bug so that "+host111,host1" actually matches to host1. | yamt |
| 2006-09-16 | PR/30879: Jukka Salmi: syslogd(8) doesn't parse `@' hostname specification | christos |
| 2006-09-16 | PR/28753: Martin J. Laubach: syslogd disables remote logging on non-fatal errors | christos |
| 2006-09-16 | Sync usage with man page (-b). | wiz |
| 2006-09-15 | PR/14563: Brian A. Seklecki: syslogd binds udp sockets on all interfaces | christos |
| 2006-04-24 | It's "its." | snj |
| 2006-04-19 | PR 32579: Add a -T flag to syslogd, which causes it to use local time for | pavel |
| 2005-06-02 | appease gcc -Wuninitialized | lukem |
| 2005-01-09 | Abolish the magic 7, and count iovectors explicitly. | christos |
| 2004-12-09 | Make syslogd automatically recover from full disks by noticing that the | matt |
| 2004-11-23 | Fix typo that caused priories to compare incorrectly. PR bin/28376 and | thorpej |
| 2004-11-19 | -u changed to -U when porting from FreeBSD; update comment. | wiz |
| 2004-11-19 | We have to read the config file the first time after we allocate the | thorpej |
| 2004-11-19 | Merge the thorpej-syslogd-hack-branch down to the trunk. Enhancements | thorpej |
| 2004-10-30 | Add (unsigned char) cast to ctype functions | dsl |
| 2004-10-28 | Postpone initial setting of the alarm timer until after the call to daemon(), | heas |
| 2004-10-10 | Add -S to usage. | wiz |
| 2004-10-08 | Don't fsync() kernel messages by default -- enable it with the "-S" flag. | mycroft |
| 2004-03-06 | use "volatile sig_atomic_t" for gothup; Havard Eidnes | itojun |
| 2004-03-06 | make SIGHUP handler very small, and call init() from the main poll() loop. | itojun |
| 2003-10-17 | Implement -r, which prevents syslogd from compressing multiple messages with | lukem |
| 2003-10-16 | safer use of realloc | itojun |
| 2003-09-19 | no need for explicit '?'; openbsd | itojun |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-05-14 | whitespace fix | itojun |
| 2003-05-14 | strlcpy audit | itojun |
| 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 |