summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * | | Merge branch 'v4.3.2' (v4-beta) into v4-stablev4.4.0Rainer Gerhards2009-08-213-159/+406
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html tests/Makefile.am
| | | * \ \ \ Merge branch 'v3-stable' into v4-stableRainer Gerhards2009-07-131-2/+2
| | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
* | | | | | | | added $AbortOnUncleanConfig directiveRainer Gerhards2009-09-171-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | permits to prevent startup when there are problems with the configuration file. See it's doc for details.
* | | | | | | | Merge branch 'v4-devel'Rainer Gerhards2009-09-111-2/+25
|\| | | | | | |
| * | | | | | | added new config directive $omfileForceChown to fix some broken system configs.Rainer Gerhards2009-09-111-2/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See ticket for details: http://bugzilla.adiscon.com/show_bug.cgi?id=150
* | | | | | | | Merge branch 'v4-devel'Rainer Gerhards2009-09-041-11/+20
|\| | | | | | | | |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html doc/rsyslog_conf_global.html tools/syslogd.c
| * | | | | | added $LogRSyslogStatusMessages configuration directiveRainer Gerhards2009-09-041-12/+20
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | ...permitting to turn off rsyslog start/stop/HUP messages. See Debian ticket http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=463793
| * | | | | bugfix: hostnames with dashes in them were incorrectly treated as malformedRainer Gerhards2009-08-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... thus causing them to be treated as TAG (this was a regression introduced from the "rfc3164 strict" change in 4.5.0).
* | | | | | bugfix: hostnames with dashes in them were incorrectly treated as malformedRainer Gerhards2009-08-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... thus causing them to be treated as TAG (this was a regression introduced from the "rfc3164 strict" change in 4.5.0). Testbench has been updated to include a smaple message with a hostname containing a dash.
* | | | | | internal: added ability to terminate input modules not via pthread_cancel...Rainer Gerhards2009-07-201-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... but an alternate approach via pthread_kill. This is somewhat safer as we do not need to think about the cancel-safeness of all libraries we use. However, not all inputs can easily supported, so this now is a feature that can be requested by the input module (the most important ones request it).
* | | | | | some more (very mild) cleanupRainer Gerhards2009-07-151-11/+1
| | | | | |
* | | | | | Merge branch 'beta'Rainer Gerhards2009-07-151-0/+2
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| * | | | | Merge branch 'v4-beta' into v4-develRainer Gerhards2009-07-151-0/+2
| |\ \ \ \ \
| | * | | | | bugfix: memory leak with some input modulesRainer Gerhards2009-07-151-0/+2
| | | | | | |
* | | | | | | some mild restart-type HUP cleanupRainer Gerhards2009-07-151-45/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... only those things that were obvious (and puzzled people looking at the code without konwing the subtle issues of HUP ;)).
* | | | | | | $HUPisRestart removedRainer Gerhards2009-07-151-15/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... but the rest of the code is not yet cleaned-up. Will do that slowly over time... (huge potential, but must be done carefully)
* | | | | | | cleaned up AUTHORS file and referencesRainer Gerhards2009-07-151-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | ... was not well maintained at all, now refering to git
* | | | | | | Merge branch 'beta'Rainer Gerhards2009-07-151-9/+6
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * | | | | | Merge branch 'v4-beta' into v4-develRainer Gerhards2009-07-151-9/+6
| |\| | | | |
| | * | | | | Merge branch 'v3-stable' into v4-betaRainer Gerhards2009-07-151-9/+6
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | |
| | | * | | | removed mentioning HUP as a way of restarting from the doc setRainer Gerhards2009-07-151-9/+6
| | | | |/ / | | | |/| | | | | | | | | | | | | | ... part of the deprecation effort for v5
| * | | | | added tcp output rebinding option.Rainer Gerhards2009-07-141-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added tcp output rebinding option. needs some more testing and doc
* | | | | | added tcp output rebinding option.Rainer Gerhards2009-07-141-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | needs some more testing and doc
* | | | | | Merge branch 'beta'Rainer Gerhards2009-07-141-1/+1
|\| | | | |
| * | | | | Merge branch 'v4-beta' into v4-develRainer Gerhards2009-07-141-1/+1
| |\| | | |
| | * | | | bugfix: fromhost-ip was sometimes truncatedRainer Gerhards2009-07-141-1/+1
| | | | | |
* | | | | | Merge branch 'beta'Rainer Gerhards2009-07-131-2/+2
|\| | | | |
| * | | | | Merge branch 'v4-beta' into v4-develRainer Gerhards2009-07-131-2/+2
| |\| | | |
| | * | | | Merge branch 'v3-stable' into v4-betaRainer Gerhards2009-07-131-2/+2
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| | | * | | fix compile error in zip sender patchRainer Gerhards2009-07-131-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... at least I was smart enough to remind me that I did not do one test ;) That reminder was the compiler error. Now removed and test done ;) [simple things tend to work, lol]
| | | * | | bugfix: sending syslog messages with zip compression did not workRainer Gerhards2009-07-131-2/+2
| | | | | |
* | | | | | Merge branch 'master' into udpspoof & cleanup & slight optimizationRainer Gerhards2009-07-091-233/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: runtime/msg.c I messed up and did some changes during the merge commit ;) But these are not large, just a little bit of cleanup and some very slight optimizations inside the msg object.
| * | | | | | Merge branch 'v4-devel'Rainer Gerhards2009-07-091-2/+0
| |\| | | | |
| | * | | | | Merge branch 'v4-beta' into v4-develRainer Gerhards2009-07-091-2/+0
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: tests/nettester.c
| | | * | | | bugfix: omfwd segfault when debugging is turned onRainer Gerhards2009-07-091-2/+0
| | | | | | |
* | | | | | | first version supporting udp spoofing and non-spoofing at the same timeRainer Gerhards2009-07-091-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | moved udp spoofing code to its own output module (omudpspoof)Rainer Gerhards2009-07-092-109/+13
| | | | | | |
* | | | | | | made udp spoofing code compile (but does not necessarily run right now, ↵Rainer Gerhards2009-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | untested)
* | | | | | | Merge branch 'master' into udpspoofRainer Gerhards2009-07-0910-984/+1400
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: tools/omfwd.c
| * | | | | | Merge branch 'v4-devel'Rainer Gerhards2009-07-082-4/+9
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: runtime/debug.h runtime/stream.c
| | * | | | | first shot at asynchronous stream writer with timeout capabilityRainer Gerhards2009-07-062-4/+9
| | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | ... seems to work on quick testing, but needs a far more testing and improvement. Good milestone commit.
| * | | | | Merge branch 'master' into v5-develRainer Gerhards2009-07-021-4/+0
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| | * | | | omfile itself no longer needs zlibRainer Gerhards2009-07-021-4/+0
| | | | | |
| * | | | | Merge branch 'master' into v5-develRainer Gerhards2009-07-011-38/+90
| |\| | | |
| | * | | | now put the new property-based methods to good useRainer Gerhards2009-07-011-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... hopefully reducing the number of allocs/frees as well as overall memory usage in a busy system (plus that these shared properties hopefully remain in cache longer than its single-instance counterparts...)
| | * | | | RcvFromIP now also a propertyRainer Gerhards2009-07-011-4/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This sets stage to enable use of the property-interface to speed up things (mildly), the next step to be done. I have also fixed one regression of yesterday's changes.
| | * | | | introduced a new way of handling the RcvFrom propertyRainer Gerhards2009-06-301-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... plus a fix for a long-time bug in obj-types.h. That lead to the object pointer only then to become NULL when the object was actually destructed, I discovered this issue during introduction of the pRcvFrom property in msg_t, but it potentially had other effects, too. I am not sure if some experienced instability resulted from this bug OR if its fix will cause harm to so-far "correctly" running code. The later may very well be. Thus I will change it only for the current branch and also the beta, but not in all old builds. Let's see how things evolve.
| | * | | | finished transition to using inputName propertyRainer Gerhards2009-06-301-24/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... plus some celanup and adding minor missing functionality (the rule debug info again tell the property name, not just number).
| | * | | | introduced the idea of detached propertiesRainer Gerhards2009-06-291-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | some things inside the message can be used over a large number of messages and need to to be allocated and re-written every time. I now begin to implement this as a "prop_t" object, first use for the inputName. Some input modules are already converted, some others to go. Will do a little performance check on the new method before I go further. Also, this commit has some cleanup and a few bug fixes that prevented compiliation in debug mode (I overlooked this as I did not compile for debug, what I normally do, and the automatted test also does not do that)
| | * | | | Merge branch 'beta' into masterRainer Gerhards2009-06-291-1/+13
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: tools/syslogd.c