From d4690ae053b1b26fd215485f08875d508d7c4eba Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Fri, 19 Oct 2012 08:08:46 +0200 Subject: bugfix: imuxsock did not properly honor $LocalHostIPIF --- ChangeLog | 1 + plugins/imuxsock/imuxsock.c | 5 ----- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index addcdec6..0453ad84 100644 --- a/ChangeLog +++ b/ChangeLog @@ -22,6 +22,7 @@ Version 6.4.3 [V6-STABLE] 2012-??-?? closes: http://bugzilla.adiscon.com/show_bug.cgi?id=358 This happend to filters of the style "local0,local1.*", where the multiple facilities were comma-separated. +- bugfix: imuxsock did not properly honor $LocalHostIPIF --------------------------------------------------------------------------- Version 6.4.2 [V6-STABLE] 2012-09-20 - bugfix: potential abort, if action queue could not be properly started diff --git a/plugins/imuxsock/imuxsock.c b/plugins/imuxsock/imuxsock.c index c2dbdba2..9d62ba8e 100644 --- a/plugins/imuxsock/imuxsock.c +++ b/plugins/imuxsock/imuxsock.c @@ -1295,11 +1295,6 @@ CODEmodInit_QueryRegCFSLineHdlr listeners[i].fd = -1; } - /* now init listen socket zero, the local log socket */ - CHKiRet(prop.Construct(&pLocalHostIP)); - CHKiRet(prop.SetString(pLocalHostIP, UCHAR_CONSTANT("127.0.0.1"), sizeof("127.0.0.1") - 1)); - CHKiRet(prop.ConstructFinalize(pLocalHostIP)); - /* register config file handlers */ CHKiRet(omsdRegCFSLineHdlr((uchar *)"omitlocallogging", 0, eCmdHdlrBinary, NULL, &cs.bOmitLocalLogging, STD_LOADABLE_MODULE_ID)); -- cgit v1.2.3 From a328d6bd3921aa696e790b16e3c36a0f951258aa Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Fri, 19 Oct 2012 08:11:45 +0200 Subject: doc: add imported bugfix to ChangeLog plus some cleanup --- ChangeLog | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2e5196f0..5dc5584b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,7 @@ ---------------------------------------------------------------------------- +Version 7.1.13 [beta] 2012-10-?? +- bugfix: imuxsock did not properly honor $LocalHostIPIF +---------------------------------------------------------------------------- Version 7.1.12 [beta] 2012-10-18 - minor updates to better support newer systemd developments Thanks to Michael Biebl for the patches. @@ -145,8 +148,6 @@ Version 6.5.1 [devel] 2012-08-?? - added pure JSON output plugin parameter passing mode - ommongodb now supports templates - bugfix: imtcp could abort on exit due to invalid free() -- bugfix: remove invalid socket option call from imuxsock - Thanks to Cristian Ionescu-Idbohrn and Jonny Törnbom - bugfix: missing support for escape sequences in RainerScript only \' was supported. Now the usual set is supported. Note that v5 used \x as escape where x was any character (e.g. "\n" meant "n" and NOT -- cgit v1.2.3