| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | added initial set of RELP support (i/omrelp) - not working yet, just stage | Rainer Gerhards | 2008-03-13 | 1 | -0/+15 |
* | changed omgssapi and omfwd to utilize new object calling interface; made a | Rainer Gerhards | 2008-03-12 | 1 | -11/+22 |
* | renamed library module file names to lm*, so that they match the overall | Rainer Gerhards | 2008-03-07 | 1 | -15/+15 |
* | fixed potential infinite loop condition when module load failed on startup | Rainer Gerhards | 2008-03-07 | 1 | -5/+5 |
* | extracted regexp functionality to its own dynamically loadable module | Rainer Gerhards | 2008-03-07 | 1 | -0/+11 |
* | - added RSYSLOGD_MODDIR environment variable | Rainer Gerhards | 2008-03-07 | 1 | -2/+11 |
* | bugfix: gssutil was not linked against gss libs | Rainer Gerhards | 2008-03-06 | 1 | -1/+1 |
* | applied patch from Michael Biebl to clean up build system | Rainer Gerhards | 2008-03-06 | 1 | -6/+6 |
* | fixed bug in build process | Rainer Gerhards | 2008-03-05 | 1 | -4/+1 |
* | fixed problem in autoconf | Rainer Gerhards | 2008-03-05 | 1 | -1/+4 |
* | moved date/time handling functions to their own object | Rainer Gerhards | 2008-03-05 | 1 | -0/+2 |
* | - extracted logerror*() family of functions from syslogd, made them their | Rainer Gerhards | 2008-03-05 | 1 | -7/+17 |
* | - changed modules.c calling conventions to be interface-based | Rainer Gerhards | 2008-03-05 | 1 | -4/+12 |
* | - added class tcps | Rainer Gerhards | 2008-03-02 | 1 | -0/+4 |
* | 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 |
* | - added sysvar class | Rainer Gerhards | 2008-02-25 | 1 | -0/+2 |
* | 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 |
* | - moved config file code to its own file | Rainer Gerhards | 2008-02-19 | 1 | -0/+2 |
* | - added doc on how expressions will work | Rainer Gerhards | 2008-02-19 | 1 | -0/+1 |
* | 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 |
* | 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 |
* | redesigned queue to utilize helper classes for threading support. This is | Rainer Gerhards | 2008-01-24 | 1 | -0/+6 |
* | 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 |
* | removed reference to rklogd - thanks Michael Biebl for bringing this to my | Rainer Gerhards | 2008-01-03 | 1 | -1/+1 |
* | 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 |
* | 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 |
* | fixed a potential race condition, see link for details: | Rainer Gerhards | 2007-12-11 | 1 | -0/+2 |
* | 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 |
* | added Bartosz Kuzma patches for better compatibility with NetBSD - many | Rainer Gerhards | 2007-12-03 | 1 | -1/+4 |