summaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | imuxsock: added per-socket hash tables/rate limiters & severity filterRainer Gerhards2010-09-281-55/+104
| | | | | | | | | | | | | | | | | | | | | | | | | rate limiting now applies only to messages with a given severity or above. By default, emergency messages are NOT rate-limited.
| * | | | imuxsock: changed to per-pid ratelimitingRainer Gerhards2010-09-281-6/+77
| | | | |
| * | | | added some generic hashtable code by Christopher ClarkRainer Gerhards2010-09-282-1/+2
| | | | | | | | | | | | | | | | | | | | found at http://www.cl.cam.ac.uk/~cwc22/hashtable/
| * | | | first shot at imuxsock ratelimitingRainer Gerhards2010-09-271-3/+95
| | | | | | | | | | | | | | | | | | | | works, but at a global level, need to go down to pid or cgroup
| * | | | added support for SCM_CREDENTIALS to imuxsock (now fully working)Rainer Gerhards2010-09-271-105/+92
| | | | |
| * | | | changed imuxsock to have a somewhat better representation of listenersRainer Gerhards2010-09-271-61/+95
| | | | | | | | | | | | | | | | | | | | | | | | | still not great, but far better readable (and extendable) than what we had before.
| * | | | fixed nitRainer Gerhards2010-09-261-1/+1
| | | | |
| * | | | patching SCM_CREDENTIALS pid into TAG of imuxsock read messagesRainer Gerhards2010-09-261-38/+141
| | | | |
| * | | | first shot at SCM_CREDENTIALSRainer Gerhards2010-09-261-3/+64
| | | | |
| * | | | improved statistics-gathering subsystemRainer Gerhards2010-09-132-12/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... well, actually this is a first real implementation of this subsystem. I have added a counter registry, a way to access the countres (as readable string) and a way to define and maintem them. Also, module impstats has been updated to utilize the new system. Finally, I added some counters. I hope that this sets the baseline for useful future enhancements.
| * | | | fixed small memory leak, corrected input nameRainer Gerhards2010-09-091-1/+3
| | | | |
| * | | | added module impstat to emit periodic statistics on rsyslog countersRainer Gerhards2010-09-092-0/+217
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a *very first* and *very rough* and *very featureless* first shot at this functionality. It is assumed that we will enhance the stats system as a by-line while doing other development.
* | | | | Merge branch 'v5-devel'Rainer Gerhards2010-09-082-7/+47
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac
| * | | | Merge branch 'systemd' into v5-develRainer Gerhards2010-09-082-7/+47
| |\ \ \ \
| | * | | | moved systemd interface to rsyslog convenience libRainer Gerhards2010-09-081-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mostly a refresh of sd-daemon.[ch] from its source plus some make file changes. We now have systemd interfaces inside rsyslog, so that all plugins interested can call the interfaces. Seems not to be totally necessary right now, but will help in the long term.
| | * | | | acquire /dev/log socket optionally from systemdLennart Poettering2010-09-072-7/+47
| | | | | |
* | | | | | Merge branch 'v5-devel'Rainer Gerhards2010-08-111-4/+6
|\| | | | |
| * | | | | Merge branch 'v5-beta' into v5-develRainer Gerhards2010-08-111-4/+6
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | fixed some issueizotov2010-08-111-4/+6
| | | | | |
* | | | | | Merge branch 'v5-devel'Rainer Gerhards2010-08-111-10/+17
|\| | | | |
| * | | | | Merge branch 'v4-devel' into v5-develRainer Gerhards2010-08-111-10/+17
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | 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 'master' into tmpRainer Gerhards2010-08-116-5/+1511
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html plugins/omudpspoof/omudpspoof.c runtime/rsyslog.h also updated omuxsock and imptcp to new interfaces
| * | | | | | fix required for new engineRainer Gerhards2010-08-111-1/+0
| | | | | | |
| * | | | | | Merge branch 'v4-devel' into masterRainer Gerhards2010-08-112-0/+1174
| |\| | | | | | | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile.am tests/tcpflood.c
| | * | | | 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!)
| * | | | 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
* | | | | fixed regression from last commitRainer Gerhards2010-07-2713-0/+13
| | | | | | | | | | | | | | | | | | | | config variables were not properly initialized
* | | | | milestone commit: output plugin interface changes (may NOT run)Rainer Gerhards2010-07-2713-296/+406
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The output interface has been changed, but we do not yet utilize the new interface. Also, it looks like a regression was introduced. But before hunting it down, I'd like to make a commit (what also easys the regresion hunt).
* | | | | moving towards scoping inside rsyslog.confRainer Gerhards2010-07-2117-84/+84
|/ / / / | | | | | | | | | | | | first step: adding object-type specifier to config statement table
* | | / 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.