summaryrefslogtreecommitdiffstats
path: root/tools/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* add uuid property to message objectJérôme Renard2012-08-261-1/+1
|
* Merge branch 'v6-stable'Rainer Gerhards2012-03-171-1/+2
|\
| * Merge branch 'v5-stable' into v6-stableRainer Gerhards2012-03-171-1/+2
| |\ | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| | * added tool to recover disk queue if .qi file is missing (recover_qi.pl)Kaiwang Chen2012-03-151-1/+2
| | |
* | | working around automake curiosityRainer Gerhards2011-07-221-1/+4
| | |
* | | build system cleanup/improvementRainer Gerhards2011-07-221-1/+2
| | |
* | | milestone/[NONWORKING]: first integration of new parser, rules are not yet ↵Rainer Gerhards2011-07-061-1/+1
| | | | | | | | | | | | handled
* | | milestone: grammar integrated in rsyslog build systemRainer Gerhards2011-07-051-1/+1
|/ /
* / mmnormalize loads & runs (basic testing done)Rainer Gerhards2010-12-011-1/+1
|/
* removed need for math libraryRainer Gerhards2010-10-111-1/+1
| | | | | | by doing math a little bit more optimal in hash table code. Also reduced memory requirement for imuxsock hash tables (expected number of connections was set too high -- table can be extended dynamically).
* imuxsock: changed to per-pid ratelimitingRainer Gerhards2010-09-281-1/+1
|
* acquire /dev/log socket optionally from systemdLennart Poettering2010-09-071-1/+1
|
* finshed implementation of strgen modulesRainer Gerhards2010-06-041-0/+6
| | | | | | and also provided four build-in modules for the most common use cases, hopefully resulting in a speedup of around 5% for typical rsyslog processing.
* first implementation of strgen interfaceRainer Gerhards2010-06-011-0/+2
| | | | | and a first built-in strgen module. Some tweaks and more default strgens are needed, but the code doesn't look too bad ;)
* Merge branch 'v4-stable' into tmpRainer Gerhards2010-03-011-0/+2
|\
| * moved pipe code to its own moduleRainer Gerhards2010-02-281-0/+2
| | | | | | | | | | | | | | ... based on old omfile. Michael Biebl reported that xconsole seems to have some issues with the new pipe code, so it was best to use the old code for pipes. The optimizations were done to speed up file access, so it doesn't really matter pipes do not receive them.
* | moved rfc3164/5424 code to new parser modulesRainer Gerhards2009-11-041-0/+2
| | | | | | | | | | | | another milestone commit: the program works, the new interface is used, some more cleanup is needed and the per-ruleset config options are still missing. But we are getting closer...
* | one step closer to dynamically loadable parsersRainer Gerhards2009-11-031-0/+1
| | | | | | | | | | This is a milestone commit, which adds new code that breaks nothing, but also does not add any visible change. Just prep work...
* | more cleanup and working towards a parser module calling interfaceRainer Gerhards2009-11-031-0/+1
| | | | | | | | | | | | I cleaned up a lot of config variable access along the way. This version compiles and runs, but does not yet offer any enhanced functionality. pmrfc5424 is just a dummy that is not yet being used.
* | moved udp spoofing code to its own output module (omudpspoof)Rainer Gerhards2009-07-091-1/+1
| |
* | made udp spoofing code compile (but does not necessarily run right now, ↵Rainer Gerhards2009-07-091-1/+1
|/ | | | untested)
* first proof of concept on zipped file writerRainer Gerhards2009-06-031-1/+3
| | | | | | This DOES NOT work sufficiently well, I just wanted to verify that zip writing is possible and files are readable. Will be refined soon.
* integrated various patches for solarisRainer Gerhards2009-03-051-1/+1
| | | | | | | | | Unfortunatley, I do not have the full list of contributors available. The patch set was compiled by Ben Taylor, and I made some further changes to adopt it to the news rsyslog branch. Others provided much of the base work, but I can not find the names of the original authors. If you happen to be one of them, please let me know so that I can give proper credits.
* Merge branch 'beta'Rainer Gerhards2009-02-241-2/+2
|\ | | | | | | | | | | | | | | Conflicts: ChangeLog Makefile.am configure.ac doc/manual.html
| * make all cflags and libs variables uppercaseMichael Biebl2009-02-241-2/+2
| | | | | | | | | | | | 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.
* | added a small diag tool to generate local log messages quicklyRainer Gerhards2008-09-181-1/+2
|/ | | | | ... I think it may be useful to extend this later, thus I move it into git.
* added a samll diagnostic tool to obtain result of gethostname() APIRainer Gerhards2008-07-161-1/+5
|
* begun building a testbenchRainer Gerhards2008-06-131-16/+1
|
* Fix linker flags for librsyslog and rsyslogdMichael Biebl2008-06-111-1/+1
| | | | | | | | | | Use $(dl_libs) and $(rt_libs) instead of -ldl and -lrt. This ensures that rsyslog can be successfully built on *BSD. Don't like rsyslogd against $(dl_libs) and $(rt_libs) anymore. This functionality is now in librsyslog. Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* fixed problem with man pages thanks to Michael Biebl's helpRainer Gerhards2008-05-061-2/+2
|
* file dirty.h was missing - thanks to darix for pointing this outRainer Gerhards2008-05-061-0/+2
|
* added forgotten fileRainer Gerhards2008-04-241-0/+42