summaryrefslogtreecommitdiffstats
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
...
| * | first version of imsolaris created, cleanup for solaris doneRainer Gerhards2010-04-151-2/+2
| | | | | | | | | | | | more cleanup required, but things now basically work
| * | Merge branch 'v4-stable' into v4-develRainer Gerhards2010-04-121-1/+1
| |\| | | | | | | | | | | | | Conflicts: ChangeLog
| | * added new configure option that permits to disable and enable an extended ↵Rainer Gerhards2010-04-121-1/+1
| | | | | | | | | | | | testbench
* | | Merge branch 'beta' into masterRainer Gerhards2010-04-091-0/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 betaRainer Gerhards2010-04-091-0/+4
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: runtime/Makefile.am runtime/rsyslog.c tests/nettester.c tools/syslogd.c
| | * | added initial files for door support & fixed imklogRainer Gerhards2010-03-261-0/+4
| | |/ | | | | | | | | | imklog now basically works, but needs quite some more work to do
* | / added a skeleton for omdbalerting by request of Phil ReillyRainer Gerhards2009-11-171-0/+4
|/ / | | | | | | | | | | ... who intends to add a database-driven alert functionality. The change provides the necessary rsyslog plumbing, but no functionality at all.
* | added omruleset output module, which provides great flexibility in action ↵Rainer Gerhards2009-11-021-1/+5
| | | | | | | | | | | | processing. THIS IS A VERY IMPORTANT ADDITION, see its doc for why.
* | enhanced test environment (including testbench)Rainer Gerhards2009-10-221-1/+1
| | | | | | | | | | | | | | | | 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.
* | added --enable-gui configure switchRainer Gerhards2009-08-271-0/+2
| | | | | | | | | | ... which now permits to enable/disable GUI components. This also checks if Java is present and, if not, complains during ./configure.
* | Merge branch 'master' into javaRainer Gerhards2009-08-271-1/+0
|\ \
| * | Merge branch 'beta'Rainer Gerhards2009-08-261-1/+0
| |\|
| | * features requiring Java are automatically disabled if Java is not presentRainer Gerhards2009-08-251-1/+0
| | | | | | | | | | | | (thanks to Michael Biebl for his help!)
* | | added a (very, very basic) build system for the Java GUIRainer Gerhards2009-08-271-0/+2
|/ / | | | | | | | | | | ... so far, this can not be turned off (will do when I have merged the recent build system changes into this branch - I am glad that I at least have a working reference point now ;)).
* / first version supporting udp spoofing and non-spoofing at the same timeRainer Gerhards2009-07-091-0/+4
|/ | | | | | omudpspoof is now a dedicated output module. It's calling semantics so far are based on omfwd, plus the need for the template to have the IP address as a string in the starting position.
* added support for custom modulesRainer Gerhards2009-06-021-0/+4
| | | | | | ... this provides some basic support to integrate extensions that are not direct parts of rsyslog to be built during its build process.
* improved testbench / solved imdiag race conditionRainer Gerhards2009-05-251-1/+1
| | | | | | | | | imdiag/imtcp had a modload race condition (as imdiag is a testing aid, this has no implications for production deployments). Also, I replaced netcat by a custom program to talk to imdiag. This, for the first time ever, is now a Java program. I plan to add some GUI troubleshooting tools and thought it is a good idea to start doing things in Java that can simply be done in that language.
* added new testing module imdiagRainer Gerhards2009-05-251-1/+1
| | | | | which enables to talk to the rsyslog core at runtime. The current implementation is only a beginning, but can be expanded over time
* Merge branch 'omprog' into nextmasterRainer Gerhards2009-04-141-1/+5
|\ | | | | | | | | | | Conflicts: ChangeLog runtime/rsyslog.h
| * initial work on omprog, an output module to send messages to another programRainer Gerhards2009-04-011-1/+5
| |
* | working some more on "make distcheck"Rainer Gerhards2009-04-091-1/+1
| | | | | | | | ... this time I think successfully (at least on Fedora...)
* | Merge branch 'master' into oracleRainer Gerhards2009-04-021-3/+5
|\| | | | | | | | | Conflicts: Makefile.am
| * improved testing supportRainer Gerhards2009-03-191-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)
* | Include omoracle in the build system.Luis Fernando Muñoz Mejías2009-03-251-1/+6
|/ | | | | Add configure option to build the oracle support, named --enable-oracle and fix the Makefile.am accordingly.
* adapted test framework to new script engineRainer Gerhards2009-03-191-0/+2
|
* added output module templateRainer Gerhards2009-03-161-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 Gerhards2009-02-241-4/+5
|\ | | | | | | | | | | | | | | Conflicts: ChangeLog Makefile.am configure.ac doc/manual.html
| * Split the m4 macros into a separate directoryMichael Biebl2009-02-241-0/+2
| |
| * make all cflags and libs variables uppercaseMichael Biebl2009-02-241-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 Gerhards2008-11-181-0/+8
|/ | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html doc/property_replacer.html
* fixed some minor nits in preperation for 3.21.1Rainer Gerhards2008-07-291-3/+5
|
* begun implementing a diagnostic plugin (not yet completed)Rainer Gerhards2008-07-281-0/+4
|
* misc small changes: corrected version, removed some debug output,Rainer Gerhards2008-06-271-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 testbenchRainer Gerhards2008-06-131-1/+1
|
* removed references to deleted filesv3.19.2Rainer Gerhards2008-05-161-4/+0
|
* ugfix: lmtcpclt, lmtcpsrv and lmgssutil did all link to the static runtime ↵Rainer Gerhards2008-05-141-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 helpRainer Gerhards2008-05-061-3/+1
|
* support for different forwarding stream drivers addedRainer Gerhards2008-05-051-0/+3
| | | | they can now be set on an action-by-action basis
* Merge branch 'rfc3195'Rainer Gerhards2008-04-161-7/+4
|\
| * begun re-integrating rfc3195 in rsyslogRainer Gerhards2008-04-151-8/+4
| | | | | | | | set up build system and shuffle some files
* | some more cleanupRainer Gerhards2008-04-161-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 filesRainer Gerhards2008-04-161-2/+0
| |
* | moved net module to runtimeRainer Gerhards2008-04-161-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 runtimeRainer Gerhards2008-04-161-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 directoryRainer Gerhards2008-04-161-37/+0
| |
* | made everything compile with the new runtime subdirectoryRainer Gerhards2008-04-161-8/+8
| |
* | made runtime include directory available to rest of rsyslogMichael Biebl2008-04-161-5/+4
| | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | begin building runtime convenience library (does not build!)Rainer Gerhards2008-04-151-4/+2
|/
* Merge branch 'bsd-port'Rainer Gerhards2008-04-151-1/+1
|\ | | | | | | | | | | | | Conflicts: ChangeLog plugins/imklog/imklog.c
| * Rename ENABLE_IMKLOGD to ENABLE_IMKLOGMichael Biebl2008-04-101-1/+1
| | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>