summaryrefslogtreecommitdiffstats
path: root/tcpsyslog.c
Commit message (Collapse)AuthorAgeFilesLines
* fixed missing conditional compilation (cosmetic issue)Rainer Gerhards2007-12-281-0/+2
|
* backported rsyslog v3 omgssapi - to provide forward compatibility from v2Rainer Gerhards2007-12-281-0/+276
| | | | | to v3. Will release as v1.21.2, because some field experience is needed before it becomes stable v2.
* applied cross-platform patch from darix to facilitate GSS-API compile onRainer Gerhards2007-12-271-1/+1
| | | | more platforms
* applied gss-api enhancement form varmojfekojRainer Gerhards2007-12-191-44/+171
|
* 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