summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | removed serialization pointer from queue; used new base class insteadRainer Gerhards2008-01-045-21/+13
| |
* | - begun some work on Msg Object serializiationRainer Gerhards2008-01-049-5/+295
| | | | | | | | - created a kind of general base class
* | begun working on disk queueing (not completed, do not use this mode!)Rainer Gerhards2008-01-035-10/+170
| |
* | added $MainMsgQueueFilePrefix config parameterRainer Gerhards2008-01-031-2/+8
| |
* | added $SpoolDirectory config parameterRainer Gerhards2008-01-032-20/+28
| |
* | added new config directivesRainer Gerhards2008-01-031-0/+2
| |
* | fixed old references to rklogd - thanks to Michael Biebl for spotting them.Rainer Gerhards2008-01-031-2/+2
| |
* | made doc somewhat more conformant to current development stateRainer Gerhards2008-01-033-4/+5
| |
* | brought up-to-dateRainer Gerhards2008-01-031-1/+34
| |
* | changed version number to one in the testing version number rangeRainer Gerhards2008-01-031-1/+1
| |
* | added $MainMsgQueueType config parameterRainer Gerhards2008-01-033-7/+34
| |
* | cleanupRainer Gerhards2008-01-031-5/+5
| |
* | removed reference to rklogd - thanks Michael Biebl for bringing this to myRainer Gerhards2008-01-031-1/+1
| | | | | | | | attention
* | simplified code and got rid of empty/full state variablesRainer Gerhards2008-01-032-22/+5
| |
* | added capability to use a linked list for queuing to the queue classRainer Gerhards2008-01-033-5/+148
| |
* | applied Michael Biebl's patch to clean up the makefilesRainer Gerhards2008-01-039-29/+19
| |
* | some cleanup, running in non-multithreaded mode no langer can happenRainer Gerhards2008-01-031-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 itselfRainer Gerhards2008-01-034-218/+146
| |
* | implemented queue type "drivers"Rainer Gerhards2008-01-032-30/+99
| |
* | restructured queue interface to use rsRetVal and instances, removedRainer Gerhards2008-01-033-81/+97
| | | | | | | | dependency on globals - now more like a real class
* | moved queue code to its own module (finally)Rainer Gerhards2008-01-036-108/+202
| |
* | fixed typo pointed out by Jonathan Smith - thanks!Rainer Gerhards2008-01-031-1/+1
| |
* | updated to include 2.0.0 releaseRainer Gerhards2008-01-022-6/+15
| |
* | reflected latest omgssapi changesRainer Gerhards2008-01-022-6/+6
| |
* | created omtesting, a debug and development aid output module. This is stageRainer Gerhards2007-12-318-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.cRainer Gerhards2007-12-281-256/+1
| |
* | omgssapi createdRainer Gerhards2007-12-289-65/+767
| |
* | moved TCPSend() and frame building code to tcpsyslog.cRainer Gerhards2007-12-283-230/+253
| |
* | took TCPSend() apart and made it generic via function pointersRainer Gerhards2007-12-282-97/+122
| |
* | internal restructuring in omfwd.c - stage work for further modularization IRainer Gerhards2007-12-273-152/+187
| | | | | | | | | | think I also fixed a bug as a side-effect - but not looked to much at it
* | some cleanupRainer Gerhards2007-12-279-15/+21
| |
* | applied cross-platform patch from darix to facilitate GSS-API compile onRainer Gerhards2007-12-275-5/+5
| | | | | | | | more platforms
* | added capability to have multiple UDP listeners running concurrentlyRainer Gerhards2007-12-272-24/+73
| |
* | added new settingsRainer Gerhards2007-12-272-4/+29
| |
* | added $UDPServerAddress <ip> config directiveRainer Gerhards2007-12-272-42/+23
| |
* | removed gloable variable AcceptRemote and external def of bFinishedRainer Gerhards2007-12-262-4/+1
| |
* | removed no longer needed reference to "AcceptRemote"Rainer Gerhards2007-12-261-2/+3
| |
* | added doc for new imudp input moduleRainer Gerhards2007-12-262-0/+6
| |
* | removed global variable LogPortRainer Gerhards2007-12-264-44/+59
| |
* | removed useless code (is overwritten on return)Rainer Gerhards2007-12-261-1/+0
| |
* | fixed socket leak in omfwd.cRainer Gerhards2007-12-261-26/+6
| |
* | removed active INET code from syslogd.c - still some auxiliary thingsRainer Gerhards2007-12-264-29/+27
| | | | | | | | remain
* | removed imudp code dependency on "finet"Rainer Gerhards2007-12-264-41/+21
| |
* | removed omfwd code dependency on finetRainer Gerhards2007-12-264-35/+84
| |
* | moved cross-platform define for AI_NUMERICSERV to net.hRainer Gerhards2007-12-262-13/+12
| |
* | moved some of the udp input code to its right placeRainer Gerhards2007-12-256-19/+19
| |
* | moved udp net code - again, stage workRainer Gerhards2007-12-254-165/+169
| |
* | fixed duplicate license textRainer Gerhards2007-12-251-24/+8
| |
* | moved some more network codeRainer Gerhards2007-12-254-43/+44
| |
* | moved some more net functionality out of syslogd.c - stage workRainer Gerhards2007-12-253-508/+510
| |