summaryrefslogtreecommitdiffstats
path: root/tcpsyslog.c
Commit message (Collapse)AuthorAgeFilesLines
* cleanup: removed no longer needed filesRainer Gerhards2008-04-161-55/+0
|
* changed omgssapi and omfwd to utilize new object calling interface; made aRainer Gerhards2008-03-121-281/+3
| | | | | tcpclt class; (stage work, among others, for more intelligent recovery from TCP session recovery)
* applied patch by varmojfekoj to allow gssapi functionality to be build as aRainer Gerhards2008-02-221-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 genericRainer Gerhards2008-02-181-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_rRainer Gerhards2008-01-301-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_rRainer Gerhards2008-01-301-2/+2
| | | | varmojfekoj provided the patch - many thanks!
* redesigned queue to utilize helper classes for threading support. This isRainer Gerhards2008-01-241-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 createdRainer Gerhards2007-12-281-0/+53
|
* moved TCPSend() and frame building code to tcpsyslog.cRainer Gerhards2007-12-281-1/+225
|
* internal restructuring in omfwd.c - stage work for further modularization IRainer Gerhards2007-12-271-0/+3
| | | | | think I also fixed a bug as a side-effect - but not looked to much at it
* some cleanupRainer Gerhards2007-12-271-1/+1
|
* applied cross-platform patch from darix to facilitate GSS-API compile onRainer Gerhards2007-12-271-1/+1
| | | | more platforms
* cleaned up code (resulting in some shuffeling from syslogd.c to the "right"Rainer Gerhards2007-12-211-0/+24
| | | | module)
* created first version of imtcp (still very much depending on syslogd.c forRainer Gerhards2007-12-211-0/+1
| | | | configuration and a lot of other things)
* applied enhanced gss-api functionality provided by varmojfekojRainer Gerhards2007-12-191-44/+173
|
* changed license to GPLv3 (for what is to become rsyslog v3)Rainer Gerhards2007-12-141-7/+8
|
* applied gssapi patch from varmojfekoj - gss-api is now supportedRainer Gerhards2007-11-191-7/+180
|
* code cleanupRainer Gerhards2007-09-201-4/+1
|
* changed rsyslog.h include order to solve debian sid zlib inlcude issueMichael Meckelein2007-08-081-1/+1
|
* changed function name dprintf() to dbgprintf() as it conflicts with theRainer Gerhards2007-08-081-8/+8
| | | | clib
* - shuffled code from tcpsyslog.c to omfwd.c. It looks like it belongs moreRainer Gerhards2007-07-261-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 forRainer Gerhards2007-07-261-0/+3
| | | | pthreads
* removed F_UNUSED and cleaned up action-disabling handlingRainer Gerhards2007-07-241-5/+1
|
* moved some more modules to their own file setsRainer Gerhards2007-07-221-0/+1062