Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | doc: add link for set statement | Rainer Gerhards | 2013-01-28 | 1 | -1/+2 | |
| | | ||||||
* | | prepare 7.3.7 releasev7.3.7 | Rainer Gerhards | 2013-03-12 | 1 | -1/+1 | |
| | | ||||||
* | | mmanon: slight doc improvement | Rainer Gerhards | 2013-03-04 | 1 | -2/+2 | |
| | | ||||||
* | | mmanon: complete ipv4 functionality | Rainer Gerhards | 2013-03-04 | 1 | -14/+44 | |
| | | ||||||
* | | mmanon: add ability to specify number of bits to be anonymized | Rainer Gerhards | 2013-03-04 | 1 | -4/+30 | |
| | | ||||||
* | | mmanon: add capability to configure replacement character | Rainer Gerhards | 2013-03-03 | 2 | -6/+8 | |
| | | ||||||
* | | add initial version of mmanon (anonymoization support) | Rainer Gerhards | 2013-02-28 | 3 | -1/+61 | |
| | | ||||||
* | | Merge branch 'master' into master-omjournal | Rainer Gerhards | 2013-02-27 | 1 | -1/+21 | |
|\ \ | ||||||
| * | | added ability to configure debug system via rsyslog.conf | Rainer Gerhards | 2013-02-27 | 1 | -1/+21 | |
| | | | ||||||
* | | | doc: fix small but important typo | Rainer Gerhards | 2013-02-26 | 1 | -1/+1 | |
| | | | ||||||
* | | | imuxsock: add capability to ignore messages from ourselfes | Rainer Gerhards | 2013-02-26 | 1 | -0/+12 | |
| | | | | | | | | | | | | | | | This helps prevent message routing loops, and is vital to have if omjournal is used together with traditional syslog. | |||||
* | | | add support for writing to the Linux Journal (omjournal) | Rainer Gerhards | 2013-02-26 | 4 | -2/+87 | |
|/ / | ||||||
* | | doc: improved normalization sample conf | Rainer Gerhards | 2013-02-10 | 1 | -24/+59 | |
| | | ||||||
* | | field() function now supports a string as field delimiter | Rainer Gerhards | 2013-02-10 | 1 | -2/+12 | |
| | | | | | | | | | | also done a bugfix: field() function did never return "***FIELD NOT FOUND***" instead it returned "***ERROR in field() FUNCTION***" in that case | |||||
* | | doc: add sample config file | Rainer Gerhards | 2013-02-08 | 1 | -0/+152 | |
| | | ||||||
* | | prepare for 7.3.6v7.3.6 | Rainer Gerhards | 2013-01-28 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-01-28 | 12 | -300/+122 | |
|\| | ||||||
| * | doc: some improvements and more cleanup | Rainer Gerhards | 2013-01-28 | 9 | -297/+119 | |
| | | ||||||
| * | doc: some cleanup | Rainer Gerhards | 2013-01-28 | 3 | -3/+3 | |
| | | ||||||
* | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-01-28 | 1 | -1/+1 | |
|\| | ||||||
| * | typo fix | Rainer Gerhards | 2013-01-24 | 1 | -1/+1 | |
| | | ||||||
* | | doc: grammar fix | Rainer Gerhards | 2013-01-25 | 1 | -1/+1 | |
| | | ||||||
* | | doc: fix time complexity in lookup table spec | Rainer Gerhards | 2013-01-24 | 1 | -2/+2 | |
| | | ||||||
* | | doc: spec lookup table types | Rainer Gerhards | 2013-01-24 | 1 | -10/+24 | |
| | | ||||||
* | | doc: some spec changes for lookup tables | Rainer Gerhards | 2013-01-24 | 1 | -42/+24 | |
| | | ||||||
* | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-01-24 | 2 | -2/+41 | |
|\| | ||||||
| * | added omusrmsg changes to v7 compatibility doc | Rainer Gerhards | 2013-01-24 | 1 | -1/+32 | |
| | | | | | | | | Thanks to Tomas Heinrich for pointing out that this was missing. | |||||
| * | - added $!all-json to property replacer | Radu Gheorghe | 2013-01-24 | 1 | -1/+9 | |
| | | | | | | | | - specified that $!<name> can be used with CEE-enhanced syslog (once parsed via mmjsonparse) | |||||
* | | design: draft lookup table functionality | Rainer Gerhards | 2013-01-17 | 4 | -3/+218 | |
| | | ||||||
* | | Merge branch 'v7-stable-libnet-frag' | Rainer Gerhards | 2013-01-14 | 1 | -0/+5 | |
|\ \ | | | | | | | | | | | | | Conflicts: ChangeLog | |||||
| * | | added capability to output thread-id-to-function debug info | Rainer Gerhards | 2013-01-13 | 1 | -0/+5 | |
| | | | | | | | | | | | | This is a useful debug aid, but nothing of concern for regular users. | |||||
* | | | doc bugfix: invalid parser name | Rainer Gerhards | 2013-01-13 | 1 | -1/+1 | |
| | | | | | | | | | | | | Thanks to Nathan Stratton Treadway for alerting me. | |||||
* | | | Merge branch 'v7-stable-libnet-frag' | Rainer Gerhards | 2013-01-11 | 2 | -21/+83 | |
|\| | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac tools/omfile.c | |||||
| * | | impstats: added ability to write stats records to local file | Rainer Gerhards | 2013-01-10 | 2 | -21/+83 | |
| | | | | | | | | | | | | | | | ...and avoid going through the syslog log stream. syslog logging can now also be turned off (see doc for details). | |||||
| * | | Merge branch 'v7-stable' into v7-stable-libnet-frag | Rainer Gerhards | 2013-01-09 | 1 | -1/+1 | |
| |\| | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac | |||||
| | * | prepare for 7.2.5 releasev7.2.5 | Rainer Gerhards | 2013-01-08 | 1 | -1/+1 | |
| | | | ||||||
* | | | preparing for 7.3.5 release | Rainer Gerhards | 2012-12-18 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge branch 'v7-stable-libnet-frag' | Rainer Gerhards | 2012-12-18 | 2 | -30/+145 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure.ac plugins/impstats/impstats.c plugins/omudpspoof/omudpspoof.c runtime/rsyslog.h | |||||
| * | | omudpspoof: improve libnet calling sequence | Rainer Gerhards | 2012-12-18 | 1 | -0/+4 | |
| | | | | | | | | | | | | retains bugfix while increasing performance again | |||||
| * | | doc: added v7 conf samples to omudpspoof doc | Rainer Gerhards | 2012-12-18 | 1 | -5/+77 | |
| | | | ||||||
| * | | omudpspoof: add action parameter for mtu size | Rainer Gerhards | 2012-12-18 | 1 | -1/+1 | |
| | | | ||||||
| * | | doc: document v7 omudpspoof config parameters | Rainer Gerhards | 2012-12-17 | 1 | -26/+60 | |
| | | | ||||||
| * | | doc: mention omudpspoof message size limits | Rainer Gerhards | 2012-12-17 | 1 | -0/+5 | |
| |/ | ||||||
| * | prepare for 7.2.4v7.2.4 | Rainer Gerhards | 2012-12-07 | 1 | -1/+1 | |
| | | ||||||
* | | doc bugfix: corrections and improvements in mmnormalize html doc page | Florian Riedl | 2012-11-29 | 1 | -11/+13 | |
| | | ||||||
* | | bugfix: no error message for invalid string template parameters | Rainer Gerhards | 2012-11-29 | 1 | -0/+10 | |
| | | | | | | | | | | | | | | | | | | rather a malformed template was generated, and error information emitted at runtime. However, this could be quite confusing. Note that with this "bugfix" user experience changes: formerly, rsyslog and the affected actions properly started up, but the actions did not produce proper data. Now, there are startup error messages and the actions are NOT executed (due to missing template due to template error). | |||||
* | | Merge branch 'v7-stable' | Rainer Gerhards | 2012-11-28 | 1 | -8/+14 | |
|\| | | | | | | | | | | | | | Conflicts: doc/imptcp.html plugins/mmjsonparse/mmjsonparse.c plugins/mmnormalize/mmnormalize.c | |||||
| * | doc: improve imptcp doc | Rainer Gerhards | 2012-11-26 | 1 | -8/+10 | |
| | | ||||||
* | | prepare 7.3.4 releasev7.3.4 | Rainer Gerhards | 2012-11-25 | 1 | -1/+1 | |
| | | ||||||
* | | doc: add new options to imklog doc page | Marius Tomaschewski | 2012-11-22 | 1 | -21/+19 | |
| | |