summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | preparing for 2.0.0v2-0-0Rainer Gerhards2008-01-021-0/+4
| | | | | | |
| | * | | | | prepared for 1.21.2Rainer Gerhards2007-12-281-1/+1
| | | | | | |
| | * | | | | prepared for version 1.21.2Rainer Gerhards2007-12-281-1/+8
| | | | | | |
| | * | | | | backported rsyslog v3 omgssapi - to provide forward compatibility from v2Rainer Gerhards2007-12-281-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to v3. Will release as v1.21.2, because some field experience is needed before it becomes stable v2.
| | * | | | | removed socket leak in omfwd.cRainer Gerhards2007-12-261-0/+1
| | | | | | |
| | * | | | | moved cross-platform define for AI_NUMERICSERV to net.hRainer Gerhards2007-12-261-0/+3
| | | | | | |
| | * | | | | preparing for 1.21.1v1-21-1Rainer Gerhards2007-12-231-1/+1
| | | | | | |
| | * | | | | bugfix: memory leak in cfsysline.c/doGetWord() fixedRainer Gerhards2007-12-201-0/+1
| | | | | | |
| | * | | | | bugfix: when compiled without network support, unix sockets were notRainer Gerhards2007-12-201-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | properly closed
| | * | | | | bugfix: fixing memory leak when message queue is full and during parsing.Rainer Gerhards2007-12-201-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Thanks to varmojfekoj for the patch.
| | * | | | | bugfix: llDestroy() left the list with invalid root/last pointersRainer Gerhards2007-12-191-0/+1
| | | | | | |
| | * | | | | bumped version numberRainer Gerhards2007-12-191-0/+3
| | | | | | |
| | * | | | | preparing for 1.21.0 releaseRainer Gerhards2007-12-191-1/+3
| | | | | | |
| | * | | | | applied Michael Biebl's patch to enhance $includeconfig to support wildcardRainer Gerhards2007-12-181-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | filenames
| * | | | | | bugfix: some whitespaces where incorrectly not ignoredRainer Gerhards2008-05-141-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | when parsing the config file. This is now corrected. Thanks to Michael Biebl for pointing out the problem.
| * | | | | | fixed potential segfault due to invalid call to cfsyslinevarmojfekoj2008-05-141-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | thanks to varmojfekoj for the patch Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | | | | | | preparigng for 3.17.2 releasev3.17.2Rainer Gerhards2008-05-041-2/+2
| |_|_|_|_|/ |/| | | | |
* | | | | | cleaned up version informationRainer Gerhards2008-05-021-0/+1
| | | | | |
* | | | | | Merge branch 'v3-stable' into betaRainer Gerhards2008-05-021-0/+5
|\| | | | | | |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure.ac doc/manual.html
| * | | | fixed a bug in imklog which lead to startup problemsRainer Gerhards2008-05-021-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | ... (including segfault) on some platforms under some circumsances. Thanks to Vieri for reporting this bug and helping to troubleshoot it.
* | | | | Merge branch 'v3-stable' into betaRainer Gerhards2008-04-241-1/+1
|\| | | | | |_|/ / |/| | | | | | | | | | | | | | | Conflicts: doc/manual.html
| * | | preparing for 3.16.0v3.16.0Rainer Gerhards2008-04-241-1/+1
| | | |
* | | | 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