Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added new pm3164sd parser module | Rainer Gerhards | 2010-07-07 | 1 | -0/+14 |
| | | | | | | this permits to accept RFC5424 structured data from messages with RFC3164 header. This was compiled from existing modules by user izotov. | ||||
* | preparing for 5.5.5v5.5.5 | Rainer Gerhards | 2010-05-20 | 1 | -1/+1 |
| | |||||
* | preparing for 5.5.4 release | Rainer Gerhards | 2010-05-03 | 1 | -1/+1 |
| | |||||
* | Merge branch 'v4-devel' into master | Rainer Gerhards | 2010-04-19 | 1 | -9/+27 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog Makefile.am configure.ac doc/manual.html runtime/debug.c runtime/rsyslog.h tests/Makefile.am tests/diag.sh tests/nettester.c tools/syslogd.c | ||||
| * | first version of imsolaris created, cleanup for solaris done | Rainer Gerhards | 2010-04-15 | 1 | -9/+9 |
| | | | | | | | | more cleanup required, but things now basically work | ||||
| * | Merge branch 'v4-stable' into v4-devel | Rainer Gerhards | 2010-04-12 | 1 | -0/+18 |
| |\ | | | | | | | | | | | | | Conflicts: ChangeLog | ||||
| | * | added new configure option that permits to disable and enable an extended ↵ | Rainer Gerhards | 2010-04-12 | 1 | -0/+18 |
| | | | | | | | | | | | | testbench | ||||
| * | | Merge branch 'v4-stable-solaris' into v4-devel | Rainer Gerhards | 2010-04-12 | 1 | -14/+27 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html tools/omfile.c tools/syslogd.c | ||||
* | | | | preparing for 5.5.3 releasev5.5.3 | Rainer Gerhards | 2010-04-09 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge branch 'beta' into master | Rainer Gerhards | 2010-04-09 | 1 | -0/+18 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac plugins/imudp/imudp.c runtime/stream.h tests/Makefile.am tests/diag.sh tools/omfile.c | ||||
| * \ \ \ | Merge branch 'v4-stable-solaris' into beta | Rainer Gerhards | 2010-04-09 | 1 | -0/+20 |
| |\ \ \ \ | | | |/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: runtime/Makefile.am runtime/rsyslog.c tests/nettester.c tools/syslogd.c | ||||
| | * | | | Merge branch 'v4-stable' into v4-stable-solaris | Rainer Gerhards | 2010-03-26 | 1 | -1/+1 |
| | |\ \ \ | | | | |/ | | | |/| | | | | | | | | | | | Conflicts: ChangeLog | ||||
| | | * | | preparing for 4.6.2v4.6.2 | Rainer Gerhards | 2010-03-26 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | added initial files for door support & fixed imklog | Rainer Gerhards | 2010-03-26 | 1 | -0/+15 |
| | | | | | | | | | | | | | | | | | | | | imklog now basically works, but needs quite some more work to do | ||||
| | * | | | added some starting point for a solaris imklog driver | Rainer Gerhards | 2010-03-25 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | ... far from being functional at this time! | ||||
| | * | | | added replacements for atomic instructions on systems that do not support them. | Rainer Gerhards | 2010-03-23 | 1 | -0/+4 |
| | |/ / | | | | | | | | | | | | | [backport of Stefen Sledz' patch for v5] | ||||
* | | | | emulate missing atomic builtins with posix semaphores if available | Steffen Sledz | 2010-03-23 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Steffen Sledz <sledz@dresearch.de> Acked-by: Thilo Fromm <t.fromm@dresearch.de> | ||||
* | | | | Merge branch 'v5-stable' | Rainer Gerhards | 2010-03-09 | 1 | -13/+6 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html doc/property_replacer.html runtime/datetime.h | ||||
| * | | | preparing for 5.4.0v5.4.0 | Rainer Gerhards | 2010-03-08 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge branch 'v4-stable' into beta | Rainer Gerhards | 2010-03-08 | 1 | -13/+6 |
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html tests/rt-init.c | ||||
| | * | | prepared 4.6.1v4.6.1 | Rainer Gerhards | 2010-03-04 | 1 | -1/+1 |
| | | | | |||||
| | * | | Fix Large File Support (LFS) support (bug #182) | Yann Droneaud | 2010-03-04 | 1 | -13/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - _FILE_OFFSET_BITS must be defined before including any other system headers otherwise it does nothing. - Don't define it in rsyslog.h, let it be defined in config.h, and let ./configure script enable LFS since Autoconf provides a portable macro to enable LFS support : AC_SYS_LARGEFILE | ||||
* | | | | Merge branch 'beta' into master | Rainer Gerhards | 2010-03-01 | 1 | -1/+1 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html tools/syslogd.c | ||||
| * | | | Merge branch 'v4-stable' into tmp | Rainer Gerhards | 2010-03-01 | 1 | -1/+1 |
| |\| | | |||||
| | * | | bugfix: fixed problem that caused compilation on FreeBSD 9.0 to fail. | Rainer Gerhards | 2010-02-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | bugtracker: http://bugzilla.adiscon.com/show_bug.cgi?id=181 Thanks to Christiano for reporting. | ||||
| | * | | preparing for 4.6.0 releasev4.6.0 | Rainer Gerhards | 2010-02-24 | 1 | -1/+1 |
| | | | | |||||
| | * | | preparing for 4.5.8v4.5.8 | Rainer Gerhards | 2010-02-10 | 1 | -1/+1 |
| | | | | |||||
| | * | | preparing for 4.5.7v4.5.7 | Rainer Gerhards | 2009-11-18 | 1 | -1/+1 |
| | | | | |||||
| | * | | bumped version number | Rainer Gerhards | 2009-10-02 | 1 | -1/+1 |
| | | | | |||||
| | * | | bumped version number, corrected error message code (minor nit) | Rainer Gerhards | 2009-10-01 | 1 | -1/+1 |
| | | | | |||||
| | * | | bumped version number | Rainer Gerhards | 2009-09-22 | 1 | -1/+1 |
| | | | | |||||
| | * | | preparing for 4.5.3v4.5.3 | Rainer Gerhards | 2009-09-17 | 1 | -1/+1 |
| | | | | |||||
| * | | | preparing for 5.3.7v5.3.7 | Rainer Gerhards | 2010-01-27 | 1 | -1/+1 |
| | | | | |||||
| * | | | prepared for 5.3.6v5.3.6 | Rainer Gerhards | 2010-01-13 | 1 | -1/+1 |
| | | | | |||||
| * | | | worked around an issue where omfile failed to compile on 32 bit platforms | Rainer Gerhards | 2009-12-09 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | ...under some circumstances (this smells like a gcc problem, but a simple solution was available). Thanks to Kenneth Marshall for some advice. [backported from 5.5.x branch] | ||||
* | | | | worked around an issue where omfile failed to compile on32 bit platforms | Rainer Gerhards | 2009-12-02 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | under some circumstances (this smells like a gcc problem, but a simple solution was available). Thanks to Kenneth Marshall for some advice. | ||||
* | | | | bumped version number & updated project status | Rainer Gerhards | 2009-11-27 | 1 | -1/+1 |
| | | | | |||||
* | | | | bumped version number & updated project status | Rainer Gerhards | 2009-11-18 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge branch 'v4-devel' | Rainer Gerhards | 2009-11-17 | 1 | -0/+16 |
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/rsyslog_conf_modules.html gss-misc.c plugins/imgssapi/imgssapi.c plugins/imudp/imudp.c plugins/imuxsock/imuxsock.c runtime/glbl.c runtime/glbl.h runtime/net.c | ||||
| * | | | integrating varmojfekoj's "unlimited select()" patch into v4-devel | Rainer Gerhards | 2009-11-17 | 1 | -0/+16 |
| |\ \ \ | |||||
| | * | | | added option to use unlimited-size select() calls | varmojfekoj | 2009-11-17 | 1 | -0/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thanks to varmjofekoj for the patch Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com> | ||||
| | * | | | bumped version number | Rainer Gerhards | 2009-09-29 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | preparing for 4.4.1 releasev4.4.1 | Rainer Gerhards | 2009-09-02 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | added a skeleton for omdbalerting by request of Phil Reilly | Rainer Gerhards | 2009-11-17 | 1 | -0/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... who intends to add a database-driven alert functionality. The change provides the necessary rsyslog plumbing, but no functionality at all. | ||||
* | | | | | bumped version number, updated project status | Rainer Gerhards | 2009-11-13 | 1 | -1/+1 |
| |_|/ / |/| | | | |||||
* | | | | fixed regressions in testsuite due to imported changes from last merge | Rainer Gerhards | 2009-11-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | ... also bumped version number | ||||
* | | | | added omruleset output module, which provides great flexibility in action ↵ | Rainer Gerhards | 2009-11-02 | 1 | -0/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | processing. THIS IS A VERY IMPORTANT ADDITION, see its doc for why. | ||||
* | | | | updated project status & bumped version number | Rainer Gerhards | 2009-10-27 | 1 | -1/+1 |
| | | | | |||||
* | | | | preparing for 5.3.3v5.3.3 | Rainer Gerhards | 2009-10-27 | 1 | -1/+1 |
| | | | | |||||
* | | | | enhanced test environment (including testbench) | Rainer Gerhards | 2009-10-22 | 1 | -0/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | support for enhancing probability of memory addressing failure by using non-NULL default value for malloced memory (optional, only if requested by configure option). This helps to track down some otherwise undetected issues within the testbench and is expected to be very useful in the future. |