Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | Added support for multiple regex commands, useful for parsing multiple ↵ | Andre Lorbach | 2013-07-03 | 1 | -53/+79 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | rsyslog formats | |||||
| * | | | | | | Added more command line options to customize the charts and their output | Andre Lorbach | 2013-07-03 | 2 | -4/+31 | |
| | | | | | | | ||||||
| * | | | | | | Finished statslog graph and splitter script. | Andre Lorbach | 2013-07-03 | 4 | -26/+9368 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also added needed javascript files, so they can be included into the svg files. This removes dependencies on external sources. The statslog-splitter can now automatically generated SVG or PNG charts together with an index.html in the output directory. This helps taking a quick view on all generated stats data. | |||||
| * | | | | | | Finsihed implementing chart gemerator script for impstats. | Andre Lorbach | 2013-07-03 | 2 | -40/+150 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CSV Data generated by statslog-splitter is needed. To run the chart script, the following packages need to be installed: - python pip - python cairosvg With pip install these packages: - pip install CairoSVG tinycss cssselect pygal | |||||
| * | | | | | | Started implementing stats chart generator | Andre Lorbach | 2013-07-02 | 1 | -0/+107 | |
| | | | | | | | ||||||
| * | | | | | | Added script to split impstats logfiles into processable csv files | Andre Lorbach | 2013-07-02 | 1 | -0/+133 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Python 2.6 or higher is needed to run the script | |||||
* | | | | | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-07-05 | 2 | -1/+8 | |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog | |||||
| * | | | | | | bugfix: omlibdbi did not properly close connection on some errors | Rainer Gerhards | 2013-07-05 | 2 | -1/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This happened to errors occuring in Begin/End Transaction entry points. | |||||
* | | | | | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-07-05 | 1 | -3/+9 | |
|\| | | | | | | ||||||
| * | | | | | | omlibdbi: improve debug reporting on Begin/EndTX | Rainer Gerhards | 2013-07-05 | 1 | -3/+9 | |
| | | | | | | | ||||||
* | | | | | | | doc: add CVE ID for omelasticsearch double-free | Rainer Gerhards | 2013-07-05 | 1 | -0/+1 | |
| | | | | | | | ||||||
* | | | | | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-07-05 | 1 | -0/+1 | |
|\| | | | | | | ||||||
| * | | | | | | doc: add CVE ID for omelasticsearch double-freev7.4.2 | Rainer Gerhards | 2013-07-05 | 1 | -0/+1 | |
| | | | | | | | ||||||
* | | | | | | | make use of new librelp generic error reporting facility | Rainer Gerhards | 2013-07-05 | 4 | -1/+22 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This leads to more error messages being passed to the user and thus simplified troubleshooting. librelp 1.2.0 is now required | |||||
* | | | | | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-07-04 | 1 | -2/+1 | |
|\| | | | | | | ||||||
| * | | | | | | minor code reduction | Rainer Gerhards | 2013-07-04 | 1 | -2/+1 | |
| | | | | | | | ||||||
* | | | | | | | bugfix: very small memory leak in imrelp | Rainer Gerhards | 2013-07-04 | 2 | -0/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | more or less cosmetic, a single memory block was not freed, but this only happens immediately before termination (when the OS automatically frees all memory). Still an annoyance e.g. in valgrind. | |||||
* | | | | | | | doc: mention that omelasticsearch bug requires custom config to be triggered | Rainer Gerhards | 2013-07-04 | 1 | -0/+4 | |
| | | | | | | | ||||||
* | | | | | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-07-04 | 1 | -0/+4 | |
|\| | | | | | | ||||||
| * | | | | | | doc: mention that omelasticsearch bug requires custom config to be triggered | Rainer Gerhards | 2013-07-04 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This means the majority of users is not affected at all. | |||||
* | | | | | | | doc: mention omelasticsearch bugfix in 7.5.2 changelog | Rainer Gerhards | 2013-07-04 | 1 | -0/+7 | |
| | | | | | | | ||||||
* | | | | | | | prepare for 7.5.2 | Rainer Gerhards | 2013-07-04 | 3 | -3/+3 | |
| | | | | | | | ||||||
* | | | | | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-07-04 | 1 | -2/+7 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html | |||||
| * | | | | | | doc: mention imported build patch for CENTOS5 | Rainer Gerhards | 2013-07-04 | 1 | -0/+1 | |
| | | | | | | | ||||||
| * | | | | | | Merge branch 'v7-stable-hidden' into v7-stable | Rainer Gerhards | 2013-07-04 | 3 | -4/+8 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | prepare for 7.4.2 release | Rainer Gerhards | 2013-07-04 | 3 | -4/+8 | |
| | | | | | | | | ||||||
| * | | | | | | | Added header in typedefs.h needed for building on ehel 5 | Andre Lorbach | 2013-07-04 | 1 | -0/+4 | |
| |/ / / / / / | ||||||
* | | | | | | | doc: add new omrelp parameter "windowSize" | Rainer Gerhards | 2013-07-02 | 1 | -0/+13 | |
| | | | | | | | ||||||
* | | | | | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-07-02 | 1 | -3/+3 | |
|\| | | | | | | ||||||
| * | | | | | | doc/imfile: re-do spelling corrections | Rainer Gerhards | 2013-07-02 | 1 | -3/+3 | |
| | | | | | | | ||||||
* | | | | | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-07-02 | 0 | -0/+0 | |
|\| | | | | | | ||||||
| * | | | | | | rollback html editor rewrite of imfile | Rainer Gerhards | 2013-07-02 | 1 | -165/+230 | |
| | | | | | | | ||||||
* | | | | | | | doc: rollback html edit of imfile doc | Rainer Gerhards | 2013-07-02 | 1 | -165/+230 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The html editor did a total rewrite, which causes merges from older versions to fail miserably. | |||||
* | | | | | | | omrelp: add "windowSize" parameter to set custom RELP window size | Rainer Gerhards | 2013-07-02 | 2 | -0/+9 | |
| | | | | | | | ||||||
* | | | | | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-07-02 | 2 | -1/+3 | |
|\| | | | | | | |/ / / / / |/| | | | | | ||||||
| * | | | | | bugfix: double-free in omelasticsearch | Rainer Gerhards | 2013-07-02 | 2 | -1/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=461 Thanks to Marius Ionescu for providing a detailled bug report | |||||
* | | | | | | omrelp: use transactional mode to make imrelp emit bulk sends | Rainer Gerhards | 2013-06-29 | 2 | -1/+27 | |
| | | | | | | ||||||
* | | | | | | cosmetic: remove compiler warning | Rainer Gerhards | 2013-06-29 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | [io]mrelp: improve error reporting | Rainer Gerhards | 2013-06-28 | 4 | -1/+23 | |
| | | | | | | ||||||
* | | | | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-06-27 | 3 | -230/+167 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/imfile.html | |||||
| * | | | | | bugfix: in RFC5425 TLS, multiple wildcards in auth could cause segfault | Rainer Gerhards | 2013-06-27 | 2 | -0/+2 | |
| | | | | | | ||||||
| * | | | | | added "required" parameters, fixed conf snippet, bolded defaults | Radu Gheorghe | 2013-06-25 | 1 | -230/+165 | |
| | | | | | | ||||||
* | | | | | | Added header in typedefs.h needed for building on ehel 5 | Andre Lorbach | 2013-06-27 | 1 | -0/+4 | |
| | | | | | | ||||||
* | | | | | | doc: add recent contribution to ChangeLog | Rainer Gerhards | 2013-06-27 | 1 | -0/+5 | |
| | | | | | | ||||||
* | | | | | | Spellcheck the html docs - doc/[a-n]*.html | Georgi Georgiev | 2013-06-27 | 26 | -105/+105 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Spotted a few typos, started fixing them... got tired around n | |||||
* | | | | | | doc: clarify omprog legacy parameters | Rainer Gerhards | 2013-06-27 | 1 | -2/+3 | |
| | | | | | | ||||||
* | | | | | | prepare for 7.5.1 releasev7.5.1 | Rainer Gerhards | 2013-06-26 | 2 | -2/+2 | |
| | | | | | | ||||||
* | | | | | | require new librelp version | Rainer Gerhards | 2013-06-26 | 2 | -2/+3 | |
| | | | | | | ||||||
* | | | | | | doc: typo fix | Rainer Gerhards | 2013-06-26 | 2 | -2/+2 | |
| | | | | | | ||||||
* | | | | | | bugfix: imptcp did not properly initialize compression status variable | Rainer Gerhards | 2013-06-26 | 2 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | could lead to segfault if stream:always compression mode was selected |