64 Commits

Author SHA1 Message Date
Rainer Gerhards
18f8280c1b mmgrok doc: include note from Peter Portante 2015-12-06 13:42:54 +01:00
Peter Portante
796e260799 Update build steps for RH/CentOS/Fedora 2015-12-05 14:32:01 +00:00
Brian Knox
8718bb717d omczmq: tear down and rebuild socket on resume in all cases 2015-12-02 11:31:43 -05:00
Brian Knox
17e1bdd234 omczmq: make sendtimeout not required with reasonable default 2015-12-01 10:26:15 -05:00
Brian Knox
68a592edb9 omczmq: make sendtimeout not required with reasonable default 2015-12-01 10:23:32 -05:00
chenryn
7e90ac3757 new mmgrok plugin 2015-11-26 18:19:58 +08:00
c6226
b639b8d5ea fix for memory leak 2015-11-25 18:18:58 +08:00
Brian Knox
5fcc4e4842 omczmq/imcmzq: allow ephemeral client certs 2015-11-22 18:22:33 -05:00
Rainer Gerhards
de30db9192 Merge remote-tracking branch 'github/taotetek-zeromq-features' into master-candidate 2015-11-17 12:16:04 +01:00
Brian Knox
698ce02d65 imczmq: free sockets when finished 2015-11-14 10:45:21 -05:00
Rainer Gerhards
5bd92a2524 Merge branch 'omrabbitmq-improved' of https://github.com/PaloAltoNetworks-BD/rsyslog into master-candidate 2015-11-13 17:49:47 +01:00
Brian Knox
9cedc2b6a1 imczmq: ROUTER support and code cleanup 2015-11-12 11:08:42 -05:00
Brian Knox
0b2efe144e omczmq: remove STREAM support - not implementing yet 2015-11-12 11:08:05 -05:00
Brian Knox
e3feb281c2 omczmq - fixing formatting 2015-11-12 08:32:19 -05:00
Brian Knox
7bfc6f9408 imczmq - code cleanup 2015-11-12 08:32:07 -05:00
Brian Knox
358cea2261 omczmq: support for framed or not framed topics 2015-11-11 09:40:34 -05:00
Brian Knox
0cfa63d4c0 omczmq: clean up send code 2015-11-11 06:52:34 -05:00
Brian Knox
a813fc5242 omczmq: suspend / resume support and more cleanup 2015-11-10 14:58:00 -05:00
Brian Knox
b2a0efb537 omczmq: refactor topic handling and some cleanup 2015-11-09 16:58:36 -05:00
jtschichold
c2144a1681 fixed exchange and exchange_type types 2015-11-02 11:19:50 +00:00
jtschichold
91fed25507 Refreshed omrabbitmq and added option to declare exchanges 2015-11-02 08:58:57 +00:00
jtschichold
9d884bf467 Added pmpanngfw 2015-10-30 11:13:28 +00:00
Brian Knox
2f2f3f8df9 redis - fix template mode config switch 2015-09-21 16:40:58 -04:00
Brian Knox
e8d18fb295 omhiredis: add queue (list) and publish support 2015-09-17 14:36:27 -04:00
taotetek
6473c8c4d6 Merge pull request #515 from bluca/imczmq-sigabort-free
imczmq: fix abort on free
2015-09-14 18:58:32 -04:00
Luca Boccassi
cce8905077 omczmq: implement topics for pub socket 2015-09-14 21:51:13 +01:00
taotetek
35de85bac2 Merge pull request #512 from bluca/null-pointer-deref
Fix NULL pointer dereference in imczmq and omczmq
2015-09-14 09:39:53 -04:00
Luca Boccassi
7162043154 imczmq: fix abort on free
The topicList pointer was modified and overwritten, so at free time
there was a sigabort due to invalid pointer:
Error in `rsyslogd': free(): invalid pointer: 0x00000000021cde24
2015-09-14 14:25:27 +01:00
Luca Boccassi
b0f4863555 omczmq: bind socket if pub is selected 2015-09-08 01:21:14 +01:00
Luca Boccassi
b6540355d1 imczmq: connect instead of binding if client/sub 2015-09-08 01:21:14 +01:00
Luca Boccassi
dd986522e4 Fix NULL pointer dereference in imczmq and omczmq 2015-09-07 01:59:16 +01:00
Janmejay Singh
15afe8245f created param in add-flow to indicate if a graph being added to global-variable is shared, so it can be deep-copied instead of referenced (external modifications to which can not be protected from unsafe concurrent access) + killed an unused function 2015-05-26 09:41:35 +05:30
Rainer Gerhards
23d04ecaa2 omhttpfs: some cleanup
removed duplicate json-c configure check
commented out unused code --> less compiler warnings
2015-05-19 09:56:45 +02:00
Rainer Gerhards
1ec8369d38 Merge branch 'sskaje-omhttpfs' into master 2015-05-19 09:25:04 +02:00
Brian Knox
f96e2b77c4 fix incorrect conditional in zmq beacon code 2015-05-18 09:38:10 -04:00
Rainer Gerhards
b0b5aa0598 Merge branch 'omhttpfs' of https://github.com/sskaje/rsyslog into sskaje-omhttpfs
Conflicts:
	configure.ac
2015-05-18 10:40:28 +02:00
Brian Knox
97ebaa4d7c imczmq beacon addition and cleanup to omczmq beacon 2015-04-26 09:10:29 -04:00
Brian Knox
ff89505ee4 adding udp beacon support to omczmq 2015-04-25 09:15:38 -04:00
Brian Knox
08c417dc84 zeromq - fix README for input plugin 2015-04-10 09:34:16 -04:00
Brian Knox
1b2ee5138a omczmq / imczmq fixes 2015-04-07 08:23:44 -04:00
sskaje
534563a545 Merge branch 'master' into omhttpfs 2015-02-03 17:34:57 +08:00
sskaje
9591820bda add lines of errmsg.logerr, change some return value 2015-02-03 17:31:47 +08:00
Paul Donohue
deb2cc2841 fix build regression in imkmsg from ee035ef
missing prototypes in imkmsg (same problem was fixed in imklog in 7e309e3)
2015-01-09 09:50:04 -05:00
Paul Donohue
9b32fd55ce bugfix: imkmsg issued wrong facility in error messages
See also commit 1afd79df
2015-01-08 16:16:51 -05:00
Paul Donohue
ac4fb31e62 bugfix imkmsg: infinite loop on OpenVZ VMs
Previous fix in commit 86904f96 tested for read errors before dropping
privileges, which was unreliable.  This fix tests for read errors after
dropping privileges, which is the real underlying issue.
2015-01-08 15:54:06 -05:00
sskaje
f9d8ea5ca3 turn off curl verbose mode; add debug output 2015-01-08 16:34:45 +08:00
sskaje
a64c05209f remove useless entries 2015-01-05 18:41:01 +08:00
Janmejay Singh
4ca5e217e2 Adds support for 'reset' statement (it has syntax similar to set 'set', but _unlike_ 'set' always force-sets the given value insteed of conditionally merging it, or not saving it because it is trying to replace an object with a leaf value etc).
Syntax:

reset $.foo = $!bar;

etc.
2014-12-17 11:39:31 +01:00
sskaje
ce94aab068 add testing envrionment 2014-12-12 18:07:57 +08:00
sskaje
a704b77943 move omhttpfs to contrib/ 2014-12-12 18:01:35 +08:00