summaryrefslogtreecommitdiffstats
path: root/syslogd.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* code cleanupRainer Gerhards2007-09-201-55/+77
* split the function cvthname() for clarity. Also changed to using theRainer Gerhards2007-09-181-2/+2
* added code to handle situations where senders send us messages ending withRainer Gerhards2007-09-141-2/+18
* - checked -s/-l option and found that they work as expected - closed caseRainer Gerhards2007-09-111-2/+2
* fixed invalid dbgprintf() name - patch contained old name, I had forgottenRainer Gerhards2007-09-111-1/+3
* applied patch by varmojfekoj to change signal handling to the new sigactionRainer Gerhards2007-09-111-18/+67
* added commentsRainer Gerhards2007-09-101-1/+8
* removed misleading debug message (looked like an error, but was normalRainer Gerhards2007-09-071-1/+1
* modified $ModLoad so that an absolute path may be specified as module nameRainer Gerhards2007-09-071-1/+5
* - added eCmdHdlrGetWord command handlerRainer Gerhards2007-09-071-3/+11
* - changed part of the CStr interface so that better error tracking isRainer Gerhards2007-09-051-11/+6
* changed some calles to CStr class to their "safe" counterpart - they couldRainer Gerhards2007-09-041-13/+13
* applied patch form varmojfekoj to fix some mem leaks and a check to makeRainer Gerhards2007-09-041-2/+12
* patches and docu update for 1.19.3v1-19-3Michael Meckelein2007-08-311-2/+14
* applied patches for release 1.19.2, update documentationv1-19-2Michael Meckelein2007-08-281-1/+1
* applied patches which will be released under 1.19.1, changed doc for 1.19.1v1-19-1Michael Meckelein2007-08-221-5/+9
* added some code to support the forward-compatibilty directive $ModLoadRainer Gerhards2007-08-141-2/+16
* - integrated patch from varmojfekoj to make the mysql module a loadable oneRainer Gerhards2007-08-141-17/+34
* added important TODO itemRainer Gerhards2007-08-091-0/+2
* added module unload functionality; rsyslogd now unloads modules on exit (ofRainer Gerhards2007-08-091-12/+16
* some text and code cleanup in cflineParseTemplate() to match the changedRainer Gerhards2007-08-091-11/+7
* fixed bug: default for $DropMsgsWithMaliciousDnsPTRRecords was not reset onRainer Gerhards2007-08-081-0/+1
* added config file directive $ActionResumeIntervalRainer Gerhards2007-08-081-0/+9
* changed function name dprintf() to dbgprintf() as it conflicts with theRainer Gerhards2007-08-081-115/+115
* all compile-time settings are now shown in rsyslogd -v, not just the activeRainer Gerhards2007-08-081-24/+46
* optimized select handling, after select polling cycle is now finished whenRainer Gerhards2007-08-081-44/+59
* moved the "after select polling code (for fds)" to its own functionRainer Gerhards2007-08-081-153/+175
* add config directive $MainMsgQueueSize, which now allows to configure theRainer Gerhards2007-08-071-7/+21
* moved code to create/delete message queue to init(), after reading the confRainer Gerhards2007-08-071-10/+17