Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | applied Michael Biebl's patch to clean up the makefiles | Rainer Gerhards | 2008-01-03 | 9 | -29/+19 |
| | |||||
* | some cleanup, running in non-multithreaded mode no langer can happen | Rainer Gerhards | 2008-01-03 | 1 | -101/+76 |
| | | | | (rsyslogd error terminates if it can't start the queue and its thread) | ||||
* | queue is now a full object and handles threading by itself | Rainer Gerhards | 2008-01-03 | 4 | -218/+146 |
| | |||||
* | implemented queue type "drivers" | Rainer Gerhards | 2008-01-03 | 2 | -30/+99 |
| | |||||
* | restructured queue interface to use rsRetVal and instances, removed | Rainer Gerhards | 2008-01-03 | 3 | -81/+97 |
| | | | | dependency on globals - now more like a real class | ||||
* | moved queue code to its own module (finally) | Rainer Gerhards | 2008-01-03 | 6 | -108/+202 |
| | |||||
* | fixed typo pointed out by Jonathan Smith - thanks! | Rainer Gerhards | 2008-01-03 | 1 | -1/+1 |
| | |||||
* | updated to include 2.0.0 release | Rainer Gerhards | 2008-01-02 | 2 | -6/+15 |
| | |||||
* | reflected latest omgssapi changes | Rainer Gerhards | 2008-01-02 | 2 | -6/+6 |
| | |||||
* | created omtesting, a debug and development aid output module. This is stage | Rainer Gerhards | 2007-12-31 | 8 | -8/+214 |
| | | | | | work for the new queueing engine - we need a way to delay rule execution and that's what the module currently does ;) | ||||
* | removed gss-api code from omfwd.c | Rainer Gerhards | 2007-12-28 | 1 | -256/+1 |
| | |||||
* | omgssapi created | Rainer Gerhards | 2007-12-28 | 9 | -65/+767 |
| | |||||
* | moved TCPSend() and frame building code to tcpsyslog.c | Rainer Gerhards | 2007-12-28 | 3 | -230/+253 |
| | |||||
* | took TCPSend() apart and made it generic via function pointers | Rainer Gerhards | 2007-12-28 | 2 | -97/+122 |
| | |||||
* | internal restructuring in omfwd.c - stage work for further modularization I | Rainer Gerhards | 2007-12-27 | 3 | -152/+187 |
| | | | | | think I also fixed a bug as a side-effect - but not looked to much at it | ||||
* | some cleanup | Rainer Gerhards | 2007-12-27 | 9 | -15/+21 |
| | |||||
* | applied cross-platform patch from darix to facilitate GSS-API compile on | Rainer Gerhards | 2007-12-27 | 5 | -5/+5 |
| | | | | more platforms | ||||
* | added capability to have multiple UDP listeners running concurrently | Rainer Gerhards | 2007-12-27 | 2 | -24/+73 |
| | |||||
* | added new settings | Rainer Gerhards | 2007-12-27 | 2 | -4/+29 |
| | |||||
* | added $UDPServerAddress <ip> config directive | Rainer Gerhards | 2007-12-27 | 2 | -42/+23 |
| | |||||
* | removed gloable variable AcceptRemote and external def of bFinished | Rainer Gerhards | 2007-12-26 | 2 | -4/+1 |
| | |||||
* | removed no longer needed reference to "AcceptRemote" | Rainer Gerhards | 2007-12-26 | 1 | -2/+3 |
| | |||||
* | added doc for new imudp input module | Rainer Gerhards | 2007-12-26 | 2 | -0/+6 |
| | |||||
* | removed global variable LogPort | Rainer Gerhards | 2007-12-26 | 4 | -44/+59 |
| | |||||
* | removed useless code (is overwritten on return) | Rainer Gerhards | 2007-12-26 | 1 | -1/+0 |
| | |||||
* | fixed socket leak in omfwd.c | Rainer Gerhards | 2007-12-26 | 1 | -26/+6 |
| | |||||
* | removed active INET code from syslogd.c - still some auxiliary things | Rainer Gerhards | 2007-12-26 | 4 | -29/+27 |
| | | | | remain | ||||
* | removed imudp code dependency on "finet" | Rainer Gerhards | 2007-12-26 | 4 | -41/+21 |
| | |||||
* | removed omfwd code dependency on finet | Rainer Gerhards | 2007-12-26 | 4 | -35/+84 |
| | |||||
* | moved cross-platform define for AI_NUMERICSERV to net.h | Rainer Gerhards | 2007-12-26 | 2 | -13/+12 |
| | |||||
* | moved some of the udp input code to its right place | Rainer Gerhards | 2007-12-25 | 6 | -19/+19 |
| | |||||
* | moved udp net code - again, stage work | Rainer Gerhards | 2007-12-25 | 4 | -165/+169 |
| | |||||
* | fixed duplicate license text | Rainer Gerhards | 2007-12-25 | 1 | -24/+8 |
| | |||||
* | moved some more network code | Rainer Gerhards | 2007-12-25 | 4 | -43/+44 |
| | |||||
* | moved some more net functionality out of syslogd.c - stage work | Rainer Gerhards | 2007-12-25 | 3 | -508/+510 |
| | |||||
* | fixed typo | Rainer Gerhards | 2007-12-25 | 1 | -1/+1 |
| | |||||
* | some cleanup | Rainer Gerhards | 2007-12-21 | 1 | -14/+10 |
| | |||||
* | finally, alarm() has gone away :) -- this is now done by the main thread | Rainer Gerhards | 2007-12-21 | 1 | -58/+21 |
| | |||||
* | removed code no longer needed | Rainer Gerhards | 2007-12-21 | 2 | -56/+9 |
| | |||||
* | - created an initial version of imudp.c. The majority of UDP reception code | Rainer Gerhards | 2007-12-21 | 3 | -71/+65 |
| | | | | | | | | | | is now in that module and it is dynamically loadable. HOWEVER, that doesn't mean it is a proper module. There are still many, many dependencies on global variables, cross-module calls and such. However, havin the code base separated allows me to carry out some other cleanup before I return to create a really clean implementation of these modules. So it is kind of a stage work. Just don't mistake it with "the real thing"... | ||||
* | ranted a little bit about the current modules... | Rainer Gerhards | 2007-12-21 | 1 | -0/+13 |
| | |||||
* | prepared for imudp | Rainer Gerhards | 2007-12-21 | 5 | -3/+158 |
| | |||||
* | cleaned up code (resulting in some shuffeling from syslogd.c to the "right" | Rainer Gerhards | 2007-12-21 | 4 | -69/+44 |
| | | | | module) | ||||
* | created first version of imtcp (still very much depending on syslogd.c for | Rainer Gerhards | 2007-12-21 | 4 | -146/+136 |
| | | | | configuration and a lot of other things) | ||||
* | begun work on imtcp | Rainer Gerhards | 2007-12-21 | 5 | -2/+164 |
| | |||||
* | updated compatibiltiy notes according to latest state of the project | Rainer Gerhards | 2007-12-21 | 1 | -0/+30 |
| | |||||
* | added new v3 config file directives | Rainer Gerhards | 2007-12-21 | 1 | -1/+15 |
| | |||||
* | removed no longer needed mutex from omfwd | Rainer Gerhards | 2007-12-21 | 1 | -7/+0 |
| | |||||
* | moved udp send code to its own function | Rainer Gerhards | 2007-12-20 | 1 | -37/+50 |
| | |||||
* | removed single-threading support for sending TCP messages; caused | Rainer Gerhards | 2007-12-20 | 11 | -441/+8 |
| | | | | | simplyfication of output module interface as well as core syslog processing. |