Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | temporary: some debug instrumentation to help find a segfault on freebsd | Rainer Gerhards | 2008-07-11 | 1 | -0/+6 |
| | |||||
* | update project status after 3.18.0 release | Rainer Gerhards | 2008-07-11 | 1 | -3/+5 |
| | |||||
* | some html files were not included in distribution tarball | Rainer Gerhards | 2008-07-11 | 1 | -0/+5 |
| | | | | thanks to Michael Biebll for pointing out the problem | ||||
* | Merge branch 'beta' | Rainer Gerhards | 2008-07-11 | 6 | -35/+135 |
|\ | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac rsyslog.conf runtime/queue.c | ||||
| * | Merge branch 'v3-stable' into beta | Rainer Gerhards | 2008-07-11 | 3 | -27/+62 |
| |\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html | ||||
| | * | streamlined ubuntu package description | Rainer Gerhards | 2008-07-11 | 1 | -2/+1 |
| | | | | | | | | | | | | Thanks to Michael Biebl for the information. | ||||
| | * | prepared for 3.16.3 release | Rainer Gerhards | 2008-07-11 | 3 | -2/+6 |
| | | | |||||
| | * | bugfix & doc improvement | Rainer Gerhards | 2008-07-11 | 2 | -27/+59 |
| | | | | | | | | | | | | | | | | | | bugfix for mem leak in disk-based queue modes (backport from devel) plus an update to the list of distributions where rsyslog packages are available. | ||||
| * | | Remove unnecessary openssl configure check. | Michael Biebl | 2008-07-10 | 1 | -37/+0 |
| | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com> | ||||
| * | | bugfix: memory leak in disk queue modes | Rainer Gerhards | 2008-07-10 | 1 | -0/+2 |
| | | | | | | | | | | | | this is a backport from 3.19.10 | ||||
| * | | added some troubleshooting aid documentation | Rainer Gerhards | 2008-07-09 | 4 | -4/+42 |
| | | | |||||
| * | | fixed missing parts of ChangeLog | Rainer Gerhards | 2008-07-08 | 1 | -0/+31 |
| | | | | | | | | | | | | These seem to have been lost in some early git days ;) | ||||
| * | | updated ChangeLog | Rainer Gerhards | 2008-07-07 | 1 | -0/+3 |
| | | | |||||
* | | | bugfix: bad memory leak in disk-based queue modes | Rainer Gerhards | 2008-07-09 | 2 | -21/+9 |
| | | | |||||
* | | | minor: enhanced debug output (PRI now included) | Rainer Gerhards | 2008-07-09 | 1 | -1/+1 |
| | | | |||||
* | | | bumped version number | Rainer Gerhards | 2008-07-07 | 3 | -2/+4 |
| | | | |||||
* | | | preparing for 3.19.9v3.19.9 | Rainer Gerhards | 2008-07-07 | 2 | -5/+6 |
| | | | |||||
* | | | Merge branch 'beta' | Rainer Gerhards | 2008-07-07 | 2 | -4/+4 |
|\| | | |||||
| * | | bugfix in RainerScript: syntax error was not always detected | Rainer Gerhards | 2008-07-07 | 1 | -1/+1 |
| | | | |||||
| * | | doc-update: used default RELP port in sample | Rainer Gerhards | 2008-07-02 | 1 | -3/+3 |
| | | | |||||
* | | | rewriten omusrmsg to no longer fork() a new process for sending messages | Rainer Gerhards | 2008-07-04 | 2 | -107/+84 |
| | | | | | | | | | | | | | | | this caused some problems with the threading model, e.g. zombies. Also, it was far less optimal than it is now. | ||||
* | | | finalized tutorial for creating a TLS-secured syslog infrastructure | Rainer Gerhards | 2008-07-03 | 7 | -3/+288 |
| | | | |||||
* | | | bugfix: machine certificate was required for client even in TLS anon mode | Rainer Gerhards | 2008-07-02 | 6 | -19/+29 |
| | | | | | | | | | | | | | | | | | | Reference: http://bugzilla.adiscon.com/show_bug.cgi?id=85 The fix also slightly improves performance by not storing certificates in client sessions when there is no need to do so. | ||||
* | | | bumped version number | Rainer Gerhards | 2008-07-01 | 3 | -2/+4 |
| | | | |||||
* | | | finalized 3.19.8v3.19.8 | Rainer Gerhards | 2008-07-01 | 2 | -7/+9 |
| | | | |||||
* | | | some more changes to cater for new LogError() interface | Rainer Gerhards | 2008-07-01 | 3 | -16/+16 |
| | | | |||||
* | | | Merge branch 'beta' | Rainer Gerhards | 2008-07-01 | 9 | -38/+185 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog conf.c doc/Makefile.am doc/manual.html omfwd.c plugins/omgssapi/omgssapi.c This was a bit hard to merge; if there are problems, they may be in the area of the new "comment in action line" code that came from the beta. | ||||
| * | | doc: added info on which version ommail was first available with | Rainer Gerhards | 2008-07-01 | 1 | -0/+1 |
| | | | |||||
| * | | added forgotten html file to distribution tarballv3.17.5 | Rainer Gerhards | 2008-06-27 | 1 | -0/+1 |
| | | | |||||
| * | | preparing for 3.17.5 | Rainer Gerhards | 2008-06-27 | 1 | -1/+1 |
| | | | |||||
| * | | added doc: howto set up a reliable connection to remote server | Rainer Gerhards | 2008-06-27 | 3 | -9/+160 |
| | | | | | | | | | | | | via queued mode (and plain tcp protocol) | ||||
| * | | Merge branch 'v3-stable' into beta | Rainer Gerhards | 2008-06-25 | 1 | -1/+1 |
| |\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html | ||||
| | * | preparing for 3.16.2 releasev3.16.2 | Rainer Gerhards | 2008-06-25 | 3 | -3/+3 |
| | | | |||||
| * | | fixed typo | Rainer Gerhards | 2008-06-25 | 1 | -1/+1 |
| | | | |||||
| * | | bugfix: comments after actions were not properly treated. | Rainer Gerhards | 2008-06-25 | 4 | -38/+22 |
| | | | | | | | | | | | | | | | For some actions (e.g. forwarding(, this could also lead to invalid configuration. | ||||
* | | | "worked around" structure misalignment problem in test suite | Rainer Gerhards | 2008-07-01 | 2 | -9/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | I disabled a check below, because I can not find the cause of the misalignment. The problem is that pToken structure has a different member alignment inside the runtime library then inside of this program. I checked compiler options, but could not find the cause. Should anyone have any insight, I'd really appreciate if you drop me a line. | ||||
* | | | applied ErrLog interface change to ommail | Rainer Gerhards | 2008-07-01 | 1 | -2/+2 |
| | | | |||||
* | | | added (internal) error codes to error messages | Rainer Gerhards | 2008-06-27 | 32 | -219/+255 |
| | | | | | | | | | | | | | | | Also added redirector to web description of error codes closes bug http://bugzilla.adiscon.com/show_bug.cgi?id=20 | ||||
* | | | reduced number of compile warnings in -pedantic gcc mode | Rainer Gerhards | 2008-06-27 | 14 | -57/+53 |
| | | | |||||
* | | | misc small changes: corrected version, removed some debug output, | Rainer Gerhards | 2008-06-27 | 5 | -8/+16 |
| | | | | | | | | | | | | | | | | | | ..., restructured makefile, added some troubleshooting to test case (program rscript-parse.c has problem due to different structure alignment, where I do not yet know the reason) | ||||
* | | | bugfix: gtls always read only 8 bytes per recv call | Rainer Gerhards | 2008-06-25 | 1 | -1/+1 |
| | | | |||||
* | | | fixed invalid state checking inside gtls retry handler | Rainer Gerhards | 2008-06-25 | 1 | -1/+1 |
| | | | |||||
* | | | updated sample rsyslog.conf to new capabilities | Rainer Gerhards | 2008-06-25 | 1 | -4/+2 |
| | | | |||||
* | | | gnu error status must be set after retry operation | Rainer Gerhards | 2008-06-24 | 1 | -0/+2 |
| | | | | | | | | | | | | ... otherwise, we check an invalid error state. | ||||
* | | | added helpful web references to sample rsyslog.conf | Rainer Gerhards | 2008-06-24 | 1 | -0/+4 |
| | | | | | | | | | | | | thanks to Thomas Bergfeld for suggesting this | ||||
* | | | bugfix: gtls und ptcp netstream driver communicated invalid iRet | Rainer Gerhards | 2008-06-24 | 3 | -4/+13 |
| | | | | | | | | | | | | This was introduced due to recent interface change. | ||||
* | | | improved gtls error reporting | Rainer Gerhards | 2008-06-24 | 2 | -3/+5 |
| | | | |||||
* | | | added support for EGAIN while trying to receive data on gTLS session | Rainer Gerhards | 2008-06-24 | 6 | -31/+143 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This maps to bugzilla bug 83: http://bugzilla.adiscon.com/show_bug.cgi?id=83 This is the first test version, posted to user for repro of the problem. It contains code to handle the case, HOWEVER, I have not been able to test it in a scenario where a retry actually happens while receiving (I dont't get this in my environment). So I assume it is buggy and will probably not work. | ||||
* | | | disabled compile warnings caused by third-party libraries | Rainer Gerhards | 2008-06-23 | 9 | -1/+28 |
| | | | |||||
* | | | changed Rcv-Interface in tcpsrv subsystem | Rainer Gerhards | 2008-06-23 | 7 | -38/+56 |
| | | | | | | | | | | | | | | | | | | It is now iRet based. This enables us to communicate more in-depth information to the upper peers. This is needed to handle the EGAIN case on rcv (not yet implemented) |