Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | initial work on omprog, an output module to send messages to another program | Rainer Gerhards | 2009-04-01 | 3 | -19/+93 | |
| * | | | | | | | fixed compile-time problems in im3195 | Rainer Gerhards | 2009-04-09 | 1 | -1/+2 | |
* | | | | | | | | added a new error code for too-old rsyslog core | Rainer Gerhards | 2009-04-16 | 1 | -1/+1 | |
* | | | | | | | | Fixing the batch insertions. | Luis Fernando Muñoz Mejías | 2009-04-16 | 1 | -26/+37 | |
* | | | | | | | | Add the callback for OCIBindDynamic. | Luis Fernando Muñoz Mejías | 2009-04-16 | 1 | -0/+28 | |
* | | | | | | | | Add some debugging output | Luis Fernando Muñoz Mejías | 2009-04-16 | 1 | -0/+1 | |
* | | | | | | | | Make the counting of bind parameters aware of literals. | Luis Fernando Muñoz Mejías | 2009-04-16 | 1 | -3/+9 | |
* | | | | | | | | Fixed a mem leak | Luis Fernando Muñoz Mejías | 2009-04-16 | 1 | -0/+1 | |
* | | | | | | | | Convert to the array-based interface. | Luis Fernando Muñoz Mejías | 2009-04-16 | 2 | -41/+164 | |
* | | | | | | | | Merge branch 'nextmaster' into oracle | Rainer Gerhards | 2009-04-09 | 1 | -0/+1 | |
|\| | | | | | | | ||||||
| * | | | | | | | Merge branch 'master' into nextmaster | Rainer Gerhards | 2009-04-09 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | | | ||||||
| | * | | | | | | Merge branch 'beta' | Rainer Gerhards | 2009-04-09 | 1 | -0/+1 | |
| | |\ \ \ \ \ \ | | | | |/ / / / | | | |/| | | | | ||||||
| | | * | | | | | Merge branch 'v3-stable' into beta | Rainer Gerhards | 2009-04-09 | 1 | -0/+1 | |
| | | |\ \ \ \ \ | | | | | |/ / / | | | | |/| | | | ||||||
| | | | * | | | | bugfix: $InputTCPMaxSessions config directive was accepted, but not honored | Rainer Gerhards | 2009-04-09 | 1 | -0/+1 | |
* | | | | | | | | Stop omoracle losing messages on rsyslog shutdown. | Luis Fernando Muñoz Mejías | 2009-04-09 | 1 | -23/+42 | |
* | | | | | | | | Solve a memory leak when freeing Oracle instances. | Luis Fernando Muñoz Mejías | 2009-04-09 | 1 | -1/+0 | |
* | | | | | | | | Make it work in batches of statements. | Luis Fernando Muñoz Mejías | 2009-04-09 | 1 | -11/+60 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge branch 'oracle' into nextmaster | Rainer Gerhards | 2009-04-08 | 4 | -0/+378 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Merge branch 'nextmaster' into oracle | Rainer Gerhards | 2009-04-07 | 1 | -0/+2 | |
| |\| | | | | | | ||||||
| * | | | | | | | Merge branch 'master' into oracle | Rainer Gerhards | 2009-04-03 | 2 | -3/+79 | |
| |\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge branch 'master' into oracle | Rainer Gerhards | 2009-04-02 | 4 | -0/+271 | |
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | | | ||||||
| * | | | | | | | | some small changes (as suggestion) | Rainer Gerhards | 2009-04-01 | 1 | -8/+6 | |
| * | | | | | | | | Convert the module configuration to $Action... directives. | Luis Fernando Muñoz Mejías | 2009-04-01 | 1 | -23/+43 | |
| * | | | | | | | | 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 | 1 | -1/+1 | |
| * | | | | | | | | Start the output module for Oracle. | Luis Fernando Muñoz Mejías | 2009-03-25 | 3 | -0/+170 | |
* | | | | | | | | | fixed some portability issues | Rainer Gerhards | 2009-03-16 | 1 | -1/+1 | |
| |_|_|/ / / / / |/| | | | | | | | ||||||
* | | | | | | | | improved test suite and added test for new output module interface | Rainer Gerhards | 2009-04-03 | 1 | -0/+2 | |
| |_|/ / / / / |/| | | | | | | ||||||
* | | | | | | | added a new way how output plugins may be passed parameters. | Rainer Gerhards | 2009-04-03 | 1 | -2/+78 | |
* | | | | | | | added O_CLOEXEC to open() calls | Rainer Gerhards | 2009-04-02 | 1 | -1/+1 | |
| |/ / / / / |/| | | | | | ||||||
* | | | | | | begining touches for putting rsyslog on spaceships | Rainer Gerhards | 2009-04-01 | 2 | -0/+138 | |
* | | | | | | improved testing support | Rainer Gerhards | 2009-03-19 | 2 | -0/+133 | |
|/ / / / / | ||||||
* | | | | | fixed broken make distcheck due to invalidly stated omtemplate file | Rainer Gerhards | 2009-03-19 | 1 | -1/+1 | |
* | | | | | added output module template | Rainer Gerhards | 2009-03-16 | 2 | -0/+228 | |
* | | | | | Merge branch 'beta' | Rainer Gerhards | 2009-03-11 | 1 | -1/+7 | |
|\| | | | | ||||||
| * | | | | Merge branch 'v3-stable' into beta | Rainer Gerhards | 2009-03-11 | 1 | -1/+7 | |
| |\| | | | ||||||
| | * | | | fixed a potential segfault problem in gssapi code | varmojfekoj | 2009-03-02 | 1 | -1/+7 | |
* | | | | | bugfix: parser did not correctly parse fields in UDP-received messages | Rainer Gerhards | 2009-03-10 | 1 | -1/+1 | |
* | | | | | Merge branch 'beta' | Rainer Gerhards | 2009-02-24 | 20 | -27/+26 | |
|\| | | | | ||||||
| * | | | | Improve mysql configure check (for unusual paths) | Michael Biebl | 2009-02-24 | 1 | -2/+1 | |
| * | | | | make all cflags and libs variables uppercase | Michael Biebl | 2009-02-24 | 19 | -25/+25 | |
* | | | | | enhanced imtcp, among others to handel invalid NetScreen framing | Rainer Gerhards | 2008-12-10 | 1 | -0/+17 |