summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* improvements in omfwd and cleanup of omgssapiRainer Gerhards2008-04-171-0/+2
| | | | | - some (small) cleanup of omgssapi - optimized omfwed, now loads TCP code only if this is actually necessary
* changelog added plus typo fixRainer Gerhards2008-04-171-1/+2
|
* some cleanup after dual-mergeRainer Gerhards2008-04-161-1/+1
| | | | | im3195 did not yet know about the new directory structure version bumped in support of new devel branch version
* Merge branch 'rfc3195'Rainer Gerhards2008-04-161-0/+1
|\
| * completed im3195 including some documentationRainer Gerhards2008-04-161-0/+1
| |
* | Merge branch 'runtime'Rainer Gerhards2008-04-161-0/+9
|\ \ | | | | | | | | | | | | | | | Conflicts: ChangeLog
| * | some more cleanupRainer Gerhards2008-04-161-0/+1
| | | | | | | | | | | | | | | reduced dependencies, moved non-runtime files to its own directory except for some whom's status is unclear
| * | provided ability to initialize the runtimeRainer Gerhards2008-04-161-0/+4
| |/
* | Merge branch 'master' into betaRainer Gerhards2008-04-161-0/+53
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | 3.17.x is the new beta Conflicts: ChangeLog configure.ac
| * | bumped version numberRainer Gerhards2008-04-151-0/+2
| |/
| * 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
| * | | 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
| * \ \ \ Merge branch 'beta'Rainer 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 'beta'Rainer Gerhards2008-04-081-0/+4
| |\ \ \ \ \
| * | | | | | implemented $ActionExecOnlyOnceEveryInterval config directiveRainer Gerhards2008-04-081-0/+1
| | | | | | |
| * | | | | | Merge branch 'beta'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.
| * | | | | | | | an initial, somewhat working, tester for the mail functionalityRainer Gerhards2008-04-041-1/+19
| | | | | | | | |
| * | | | | | | | 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
| | | | | | | | |
| * | | | | | | | changed command line processing. -v, -M, -c options are now parsed andRainer Gerhards2008-04-041-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | processed before all other options. Inter-option dependencies have been relieved. Among others, permits to specify intial module load path via -M only (not the environment) which makes it much easier to work with non-standard module library locations. Thanks to varmojfekoj for suggesting this change. Matches bugzilla bug 55.
| * | | | | | | | removed the 32 character size limit (from RFC3164) on the tag. This had badRainer Gerhards2008-04-041-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | | | | | bugfix: some memory leak when queue is runing in disk modeRainer Gerhards2008-04-031-0/+1
| | | | | | | | |
| * | | | | | | | added the capability to specify a processing (actually dequeue) timeframeRainer Gerhards2008-04-031-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with queues - so things can be configured to be done at off-peak hours
| * | | | | | | | properties are now case-insensitive everywhere (script, filters, templates)Rainer Gerhards2008-04-031-0/+3
| | | | | | | | |
| * | | | | | | | added more meaningful error messages to rsyslogd (when some errors happensRainer Gerhards2008-04-021-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | during startup)
| * | | | | | | | removed no longer needed file relptuil.c/.hRainer Gerhards2008-04-021-0/+1
| | | | | | | | |
| * | | | | | | | disabled atomic operations for the time being because they introduce someRainer Gerhards2008-04-021-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cross-platform trouble - need to see how to fix this in the best possible way
| * | | | | | | | included info on 3.15.0 releaseRainer Gerhards2008-04-021-0/+7
| | | | | | | | |
| * | | | | | | | - bugfix: rsyslogd was no longer build by default; man pages are onlyRainer Gerhards2008-04-011-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | installed if corresponding option is selected. Thanks to Michael Biebl for pointing these problems out.
| * | | | | | | | bumping version numberRainer Gerhards2008-03-311-0/+3
| | | | | | | | |
* | | | | | | | | new v3-stable based on 3.15.x betaRainer Gerhards2008-04-161-11/+10
| |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | changes due to restructuring in 3.17.2 have big bug potential; beta 3.15.x has almost no bug potential; thus I initiated a shift of devel -> beta -> v3-stable; devel will restart at 3.19.0
* | | | | | | | 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
| | | | | | | |