summaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'v4-stable' into tmpRainer Gerhards2011-03-091-1/+1
|\
| * bugfix: omlibdbi did not use password from rsyslog.conRainer Gerhards2011-03-091-1/+1
| | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=203
* | Merge branch 'v4-stable' into v5-stableRainer Gerhards2010-12-161-3/+1
|\| | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog runtime/parser.c runtime/queue.c runtime/wtp.c template.c threads.c tools/syslogd.c
| * some cleanup based on clang static analyzer resultsRainer Gerhards2010-12-161-3/+1
| |
* | bugfix: unitialized variable could cause issues under extreme conditionsRainer Gerhards2010-12-161-0/+2
| | | | | | | | | | | | plus some minor nits. This was found after a clang static code analyzer analysis (great tool, and special thanks to Marcin for telling me about it!)
* | streamlined epoll_create() code a little bitRainer Gerhards2010-11-251-2/+5
| |
* | fixed compile problem in imptcp if no epoll_create1() is presentDavid Hill2010-11-251-0/+1
| | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | Merge branch 'v5.6.0a' into v5-stableRainer Gerhards2010-11-251-3/+17
|\ \ | | | | | | | | | | | | Conflicts: configure.ac
| * | imfile improvementsRainer Gerhards2010-10-271-3/+17
| | | | | | | | | | | | | | | | | | - added the $InputFilePersistStateInterval config directive to imfile - changed imfile so that the state file is never deleted (makes imfile more robust in regard to fatal failures)
* | | provide clear error message if platform does not support imptcpRainer Gerhards2010-11-051-0/+7
| | |
* | | permitted imptcp to work on systems which support epoll(), but not ↵Rainer Gerhards2010-11-051-1/+8
|/ / | | | | | | | | | | | | epoll_create(). Bug: http://bugzilla.adiscon.com/show_bug.cgi?id=204 Thanks to Nicholas Brink for reporting this problem.
* | Merge branch 'v4-stable' into v5-stableRainer Gerhards2010-10-191-3/+3
|\| | | | | | | | | | | | | | | Conflicts: configure.ac runtime/cfsysline.c tools/ompipe.c
| * fixing some compile problems on FreeBSDRainer Gerhards2010-10-191-3/+3
| |
* | solved minor compile problem (caused by merge)Rainer Gerhards2010-10-151-1/+0
| |
* | Merge branch 'v4-devel' into v5-betaRainer Gerhards2010-10-153-1/+1185
|\ \ | | | | | | | | | | | | | | | Conflicts: Makefile.am tests/tcpflood.c
| * | Merge branch 'v4-stable' into v4-develRainer Gerhards2010-10-151-1/+4
| |\| | | | | | | | | | | | | | | | Conflicts: ChangeLog runtime/stream.c
| | * fixed incomplete mergeRainer Gerhards2010-10-151-0/+1
| | |
| | * imfile: bugfixes in regard to large files (> 2GB)Rainer Gerhards2010-10-151-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | - bugfix: a couple of problems that imfile had on some platforms, namely Ubuntu (not their fault, but occured there) - bugfix: imfile utilizes 32 bit to track offset. Most importantly, this problem can not experienced on Fedora 64 bit OS (which has 64 bit long's!)
| * | Merge branch 'v4-stable-imptcp' into v4-develRainer Gerhards2010-08-111-10/+17
| |\ \
| | * | imptcp: added $InputPTCPServerAddtlFrameDelimiter directiveRainer Gerhards2010-08-111-5/+8
| | | | | | | | | | | | | | | | also improved testbench
| | * | fixed minor issue: imptcp did a close(-1) on each acceptRainer Gerhards2010-08-111-1/+2
| | | |
| | * | imptcp: added $InputPTCPServerNotifyOnConnectionClose directiveRainer Gerhards2010-08-111-5/+8
| | | | | | | | | | | | | | | | plus some minor cleanup
| * | | Merge branch 'v4-stable-imptcp' into tmpRainer Gerhards2010-08-112-0/+1174
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile.am configure.ac runtime/rsyslog.h tests/Makefile.am
| | * | some cleanup and minor optimizationRainer Gerhards2010-08-101-33/+32
| | | |
| | * | added tests for imptcp and fixed some problems with itRainer Gerhards2010-08-101-18/+41
| | | | | | | | | | | | | | | | it now also works reliably in edge-triggered mode
| | * | added imptcpRainer Gerhards2010-08-102-0/+1152
| | |/ | | | | | | | | | | | | imptcp is a simplified, Linux-specific and potentielly fast syslog plain tcp input plugin (NOT supporting TLS!)
* | | fixed some issueizotov2010-08-111-4/+6
| | |
* | | Merge branch 'v4-devel'Rainer Gerhards2010-08-062-0/+323
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog Makefile.am configure.ac doc/rsyslog_conf_modules.html runtime/rsyslog.h tests/Makefile.am
| * | added omuxsock, which permits to write message to local Unix socketsRainer Gerhards2010-08-062-0/+323
| | | | | | | | | | | | this is the counterpart to imuxsock, enabling fast local forwarding
* | | changed omudpspoof default spoof address to simplify typical use caseRainer Gerhards2010-08-051-5/+4
| | |
* | | minor bug fixesRainer Gerhards2010-08-051-1/+1
| | | | | | | | | | | | | | | - doc for pmlastmsg and ruleset parsers were hard to read - pmrfc3164sd had wrong name
* | | preparing for 5.5.6 releasev5.5.6Rainer Gerhards2010-07-211-1/+0
| | |
* | | added new parser modulesRainer Gerhards2010-07-132-0/+184
| | | | | | | | | | | | | | | | | | | | | most importantly pmlastmsg, which handles the pathetic "last message repeated n times" messages that some syslogd's emit. Also some minor fixes, like wrong files names in make dist (for new files introduced after last release)
* | | fix: pmrfc3164 did not load because modInit was not specifiedRainer Gerhards2010-07-091-1/+1
| | | | | | | | | | | | ... in the proper way for a non.builtin module.
* | | added new pm3164sd parser moduleRainer Gerhards2010-07-072-0/+349
| | | | | | | | | | | | | | | | | | this permits to accept RFC5424 structured data from messages with RFC3164 header. This was compiled from existing modules by user izotov.
* | | made ompgsql identify its version on loadRainer Gerhards2010-05-071-0/+1
| | |
* | | Merge branch 'v4-devel' into masterRainer Gerhards2010-04-231-1/+1
|\| | | | | | | | | | | | | | | | | Conflicts: runtime/rsyslog.h runtime/wtp.c
| * | solved alignment errors on Solaris SparcRainer Gerhards2010-04-221-1/+1
| | |
* | | adopted imsolaris to the new v5 semanticsRainer Gerhards2010-04-211-8/+17
| | | | | | | | | | | | | | | | | | It now supports the new cancel-free termination mode. This is important to get a really reliable solution in all cases. This concludes the initial implementation of imsolaris for v5.
* | | fixed broken mergeRainer Gerhards2010-04-201-1/+0
| | |
* | | Merge branch 'v4-devel' into masterRainer Gerhards2010-04-201-110/+126
|\| | | | | | | | | | | | | | | | | Conflicts: plugins/imsolaris/imsolaris.c tests/Makefile.am
| * | finalized work on imsolarisRainer Gerhards2010-04-201-110/+126
| | | | | | | | | | | | | | | | | | | | | | | | Did a couple of clean-ups and made the module more robust. Among others, improved performance and structure, fixed the recovery handler (which did not correctly work before) and straightend out some minor issues. Doc and some platform tests are still missing, but other than that this version looks pretty good.
* | | Merge branch 'v4-devel'Rainer Gerhards2010-04-194-131/+163
|\| | | | | | | | | | | | | | | | | | | | Conflicts: runtime/msg.h runtime/rsyslog.h runtime/stream.c
| * | improved quality of imsolaris codeRainer Gerhards2010-04-194-131/+163
| | | | | | | | | | | | including refctoring for a more simple solution
* | | Merge branch 'v4-devel' into masterRainer Gerhards2010-04-191-17/+5
|\| | | | | | | | | | | | | | Conflicts: runtime/msg.h
| * | changed imsolaris to use submitMsg() APIRainer Gerhards2010-04-191-16/+4
| | | | | | | | | | | | | | | This includes a modification to the rsyslog engine so that messages without PRI inside the message can properly be handled.
* | | Merge branch 'v4-devel' into masterRainer Gerhards2010-04-1913-1083/+813
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog Makefile.am configure.ac doc/manual.html runtime/debug.c runtime/rsyslog.h tests/Makefile.am tests/diag.sh tests/nettester.c tools/syslogd.c
| * | some more cleanupRainer Gerhards2010-04-193-29/+11
| | |
| * | minor cleanup (cosmetic)Rainer Gerhards2010-04-152-70/+52
| | |
| * | first version of imsolaris created, cleanup for solaris doneRainer Gerhards2010-04-157-609/+401
| | | | | | | | | | | | more cleanup required, but things now basically work