summaryrefslogtreecommitdiffstats
path: root/doc/imtcp.html
Commit message (Collapse)AuthorAgeFilesLines
* added $InputTCPServerNotifyOnConnectionClose config directiveRainer Gerhards2009-10-011-0/+4
|
* added $InputTCPMaxListeners directiveRainer Gerhards2009-08-171-2/+5
| | | | permits to specify how many TCP servers shall be possible (default is 20).
* bugfix: if tcp listen port could not be created, no error message was emittedRainer Gerhards2009-08-171-2/+3
|
* added capability to run multiple tcp listeners (on different ports)Rainer Gerhards2009-05-221-3/+3
| | | | | | | | | | | Well, actually this and a lot of related things. I improved the testbench so that the new capabilities are automatically tested and also did some general cleanup. The current multiple tcp listener solution will probably receive some further cleanup, too, but looks quite OK so far. I also reviewed the way tcpsrv et all work, in preparation of using this code for imdiag. I need to document the findings, especially as the code is rather complicated "thanks" to the combination of plain tcp and gssapi transport modes.
* enhanced imtcp, among others to handel invalid NetScreen framingRainer Gerhards2008-12-101-1/+26
| | | | | | | | | | | | - added $InputTCPServerAddtlFrameDelimiter config directive, which enabeles to specify an additional, non-standard message delimiter for processing plain tcp syslog. This is primarily a fix for the invalid framing used in Juniper's NetScreen products. Credit to forum user Arv for suggesting this solution. - added $InputTCPServerInputName property, which enables a name to be specified that will be available during message processing in the inputname property. This is considered useful for logic that treats messages differently depending on which input received them.
* restructured rsyslog.conf documentationTom Bergfeld2008-10-311-0/+2
| | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* Merge branch 'v3-stable' into betaRainer Gerhards2008-07-251-2/+2
|\ | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * use the $ModLoad syntax consistently.Michael Biebl2008-07-221-2/+2
| | | | | | | | | | | | | | | | Update the documentation to use the new, preferred $ModLoad syntax: - no more MySQL - name of the in/output plugin without the trailing .so Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | added some forgotten docRainer Gerhards2008-05-211-1/+1
| |
* | added new transport auth methods to doc setRainer Gerhards2008-05-211-4/+7
|/
* added some doc for imgssapi and imtcp input modulesRainer Gerhards2008-02-221-0/+51