Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | applied patch by varmojfekoj to allow gssapi functionality to be build as a | Rainer Gerhards | 2008-02-22 | 1 | -963/+1 |
| | | | | | | separate plugin (so that gssapi and plain tcp functionality can be individually distributed). Also inclulded some other enhancements, most importantly initial compatibility mode system | ||||
* | - changed interface "printchopped()" so that it looks more like a generic | Rainer Gerhards | 2008-02-18 | 1 | -8/+5 |
| | | | | | | | message submission interface. Part of the ongoing modularization effort. - bugfix: invalid kernel log format -- see bug http://bugzilla.adiscon.com/show_bug.cgi?id=1 | ||||
* | - fixed a bug that could cause invalid string handling via strerror_r | Rainer Gerhards | 2008-01-30 | 1 | -0/+1 |
| | | | | | varmojfekoj provided the patch - many thanks! - adopted varmojfekoj's patch to v3, some more sterror_r's ;) | ||||
* | fixed a bug that could cause invalid string handling via strerror_r | Rainer Gerhards | 2008-01-30 | 1 | -2/+2 |
| | | | | varmojfekoj provided the patch - many thanks! | ||||
* | redesigned queue to utilize helper classes for threading support. This is | Rainer Gerhards | 2008-01-24 | 1 | -2/+2 |
| | | | | | | 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... | ||||
* | omgssapi created | Rainer Gerhards | 2007-12-28 | 1 | -0/+53 |
| | |||||
* | moved TCPSend() and frame building code to tcpsyslog.c | Rainer Gerhards | 2007-12-28 | 1 | -1/+225 |
| | |||||
* | internal restructuring in omfwd.c - stage work for further modularization I | Rainer Gerhards | 2007-12-27 | 1 | -0/+3 |
| | | | | | 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 | -1/+1 |
| | |||||
* | applied cross-platform patch from darix to facilitate GSS-API compile on | Rainer Gerhards | 2007-12-27 | 1 | -1/+1 |
| | | | | more platforms | ||||
* | cleaned up code (resulting in some shuffeling from syslogd.c to the "right" | Rainer Gerhards | 2007-12-21 | 1 | -0/+24 |
| | | | | 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 | -44/+173 |
| | |||||
* | changed license to GPLv3 (for what is to become rsyslog v3) | Rainer Gerhards | 2007-12-14 | 1 | -7/+8 |
| | |||||
* | applied gssapi patch from varmojfekoj - gss-api is now supported | Rainer Gerhards | 2007-11-19 | 1 | -7/+180 |
| | |||||
* | code cleanup | Rainer Gerhards | 2007-09-20 | 1 | -4/+1 |
| | |||||
* | 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 | -8/+8 |
| | | | | clib | ||||
* | - shuffled code from tcpsyslog.c to omfwd.c. It looks like it belongs more | Rainer Gerhards | 2007-07-26 | 1 | -369/+0 |
| | | | | | | | 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 | ||||
* | applied patch from Michel Samia to fix compilation when NOT compiled for | Rainer Gerhards | 2007-07-26 | 1 | -0/+3 |
| | | | | pthreads | ||||
* | removed F_UNUSED and cleaned up action-disabling handling | Rainer Gerhards | 2007-07-24 | 1 | -5/+1 |
| | |||||
* | moved some more modules to their own file sets | Rainer Gerhards | 2007-07-22 | 1 | -0/+1062 |