Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - added class tcps | Rainer Gerhards | 2008-03-02 | 1 | -0/+4 |
| | | | | | | - added class tcps_sess - changed imtcp to use new classes; seems to work; imgssapi currently broken | ||||
* | split off imgssapi from imtcp, but still with a lot of dependency | Rainer Gerhards | 2008-02-26 | 1 | -1/+1 |
| | |||||
* | applied Michael Biebl's fix for building rsyslog core without gssapi | Rainer Gerhards | 2008-02-26 | 1 | -5/+9 |
| | | | | support | ||||
* | - added sysvar class | Rainer Gerhards | 2008-02-25 | 1 | -0/+2 |
| | | | | - added PUSHSYSVAR operation to vm | ||||
* | begun implementing rsyslog virtual machine (vm class) | Rainer Gerhards | 2008-02-22 | 1 | -0/+2 |
| | |||||
* | added empty vmstk class | Rainer Gerhards | 2008-02-21 | 1 | -0/+2 |
| | |||||
* | created initial vmprg class | Rainer Gerhards | 2008-02-20 | 1 | -0/+2 |
| | |||||
* | added vmop class (stage for expression execution) | Rainer Gerhards | 2008-02-20 | 1 | -0/+2 |
| | |||||
* | created var class out of property_t | Rainer Gerhards | 2008-02-20 | 1 | -0/+2 |
| | |||||
* | created new class ctok_token | Rainer Gerhards | 2008-02-20 | 1 | -0/+2 |
| | |||||
* | - added ctok class (the config tokenizer) | Rainer Gerhards | 2008-02-19 | 1 | -0/+2 |
| | | | | - done stage work to begin implement tokenizer | ||||
* | - moved config file code to its own file | Rainer Gerhards | 2008-02-19 | 1 | -0/+2 |
| | | | | | | - finally made CONT_LINES in config the only standard support (the code contained code for other case, which were never executed by the preprocessor) | ||||
* | - added doc on how expressions will work | Rainer Gerhards | 2008-02-19 | 1 | -0/+1 |
| | | | | | | - cleaned up the stringbuf Construct interface - did some cleanup on stringbuf calls - we now have much better interfaces and macros | ||||
* | created a bare template for omlibdbi (dbi output action) | Rainer Gerhards | 2008-02-14 | 1 | -0/+4 |
| | |||||
* | very quickly hacked a rought outline of the file monitor (without any | Rainer Gerhards | 2008-02-01 | 1 | -0/+4 |
| | | | | guarantees) | ||||
* | added sample config file to distribution tarball | Rainer Gerhards | 2008-02-01 | 1 | -0/+1 |
| | |||||
* | added input-plugin interface specification in form of a (copy) template | Rainer Gerhards | 2008-02-01 | 1 | -0/+4 |
| | | | | input module | ||||
* | redesigned queue to utilize helper classes for threading support. This is | Rainer Gerhards | 2008-01-24 | 1 | -0/+6 |
| | | | | | | 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... | ||||
* | Module OMSNMP intially added, not completed yet. | Andre Lorbach | 2008-01-22 | 1 | -0/+4 |
| | |||||
* | made queue file names better readable | Rainer Gerhards | 2008-01-10 | 1 | -0/+2 |
| | |||||
* | created a generic stream class (for file access) | Rainer Gerhards | 2008-01-09 | 1 | -0/+2 |
| | |||||
* | added --enable-mudflap ./configure option | Rainer Gerhards | 2008-01-08 | 1 | -2/+2 |
| | |||||
* | - begun some work on Msg Object serializiation | Rainer Gerhards | 2008-01-04 | 1 | -0/+2 |
| | | | | - created a kind of general base class | ||||
* | removed reference to rklogd - thanks Michael Biebl for bringing this to my | Rainer Gerhards | 2008-01-03 | 1 | -1/+1 |
| | | | | attention | ||||
* | moved queue code to its own module (finally) | Rainer Gerhards | 2008-01-03 | 1 | -0/+2 |
| | |||||
* | 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 ;) | ||||
* | omgssapi created | Rainer Gerhards | 2007-12-28 | 1 | -0/+4 |
| | |||||
* | prepared for imudp | Rainer Gerhards | 2007-12-21 | 1 | -1/+1 |
| | |||||
* | begun work on imtcp | Rainer Gerhards | 2007-12-21 | 1 | -1/+1 |
| | |||||
* | begun moving unix socket code to its own module | Rainer Gerhards | 2007-12-20 | 1 | -1/+1 |
| | |||||
* | begun imklog, replacing klogd.c (finally we get rid of it...) | Rainer Gerhards | 2007-12-17 | 1 | -12/+5 |
| | |||||
* | moved core threading helpers out of syslogd.c | Rainer Gerhards | 2007-12-14 | 1 | -0/+2 |
| | |||||
* | begin work on on immark, the first input module. In the long term this will | Rainer Gerhards | 2007-12-14 | 1 | -0/+2 |
| | | | | lead to a complete rewrite of the input system | ||||
* | fixed a potential race condition, see link for details: | Rainer Gerhards | 2007-12-11 | 1 | -0/+2 |
| | | | | http://rgerhards.blogspot.com/2007/12/rsyslog-race-condition.html | ||||
* | added expr.c, which has some thoughts on expression implementation | Rainer Gerhards | 2007-12-11 | 1 | -0/+1 |
| | |||||
* | applied patch from Michael Biebl for an even cleaner autotools config in | Rainer Gerhards | 2007-12-04 | 1 | -4/+1 |
| | | | | regard to -ldl. | ||||
* | added Bartosz Kuzma patches for better compatibility with NetBSD - many | Rainer Gerhards | 2007-12-03 | 1 | -1/+4 |
| | | | | thanks for them! | ||||
* | library defintion was missing in build line - thx to Michael Biebl for fix | Rainer Gerhards | 2007-12-03 | 1 | -1/+1 |
| | |||||
* | adding sur5r's postgres module - many thanks for providing it! There are a | Rainer Gerhards | 2007-12-03 | 1 | -0/+4 |
| | | | | | number of patches necessary to core modules, because we need a new formatting function (date-pgsql). | ||||
* | added compile-time switches for -pthread | Rainer Gerhards | 2007-11-30 | 1 | -2/+2 |
| | |||||
* | applied gssapi patch from varmojfekoj - gss-api is now supported | Rainer Gerhards | 2007-11-19 | 1 | -2/+4 |
| | |||||
* | - changed the build system to use a single source tarball again (but | Rainer Gerhards | 2007-10-11 | 1 | -8/+77 |
| | | | | | | | | | | | | | | | | different makefiles for the main project and ommysql) - applied fixes from Michael Biebl: 1.) fix failing compilation of ommysql plugin (s/ommysql-config.h/config.h/) 2.) fix mysql configure check (although the default is no, we did check for the mysql devel files) 3.) Create a separate Makefile.am for the doc files. This cleans up the toplevel Makefile.am considerably and makes it much more readable and maintainable. 3b) Assign the html doc files to html_DATA. This means, they are installed to $(hmtdir), which by autoconf standards is $(prefix)/share/doc/$packagename/. 4.) Reformat the SOURCES line to make it better readable and maintainable. | ||||
* | changed the threading to include one extra thread that runs the mainloop. | Rainer Gerhards | 2007-10-08 | 1 | -2/+2 |
| | | | | | | | | | | This was done to work around a problem with malloc/free. Note that we are still running on two threads - the startup thread just waits for the new one to finish. For a description of the problem I try to work-around, please see: http://rgerhards.blogspot.com/2007/10/could-i-really-reproduce-bug.html Note that this is an experimental change, which will only stay if it proves to fix the segfault issue we are dealing with. | ||||
* | created some support for distributing ommysql together with the main | Rainer Gerhards | 2007-09-27 | 1 | -1/+1 |
| | | | | | | | | | rsyslog package. I need to re-think it in the future, but for the time being the current mode is best. I now simply include one additional tarball for ommysql inside the main distribution. I look forward to user feedback on how this should be done best. In the long term, a separate project should be spawend for ommysql, but I'd like to do that only after the plugin interface is fully stable (what it is not yet). | ||||
* | applied patch provided by varmojfekoj to support building ommysql in its | Rainer Gerhards | 2007-09-26 | 1 | -11/+2 |
| | | | | own way (now also resides in a plugin subdirectory) | ||||
* | 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/+6 |
| | | | | release | ||||
* | - integrated patch from varmojfekoj to make the mysql module a loadable one | Rainer Gerhards | 2007-08-14 | 1 | -3/+11 |
| | | | | many thanks for the patch, MUCH appreciated | ||||
* | - removed debian subdirectory by request of debian packager (this is a | Rainer Gerhards | 2007-08-13 | 1 | -1/+1 |
| | | | | | special subdir for debian and there is also no point in maintaining it when there is a debian package available - so I gladly did this) | ||||
* | added new doc files to autotools for make dist | Rainer Gerhards | 2007-08-09 | 1 | -1/+1 |
| | |||||
* | added a database cleanup script based on a suggestion of Michael Mansour. | Rainer Gerhards | 2007-08-08 | 1 | -1/+1 |
| | | | | Michael Meckelein adapted it sligthly for use with rsyslog. |