Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | improved testing support | Rainer Gerhards | 2009-03-19 | 1 | -3/+5 |
| | | | | | | | | | | | | | worked on ways to provide a better test suite: - added -T rsyslogd command line option, enables to specify a directory where to chroot() into on startup. This is NOT a security feature but introduced to support testing. Thus, -T does not make sure chroot() is used in a secure way. (may be removed later) - added omstdout module for testing purposes. Spits out all messages to stdout - no config option, no other features - modified $ModLoad statement so that for modules whom's name starts with a dot, no path is prepended (this enables relative-pathes and should not break any valid current config) | ||||
* | adapted test framework to new script engine | Rainer Gerhards | 2009-03-19 | 1 | -0/+2 |
| | |||||
* | added output module template | Rainer Gerhards | 2009-03-16 | 1 | -1/+5 |
| | | | | | | | so far, this is mostly some documentation, but I hope that during the process of creating output modules out of it we will get good questions and thus can extend the template. In any case, it should be better than what we had so far... | ||||
* | Merge branch 'beta' | Rainer Gerhards | 2009-02-24 | 1 | -4/+5 |
|\ | | | | | | | | | | | | | | | Conflicts: ChangeLog Makefile.am configure.ac doc/manual.html | ||||
| * | Split the m4 macros into a separate directory | Michael Biebl | 2009-02-24 | 1 | -0/+2 |
| | | |||||
| * | make all cflags and libs variables uppercase | Michael Biebl | 2009-02-24 | 1 | -4/+4 |
| | | | | | | | | | | | | pkg-config uses uppercase for its _CFLAGS and _LIBS variable names. So we follow suit and convert all _cflags and _libs variables to uppercase for more consistency. | ||||
* | | Merge branch 'beta' | Rainer Gerhards | 2008-11-18 | 1 | -0/+8 |
|/ | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html doc/property_replacer.html | ||||
* | fixed some minor nits in preperation for 3.21.1 | Rainer Gerhards | 2008-07-29 | 1 | -3/+5 |
| | |||||
* | begun implementing a diagnostic plugin (not yet completed) | Rainer Gerhards | 2008-07-28 | 1 | -0/+4 |
| | |||||
* | misc small changes: corrected version, removed some debug output, | Rainer Gerhards | 2008-06-27 | 1 | -1/+1 |
| | | | | | | ..., restructured makefile, added some troubleshooting to test case (program rscript-parse.c has problem due to different structure alignment, where I do not yet know the reason) | ||||
* | begun building a testbench | Rainer Gerhards | 2008-06-13 | 1 | -1/+1 |
| | |||||
* | removed references to deleted filesv3.19.2 | Rainer Gerhards | 2008-05-16 | 1 | -4/+0 |
| | |||||
* | ugfix: lmtcpclt, lmtcpsrv and lmgssutil did all link to the static runtime ↵ | Rainer Gerhards | 2008-05-14 | 1 | -3/+3 |
| | | | | | | | library, resulting in a large size increase (and potential "interesting" effects). Thanks to Michael Biebel for reporting the size issue. | ||||
* | fixed problem with man pages thanks to Michael Biebl's help | Rainer Gerhards | 2008-05-06 | 1 | -3/+1 |
| | |||||
* | support for different forwarding stream drivers added | Rainer Gerhards | 2008-05-05 | 1 | -0/+3 |
| | | | | they can now be set on an action-by-action basis | ||||
* | Merge branch 'rfc3195' | Rainer Gerhards | 2008-04-16 | 1 | -7/+4 |
|\ | |||||
| * | begun re-integrating rfc3195 in rsyslog | Rainer Gerhards | 2008-04-15 | 1 | -8/+4 |
| | | | | | | | | set up build system and shuffle some files | ||||
* | | some more cleanup | Rainer Gerhards | 2008-04-16 | 1 | -47/+4 |
| | | | | | | | | | | reduced dependencies, moved non-runtime files to its own directory except for some whom's status is unclear | ||||
* | | cleanup: removed no longer needed files | Rainer Gerhards | 2008-04-16 | 1 | -2/+0 |
| | | |||||
* | | moved net module to runtime | Rainer Gerhards | 2008-04-16 | 1 | -8/+1 |
| | | | | | | | | | | | | | | after careful analysis, I concluded that it is OK to place the current net.c/.h code under LGPL. Individual contributor agreement is given and no sysklogd code remains (see net.c for details). | ||||
* | | moved files to the runtime | Rainer Gerhards | 2008-04-16 | 1 | -43/+20 |
| | | | | | | | | | | | | there are still some files left which could go into the runtime, but I think we will delete most of them once we are done with the full modularization. | ||||
* | | moved runtime files into their own directory | Rainer Gerhards | 2008-04-16 | 1 | -37/+0 |
| | | |||||
* | | made everything compile with the new runtime subdirectory | Rainer Gerhards | 2008-04-16 | 1 | -8/+8 |
| | | |||||
* | | made runtime include directory available to rest of rsyslog | Michael Biebl | 2008-04-16 | 1 | -5/+4 |
| | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com> | ||||
* | | begin building runtime convenience library (does not build!) | Rainer Gerhards | 2008-04-15 | 1 | -4/+2 |
|/ | |||||
* | Merge branch 'bsd-port' | Rainer Gerhards | 2008-04-15 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | Conflicts: ChangeLog plugins/imklog/imklog.c | ||||
| * | Rename ENABLE_IMKLOGD to ENABLE_IMKLOG | Michael Biebl | 2008-04-10 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com> | ||||
* | | Merge branch 'beta' | Rainer Gerhards | 2008-04-15 | 1 | -0/+1 |
|\ \ | |/ |/| | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/ommail.html queue.c | ||||
| * | Merge branch 'v3-stable' into beta | Rainer Gerhards | 2008-04-15 | 1 | -0/+1 |
| |\ | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog doc/manual.html | ||||
| | * | changed some files to grant LGPLv3 extended persmissions on top of GPLv3 | Rainer Gerhards | 2008-04-15 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | this also is the first sign of something that will evolve into a well-defined "rsyslog runtime library" | ||||
| | * | disabled atomic operations for the time being because they introduce some | Rainer Gerhards | 2008-04-02 | 1 | -5/+0 |
| | | | | | | | | | | | | | | | 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 only | Rainer Gerhards | 2008-04-01 | 1 | -2/+5 |
| | | | | | | | | | | | | | | | installed if corresponding option is selected. Thanks to Michael Biebl for pointing these problems out. | ||||
| * | | file relputil.c deleted, not actually neeeded | Rainer Gerhards | 2008-04-02 | 1 | -11/+0 |
| | | | |||||
| * | | relputil is no longer needed | Rainer Gerhards | 2008-04-01 | 1 | -5/+5 |
| | | | |||||
| * | | - bugfix: rsyslogd was no longer build by default; man pages are only | Rainer Gerhards | 2008-04-01 | 1 | -2/+5 |
| |/ | | | | | | | | | installed if corresponding option is selected. Thanks to Michael Biebl for pointing these problems out. | ||||
* | | begun work on mail output plugin (open questions on TLS, so I see if I can | Rainer Gerhards | 2008-04-04 | 1 | -0/+4 |
| | | | | | | | | put this in between) - does not the least yet work ;) | ||||
* | | removed no longer needed file relptuil.c/.h | Rainer Gerhards | 2008-04-02 | 1 | -11/+0 |
| | | |||||
* | | added librelp check via PKG_CHECK thanks to Michael Biebl's patch | Rainer Gerhards | 2008-04-02 | 1 | -2/+2 |
| | | |||||
* | | - bugfix: rsyslogd was no longer build by default; man pages are only | Rainer Gerhards | 2008-04-01 | 1 | -2/+5 |
|/ | | | | | installed if corresponding option is selected. Thanks to Michael Biebl for pointing these problems out. | ||||
* | added a --enable/disable-rsyslogd configure option so that source-based | Rainer Gerhards | 2008-03-31 | 1 | -3/+12 |
| | | | | | packaging systems can build plugins without the need to compile rsyslogd | ||||
* | added initial support for atomic operations | Rainer Gerhards | 2008-03-31 | 1 | -1/+2 |
| | |||||
* | cleaned up new relp code files to make them suitable for implementation | Rainer Gerhards | 2008-03-13 | 1 | -5/+5 |
| | |||||
* | added initial set of RELP support (i/omrelp) - not working yet, just stage | Rainer Gerhards | 2008-03-13 | 1 | -0/+15 |
| | | | | work | ||||
* | changed omgssapi and omfwd to utilize new object calling interface; made a | Rainer Gerhards | 2008-03-12 | 1 | -11/+22 |
| | | | | | tcpclt class; (stage work, among others, for more intelligent recovery from TCP session recovery) | ||||
* | renamed library module file names to lm*, so that they match the overall | Rainer Gerhards | 2008-03-07 | 1 | -15/+15 |
| | | | | scheme (like im* and om*) | ||||
* | fixed potential infinite loop condition when module load failed on startup | Rainer Gerhards | 2008-03-07 | 1 | -5/+5 |
| | |||||
* | extracted regexp functionality to its own dynamically loadable module | Rainer Gerhards | 2008-03-07 | 1 | -0/+11 |
| | |||||
* | - added RSYSLOGD_MODDIR environment variable | Rainer Gerhards | 2008-03-07 | 1 | -2/+11 |
| | | | | | - added -M rsyslogd option (allows to specify module directory location) - converted net.c into a loadable library plugin | ||||
* | bugfix: gssutil was not linked against gss libs | Rainer Gerhards | 2008-03-06 | 1 | -1/+1 |
| | |||||
* | applied patch from Michael Biebl to clean up build system | Rainer Gerhards | 2008-03-06 | 1 | -6/+6 |
| |