summaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
* 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 '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-beta' into v5-develRainer Gerhards2010-08-111-4/+6
|\ \
| * | fixed some issueizotov2010-08-111-4/+6
| | |
* | | 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
* | | | | 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
* | | | 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
| * | some cleanup of solaris imklogRainer Gerhards2010-04-123-49/+23
| | |
| * | Merge branch 'v4-stable-solaris' into v4-develRainer Gerhards2010-04-1211-7/+1562
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html tools/omfile.c tools/syslogd.c
* | \ \ Merge branch 'beta' into masterRainer Gerhards2010-04-0910-5/+1551
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac plugins/imudp/imudp.c runtime/stream.h tests/Makefile.am tests/diag.sh tools/omfile.c
| * \ \ \ Merge branch 'v4-stable-solaris' into betaRainer Gerhards2010-04-098-2/+1548
| |\ \ \ \ | | | |/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: runtime/Makefile.am runtime/rsyslog.c tests/nettester.c tools/syslogd.c
| | * | | git "bugfix": added file previously forgottenRainer Gerhards2010-04-011-0/+1
| | | | |
| | * | | cleanup in solaris components for imklogRainer Gerhards2010-03-262-98/+8
| | | | |
| | * | | bugfix: local unix system log socket was deleted even when it was not configuredRainer Gerhards2010-03-261-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also made sure that /dev/log will not be processed by imuxsock when running under Solaris -- otherwise, the module may had accidently deleted the log socket and cause problems.
| | * | | added initial files for door support & fixed imklogRainer Gerhards2010-03-265-48/+1048
| | | | | | | | | | | | | | | | | | | | imklog now basically works, but needs quite some more work to do