Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | imuxsock: fixed dumb mistake of last commit | Rainer Gerhards | 2010-10-04 | 1 | -1/+1 |
| | | | | I left a testing setting in, resulting in /dev/log never being deleted... | ||||
* | bugfix/imuxsock: system log socket was deleted in systemd-mode, too | Rainer Gerhards | 2010-10-04 | 1 | -12/+9 |
| | | | | | | | | related bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=200 Note that this may not be the ultimate fix. I could not definitely identify the root cause of the problem and so I did some changes that I *think* (but could not verify) that resolved the issue. | ||||
* | imuxsock: indicate when rate limiting begins, include pid in rl messages | Rainer Gerhards | 2010-09-29 | 1 | -3/+10 |
| | | | | also improved test tool | ||||
* | doc/imuxsock: added new options to doc | Rainer Gerhards | 2010-09-28 | 1 | -1/+1 |
| | |||||
* | imuxsock: added per-socket hash tables/rate limiters & severity filter | Rainer Gerhards | 2010-09-28 | 1 | -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 ratelimiting | Rainer Gerhards | 2010-09-28 | 1 | -6/+77 |
| | |||||
* | added some generic hashtable code by Christopher Clark | Rainer Gerhards | 2010-09-28 | 2 | -1/+2 |
| | | | | found at http://www.cl.cam.ac.uk/~cwc22/hashtable/ | ||||
* | first shot at imuxsock ratelimiting | Rainer Gerhards | 2010-09-27 | 1 | -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 Gerhards | 2010-09-27 | 1 | -105/+92 |
| | |||||
* | changed imuxsock to have a somewhat better representation of listeners | Rainer Gerhards | 2010-09-27 | 1 | -61/+95 |
| | | | | | still not great, but far better readable (and extendable) than what we had before. | ||||
* | fixed nit | Rainer Gerhards | 2010-09-26 | 1 | -1/+1 |
| | |||||
* | patching SCM_CREDENTIALS pid into TAG of imuxsock read messages | Rainer Gerhards | 2010-09-26 | 1 | -38/+141 |
| | |||||
* | first shot at SCM_CREDENTIALS | Rainer Gerhards | 2010-09-26 | 1 | -3/+64 |
| | |||||
* | improved statistics-gathering subsystem | Rainer Gerhards | 2010-09-13 | 2 | -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 name | Rainer Gerhards | 2010-09-09 | 1 | -1/+3 |
| | |||||
* | added module impstat to emit periodic statistics on rsyslog counters | Rainer Gerhards | 2010-09-09 | 2 | -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-devel | Rainer Gerhards | 2010-09-08 | 2 | -7/+47 |
|\ | |||||
| * | moved systemd interface to rsyslog convenience lib | Rainer Gerhards | 2010-09-08 | 1 | -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 systemd | Lennart Poettering | 2010-09-07 | 2 | -7/+47 |
| | | |||||
* | | Merge branch 'v5-beta' into v5-devel | Rainer Gerhards | 2010-08-11 | 1 | -4/+6 |
|\ \ | |||||
| * | | fixed some issue | izotov | 2010-08-11 | 1 | -4/+6 |
| | | | |||||
* | | | Merge branch 'v4-devel' into v5-devel | Rainer Gerhards | 2010-08-11 | 1 | -10/+17 |
|\ \ \ | |||||
| * \ \ | Merge branch 'v4-stable-imptcp' into v4-devel | Rainer Gerhards | 2010-08-11 | 1 | -10/+17 |
| |\ \ \ | |||||
| | * | | | imptcp: added $InputPTCPServerAddtlFrameDelimiter directive | Rainer Gerhards | 2010-08-11 | 1 | -5/+8 |
| | | | | | | | | | | | | | | | | | | | | also improved testbench | ||||
| | * | | | fixed minor issue: imptcp did a close(-1) on each accept | Rainer Gerhards | 2010-08-11 | 1 | -1/+2 |
| | | | | | |||||
| | * | | | imptcp: added $InputPTCPServerNotifyOnConnectionClose directive | Rainer Gerhards | 2010-08-11 | 1 | -5/+8 |
| | | | | | | | | | | | | | | | | | | | | plus some minor cleanup | ||||
* | | | | | fix required for new engine | Rainer Gerhards | 2010-08-11 | 1 | -1/+0 |
| | | | | | |||||
* | | | | | Merge branch 'v4-devel' into master | Rainer Gerhards | 2010-08-11 | 2 | -0/+1174 |
|\| | | | | |_|/ / |/| | | | | | | | | | | | | | | | Conflicts: Makefile.am tests/tcpflood.c | ||||
| * | | | Merge branch 'v4-stable-imptcp' into tmp | Rainer Gerhards | 2010-08-11 | 2 | -0/+1174 |
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile.am configure.ac runtime/rsyslog.h tests/Makefile.am | ||||
| | * | | some cleanup and minor optimization | Rainer Gerhards | 2010-08-10 | 1 | -33/+32 |
| | | | | |||||
| | * | | added tests for imptcp and fixed some problems with it | Rainer Gerhards | 2010-08-10 | 1 | -18/+41 |
| | | | | | | | | | | | | | | | | it now also works reliably in edge-triggered mode | ||||
| | * | | added imptcp | Rainer Gerhards | 2010-08-10 | 2 | -0/+1152 |
| | | | | | | | | | | | | | | | | | | | | imptcp is a simplified, Linux-specific and potentielly fast syslog plain tcp input plugin (NOT supporting TLS!) | ||||
* | | | | Merge branch 'v4-devel' | Rainer Gerhards | 2010-08-06 | 2 | -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 sockets | Rainer Gerhards | 2010-08-06 | 2 | -0/+323 |
| | | | | | | | | | | | | | | | | this is the counterpart to imuxsock, enabling fast local forwarding | ||||
* | | | | changed omudpspoof default spoof address to simplify typical use case | Rainer Gerhards | 2010-08-05 | 1 | -5/+4 |
| | | | | |||||
* | | | | minor bug fixes | Rainer Gerhards | 2010-08-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | - doc for pmlastmsg and ruleset parsers were hard to read - pmrfc3164sd had wrong name | ||||
* | | | | preparing for 5.5.6 releasev5.5.6 | Rainer Gerhards | 2010-07-21 | 1 | -1/+0 |
| |_|/ |/| | | |||||
* | | | added new parser modules | Rainer Gerhards | 2010-07-13 | 2 | -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 specified | Rainer Gerhards | 2010-07-09 | 1 | -1/+1 |
| | | | | | | | | | | | | ... in the proper way for a non.builtin module. | ||||
* | | | added new pm3164sd parser module | Rainer Gerhards | 2010-07-07 | 2 | -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 load | Rainer Gerhards | 2010-05-07 | 1 | -0/+1 |
| | | | |||||
* | | | Merge branch 'v4-devel' into master | Rainer Gerhards | 2010-04-23 | 1 | -1/+1 |
|\| | | | | | | | | | | | | | | | | | Conflicts: runtime/rsyslog.h runtime/wtp.c | ||||
| * | | solved alignment errors on Solaris Sparc | Rainer Gerhards | 2010-04-22 | 1 | -1/+1 |
| | | | |||||
* | | | adopted imsolaris to the new v5 semantics | Rainer Gerhards | 2010-04-21 | 1 | -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 merge | Rainer Gerhards | 2010-04-20 | 1 | -1/+0 |
| | | | |||||
* | | | Merge branch 'v4-devel' into master | Rainer Gerhards | 2010-04-20 | 1 | -110/+126 |
|\| | | | | | | | | | | | | | | | | | Conflicts: plugins/imsolaris/imsolaris.c tests/Makefile.am | ||||
| * | | finalized work on imsolaris | Rainer Gerhards | 2010-04-20 | 1 | -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 Gerhards | 2010-04-19 | 4 | -131/+163 |
|\| | | | | | | | | | | | | | | | | | | | | Conflicts: runtime/msg.h runtime/rsyslog.h runtime/stream.c | ||||
| * | | improved quality of imsolaris code | Rainer Gerhards | 2010-04-19 | 4 | -131/+163 |
| | | | | | | | | | | | | including refctoring for a more simple solution | ||||
* | | | Merge branch 'v4-devel' into master | Rainer Gerhards | 2010-04-19 | 1 | -17/+5 |
|\| | | | | | | | | | | | | | | Conflicts: runtime/msg.h |