summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | removed code no longer neededRainer Gerhards2007-12-212-56/+9
| |
* | - created an initial version of imudp.c. The majority of UDP reception codeRainer Gerhards2007-12-213-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 Gerhards2007-12-211-0/+13
| |
* | prepared for imudpRainer Gerhards2007-12-215-3/+158
| |
* | cleaned up code (resulting in some shuffeling from syslogd.c to the "right"Rainer Gerhards2007-12-214-69/+44
| | | | | | | | module)
* | created first version of imtcp (still very much depending on syslogd.c forRainer Gerhards2007-12-214-146/+136
| | | | | | | | configuration and a lot of other things)
* | begun work on imtcpRainer Gerhards2007-12-215-2/+164
| |
* | updated compatibiltiy notes according to latest state of the projectRainer Gerhards2007-12-211-0/+30
| |
* | added new v3 config file directivesRainer Gerhards2007-12-211-1/+15
| |
* | removed no longer needed mutex from omfwdRainer Gerhards2007-12-211-7/+0
| |
* | moved udp send code to its own functionRainer Gerhards2007-12-201-37/+50
| |
* | removed single-threading support for sending TCP messages; causedRainer Gerhards2007-12-2011-441/+8
| | | | | | | | | | simplyfication of output module interface as well as core syslog processing.
* | implemented $AddUnixListenSocket config directiveRainer Gerhards2007-12-202-29/+84
| |
* | changed termination sync typeRainer Gerhards2007-12-201-1/+1
| |
* | implemented $SystemLogSocketName config directiveRainer Gerhards2007-12-203-27/+25
| |
* | previous patch was incorrectRainer Gerhards2007-12-201-3/+4
| |
* | bugfix: memory leak in cfsysline.c/doGetWord() fixedRainer Gerhards2007-12-201-1/+9
| |
* | implemented $OmitLocalLogging config directiveRainer Gerhards2007-12-203-33/+13
| |
* | moved unix socket code to its own module (imuxsock)Rainer Gerhards2007-12-203-122/+135
| |
* | fixed race conditionRainer Gerhards2007-12-201-0/+1
| |
* | begun moving unix socket code to its own moduleRainer Gerhards2007-12-205-2/+144
| |
* | - implemented $klogUseSyscallInterface config directiveRainer Gerhards2007-12-201-10/+19
| | | | | | | | - implemented $klogSymbolLookup config directive
* | - working on a potential race condition on the new input module interface.Rainer Gerhards2007-12-204-9/+43
| | | | | | | | | | | | | | | | | | | | See newsgroup posting for details on the issue: http://groups.google.com/group/comp.programming.threads/msg/330b9675f17 a1ad6 I tried some mutex operations but came to the conclusion that this does not really help. So I have now switched to plain thread cancellation, which so far seems to be OK. Need more practical experience with other input modules to make a final decision. Thus I leave all code in and have just disabled the problematic code.
* | moved todo list into compatibility documentRainer Gerhards2007-12-201-1/+3
| |
* | bugfix: fixing memory leak when message queue is full and during parsing.Rainer Gerhards2007-12-201-2/+8
| | | | | | | | Thanks to varmojfekoj for the patch.
* | slight change to init() to prevent race conditionRainer Gerhards2007-12-191-1/+2
| |
* | bugfix: llDestroy() left the list with invalid root/last pointersRainer Gerhards2007-12-191-0/+3
| |
* | enhanced -c option support (some basics)Rainer Gerhards2007-12-191-4/+28
| |
* | integrated v 1.21.0 change log entriesRainer Gerhards2007-12-191-1/+6
| |
* | applied enhanced gss-api functionality provided by varmojfekojRainer Gerhards2007-12-197-72/+255
| |
* | cleaned up char/uchar issueRainer Gerhards2007-12-191-3/+3
| |
* | applied some more cleanup provided by Michael BieblRainer Gerhards2007-12-195-11/+6
| |
* | applied Michael Biebl's patch to enhance $includeconfig to support wildcardRainer Gerhards2007-12-182-8/+34
| | | | | | | | filenames
* | code cleanups thanks to Michael BieblRainer Gerhards2007-12-182-4/+2
| | | | | | | | ----------------------------------------------------------------------
* | code cleanups thanks to Michael BieblRainer Gerhards2007-12-188-9/+15
| |
* | restructured #include's somewhat thanks to Michael BieblRainer Gerhards2007-12-183-2/+7
| |
* | removed files from cvs that not belong there (thanks to Michael Biebl forRainer Gerhards2007-12-183-1108/+0
| | | | | | | | pointing that out)
* | added rsyslog v3 compatibitliy infoRainer Gerhards2007-12-171-5/+4
| |
* | rsyslog v3 compatibility infoRainer Gerhards2007-12-171-0/+32
| |
* | - implemented afterRun input module interface functionRainer Gerhards2007-12-179-30/+68
| | | | | | | | - implemented $klogSymbolsTwice config directive
* | code cleanup debugging fixed, should now go through standard debuggingRainer Gerhards2007-12-173-189/+22
| | | | | | | | facility
* | limited debug outputRainer Gerhards2007-12-173-7/+10
| |
* | fix for compile problemRainer Gerhards2007-12-174-124/+38
| |
* | fixed missing fileRainer Gerhards2007-12-171-0/+41
| |
* | fixed compile problem (error during previous cvs commit)Rainer Gerhards2007-12-172-144/+8
| |
* | noted recent addtionsRainer Gerhards2007-12-171-0/+6
| |
* | begun imklog, replacing klogd.c (finally we get rid of it...)Rainer Gerhards2007-12-1716-1406/+864
| |
* | added $MarkMessagePeriodRainer Gerhards2007-12-173-4/+35
| |
* | command $ResetConfigVariables implemented for immark.cRainer Gerhards2007-12-171-1/+11
| |
* | implemented $MarkMessagePeriod config directiveRainer Gerhards2007-12-176-9/+44
| |