| Commit message (Expand) | Author | Age | Files | Lines |
* | begin work on on immark, the first input module. In the long term this will | Rainer Gerhards | 2007-12-14 | 1 | -3/+29 |
* | some cleanup (very minor) | Rainer Gerhards | 2007-12-12 | 1 | -1/+5 |
* | handled selector flushing on termination (and hup) correctly. Could lose | Rainer Gerhards | 2007-12-12 | 1 | -8/+16 |
* | fixed a potential race condition, see link for details: | Rainer Gerhards | 2007-12-11 | 1 | -24/+43 |
* | When a hostname ACL was provided and DNS resolution for that name failed, | Rainer Gerhards | 2007-12-11 | 1 | -12/+30 |
* | added Bartosz Kuzma patches for better compatibility with NetBSD - many | Rainer Gerhards | 2007-12-03 | 1 | -11/+23 |
* | adding sur5r's postgres module - many thanks for providing it! There are a | Rainer Gerhards | 2007-12-03 | 1 | -0/+16 |
* | cosmetic changes - no code change | Rainer Gerhards | 2007-11-27 | 1 | -3/+2 |
* | moved syslog PRI code tables to msg.c as this is the only place where they | Rainer Gerhards | 2007-11-27 | 1 | -44/+0 |
* | - added an identifier to command handler table - need to identify which | Rainer Gerhards | 2007-11-21 | 1 | -2/+6 |
* | added an identifier to command handler table - need to identify which | Rainer Gerhards | 2007-11-21 | 1 | -20/+20 |
* | added new modExit() entry point to loadable module interface | Rainer Gerhards | 2007-11-21 | 1 | -4/+5 |
* | applied gssapi patch from varmojfekoj - gss-api is now supported | Rainer Gerhards | 2007-11-19 | 1 | -9/+62 |
* | undid creation of a separate thread for the main loop -- this did not turn | Rainer Gerhards | 2007-10-17 | 1 | -19/+20 |
* | changed the threading to include one extra thread that runs the mainloop. | Rainer Gerhards | 2007-10-08 | 1 | -56/+96 |
* | applied patch provided by varmojfekoj to support building ommysql in its | Rainer Gerhards | 2007-09-26 | 1 | -6/+0 |
* | applied contributed patch to improve repeated message processing (see | Rainer Gerhards | 2007-09-25 | 1 | -1/+5 |
* | more cleanup on thread-safe CRL functions | Rainer Gerhards | 2007-09-25 | 1 | -1/+12 |
* | changed ttyname() to ttyname_r() - not a real fix, as this part of the code | Rainer Gerhards | 2007-09-25 | 1 | -3/+3 |
* | - simplified code in shouldProcessThisMessage() for debug output | Rainer Gerhards | 2007-09-24 | 1 | -23/+23 |
* | code cleanup | Rainer Gerhards | 2007-09-20 | 1 | -55/+77 |
* | split the function cvthname() for clarity. Also changed to using the | Rainer Gerhards | 2007-09-18 | 1 | -2/+2 |
* | added code to handle situations where senders send us messages ending with | Rainer Gerhards | 2007-09-14 | 1 | -2/+18 |
* | - checked -s/-l option and found that they work as expected - closed case | Rainer Gerhards | 2007-09-11 | 1 | -2/+2 |
* | fixed invalid dbgprintf() name - patch contained old name, I had forgotten | Rainer Gerhards | 2007-09-11 | 1 | -1/+3 |
* | applied patch by varmojfekoj to change signal handling to the new sigaction | Rainer Gerhards | 2007-09-11 | 1 | -18/+67 |
* | added comments | Rainer Gerhards | 2007-09-10 | 1 | -1/+8 |
* | removed misleading debug message (looked like an error, but was normal | Rainer Gerhards | 2007-09-07 | 1 | -1/+1 |
* | modified $ModLoad so that an absolute path may be specified as module name | Rainer Gerhards | 2007-09-07 | 1 | -1/+5 |
* | - added eCmdHdlrGetWord command handler | Rainer Gerhards | 2007-09-07 | 1 | -3/+11 |
* | - changed part of the CStr interface so that better error tracking is | Rainer Gerhards | 2007-09-05 | 1 | -11/+6 |
* | changed some calles to CStr class to their "safe" counterpart - they could | Rainer Gerhards | 2007-09-04 | 1 | -13/+13 |
* | applied patch form varmojfekoj to fix some mem leaks and a check to make | Rainer Gerhards | 2007-09-04 | 1 | -2/+12 |
* | patches and docu update for 1.19.3v1-19-3 | Michael Meckelein | 2007-08-31 | 1 | -2/+14 |
* | applied patches for release 1.19.2, update documentationv1-19-2 | Michael Meckelein | 2007-08-28 | 1 | -1/+1 |
* | applied patches which will be released under 1.19.1, changed doc for 1.19.1v1-19-1 | Michael Meckelein | 2007-08-22 | 1 | -5/+9 |
* | added some code to support the forward-compatibilty directive $ModLoad | Rainer Gerhards | 2007-08-14 | 1 | -2/+16 |
* | - integrated patch from varmojfekoj to make the mysql module a loadable one | Rainer Gerhards | 2007-08-14 | 1 | -17/+34 |
* | added important TODO item | Rainer Gerhards | 2007-08-09 | 1 | -0/+2 |
* | added module unload functionality; rsyslogd now unloads modules on exit (of | Rainer Gerhards | 2007-08-09 | 1 | -12/+16 |
* | some text and code cleanup in cflineParseTemplate() to match the changed | Rainer Gerhards | 2007-08-09 | 1 | -11/+7 |
* | fixed bug: default for $DropMsgsWithMaliciousDnsPTRRecords was not reset on | Rainer Gerhards | 2007-08-08 | 1 | -0/+1 |
* | added config file directive $ActionResumeInterval | Rainer Gerhards | 2007-08-08 | 1 | -0/+9 |
* | changed function name dprintf() to dbgprintf() as it conflicts with the | Rainer Gerhards | 2007-08-08 | 1 | -115/+115 |
* | all compile-time settings are now shown in rsyslogd -v, not just the active | Rainer Gerhards | 2007-08-08 | 1 | -24/+46 |
* | optimized select handling, after select polling cycle is now finished when | Rainer Gerhards | 2007-08-08 | 1 | -44/+59 |
* | moved the "after select polling code (for fds)" to its own function | Rainer Gerhards | 2007-08-08 | 1 | -153/+175 |
* | add config directive $MainMsgQueueSize, which now allows to configure the | Rainer Gerhards | 2007-08-07 | 1 | -7/+21 |
* | moved code to create/delete message queue to init(), after reading the conf | Rainer Gerhards | 2007-08-07 | 1 | -10/+17 |
* | applied patch from Michel Samia to fix compilation when the pthreads | Rainer Gerhards | 2007-08-07 | 1 | -0/+4 |