Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |