Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed a bug that caused a potential hang in file and fwd output module | Rainer Gerhards | 2008-01-30 | 1 | -2/+3 |
| | | | | varmojfekoj provided the patch - many thanks! | ||||
* | fixed a bug that could cause invalid string handling via strerror_r | Rainer Gerhards | 2008-01-30 | 1 | -1/+1 |
| | | | | varmojfekoj provided the patch - many thanks! | ||||
* | redesigned queue to utilize helper classes for threading support. This is | Rainer Gerhards | 2008-01-24 | 1 | -4/+4 |
| | | | | | | finally in a running state for regular (non disk-assisted) queues, with a minor nit at shutdown. So I can finally commit the work again to CVS... | ||||
* | created omtesting, a debug and development aid output module. This is stage | Rainer Gerhards | 2007-12-31 | 1 | -1/+1 |
| | | | | | 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.c | Rainer Gerhards | 2007-12-28 | 1 | -256/+1 |
| | |||||
* | omgssapi created | Rainer Gerhards | 2007-12-28 | 1 | -59/+4 |
| | |||||
* | moved TCPSend() and frame building code to tcpsyslog.c | Rainer Gerhards | 2007-12-28 | 1 | -229/+22 |
| | |||||
* | took TCPSend() apart and made it generic via function pointers | Rainer Gerhards | 2007-12-28 | 1 | -97/+118 |
| | |||||
* | internal restructuring in omfwd.c - stage work for further modularization I | Rainer Gerhards | 2007-12-27 | 1 | -142/+184 |
| | | | | | think I also fixed a bug as a side-effect - but not looked to much at it | ||||
* | some cleanup | Rainer Gerhards | 2007-12-27 | 1 | -3/+3 |
| | |||||
* | applied cross-platform patch from darix to facilitate GSS-API compile on | Rainer Gerhards | 2007-12-27 | 1 | -1/+1 |
| | | | | more platforms | ||||
* | fixed socket leak in omfwd.c | Rainer Gerhards | 2007-12-26 | 1 | -26/+6 |
| | |||||
* | removed imudp code dependency on "finet" | Rainer Gerhards | 2007-12-26 | 1 | -0/+1 |
| | |||||
* | removed omfwd code dependency on finet | Rainer Gerhards | 2007-12-26 | 1 | -3/+41 |
| | |||||
* | removed no longer needed mutex from omfwd | Rainer Gerhards | 2007-12-21 | 1 | -7/+0 |
| | |||||
* | moved udp send code to its own function | Rainer Gerhards | 2007-12-20 | 1 | -37/+50 |
| | |||||
* | removed single-threading support for sending TCP messages; caused | Rainer Gerhards | 2007-12-20 | 1 | -150/+5 |
| | | | | | simplyfication of output module interface as well as core syslog processing. | ||||
* | applied enhanced gss-api functionality provided by varmojfekoj | Rainer Gerhards | 2007-12-19 | 1 | -2/+2 |
| | |||||
* | applied some more cleanup provided by Michael Biebl | Rainer Gerhards | 2007-12-19 | 1 | -3/+0 |
| | |||||
* | code cleanups thanks to Michael Biebl | Rainer Gerhards | 2007-12-18 | 1 | -0/+3 |
| | |||||
* | restructured #include's somewhat thanks to Michael Biebl | Rainer Gerhards | 2007-12-18 | 1 | -0/+3 |
| | |||||
* | - begun to create input module interface and macros | Rainer Gerhards | 2007-12-14 | 1 | -0/+2 |
| | | | | - changed module interface to include function to query type | ||||
* | changed license to GPLv3 (for what is to become rsyslog v3) | Rainer Gerhards | 2007-12-14 | 1 | -7/+8 |
| | |||||
* | corrected a debug setting that survived released. Caused TCP connections to | Rainer Gerhards | 2007-12-11 | 1 | -2/+1 |
| | | | | be retried unnecessarily often. | ||||
* | added an identifier to command handler table - need to identify which | Rainer Gerhards | 2007-11-21 | 1 | -3/+3 |
| | | | | command handler entries need to be removed when module is unloaded | ||||
* | added new modExit() entry point to loadable module interface | Rainer Gerhards | 2007-11-21 | 1 | -0/+5 |
| | |||||
* | applied gssapi patch from varmojfekoj - gss-api is now supported | Rainer Gerhards | 2007-11-19 | 1 | -57/+313 |
| | |||||
* | - simplified code in shouldProcessThisMessage() for debug output | Rainer Gerhards | 2007-09-24 | 1 | -3/+6 |
| | | | | - changed strerror() calls to thread-safe strerror_r() variant | ||||
* | cleaned up compiler warnings | Rainer Gerhards | 2007-09-11 | 1 | -0/+5 |
| | |||||
* | patches and docu update for 1.19.3v1-19-3 | Michael Meckelein | 2007-08-31 | 1 | -2/+2 |
| | |||||
* | changed rsyslog.h include order to solve debian sid zlib inlcude issue | Michael Meckelein | 2007-08-08 | 1 | -1/+1 |
| | |||||
* | changed function name dprintf() to dbgprintf() as it conflicts with the | Rainer Gerhards | 2007-08-08 | 1 | -22/+22 |
| | | | | clib | ||||
* | applied patch from Michel Samia to fix compilation when the pthreads | Rainer Gerhards | 2007-08-07 | 1 | -0/+2 |
| | | | | feature is disabled | ||||
* | - added CODE_STD_FINALIZERparseSelectorAct to module-generation macros | Rainer Gerhards | 2007-08-03 | 1 | -0/+1 |
| | | | | | | - restructered rsyslogd startup - moved startWorker() to a more appropriate place - updated ommysql.c to fully support suspension/resumption by rule engine | ||||
* | cleanup (removed unused code) | Rainer Gerhards | 2007-08-02 | 1 | -14/+0 |
| | |||||
* | some cleanup | Rainer Gerhards | 2007-08-02 | 1 | -2/+0 |
| | |||||
* | got a working version of suspension/resumption logic including omfwd.c | Rainer Gerhards | 2007-08-02 | 1 | -76/+59 |
| | |||||
* | added resumption logic to rsyslogd (but not yet any module) | Rainer Gerhards | 2007-08-02 | 1 | -0/+1 |
| | |||||
* | added tryResume() API to module interface | Rainer Gerhards | 2007-08-02 | 1 | -0/+21 |
| | |||||
* | - changed modInit() interface to contain pointer to host-function query | Rainer Gerhards | 2007-07-31 | 1 | -0/+3 |
| | | | | method | ||||
* | removed selector_t f references from output modules | Rainer Gerhards | 2007-07-27 | 1 | -5/+12 |
| | |||||
* | - added omsr object (objomsr.c, objomsr.h) - template request for output | Rainer Gerhards | 2007-07-27 | 1 | -20/+11 |
| | | | | | | modules - changed doAction() interface - templates and output string generation for doActon() is now fully | ||||
* | - changed doAction() interface to contain the full message string | Rainer Gerhards | 2007-07-26 | 1 | -3/+3 |
| | | | | - f_iov and its handling has been removed | ||||
* | - implemented needUDPSocket() interface | Rainer Gerhards | 2007-07-26 | 1 | -30/+52 |
| | | | | | | | | - replaced (mis) use of f_prevcount in omfwd.c -> now data element in instance data is used for retry counting - removed f->f_type from syslogd.c, omfwd.c - removed f->f_file from omfwd.c, omfile.c - f->f_flags is gone away | ||||
* | removed references to f_un from omfwd.c | Rainer Gerhards | 2007-07-26 | 1 | -80/+99 |
| | |||||
* | - changed doAction() interface to include module data pointer | Rainer Gerhards | 2007-07-26 | 1 | -6/+2 |
| | | | | | | - removed references to f_un from omusrmsg.c - changed module template for parseSelectorAct() [code reduction, consitency] | ||||
* | - shuffled code from tcpsyslog.c to omfwd.c. It looks like it belongs more | Rainer Gerhards | 2007-07-26 | 1 | -0/+370 |
| | | | | | | | to that file. But we need to look at it some time later. The move was absolutely necessary so that no access to f->f_un happened in tcpsyslog.c (which was evil) - milestone reache: no more access to f->f_un from non-output modules | ||||
* | - implemented onSelectReadyWrite() interface | Rainer Gerhards | 2007-07-26 | 1 | -0/+22 |
| | | | | - milestone reached: no more access to f->f_un in syslogd.c | ||||
* | introduced getWriteFDForSelect() module API | Rainer Gerhards | 2007-07-25 | 1 | -0/+11 |
| | |||||
* | moved some references to module data from syslogd.c to modules | Rainer Gerhards | 2007-07-25 | 1 | -0/+6 |
| |