summaryrefslogtreecommitdiffstats
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
...
* first implementation of option to turn off hostname and tag parsingRainer Gerhards2006-03-131-801/+802
|
* now it compiles under solaris, but I could not yet test it (need to findRainer Gerhards2006-02-161-0/+2
| | | | out how to disable stock syslogd on this platform ;))
* some changes to support SolarisRainer Gerhards2006-02-161-0/+1
|
* housekeeping changes to start development on next versionRainer Gerhards2006-02-151-0/+2
|
* preparing for 1.12.2 releaseRainer Gerhards2006-02-151-3/+3
|
* fixed a bug in debian startup scriptRainer Gerhards2006-02-021-0/+27
|
* fixed a bug that caused the default socket (usually /dev/log) to be openedRainer Gerhards2006-01-101-0/+2
| | | | even when -o command line option was given
* enhanced legacy syslog message parser so that it supports messages withoutRainer Gerhards2006-01-101-0/+2
| | | | a TIMESTAMP
* added support for field-based text extraction in the property replacer.Rainer Gerhards2005-12-221-1/+2
| | | | This is untested so far (the evening came quicker than anticipated ;))
* core parser for syslog-protocol addedRainer Gerhards2005-11-241-0/+2
|
* fixed a bug in RFC3339 timestamp generation; added support for 3339Rainer Gerhards2005-11-231-0/+4
| | | | timestamps in internally-generated messages
* housekeeping/preparing for next releaseRainer Gerhards2005-11-231-0/+2
|
* doc updates for 1.12.1 releaseRainer Gerhards2005-11-231-757/+757
|
* streamlined internal log messages (removed the now-duplicate tag text)Rainer Gerhards2005-11-161-0/+2
|
* enhanced the message parser so that it (very often) properly identifiesRainer Gerhards2005-11-101-0/+2
| | | | | missing hostnames and then returns correct hostname (sender then) and TAG
* fixed a bug causing core dump when no TAG was in messageRainer Gerhards2005-11-041-0/+4
|
* fixed a bug where a NULL-pointer was passed to printf in logmsg(); fixed aRainer Gerhards2005-10-281-0/+3
| | | | bug in make install, where rfc3195d was not installed.
* made multithreading work under BSDRainer Gerhards2005-10-261-0/+3
|
* preparing for 1.12.0 releasev1-12-0Rainer Gerhards2005-10-261-3/+3
|
* dual-threading code looks now fairly complete and stableRainer Gerhards2005-10-251-0/+2
|
* fixed some issues with TCP senderRainer Gerhards2005-10-251-0/+1
|
* fixed bug in tcp sender that could cause rsyslogd to dump coreRainer Gerhards2005-10-251-1/+8
|
* some non-intrusive preparations for dual-threadingRainer Gerhards2005-10-241-0/+4
|
* made sure no call to exit or die is done once rsyslogd is runningRainer Gerhards2005-10-241-0/+5
|
* fixed potential race condition with domark(); improved debug outputRainer Gerhards2005-10-201-0/+4
|
* preparation for next release (housekeeping)Rainer Gerhards2005-10-191-0/+2
|
* rsyslogd still shares some code with the sysklogd project. Some patches forRainer Gerhards2005-10-191-7/+9
| | | | this shared code have been brought over from the sysklogd CVS.
* made "!progname" fully BSD-compliant; added property "programname"Rainer Gerhards2005-10-191-3/+2
|
* fixing a bug with the "startswith" comparison mode; more work on BSD-styleRainer Gerhards2005-10-191-0/+2
| | | | host blocks
* added support for BSD-style host blocksRainer Gerhards2005-10-191-0/+3
|
* begin implementing BSD-style program blocksRainer Gerhards2005-10-181-0/+5
|
* added capability to specify listen port for rfc3195dRainer Gerhards2005-10-141-0/+1
|
* some restructuring, mostly preparation for an eventual move to aRainer Gerhards2005-10-131-0/+4
| | | | dual-threading model
* added first (simple) version of rfc3195 receiver; some bug fixes andRainer Gerhards2005-10-121-1/+7
| | | | supporting changes to rsyslogd
* begin implementing RFC 3195 supportRainer Gerhards2005-10-061-0/+2
|
* updated docs to reflect new stable release 1.0.2Rainer Gerhards2005-10-051-0/+4
|
* perparing for next release (housekeeping stuff)Rainer Gerhards2005-09-271-0/+2
|
* minor doc changev1-10-2Rainer Gerhards2005-09-271-1/+1
|
* added allowedSender support for TCPRainer Gerhards2005-09-271-2/+11
|
* completed allowedSender support for UDP (TCP to come next)Rainer Gerhards2005-09-271-0/+4
|
* begin support for allowed sendersRainer Gerhards2005-09-261-0/+3
|
* added the "startwith" property-filter comparison operationRainer Gerhards2005-09-261-1/+3
|
* added isequal comparison operation; ability to negat comparison operationsRainer Gerhards2005-09-261-0/+9
| | | | fixed some bugs
* small fix in escapefunction, finishing touches for 1.10.1v1-10-1Rainer Gerhards2005-09-231-1/+3
|
* security hardening of the new "call script" actionRainer Gerhards2005-09-221-0/+3
|
* merged bkalkbrenner's execute shell patch - thanks!Rainer Gerhards2005-09-211-0/+4
|
* final doc updates for 1.10.0v1-10-0Rainer Gerhards2005-09-201-1/+1
|
* fixed SO_BSDCOMPAT problem under SUSERainer Gerhards2005-09-191-0/+2
|
* added capability to filter on any property in selector linesRainer Gerhards2005-09-191-0/+2
|
* on the way to adding property-based filters - right before changingRainer Gerhards2005-09-151-0/+2
| | | | cfline()