Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | Add a SELinux policy that allows the module to load on RHEL5. | Luis Fernando Muñoz Mejías | 2009-04-01 | 1 | -0/+13 | |
* | | | | | | Make tryResume not to retry the last action, but just to reconnect. | Luis Fernando Muñoz Mejías | 2009-04-01 | 1 | -4/+1 | |
* | | | | | | added some (hopefully helpful) comments on the calling IF | Rainer Gerhards | 2009-03-25 | 1 | -0/+27 | |
* | | | | | | Remove useless dbgprintf and add documentation. | Luis Fernando Muñoz Mejías | 2009-03-25 | 1 | -2/+10 | |
* | | | | | | Add proper indentation (despite Emacs) and support for retrying. | Luis Fernando Muñoz Mejías | 2009-03-25 | 1 | -78/+90 | |
* | | | | | | Add the ability to actually run statements. | Luis Fernando Muñoz Mejías | 2009-03-25 | 1 | -17/+25 | |
* | | | | | | Add the ability to connect to the DB based on the config line. | Luis Fernando Muñoz Mejías | 2009-03-25 | 1 | -14/+44 | |
* | | | | | | Add handlers on modInit. | Luis Fernando Muñoz Mejías | 2009-03-25 | 1 | -9/+69 | |
* | | | | | | Add all other blocks (macros) needed to make this module work. | Luis Fernando Muñoz Mejías | 2009-03-25 | 1 | -13/+48 | |
* | | | | | | Include omoracle in the build system. | Luis Fernando Muñoz Mejías | 2009-03-25 | 3 | -3/+42 | |
* | | | | | | Start the output module for Oracle. | Luis Fernando Muñoz Mejías | 2009-03-25 | 3 | -0/+170 | |
|/ / / / / | ||||||
* | | | | | Merge branch 'dapatch' | Rainer Gerhards | 2009-03-25 | 6 | -6/+102 | |
|\ \ \ \ \ | | |_|_|/ | |/| | | | ||||||
| * | | | | bugfix: potential abort with DA queue after high watermark is reached | Rainer Gerhards | 2009-03-25 | 6 | -6/+102 | |
* | | | | | Merge branch 'omfile-errHandler' | Rainer Gerhards | 2009-03-24 | 4 | -28/+69 | |
|\ \ \ \ \ | ||||||
| * | | | | | omfile suspend handling for non-dynafiles, also bugfixes | Rainer Gerhards | 2009-03-19 | 2 | -12/+35 | |
| * | | | | | omfile bugfixing | Rainer Gerhards | 2009-03-18 | 4 | -5/+28 | |
| * | | | | | undid typo | Rainer Gerhards | 2009-03-17 | 1 | -1/+0 | |
| * | | | | | fixed some message-loss situations when file write failures happened | Rainer Gerhards | 2009-03-17 | 2 | -9/+4 | |
| * | | | | | changed one more status setting | Rainer Gerhards | 2009-03-11 | 1 | -1/+1 | |
| * | | | | | try to make file writer restartable (experimental, untested) | Rainer Gerhards | 2009-03-11 | 1 | -4/+5 | |
* | | | | | | added "rsyslog family tree" graph of rsyslog versions and branches | Rainer Gerhards | 2009-03-23 | 1 | -0/+82 | |
| |_|/ / / |/| | | | | ||||||
* | | | | | fixed broken make distcheck due to invalidly stated omtemplate file | Rainer Gerhards | 2009-03-19 | 1 | -1/+1 | |
* | | | | | adapted test framework to new script engine | Rainer Gerhards | 2009-03-19 | 6 | -22/+46 | |
* | | | | | added output module template | Rainer Gerhards | 2009-03-16 | 5 | -8/+260 | |
* | | | | | some more information on rainerscript imlementation | Rainer Gerhards | 2009-03-16 | 1 | -0/+2 | |
* | | | | | Merge branch 'master' into rscript-func | Rainer Gerhards | 2009-03-13 | 13 | -20/+55 | |
|\| | | | | ||||||
| * | | | | Merge branch 'beta' | Rainer Gerhards | 2009-03-11 | 10 | -13/+43 | |
| |\ \ \ \ | | | |/ / | | |/| | | ||||||
| | * | | | Merge branch 'v3-stable' into beta | Rainer Gerhards | 2009-03-11 | 10 | -14/+44 | |
| | |\ \ \ | | | | |/ | | | |/| | ||||||
| | | * | | doc enhance: enhance ommysql documentation | Rainer Gerhards | 2009-03-06 | 2 | -1/+14 | |
| | | * | | doc typo fix | Rainer Gerhards | 2009-03-05 | 1 | -2/+2 | |
| | | * | | fixed a potential segfault problem in gssapi code | varmojfekoj | 2009-03-02 | 2 | -1/+9 | |
| | | * | | updated changelog to reflect patch applied | Rainer Gerhards | 2009-02-24 | 1 | -0/+4 | |
| | | * | | Call PKG_PROG_PKG_CONFIG m4 macro unconditionally. | Michael Biebl | 2009-02-24 | 1 | -0/+2 | |
| | | * | | doc fix: don't use absolute paths for $ModLoad | Michael Biebl | 2009-02-24 | 2 | -3/+3 | |
| | | * | | changed TLS link on manual homepage to native TLS doc | Rainer Gerhards | 2009-02-10 | 1 | -1/+1 | |
| | | |/ | ||||||
| | | * | preparing for 3.20.4v3.20.4 | Rainer Gerhards | 2009-02-09 | 2 | -2/+2 | |
| | | * | doc bugfix: dist tarball missed 2 files, had one extra file that no longer be... | Rainer Gerhards | 2009-02-09 | 2 | -2/+5 | |
| | | * | bugfix: invalid ./configure settings for RFC3195 | Michael Biebl | 2009-02-06 | 2 | -2/+4 | |
| | | * | docfix: copy&paste error | Rainer Gerhards | 2009-02-03 | 1 | -2/+2 | |
| * | | | updated project status, version | Rainer Gerhards | 2009-03-11 | 2 | -3/+5 | |
| * | | | preparing for 4.1.5 releasev4.1.5 | Rainer Gerhards | 2009-03-11 | 2 | -2/+2 | |
| * | | | bugfix: parser did not correctly parse fields in UDP-received messages | Rainer Gerhards | 2009-03-10 | 3 | -2/+5 | |
* | | | | bugfix: removed (newly introduced) memory leaks | Rainer Gerhards | 2009-03-13 | 2 | -6/+3 | |
* | | | | better readability for compiled VMPrg output | Rainer Gerhards | 2009-03-12 | 2 | -24/+29 | |
* | | | | initial implementation of RainerScript functions & strlen() | Rainer Gerhards | 2009-03-10 | 8 | -10/+149 | |
* | | | | fixed a platform issue the prevented building on solaris | Rainer Gerhards | 2009-03-06 | 1 | -0/+5 | |
* | | | | integrated various patches for solaris | Rainer Gerhards | 2009-03-05 | 15 | -292/+335 | |
|/ / / | ||||||
* | | | fixed newly introduced memory leak | Rainer Gerhards | 2009-03-04 | 1 | -1/+4 | |
* | | | some optimization on regex code | Rainer Gerhards | 2009-03-04 | 1 | -26/+1 | |
* | | | added ERE support in filter conditions | Rainer Gerhards | 2009-03-04 | 7 | -14/+54 |