summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* bugfix (cosmetical): authorization was not checked when gtls handshake ↵varmojfekoj2008-07-152-1/+13
| | | | | | | | | | | | | | completed immediately. While this sounds scary, the situation can not happen in practice. We use non-blocking IO only for server-based gtls session setup. As TLS requires the exchange of multiple frames before the handshake completes, it simply is impossible to do this in one step. However, it is useful to have the code path correct even for this case - otherwise, we may run into problems if the code is changed some time later (e.g. to use blocking sockets). Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* some fixes in ChangeLogRainer Gerhards2008-07-141-3/+2
|
* Merge branch 'beta'Rainer Gerhards2008-07-141-0/+5
|\
| * bugfix: priority was incorrectly calculated on FreeBSD 7Rainer Gerhards2008-07-142-6/+15
| | | | | | | | | | | | | | because the LOG_MAKEPRI() C macro has a different meaning there (it is just a simple addition of faciltity and severity). I have changed this to use own, consistent, code for PRI calculation. [Backport from 3.19.10]
* | bugfix: priority was incorrectly calculated on FreeBSD 7Rainer Gerhards2008-07-142-6/+14
| | | | | | | | | | | | because the LOG_MAKEPRI() C macro has a different meaning there (it is just a simple addition of faciltity and severity). I have changed this to use own, consistent, code for PRI calculation.
* | bugfix: UDP syslog forwarding did not work on all platformsRainer Gerhards2008-07-142-3/+10
| | | | | | | | | | | | the ai_socktype was incorrectly set to 1. On some platforms, this lead to failing name resolution (e.g. FreeBSD 7). Thanks to HKS for reporting the bug.
* | cleanup of debugging messages (removed no longer needed ones)Rainer Gerhards2008-07-145-12/+1
| |
* | Merge branch 'beta' - important mutex bugfixRainer Gerhards2008-07-143-2/+50
|\| | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/Makefile.am doc/manual.html
| * bugfix: potential segfault in creating message mutex in non-direct queue mode.Rainer Gerhards2008-07-142-2/+39
| | | | | | | | | | | | | | | | | | | | rsyslogd segfaults on freeeBSD 7.0 (an potentially other platforms) if an action queue is running in any other mode than non-direct. The same problem can potentially be triggered by some main message queue settings. In any case, it will manifest during rsylog's startup. It is unlikely to happen after a successful startup (the only window of exposure may be a relatively seldom executed action running in queued mode). This has been corrected. Thank to HKS for point out the problem.
| * prepared for 3.18.0 releasev3.18.0Rainer Gerhards2008-07-114-5/+11
| |
* | temporary: some debug instrumentation to help find a segfault on freebsdRainer Gerhards2008-07-111-0/+6
| |
* | update project status after 3.18.0 releaseRainer Gerhards2008-07-111-3/+5
| |
* | some html files were not included in distribution tarballRainer Gerhards2008-07-111-0/+5
| | | | | | | | thanks to Michael Biebll for pointing out the problem
* | Merge branch 'beta'Rainer Gerhards2008-07-116-35/+135
|\| | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac rsyslog.conf runtime/queue.c
| * Merge branch 'v3-stable' into betaRainer Gerhards2008-07-113-27/+62
| |\ | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| | * streamlined ubuntu package descriptionRainer Gerhards2008-07-111-2/+1
| | | | | | | | | | | | Thanks to Michael Biebl for the information.
| | * prepared for 3.16.3 releaseRainer Gerhards2008-07-113-2/+6
| | |
| | * bugfix & doc improvementRainer Gerhards2008-07-112-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 Biebl2008-07-101-37/+0
| | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| * | bugfix: memory leak in disk queue modesRainer Gerhards2008-07-101-0/+2
| | | | | | | | | | | | this is a backport from 3.19.10
| * | added some troubleshooting aid documentationRainer Gerhards2008-07-094-4/+42
| | |
| * | fixed missing parts of ChangeLogRainer Gerhards2008-07-081-0/+31
| | | | | | | | | | | | These seem to have been lost in some early git days ;)
| * | updated ChangeLogRainer Gerhards2008-07-071-0/+3
| | |
* | | bugfix: bad memory leak in disk-based queue modesRainer Gerhards2008-07-092-21/+9
| | |
* | | minor: enhanced debug output (PRI now included)Rainer Gerhards2008-07-091-1/+1
| | |
* | | bumped version numberRainer Gerhards2008-07-073-2/+4
| | |
* | | preparing for 3.19.9v3.19.9Rainer Gerhards2008-07-072-5/+6
| | |
* | | Merge branch 'beta'Rainer Gerhards2008-07-072-4/+4
|\| |
| * | bugfix in RainerScript: syntax error was not always detectedRainer Gerhards2008-07-071-1/+1
| | |
| * | doc-update: used default RELP port in sampleRainer Gerhards2008-07-021-3/+3
| | |
* | | rewriten omusrmsg to no longer fork() a new process for sending messagesRainer Gerhards2008-07-042-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 infrastructureRainer Gerhards2008-07-037-3/+288
| | |
* | | bugfix: machine certificate was required for client even in TLS anon modeRainer Gerhards2008-07-026-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 numberRainer Gerhards2008-07-013-2/+4
| | |
* | | finalized 3.19.8v3.19.8Rainer Gerhards2008-07-012-7/+9
| | |
* | | some more changes to cater for new LogError() interfaceRainer Gerhards2008-07-013-16/+16
| | |
* | | Merge branch 'beta'Rainer Gerhards2008-07-019-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 withRainer Gerhards2008-07-011-0/+1
| | |
| * | added forgotten html file to distribution tarballv3.17.5Rainer Gerhards2008-06-271-0/+1
| | |
| * | preparing for 3.17.5Rainer Gerhards2008-06-271-1/+1
| | |
| * | added doc: howto set up a reliable connection to remote serverRainer Gerhards2008-06-273-9/+160
| | | | | | | | | | | | via queued mode (and plain tcp protocol)
| * | Merge branch 'v3-stable' into betaRainer Gerhards2008-06-251-1/+1
| |\| | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| | * preparing for 3.16.2 releasev3.16.2Rainer Gerhards2008-06-253-3/+3
| | |
| * | fixed typoRainer Gerhards2008-06-251-1/+1
| | |
| * | bugfix: comments after actions were not properly treated.Rainer Gerhards2008-06-254-38/+22
| | | | | | | | | | | | | | | For some actions (e.g. forwarding(, this could also lead to invalid configuration.
* | | "worked around" structure misalignment problem in test suiteRainer Gerhards2008-07-012-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 ommailRainer Gerhards2008-07-011-2/+2
| | |
* | | added (internal) error codes to error messagesRainer Gerhards2008-06-2732-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 modeRainer Gerhards2008-06-2714-57/+53
| | |
* | | misc small changes: corrected version, removed some debug output,Rainer Gerhards2008-06-275-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)