Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'v5-stable' into v5-stable-newstats | Rainer Gerhards | 2012-04-18 | 4 | -5/+45 |
|\ | | | | | | | | | Conflicts: runtime/msg.c | ||||
| * | bugfix: assigned ruleset was lost when using disk queues | Rainer Gerhards | 2012-04-18 | 4 | -8/+45 |
| | | | | | | | | | | | | This looked quite hard to diagnose for disk-assisted queues, as the pure memory part worked well, but ruleset info was lost for messages stored inside the disk queue. | ||||
* | | Merge branch 'v5-stable' into v5-stable-newstats | Rainer Gerhards | 2012-04-12 | 6 | -120/+168 |
|\| | | | | | | | | | | | Conflicts: plugins/imuxsock/imuxsock.c runtime/glbl.c | ||||
| * | imuxsock: do not cache hostname | Rainer Gerhards | 2012-04-12 | 2 | -11/+5 |
| | | |||||
| * | Free also LocalDomain in glbl class destructor | Marius Tomaschewski | 2012-04-11 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Marius Tomaschewski <mt@suse.com> | ||||
| * | Allocate LocalDomain as new string | Marius Tomaschewski | 2012-04-11 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | LocalDomain points to "" or the domain in LocalHostName, allocate as new string before passing to SetLocalDomain or free will fail later. Signed-off-by: Marius Tomaschewski <mt@suse.com> | ||||
| * | doc: credits update for last bugfix | Rainer Gerhards | 2012-04-11 | 1 | -1/+2 |
| | | |||||
| * | bugfix: hostname was not requeried on HUP | Rainer Gerhards | 2012-04-11 | 5 | -125/+161 |
| | | | | | | | | Thanks to Marius Tomaschewski for reporting this bug. | ||||
* | | Merge branch 'v5-stable' into v5-stable-newstats | Rainer Gerhards | 2012-04-07 | 2 | -2/+2 |
|\| | | | | | | | | | Conflicts: configure.ac | ||||
| * | preparing for 5.8.10v5.8.10 | Rainer Gerhards | 2012-04-07 | 3 | -3/+3 |
| | | |||||
* | | Merge branch 'v5-stable' into v5-stable-newstats | Rainer Gerhards | 2012-04-07 | 8 | -10/+238 |
|\| | | | | | | | | | Conflicts: configure.ac | ||||
| * | bugfix: segfault on startup if $actionqueuefilename was missing for disk ↵ | Tomas Heinrich | 2012-04-05 | 2 | -1/+5 |
| | | | | | | | | | | | | queue config Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com> | ||||
| * | doc: noted disk queue format change from v4->v5 | Rainer Gerhards | 2012-04-05 | 1 | -0/+5 |
| | | |||||
| * | bugfix: segfault if disk-queue was started up with old queue file | Tomas Heinrich | 2012-04-05 | 2 | -3/+8 |
| | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com> | ||||
| * | bugfix: memory leak in array passing output module mode | Rainer Gerhards | 2012-03-17 | 2 | -2/+6 |
| | | |||||
| * | preparing for 5.8.9v5.8.9 | Rainer Gerhards | 2012-03-15 | 3 | -3/+3 |
| | | |||||
| * | added tool to recover disk queue if .qi file is missing (recover_qi.pl) | Kaiwang Chen | 2012-03-15 | 3 | -1/+211 |
| | | |||||
* | | cosmetic: pushing temp version up | Rainer Gerhards | 2012-03-22 | 1 | -1/+1 |
| | | |||||
* | | unified use of $LocalHostIPIF among all locally-emitting inputs | Rainer Gerhards | 2012-03-22 | 3 | -50/+3 |
| | | | | | | | | | | with the exception of imdiag, which I humbly do not think needs this capabilit (even counter-productive for testbench use). | ||||
* | | milestone: added capability to use a local interface IP address as fromhost-ip | Rainer Gerhards | 2012-03-21 | 6 | -65/+130 |
| | | | | | | | | | | ... for locally originating messages. New directive $LocalHostIPIF. Note that not all modules yet support this new directive - next step... | ||||
* | | do not provide weblink with meaningless (generic) error code | Rainer Gerhards | 2012-03-21 | 1 | -2/+2 |
| | | |||||
* | | added configuration directive to disable octet-counted framing | Rainer Gerhards | 2012-03-20 | 3 | -3/+21 |
| | | | | | | | | for imptcp, directive is $InputPTCPServerSupportOctetCountedFraming | ||||
* | | added configuration directive to disable octet-counted framing | Rainer Gerhards | 2012-03-19 | 9 | -10/+29 |
| | | | | | | | | ... for imtcp, directive is $InputTCPServerSupportOctetCountedFraming | ||||
* | | added missing initialization of stats counters | Rainer Gerhards | 2012-03-14 | 3 | -0/+3 |
| | | | | | | | | | | | | | | 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! | ||||
* | | Merge branch 'v5-stable' into v5-stable-newstats | Rainer Gerhards | 2012-03-14 | 6 | -38/+66 |
|\| | | | | | | | | | | | | | Conflicts: plugins/imuxsock/imuxsock.c runtime/queue.c runtime/queue.h | ||||
| * | changed statsobj interface and added better doc | Rainer Gerhards | 2012-03-14 | 6 | -39/+67 |
| | | |||||
* | | bumped version number (of temp branch) | Rainer Gerhards | 2012-03-12 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'v5-stable' into v5-stable-newstats | Rainer Gerhards | 2012-03-12 | 4 | -2/+15 |
|\| | |||||
| * | bugfix: stopped DA queue was never processed after a restart | Rainer Gerhards | 2012-03-12 | 4 | -2/+15 |
| | | | | | | | | ...due to a regression from statistics module. | ||||
* | | added capability to use a local interface IP address as fromhost-ip for imklog | Rainer Gerhards | 2012-03-10 | 4 | -4/+34 |
| | | |||||
* | | imuxsock did ignore configured IP if - always used eth0 if one was set ;) | Rainer Gerhards | 2012-03-10 | 1 | -1/+1 |
| | | |||||
* | | 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! | ||||
* | | added capability to use a local interface IP address as fromhost-ip for imuxsock | Rainer Gerhards | 2012-03-06 | 6 | -9/+97 |
| | | | | | | | | new config directives: $IMUXSockLocalIPIF | ||||
* | | Merge branch 'v5-stable' into v5-stable-newstats | Rainer Gerhards | 2012-03-05 | 7 | -21/+34 |
|\| | | | | | | | | | Conflicts: configure.ac | ||||
| * | preparing for 5.8.8v5.8.8 | Rainer Gerhards | 2012-03-05 | 3 | -3/+3 |
| | | |||||
| * | Fix for "/run/systemd/journal/syslog" detection | Marius Tomaschewski | 2012-03-02 | 1 | -2/+5 |
| | | | | | | | | | | Changed to check "/run/systemd/journal" directory and not the socket, as the socket may not exists [e.g. is not activated]. | ||||
| * | Install syslog.service Alias for newer systemd versions | Michael Biebl | 2012-03-02 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From the syslog.socket unit file of newer systemd versions: The default syslog implementation should make syslog.service a symlink to itself, so that this socket activates the right actual syslog service. Examples: /etc/systemd/system/syslog.service -> /lib/systemd/system/rsyslog.service /etc/systemd/system/syslog.service -> /lib/systemd/system/syslog-ng.service Best way to achieve that is by adding this to your unit file (i.e. to rsyslog.service or syslog-ng.service): [Install] Alias=syslog.service http://cgit.freedesktop.org/systemd/systemd/tree/units/syslog.socket#n26 | ||||
| * | Detect if to use /run/systemd/journal/syslog under systemd | Marius Tomaschewski | 2012-03-01 | 1 | -0/+9 |
| | | | | | | | | | | | | | | Detect if we have to use the new /run/systemd/journal/syslog socket instead of the /dev/log under newer systemd versions. Signed-off-by: Marius Tomaschewski <mt@suse.com> | ||||
| * | bugfix: imklog invalidly computed facility and severity | Rainer Gerhards | 2012-03-01 | 2 | -2/+4 |
| | | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=313 | ||||
| * | Merge branch 'v4-stable' into v5-stable | Rainer Gerhards | 2012-02-03 | 1 | -16/+14 |
| |\ | |||||
| | * | ommysql: put under ASL 2.0 | Rainer Gerhards | 2012-02-03 | 1 | -16/+14 |
| | | | | | | | | | | | | after getting OK via email from contributor Ariel P. (2012-02-02 22:06 CET) | ||||
* | | | queue: lightdelay config: keep default of 70% until mark is explicitely set | Rainer Gerhards | 2012-02-22 | 2 | -6/+10 |
| | | | |||||
* | | | added configuration directives to customize queue light delay marks | Rainer Gerhards | 2012-02-21 | 6 | -3/+16 |
| | | | | | | | | | | | | | | | $MainMsgQueueLightDelayMark, $ActionQueueLightDelayMark; both specify number of messages starting at which a delay happens. | ||||
* | | | bugfix: imptcp stats sometimes incorrectly reported socket as IPv6 | Rainer Gerhards | 2012-02-20 | 2 | -2/+4 |
| | | | |||||
* | | | stats: added unique (and friendly) name for ruleset queues | Rainer Gerhards | 2012-01-31 | 1 | -1/+4 |
| | | | |||||
* | | | stats: generate friendly name for action queues, if possible | Rainer Gerhards | 2012-01-31 | 2 | -3/+8 |
| | | | |||||
* | | | Merge branch 'v5-stable' into v5-stable-newstats | Rainer Gerhards | 2012-01-30 | 7 | -47/+63 |
|\| | | |||||
| * | | undoing last commit: wrong branch | Rainer Gerhards | 2012-01-30 | 1 | -1/+1 |
| | | | |||||
| * | | indicated special version | Rainer Gerhards | 2012-01-30 | 1 | -1/+1 |
| | | | |||||
| * | | added merged v4 bugfix info to changelog | Rainer Gerhards | 2012-01-27 | 1 | -0/+4 |
| | | |