summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* final work for release of v3.17.1v3.17.1Rainer Gerhards2008-04-151-1/+3
|
* Merge branch 'bsd-port'Rainer Gerhards2008-04-151-1/+8
|\ | | | | | | | | | | | | Conflicts: ChangeLog plugins/imklog/imklog.c
| * cleanup of imklog + addtl. config directivesRainer Gerhards2008-04-141-0/+4
| | | | | | | | | | | | - implemented $KLogInternalMsgFacility config directive - implemented $KLogPermitNonKernelFacility config directive - modified internal interfaces
| * fixed typoRainer Gerhards2008-04-141-1/+1
| |
| * implemented high precision timestamps for the kernel log.Rainer Gerhards2008-04-121-0/+2
| | | | | | | | | | Thanks to Michael Biebl for pointing out that the kernel log did not have them.
| * implemented klog driver for BSDRainer Gerhards2008-04-091-0/+1
| |
* | Merge branch 'beta'Rainer Gerhards2008-04-151-2/+11
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/ommail.html queue.c
| * \ Merge branch 'v3-stable' into betaRainer Gerhards2008-04-151-1/+6
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog doc/manual.html
| | * | changed some files to grant LGPLv3 extended persmissions on top of GPLv3Rainer Gerhards2008-04-151-0/+3
| | | | | | | | | | | | | | | | | | | | this also is the first sign of something that will evolve into a well-defined "rsyslog runtime library"
| | * | added gssapi overview/howto thanks to Peter VrabecPeter Vrabec2008-04-111-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| | * | applied patch from Tiziano Müller to remove some compiler warningsRainer Gerhards2008-04-111-1/+2
| | | |
| * | | bumped version numberRainer Gerhards2008-04-111-0/+2
| | | |
| * | | preparing for 3.15.1v3.15.1Rainer Gerhards2008-04-111-1/+3
| | | |
| * | | Merge branch 'v3-stable' into betaRainer Gerhards2008-04-111-0/+5
| |\| | | | | | | | | | | | | | | | | | | | | | Conflicts: configure.ac
* | | | enhanced legacy syslog parser to handle slightly malformed messagesRainer Gerhards2008-04-111-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | Those with a space in front of the timestamp - at least HP procurve is known to do that and I won't outrule that others also do it. The change looks quite unintrusive and so we added it to the parser.
* | | | removed dependency on MAXHOSTNAMELEN as much as it made sense.Rainer Gerhards2008-04-101-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GNU/Hurd does not define it (because it has no limit), and we have taken care for cases where it is undefined now. However, some very few places remain where IMHO it currently is not worth fixing the code. If it is not defined, we have used a generous value of 1K, which is above IETF RFC's on hostname length at all. The memory consumption is no issue, as there are only a handful of this buffers allocated *per run* -- that's also the main reason why we consider it not worth to be fixed any further.
* | | | Merge branch 'v3-stable' into MAXHOSTNAMELENRainer Gerhards2008-04-101-0/+5
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | Conflicts: configure.ac
| * | | bugfix: omsnmp had a too-small sized buffer for hostname+port.Rainer Gerhards2008-04-101-0/+5
| | | | | | | | | | | | | | | | | | | | This could not lead to a segfault, as snprintf() was used, but could cause some trouble with extensively long hostnames.
* | | | Merge branch 'beta'Rainer Gerhards2008-04-091-0/+2
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | Merge branch 'v3-stable' into betaRainer Gerhards2008-04-091-0/+2
| |\| | | | | | | | | | | | | | | | Conflicts: modules.c
| | * finalized 3.14.2 releasev3.14.2Rainer Gerhards2008-04-091-0/+2
| | |
* | | bumped version numberRainer Gerhards2008-04-081-0/+2
| | |
* | | preparing for 3.17.0 releasev3.17.0Rainer Gerhards2008-04-081-0/+2
| | |
* | | Merge branch 'beta'Rainer Gerhards2008-04-081-0/+9
|\| | | | | | | | | | | | | | | | | Conflicts: syslogd.c
| * | Merge branch 'v3-stable' into betaRainer Gerhards2008-04-081-0/+9
| |\|
| | * bugfix: some legacy options not correctly interpreted - thanks toRainer Gerhards2008-04-081-0/+2
| | | | | | | | | | | | varmojfekoj for the patch
| | * - bugfixes in legacy options processing, credits to varmojfekojRainer Gerhards2008-04-081-0/+3
| | | | | | | | | | | | | | | * reset errno before printing a warning message * misspelled directive name in code processing legacy options
| | * cleanup and bugfix in imklogRainer Gerhards2008-04-081-0/+4
| | | | | | | | | | | | | | | | | | | | | - some cleanup in imklog - bugfix: potential segfault in imklog when kernel is compiled without /proc/kallsyms and the file System.map is missing. Thanks to Andrea Morandi for pointing it out and suggesting a fix.
* | | Merge branch 'beta'Rainer Gerhards2008-04-081-0/+4
|\| |
| * | Merge branch 'v3-stable' into betaRainer Gerhards2008-04-081-0/+4
| |\|
| | * bugfix: imklog did not work well with kernel 2.6+.Rainer Gerhards2008-04-081-0/+4
| | | | | | | | | | | | | | | | | | Thanks to Peter Vrabec for patching it based on the development in sysklogd - and thanks to the sysklogd project for upgrading klogd to support the new functionality.
* | | implemented $ActionExecOnlyOnceEveryInterval config directiveRainer Gerhards2008-04-081-0/+1
| | |
* | | Merge branch 'beta'Rainer Gerhards2008-04-081-0/+1
|\| |
| * | Merge branch 'v3-stable' into betaRainer Gerhards2008-04-081-0/+1
| |\|
| | * bugfix: omsnmp did not deref errmsg object on exit (no bad effects caused)Rainer Gerhards2008-04-081-0/+1
| | |
* | | added native mail functionalityRainer Gerhards2008-04-081-2/+2
| | |
* | | Merge branch 'beta'Rainer Gerhards2008-04-071-1/+10
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/rsyslog_ng_comparison.html doc/status.html msg.c rsyslog.conf.5 rsyslog.h rsyslogd.8 syslogd.c Conflicts were due to patch being multiple times applied in CVS import.
| * | Merge branch 'v3-stable' into betaRainer Gerhards2008-04-071-7/+30
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog Makefile.am configure.ac doc/status.html rsyslog.conf.5 syslogd.c
| | * cleanupRainer Gerhards2008-04-071-0/+1
| | |
| | * bugfix: segfault with expression-based filters - so far untestedRainer Gerhards2008-04-041-0/+3
| | |
| | * preparing for 3.14.1 releasev3-14-1Rainer Gerhards2008-04-041-1/+6
| | |
| | * bugfix: some messages were emited without hostnameRainer Gerhards2008-04-041-0/+1
| | |
| | * bugfix: zero-length strings were not supported in object deserializerRainer Gerhards2008-04-041-0/+2
| | |
| | * removed the 32 character size limit (from RFC3164) on the tag. This had badRainer Gerhards2008-04-041-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | effects on existing envrionments, as sysklogd didn't obey it either (probably another bug in RFC3164...). We now receive the full size, but will modify the outputs so that only 32 characters max are used by default. If you need large tags in the output, you need to provide custom templates.
| | * man pages improved thanks to varmofekoj and Peter VrabecRainer Gerhards2008-04-031-0/+1
| | |
| | * bugfix: some memory leak when queue is runing in disk modeRainer Gerhards2008-04-031-0/+1
| | |
| | * bugfix: $hostname and $fromhost in RainerScript did not workRainer Gerhards2008-04-031-0/+1
| | |
| | * bugfix: memory leaks in script engineRainer Gerhards2008-04-031-0/+1
| | |
| | * disabled atomic operations for the time being because they introduce someRainer Gerhards2008-04-021-0/+2
| | | | | | | | | | | | | | | cross-platform trouble - need to see how to fix this in the best possible way
| | * - bugfix: rsyslogd was no longer build by default; man pages are onlyRainer Gerhards2008-04-011-0/+5
| | | | | | | | | | | | | | | installed if corresponding option is selected. Thanks to Michael Biebl for pointing these problems out.