summaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'beta'Rainer Gerhards2009-11-251-0/+2
|\
| * Merge branch 'v5-stable' into betaRainer Gerhards2009-11-251-0/+2
| |\
| | * bugfix: enabling GSSServer crashes rsyslog startupTomas Kubina2009-11-251-0/+2
| | * Merge branch 'v4-beta' into betaRainer Gerhards2009-10-141-4/+4
| | |\
* | | | fixing some potential segfault conditionsRainer Gerhards2009-11-251-0/+5
* | | | minor: moved all code to new isAllowedSender2() interfaceRainer Gerhards2009-11-172-3/+3
* | | | Merge branch 'v4-devel'Rainer Gerhards2009-11-173-14/+29
|\ \ \ \
| * \ \ \ integrating varmojfekoj's "unlimited select()" patch into v4-develRainer Gerhards2009-11-173-16/+40
| |\ \ \ \
| | * | | | added option to use unlimited-size select() callsvarmojfekoj2009-11-173-16/+40
* | | | | | added a skeleton for omdbalerting by request of Phil ReillyRainer Gerhards2009-11-172-0/+152
* | | | | | moved DNS resolution code out of imudp and into the backend processingRainer Gerhards2009-11-171-38/+35
| |_|/ / / |/| | | |
* | | | | some light performance enhancementRainer Gerhards2009-11-122-2/+6
* | | | | Merge branch 'v4-devel'Rainer Gerhards2009-11-121-6/+58
|\| | | |
| * | | | Give even better outputLuis Fernando Munoz Mejias2009-11-121-9/+23
| * | | | Improve the debug messagesLuis Fernando Munoz Mejias2009-11-121-8/+8
| * | | | Debug output to find out a crashLuis Fernando Munoz Mejias2009-11-121-1/+5
| * | | | Report errors when OCI_SUCCESS_WITH_INFO happensLuis Fernando Munoz Mejias2009-11-121-1/+29
| * | | | Improve the handling of OCI_SUCCESS_WITH_INFO.Luis Fernando Munoz Mejias2009-11-121-3/+6
| * | | | docLuis Fernando Munoz Mejias2009-11-121-3/+3
| * | | | If the server disconnects the handle is no longer valid and we need toLuis Fernando Munoz Mejias2009-11-121-0/+3
* | | | | bugfix: omudpspoof miscalculated source and destination portsRainer Gerhards2009-11-121-3/+5
* | | | | more cleanup and working towards a parser module calling interfaceRainer Gerhards2009-11-032-2/+2
* | | | | added omruleset output module, which provides great flexibility in action pro...Rainer Gerhards2009-11-023-1/+229
* | | | | enhanced test environment (including testbench)Rainer Gerhards2009-10-2212-18/+26
* | | | | Merge branch 'newqueue'Rainer Gerhards2009-10-211-0/+3
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' into newqueueRainer Gerhards2009-10-165-52/+38
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into newqueueRainer Gerhards2009-10-151-4/+4
| |\ \ \ \ \ \
| * | | | | | | new queue engine - initial commit (probably not 100% working!)Rainer Gerhards2009-10-141-0/+3
* | | | | | | | bugfix: first UDP listener was incorrectly assigned its rulesetRainer Gerhards2009-10-191-1/+2
* | | | | | | | my imfile cleanup was a bit too agressive ;)Rainer Gerhards2009-10-191-0/+1
* | | | | | | | fixed regression in new multi-ruleset imudp codeRainer Gerhards2009-10-191-6/+6
| |_|/ / / / / |/| | | | | |
* | | | | | | some minor cleanup, consolidated some codeRainer Gerhards2009-10-161-8/+2
* | | | | | | improved input thread termination for imtcp and imuxsockRainer Gerhards2009-10-161-0/+3
* | | | | | | cosmetic: cleanup of imfileRainer Gerhards2009-10-161-35/+13
* | | | | | | ensure proper imudp shutdown even on a very busy systemRainer Gerhards2009-10-162-5/+8
* | | | | | | Merge branch 'david-master' into masterRainer Gerhards2009-10-161-1/+2
|\ \ \ \ \ \ \
| * | | | | | | bugfix in debug system and more instrumentation to find an issueRainer Gerhards2009-10-081-1/+2
* | | | | | | | bugfix: compile problem when system provided only epoll_create()Rainer Gerhards2009-10-161-1/+1
* | | | | | | | solved a recently introduced race during input thread shutdownRainer Gerhards2009-10-151-4/+4
* | | | | | | | improved imudp so that epoll can be used in more environmentsRainer Gerhards2009-10-151-2/+9
| |_|/ / / / / |/| | | | | |
* | | | | | | Merge branch 'v4-devel'Rainer Gerhards2009-10-141-4/+4
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | / / / / | | |/ / / / | |/| | | |
| * | | | | Merge branch 'v4-beta' into v4-develRainer Gerhards2009-10-141-4/+4
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Merge branch 'v3-stable' into v4-betaRainer Gerhards2009-10-141-4/+4
| | |\ \ \ \
| | | * | | | enhance: imrelp now also provides remote peer's IP addressRainer Gerhards2009-10-141-4/+4
* | | | | | | added multi-ruleset support to imudpRainer Gerhards2009-10-131-28/+33
* | | | | | | removed no longer needed msg_t property "bParseHOSTNAME"Rainer Gerhards2009-10-136-7/+0
* | | | | | | enhanced immark to support non-cancel input module terminationRainer Gerhards2009-10-121-2/+16
* | | | | | | re-enabled input thread termination handling that does avoid thread cancellationRainer Gerhards2009-10-121-0/+6
* | | | | | | updated doc in imtemplate so that it no longer promotes legacy interfaceRainer Gerhards2009-10-121-29/+6
* | | | | | | changed imuxsock to no longer use deprecated submitAndParseMsg() interfaceRainer Gerhards2009-10-122-17/+64