Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | typo fix ("listner" vs. "listener") | Michael Biebl | 2013-06-25 | 1 | -1/+1 |
| | |||||
* | bugfix: potential segfault on rsyslog termination in imudp | Rainer Gerhards | 2013-06-25 | 1 | -1/+0 |
| | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=456 | ||||
* | bugfix: RainerScript object required parameters were not properly checked | Rainer Gerhards | 2013-06-24 | 1 | -4/+1 |
| | | | | this clould result to segfaults on startup if parameters were missing. | ||||
* | imudp: support user-selectable inputname | Rainer Gerhards | 2013-03-26 | 1 | -11/+31 |
| | |||||
* | bugfix: imudp scheduling parameters did affect main thread, not imudp | Rainer Gerhards | 2013-03-21 | 1 | -1/+9 |
| | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=409 | ||||
* | Merge branch 'v7-stable-libnet-frag' | Rainer Gerhards | 2013-01-11 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac tools/omfile.c | ||||
| * | imudp: make debug message clearer | Rainer Gerhards | 2012-12-19 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into master-ratelimit | Rainer Gerhards | 2012-10-19 | 1 | -2/+2 |
|\| | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html | ||||
| * | Merge branch 'v6-stable' into beta | Rainer Gerhards | 2012-10-19 | 1 | -2/+2 |
| |\ | |||||
| | * | Merge branch 'v5-stable' into v6-stable | Rainer Gerhards | 2012-10-19 | 1 | -2/+2 |
| | |\ | | | | | | | | | | | | | | | | | Conflicts: runtime/nsdpoll_ptcp.c | ||||
| | | * | fix epoll-enabled code to use correct data member for pointers | Rainer Gerhards | 2012-10-19 | 1 | -2/+2 |
| | | | | |||||
* | | | | imudp: support for Linux-like ratelimiting added | Rainer Gerhards | 2012-10-15 | 1 | -2/+14 |
| | | | | |||||
* | | | | ratelimit: added linux-like ratelimiter type | Rainer Gerhards | 2012-10-15 | 1 | -5/+5 |
| | | | | |||||
* | | | | imudp: add input batching & ratelimiter interface | Rainer Gerhards | 2012-10-15 | 1 | -2/+10 |
| | | | | |||||
* | | | | ratelimiter: enable thread-safe mode & (related) API changes | Rainer Gerhards | 2012-10-15 | 1 | -0/+4 |
| | | | | |||||
* | | | | indicate no original code left in imudp | Rainer Gerhards | 2012-10-15 | 1 | -2/+0 |
| | | | | |||||
* | | | | interface cleanup (probably not final) | Rainer Gerhards | 2012-10-15 | 1 | -1/+1 |
| | | | | |||||
* | | | | new ratelimit: interface plumbing added | Rainer Gerhards | 2012-10-09 | 1 | -1/+1 |
|/ / / | | | | | | | | | | no actual implementation yet done | ||||
* | | | implement string arrays for config objects | Rainer Gerhards | 2012-10-01 | 1 | -18/+35 |
| | | | | | | | | | | | | | | | as a tester, imudp now supports binding to multiple options based on a string array | ||||
* | | | yet another nitfix... | Rainer Gerhards | 2012-09-27 | 1 | -1/+1 |
| | | | |||||
* | | | nitfix | Rainer Gerhards | 2012-09-27 | 1 | -2/+2 |
| | | | |||||
* | | | milestone: port imfile to v6 config system | Rainer Gerhards | 2012-09-26 | 1 | -14/+6 |
| | | | |||||
* | | | imudp: implement support for input() | Rainer Gerhards | 2012-09-26 | 1 | -9/+82 |
| | | | |||||
* | | | Merge branch 'v6-stable' | Rainer Gerhards | 2012-08-25 | 1 | -2/+2 |
|\| | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac runtime/ruleset.c tools/syslogd.c | ||||
| * | | Merge branch 'v5-stable' into v6-stable | Rainer Gerhards | 2012-08-25 | 1 | -2/+2 |
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog action.c configure.ac doc/manual.html runtime/ruleset.c template.h threads.c tools/syslogd.c | ||||
| | * | changed TRUE/FALSE to RSTRUE/RSFALSE | Rainer Gerhards | 2012-08-22 | 1 | -2/+2 |
| | | | | | | | | | | | | This is done to prevent name claches with libraries. | ||||
* | | | immark: support for module() global config parameters added | Rainer Gerhards | 2012-06-27 | 1 | -1/+0 |
| | | | |||||
* | | | provide support to dynamically enable/disable legacy conf command | Rainer Gerhards | 2012-06-26 | 1 | -6/+13 |
| | | | | | | | | | | | | most important to prevent clashes with new style settings | ||||
* | | | imudp: support for module() global config parameters added | Rainer Gerhards | 2012-06-26 | 1 | -61/+69 |
| | | | |||||
* | | | implemented freeCnf() module interface & fixed some mem leaks | Rainer Gerhards | 2012-06-25 | 1 | -0/+9 |
|/ / | | | | | | | | | | | | | | | The interface was actually not present in older versions, even though some modules already used it. The implementation was now done, and not in 6.3/6.4 because the resulting memory leak was ultra-slim and the new interface handling has some potential to seriously break things. Not the kind of thing you want to add in late beta state, if avoidable. | ||||
* | | Merge branch 'v5-stable-newstats' | Rainer Gerhards | 2012-04-07 | 1 | -1/+4 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: action.c configure.ac doc/imuxsock.html plugins/imklog/imklog.c plugins/imptcp/imptcp.c plugins/imtcp/imtcp.c plugins/imudp/imudp.c plugins/imuxsock/imuxsock.c runtime/glbl.c runtime/glbl.h runtime/net.c runtime/ruleset.c tcpsrv.h tools/syslogd.c | ||||
| * | added missing initialization of stats counters | Rainer Gerhards | 2012-03-14 | 1 | -0/+1 |
| | | | | | | | | | | | | | | this was necessary due to refactoring of the stats subsystem ... but should have been done in the first place when this code was written. Thanks to Kaiwang Chen for his analysis of the stats subsystem, which ultimately lead to this patch! | ||||
| * | bugfix: imudp: only two listeners were activated | Rainer Gerhards | 2012-03-09 | 1 | -1/+3 |
| | | | | | | | | no matter how many were defined. Note that IPv4 and IPv6 count as two! | ||||
* | | Merge branch 'v6-stable-noscoping' into master | Rainer Gerhards | 2012-01-19 | 1 | -7/+7 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html plugins/imfile/imfile.c plugins/imklog/imklog.c plugins/immark/immark.c plugins/imptcp/imptcp.c plugins/imrelp/imrelp.c plugins/imtcp/imtcp.c plugins/imtemplate/imtemplate.c plugins/imudp/imudp.c plugins/imuxsock/imuxsock.c plugins/mmsnmptrapd/mmsnmptrapd.c plugins/omtemplate/omtemplate.c runtime/glbl.c runtime/parser.c tools/omfile.c tools/syslogd.c | ||||
| * | | undoing v6.1 config scoping interface, part I | Rainer Gerhards | 2012-01-18 | 1 | -7/+7 |
| | | | | | | | | | | | | The most common files are now changed, more needs to be done. | ||||
* | | | Merge branch 'v5-devel' into master | Rainer Gerhards | 2012-01-18 | 1 | -51/+95 |
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog Makefile.am configure.ac doc/manual.html plugins/imptcp/imptcp.c plugins/imudp/imudp.c plugins/imuxsock/imuxsock.c runtime/parser.c template.c tools/omfwd.c tools/syslogd.c | ||||
| * | | imudp: added per-listner stats settings & more refactoring | Rainer Gerhards | 2012-01-09 | 1 | -74/+80 |
| | | | |||||
| * | | imudp refactor: field renaming (new names more more sense) | Rainer Gerhards | 2012-01-09 | 1 | -20/+19 |
| | | | |||||
| * | | imudp refactor: regression fix | Rainer Gerhards | 2012-01-09 | 1 | -3/+3 |
| | | | |||||
| * | | imudp refactor: fixed socket leak | Rainer Gerhards | 2012-01-09 | 1 | -9/+5 |
| | | | |||||
| * | | nit fixed (testing aid removed) | Rainer Gerhards | 2012-01-08 | 1 | -2/+1 |
| | | | |||||
| * | | cleanup of imudp to use better lstn data structure (part I) | Rainer Gerhards | 2012-01-08 | 1 | -68/+60 |
| | | | |||||
* | | | Merge branch 'v5-devel' | Rainer Gerhards | 2011-12-19 | 1 | -0/+17 |
|\| | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog action.c plugins/imudp/imudp.c | ||||
| * | | imudp: stats added | Rainer Gerhards | 2011-12-19 | 1 | -0/+17 |
| | | | |||||
* | | | mostly cosmetic: error message did incorrectly contain errno-info | Rainer Gerhards | 2011-08-05 | 1 | -1/+1 |
| | | | |||||
* | | | - imudp&imtcp now report error if no listener at all was defined | Rainer Gerhards | 2011-08-05 | 1 | -0/+5 |
| | | | | | | | | | | | | Thanks to Marcin for suggesting this error message | ||||
* | | | milestone: added module config names | Rainer Gerhards | 2011-07-20 | 1 | -0/+1 |
| | | | |||||
* | | | step: conf interface now natively supports priv drop | Rainer Gerhards | 2011-05-06 | 1 | -2/+8 |
| | | | |||||
* | | | step: generalized new config interface for all module types | Rainer Gerhards | 2011-05-06 | 1 | -0/+1 |
| | | | |||||
* | | | step: imtcp moved to new config interface | Rainer Gerhards | 2011-05-05 | 1 | -31/+13 |
| | | | | | | | | | | | | as far as we know that new interface right now ;) |