Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | some cleanup | Rainer Gerhards | 2007-12-27 | 1 | -1/+1 |
| | |||||
* | removed gloable variable AcceptRemote and external def of bFinished | Rainer Gerhards | 2007-12-26 | 1 | -3/+0 |
| | |||||
* | removed global variable LogPort | Rainer Gerhards | 2007-12-26 | 1 | -1/+0 |
| | |||||
* | removed imudp code dependency on "finet" | Rainer Gerhards | 2007-12-26 | 1 | -1/+1 |
| | |||||
* | moved some of the udp input code to its right place | Rainer Gerhards | 2007-12-25 | 1 | -3/+0 |
| | |||||
* | moved some more network code | Rainer Gerhards | 2007-12-25 | 1 | -1/+0 |
| | |||||
* | - created an initial version of imudp.c. The majority of UDP reception code | Rainer Gerhards | 2007-12-21 | 1 | -0/+2 |
| | | | | | | | | | | 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"... | ||||
* | cleaned up code (resulting in some shuffeling from syslogd.c to the "right" | Rainer Gerhards | 2007-12-21 | 1 | -1/+0 |
| | | | | module) | ||||
* | created first version of imtcp (still very much depending on syslogd.c for | Rainer Gerhards | 2007-12-21 | 1 | -0/+1 |
| | | | | configuration and a lot of other things) | ||||
* | applied enhanced gss-api functionality provided by varmojfekoj | Rainer Gerhards | 2007-12-19 | 1 | -0/+1 |
| | |||||
* | applied some more cleanup provided by Michael Biebl | Rainer Gerhards | 2007-12-19 | 1 | -2/+0 |
| | |||||
* | code cleanups thanks to Michael Biebl | Rainer Gerhards | 2007-12-18 | 1 | -0/+2 |
| | |||||
* | restructured #include's somewhat thanks to Michael Biebl | Rainer Gerhards | 2007-12-18 | 1 | -2/+0 |
| | |||||
* | begun imklog, replacing klogd.c (finally we get rid of it...) | Rainer Gerhards | 2007-12-17 | 1 | -0/+2 |
| | |||||
* | changed license to GPLv3 (for what is to become rsyslog v3) | Rainer Gerhards | 2007-12-14 | 1 | -7/+8 |
| | |||||
* | begin work on on immark, the first input module. In the long term this will | Rainer Gerhards | 2007-12-14 | 1 | -0/+5 |
| | | | | lead to a complete rewrite of the input system | ||||
* | adding sur5r's postgres module - many thanks for providing it! There are a | Rainer Gerhards | 2007-12-03 | 1 | -0/+1 |
| | | | | | number of patches necessary to core modules, because we need a new formatting function (date-pgsql). | ||||
* | moved syslog PRI code tables to msg.c as this is the only place where they | Rainer Gerhards | 2007-11-27 | 1 | -2/+0 |
| | | | | are still needed | ||||
* | applied patch provided by varmojfekoj to support building ommysql in its | Rainer Gerhards | 2007-09-26 | 1 | -1/+0 |
| | | | | own way (now also resides in a plugin subdirectory) | ||||
* | changed rsyslog.h include order to solve debian sid zlib inlcude issue | Michael Meckelein | 2007-08-08 | 1 | -0/+1 |
| | |||||
* | changed function name dprintf() to dbgprintf() as it conflicts with the | Rainer Gerhards | 2007-08-08 | 1 | -5/+1 |
| | | | | clib | ||||
* | added tryResume() API to module interface | Rainer Gerhards | 2007-08-02 | 1 | -17/+0 |
| | |||||
* | - loading default values as done yesterday *is* clean (I've just reviewed | Rainer Gerhards | 2007-08-01 | 1 | -11/+0 |
| | | | | | | the code again) - moved omfile-specifc global variables (for cfsysline settings) from syslogd.c to omfile.c | ||||
* | - added omsr object (objomsr.c, objomsr.h) - template request for output | Rainer Gerhards | 2007-07-27 | 1 | -3/+3 |
| | | | | | | modules - changed doAction() interface - templates and output string generation for doActon() is now fully | ||||
* | moved some references to module data from syslogd.c to modules | Rainer Gerhards | 2007-07-25 | 1 | -1/+1 |
| | |||||
* | moved code to output module | Rainer Gerhards | 2007-07-25 | 1 | -1/+0 |
| | |||||
* | major task: made sure no selector_t is created for selector lines that can | Rainer Gerhards | 2007-07-24 | 1 | -3/+3 |
| | | | | | not be successfully loaded. That forced me to change a lot of code, with potential for trouble. | ||||
* | moved selector action parsing for MySQL to ommysql | Rainer Gerhards | 2007-07-24 | 1 | -0/+2 |
| | |||||
* | continued working on modularization; begun to create interface for | Rainer Gerhards | 2007-07-23 | 1 | -0/+13 |
| | | | | | configuring actions selector lines; begun basic functionality for module initialization and loading built-in modules. | ||||
* | moved file write output module to own set of code files | Rainer Gerhards | 2007-07-22 | 1 | -0/+9 |
| | |||||
* | moved some more modules to their own file sets | Rainer Gerhards | 2007-07-22 | 1 | -1/+51 |
| | |||||
* | moved part of the shell action to its own module | Rainer Gerhards | 2007-07-20 | 1 | -0/+2 |
| | |||||
* | moved message object into its own set of files | Rainer Gerhards | 2007-07-19 | 1 | -1/+35 |
| | |||||
* | made the field-delimiter inside property replacer (templates) configurable | Rainer Gerhards | 2006-09-27 | 1 | -0/+1 |
| | |||||
* | finished field-based property replacer code | Rainer Gerhards | 2005-12-23 | 1 | -0/+2 |
| | |||||
* | prepared for new parse object; now removed allmost all liblogging borrowed | Rainer Gerhards | 2005-09-15 | 1 | -6/+1 |
| | | | | code | ||||
* | fixed some issues on FreeBSD | Rainer Gerhards | 2005-06-28 | 1 | -0/+7 |
| | |||||
* | ComingCloser | Rainer Gerhards | 2004-11-17 | 1 | -0/+5 |