summaryrefslogtreecommitdiffstats
path: root/syslogd.c
Commit message (Expand)AuthorAgeFilesLines
* cleaned up code (resulting in some shuffeling from syslogd.c to the "right"Rainer Gerhards2007-12-211-67/+6
* created first version of imtcp (still very much depending on syslogd.c forRainer Gerhards2007-12-211-139/+1
* removed single-threading support for sending TCP messages; causedRainer Gerhards2007-12-201-180/+3
* implemented $AddUnixListenSocket config directiveRainer Gerhards2007-12-201-16/+1
* implemented $SystemLogSocketName config directiveRainer Gerhards2007-12-201-14/+0
* implemented $OmitLocalLogging config directiveRainer Gerhards2007-12-201-3/+0
* moved unix socket code to its own module (imuxsock)Rainer Gerhards2007-12-201-107/+4
* bugfix: fixing memory leak when message queue is full and during parsing.Rainer Gerhards2007-12-201-2/+8
* slight change to init() to prevent race conditionRainer Gerhards2007-12-191-1/+2
* enhanced -c option support (some basics)Rainer Gerhards2007-12-191-4/+28
* applied enhanced gss-api functionality provided by varmojfekojRainer Gerhards2007-12-191-20/+68
* cleaned up char/uchar issueRainer Gerhards2007-12-191-3/+3
* applied some more cleanup provided by Michael BieblRainer Gerhards2007-12-191-4/+1
* applied Michael Biebl's patch to enhance $includeconfig to support wildcardRainer Gerhards2007-12-181-8/+32
* code cleanups thanks to Michael BieblRainer Gerhards2007-12-181-1/+0
* restructured #include's somewhat thanks to Michael BieblRainer Gerhards2007-12-181-0/+4
* - implemented afterRun input module interface functionRainer Gerhards2007-12-171-2/+1
* begun imklog, replacing klogd.c (finally we get rid of it...)Rainer Gerhards2007-12-171-2/+0
* implemented $MarkMessagePeriod config directiveRainer Gerhards2007-12-171-5/+8
* removed initial IMMARK coding - no longer neededRainer Gerhards2007-12-171-23/+2
* moved thread termination code out to threads.cRainer Gerhards2007-12-171-6/+0
* created thread-class internal wrapper for calling user supplied thread mainRainer Gerhards2007-12-171-1/+2
* fixed a potential race condition with enqueueMsg() - thanks to mildew forRainer Gerhards2007-12-171-12/+1
* graceful termination now supportedRainer Gerhards2007-12-141-9/+4
* first rough version of input module thread terminationRainer Gerhards2007-12-141-4/+12
* added thread activationRainer Gerhards2007-12-141-0/+2
* on the way to a real input module interface and threading class...Rainer Gerhards2007-12-141-4/+35
* - begun to create input module interface and macrosRainer Gerhards2007-12-141-5/+18
* moved core threading helpers out of syslogd.cRainer Gerhards2007-12-141-149/+5
* changed license to GPLv3 (for what is to become rsyslog v3)Rainer Gerhards2007-12-141-7/+16
* begin work on on immark, the first input module. In the long term this willRainer Gerhards2007-12-141-3/+29
* some cleanup (very minor)Rainer Gerhards2007-12-121-1/+5
* handled selector flushing on termination (and hup) correctly. Could loseRainer Gerhards2007-12-121-8/+16
* fixed a potential race condition, see link for details:Rainer Gerhards2007-12-111-24/+43
* When a hostname ACL was provided and DNS resolution for that name failed,Rainer Gerhards2007-12-111-12/+30
* added Bartosz Kuzma patches for better compatibility with NetBSD - manyRainer Gerhards2007-12-031-11/+23
* adding sur5r's postgres module - many thanks for providing it! There are aRainer Gerhards2007-12-031-0/+16
* cosmetic changes - no code changeRainer Gerhards2007-11-271-3/+2
* moved syslog PRI code tables to msg.c as this is the only place where theyRainer Gerhards2007-11-271-44/+0
* - added an identifier to command handler table - need to identify whichRainer Gerhards2007-11-211-2/+6
* added an identifier to command handler table - need to identify whichRainer Gerhards2007-11-211-20/+20
* added new modExit() entry point to loadable module interfaceRainer Gerhards2007-11-211-4/+5
* applied gssapi patch from varmojfekoj - gss-api is now supportedRainer Gerhards2007-11-191-9/+62
* undid creation of a separate thread for the main loop -- this did not turnRainer Gerhards2007-10-171-19/+20
* changed the threading to include one extra thread that runs the mainloop.Rainer Gerhards2007-10-081-56/+96
* applied patch provided by varmojfekoj to support building ommysql in itsRainer Gerhards2007-09-261-6/+0
* applied contributed patch to improve repeated message processing (seeRainer Gerhards2007-09-251-1/+5
* more cleanup on thread-safe CRL functionsRainer Gerhards2007-09-251-1/+12
* changed ttyname() to ttyname_r() - not a real fix, as this part of the codeRainer Gerhards2007-09-251-3/+3
* - simplified code in shouldProcessThisMessage() for debug outputRainer Gerhards2007-09-241-23/+23