summaryrefslogtreecommitdiffstats
path: root/plugins/imudp
Commit message (Expand)AuthorAgeFilesLines
* added capability to run multiple tcp listeners (on different ports)Rainer Gerhards2009-05-221-2/+3
* bugfix: parser did not correctly parse fields in UDP-received messagesRainer Gerhards2009-03-101-1/+1
* Merge branch 'beta'Rainer Gerhards2009-02-241-1/+1
|\
| * make all cflags and libs variables uppercaseMichael Biebl2009-02-241-1/+1
* | added $PreserveFQDN config file directiveRainer Gerhards2008-12-081-0/+1
* | bugfix: imudp went into an endless loop under some circumstancesRainer Gerhards2008-12-081-3/+3
* | Merge branch 'beta'Rainer Gerhards2008-12-051-4/+14
|\|
| * Merge branch 'v3-stable' into betav3.21.9Rainer Gerhards2008-12-041-2/+13
| |\
| | * security fix: imudp emitted a message when a non-permitted sender...v3.20.2Rainer Gerhards2008-12-041-2/+13
* | | Merge branch 'beta'Rainer Gerhards2008-12-041-5/+3
|\| |
| * | Merge branch 'v3-stable' into betaRainer Gerhards2008-11-291-5/+2
| |\|
| | * security bugfix: $AllowedSender was not honored,Rainer Gerhards2008-11-291-5/+2
* | | moved bParseHostname and bIsParsed to msgFlagsRainer Gerhards2008-10-091-3/+1
* | | restoring msg parsing for imudpRainer Gerhards2008-10-091-0/+1
* | | reordered imudp processing.Rainer Gerhards2008-10-081-6/+21
* | | restructured imudp receive loopRainer Gerhards2008-10-081-60/+85
* | | "output" timestamp now taken from mesg's time generatedRainer Gerhards2008-10-071-2/+4
* | | simple (yet efficient) name caching added to imudpRainer Gerhards2008-10-071-2/+18
* | | added $UDPServerTimeRequery optionRainer Gerhards2008-10-061-3/+17
* | | performance-optimized imudpRainer Gerhards2008-10-021-32/+44
* | | some code cleanupRainer Gerhards2008-10-021-50/+48
|/ /
* | Merge branch 'beta'Rainer Gerhards2008-09-221-2/+6
|\|
| * Merge branch 'v3-stable' into betaRainer Gerhards2008-09-221-2/+6
| |\
| | * bugfix: imudp input module could cause segfault on HUPRainer Gerhards2008-09-221-2/+6
* | | added properties "inputname" and "$myhostname"Rainer Gerhards2008-09-101-1/+1
* | | removed compile time fixed message size limit (was 2K)Rainer Gerhards2008-09-021-2/+5
|/ /
* | added (internal) error codes to error messagesRainer Gerhards2008-06-271-2/+2
* | Remove .cvsignore files, add .gitignore.Michael Biebl2008-06-111-6/+0
* | added fromhost-ip properties and some bugfixesRainer Gerhards2008-05-161-2/+3
* | some cleanup (gotten rid of some more plain chars)Rainer Gerhards2008-05-061-1/+1
* | moved "option_DisallowWarning" variable to global data poolRainer Gerhards2008-04-171-1/+5
* | some more cleanupRainer Gerhards2008-04-161-1/+1
* | made everything compile with the new runtime subdirectoryRainer Gerhards2008-04-161-1/+1
|/
* added flow control options to other input sourcesRainer Gerhards2008-03-191-1/+1
* implemented module unload handling (required a number of interface changes)Rainer Gerhards2008-03-111-1/+4
* renamed library module file names to lm*, so that they match the overallRainer Gerhards2008-03-071-1/+1
* - added RSYSLOGD_MODDIR environment variableRainer Gerhards2008-03-071-10/+13
* added capability to ignore client-provided timestamp on unix sockets andRainer Gerhards2008-03-061-1/+2
* applied patch from Michael Biebl to clean up build systemRainer Gerhards2008-03-061-2/+2
* - extracted logerror*() family of functions from syslogd, made them theirRainer Gerhards2008-03-051-2/+6
* - changed modules.c calling conventions to be interface-basedRainer Gerhards2008-03-051-13/+0
* - changed module interface to support querying obj interface (stage work)Rainer Gerhards2008-03-041-1/+1
* bugfix: default port was not used on $UDPServerRun when none was specifiedRainer Gerhards2008-02-181-1/+1
* - changed interface "printchopped()" so that it looks more like a genericRainer Gerhards2008-02-181-1/+1
* - fixed a bug that could cause invalid string handling via strerror_rRainer Gerhards2008-01-301-1/+2
* - improved debug support a bit (assertions)Rainer Gerhards2008-01-291-1/+1
* - fixed a bug that caused a segfault on startup when no $WorkDir directivev3-10-1aRainer Gerhards2008-01-101-1/+0
* added --enable-mudflap ./configure optionRainer Gerhards2008-01-081-2/+2
* fixed some memory leaks in new code -- thanks to varmojfekoj for the patchRainer Gerhards2008-01-081-4/+6
* applied Michael Biebl's patch to clean up the makefilesRainer Gerhards2008-01-031-4/+2