summaryrefslogtreecommitdiffstats
path: root/doc/imtcp.html
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'v5-stable-newstats'Rainer Gerhards2012-04-071-0/+6
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: action.c configure.ac doc/imuxsock.html plugins/imklog/imklog.c plugins/imptcp/imptcp.c plugins/imtcp/imtcp.c plugins/imudp/imudp.c plugins/imuxsock/imuxsock.c runtime/glbl.c runtime/glbl.h runtime/net.c runtime/ruleset.c tcpsrv.h tools/syslogd.c
| * added configuration directive to disable octet-counted framingRainer Gerhards2012-03-191-0/+6
| | | | | | | | ... for imtcp, directive is $InputTCPServerSupportOctetCountedFraming
* | added capability for imtcp to activate keep-alive packetsRainer Gerhards2011-05-091-0/+3
| | | | | | | | | | at the socket layer. reference: http://kb.monitorware.com/post20791.html
* | added new config directive $InputTCPFlowControl...Rainer Gerhards2011-04-011-0/+9
|/ | | | | ... to select if tcp received messages shall be flagged as light delayable or not.
* added capability to turn off standard LF delimiter in TCP serverRainer Gerhards2010-03-011-10/+18
| | | | via new directive "$InputTCPServerDisableLFDelimiter on"
* added the capability to have ruleset-specific main message queuesRainer Gerhards2009-10-271-1/+1
| | | | | This offers considerable additional flexibility AND superior performance (in cases where multiple inputs now can avoid lock contention)
* added multi-ruleset support to imudpRainer Gerhards2009-10-131-21/+26
| | | | | also bumped version number and corrected ChangeLog, where I merged some post 5.3.1 changes into the 5.3.1 section.
* 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