summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* preparing for 3.21.2v3.21.2Rainer Gerhards2008-08-042-5/+5
|
* enhanced troubleshooting documentationRainer Gerhards2008-08-043-1/+61
|
* enhanced ommail to support multiple email recipients.Rainer Gerhards2008-08-043-21/+118
| | | | | | | This is done by specifying $ActionMailTo multiple times. Note that this introduces a small incompatibility to previous config file syntax: the recipient list is now reset for each action (we honestly believe that will not cause any problem - apologies if it does).
* added $InputUnixListenSocketHostName config directiveRainer Gerhards2008-08-015-19/+59
| | | | | | It permits to override the hostname being used on a local unix socket. This is useful for differentiating "hosts" running in several jails. Feature was suggested by David Darville, thanks for the suggestion.
* fix the make distcheck workaround ;)v3.21.1Rainer Gerhards2008-07-301-0/+1
| | | | I left some file in the file system, cause make distcheck to fail...
* preparing for 3.21.1Rainer Gerhards2008-07-306-17/+56
| | | | | | | I disabled some make check checks for make distcheck. I need to add some addtl support for make distcheck environment to rsyslogd and I don't like to hold 3.21.1 just for that any longer.
* fixed some minor nits in preperation for 3.21.1Rainer Gerhards2008-07-297-16/+46
|
* added testbed for config errors and fixed a bugRainer Gerhards2008-07-2918-13/+222
| | | | | | - bugfix: no error was reported if the target of a $IncludeConfig could not be accessed. - added testbed for common config errors
* enhanced configuration file error reporting and verificationRainer Gerhards2008-07-299-101/+242
| | | | | | | | | | | | - enhanced config file checking - no active actions are detected - added -N rsyslogd command line option for a config validation run (which does not execute actual syslogd code and does not interfere with a running instance) - somewhat improved emergency configuration. It is now also selected if the config contains no active actions - rsyslogd error messages are now reported to stderr by default. can be turned off by the new "$ErrorMessagesToStderr off" directive Thanks to HKS for suggesting these new features.
* begun implementing a diagnostic plugin (not yet completed)Rainer Gerhards2008-07-287-3/+230
|
* Merge branch 'beta'Rainer Gerhards2008-07-2519-46/+51
|\
| * Merge branch 'v3-stable' into betaRainer Gerhards2008-07-2519-46/+51
| |\ | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| | * fixed a number of typosRyo Fujita2008-07-252-3/+3
| | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| | * use the $ModLoad syntax consistently.Michael Biebl2008-07-2214-41/+43
| | | | | | | | | | | | | | | | | | | | | | | | Update the documentation to use the new, preferred $ModLoad syntax: - no more MySQL - name of the in/output plugin without the trailing .so Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| | * bumped version numberRainer Gerhards2008-07-212-1/+3
| | |
| | * preparing for 3.18.1v3.18.1Rainer Gerhards2008-07-213-3/+4
| | |
| | * Update man pages, fix a small typoMichael Biebl2008-07-213-3/+3
| | | | | | | | | | | | | | | | | | | | | - Update the version number and date in the man pages - s/imklogd/imklog/ Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | | preparing for 3.21.0 releasev3.21.0Rainer Gerhards2008-07-183-9/+10
| | |
* | | Merge branch 'beta'Rainer Gerhards2008-07-189-13/+112
|\| |
| * | Merge branch 'v3-stable' into betaRainer Gerhards2008-07-189-13/+112
| |\| | | | | | | | | | | | | | | | | | | Conflicts: doc/property_replacer.html tools/syslogd.c
| | * added new poperty replacer option, added missing documentationRainer Gerhards2008-07-186-8/+95
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - added a new property replacer option "sp-if-no-1st-sp" to cover a problem with RFC 3164 based interpreation of tag separation. While it is a generic approach, it fixes a format problem introduced in 3.18.0, where kernel messages no longer had a space after the tag. This is done by a modifcation of the default templates. Please note that this may affect some messages where there intentionally is no space between the tag and the first character of the message content. If so, this needs to be worked around via a specific template. However, we consider this scenario to be quite remote and, even if it exists, it is not expected that it will actually cause problems with log parsers (instead, we assume the new default template behaviour may fix previous problems with log parsers due to the missing space). - doc bugfix: property replacer options secpath-replace and secpath-drop were not documented
| | * bugfix: remove PRI part from kernel message if it is presentRainer Gerhards2008-07-182-0/+3
| | |
| | * bugfix: imklog module was not correctly compiled for GNU/kFreeBSDPetr Salinger2008-07-182-0/+7
| | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| | * fixed typo in source commentRyo Fujita2008-07-162-2/+3
| | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| | * doc bugfix: fixed some typos in rsyslog.conf man pageRyo Fujita2008-07-162-5/+6
| | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | | added a samll diagnostic tool to obtain result of gethostname() APIRainer Gerhards2008-07-164-1/+66
| | |
* | | some doc cleanupRainer Gerhards2008-07-162-4/+4
| | | | | | | | | | | | | | | among others, download links on status page were messed up. Thanks to HKS for reporting this.
* | | Merge branch 'tests'Rainer Gerhards2008-07-1516-112/+430
|\ \ \
| * | | forgotten to reflect name change in .gitignoreRainer Gerhards2008-07-071-1/+1
| | | |
| * | | changed RainerScript testbench to a full-blow test suiteRainer Gerhards2008-07-0711-116/+313
| | | | | | | | | | | | | | | | | | | | it now works based on test case files, which enable to quickly generate test cases.
| * | | added capability to create a printable string of a vmprgRainer Gerhards2008-07-077-9/+130
| | | | | | | | | | | | | | | | | | | | | | | | This is needed so that we can create simple testbenches which will check the result of a test (a generated program) via a simple strcmp.
* | | | preparing for new devel branch (3.21)Rainer Gerhards2008-07-153-2/+4
| |/ / |/| |
* | | bumped version numberRainer Gerhards2008-07-153-2/+4
| | |
* | | preparing for 3.19.10, starting a new beta branchv3.19.10Rainer Gerhards2008-07-153-8/+9
| | |
* | | Merge branch 'master' into betaRainer Gerhards2008-07-15228-3370/+10746
|\ \ \ | |_|/ |/| |
| * | bugfix (cosmetical): authorization was not checked when gtls handshake ↵varmojfekoj2008-07-152-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | completed immediately. While this sounds scary, the situation can not happen in practice. We use non-blocking IO only for server-based gtls session setup. As TLS requires the exchange of multiple frames before the handshake completes, it simply is impossible to do this in one step. However, it is useful to have the code path correct even for this case - otherwise, we may run into problems if the code is changed some time later (e.g. to use blocking sockets). Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| * | some fixes in ChangeLogRainer Gerhards2008-07-141-3/+2
| | |
| * | Merge branch 'beta'Rainer Gerhards2008-07-141-0/+5
| |\ \
| * | | bugfix: priority was incorrectly calculated on FreeBSD 7Rainer Gerhards2008-07-142-6/+14
| | | | | | | | | | | | | | | | | | | | | | | | because the LOG_MAKEPRI() C macro has a different meaning there (it is just a simple addition of faciltity and severity). I have changed this to use own, consistent, code for PRI calculation.
| * | | bugfix: UDP syslog forwarding did not work on all platformsRainer Gerhards2008-07-142-3/+10
| | | | | | | | | | | | | | | | | | | | | | | | the ai_socktype was incorrectly set to 1. On some platforms, this lead to failing name resolution (e.g. FreeBSD 7). Thanks to HKS for reporting the bug.
| * | | cleanup of debugging messages (removed no longer needed ones)Rainer Gerhards2008-07-145-12/+1
| | | |
| * | | Merge branch 'beta' - important mutex bugfixRainer Gerhards2008-07-143-2/+50
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/Makefile.am doc/manual.html
| * | | | temporary: some debug instrumentation to help find a segfault on freebsdRainer Gerhards2008-07-111-0/+6
| | | | |
| * | | | update project status after 3.18.0 releaseRainer Gerhards2008-07-111-3/+5
| | | | |
| * | | | some html files were not included in distribution tarballRainer Gerhards2008-07-111-0/+5
| | | | | | | | | | | | | | | | | | | | thanks to Michael Biebll for pointing out the problem
| * | | | Merge branch 'beta'Rainer Gerhards2008-07-116-35/+135
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac rsyslog.conf runtime/queue.c
| * | | | | bugfix: bad memory leak in disk-based queue modesRainer Gerhards2008-07-092-21/+9
| | | | | |
| * | | | | minor: enhanced debug output (PRI now included)Rainer Gerhards2008-07-091-1/+1
| | | | | |
| * | | | | bumped version numberRainer Gerhards2008-07-073-2/+4
| | | | | |
| * | | | | preparing for 3.19.9v3.19.9Rainer Gerhards2008-07-072-5/+6
| | | | | |