summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* | | bugfix: gtls always read only 8 bytes per recv callRainer Gerhards2008-06-251-1/+1
| | |
* | | fixed invalid state checking inside gtls retry handlerRainer Gerhards2008-06-251-1/+1
| | |
* | | updated sample rsyslog.conf to new capabilitiesRainer Gerhards2008-06-251-4/+2
| | |
* | | gnu error status must be set after retry operationRainer Gerhards2008-06-241-0/+2
| | | | | | | | | | | | ... otherwise, we check an invalid error state.
* | | added helpful web references to sample rsyslog.confRainer Gerhards2008-06-241-0/+4
| | | | | | | | | | | | thanks to Thomas Bergfeld for suggesting this
* | | bugfix: gtls und ptcp netstream driver communicated invalid iRetRainer Gerhards2008-06-243-4/+13
| | | | | | | | | | | | This was introduced due to recent interface change.
* | | improved gtls error reportingRainer Gerhards2008-06-242-3/+5
| | |
* | | added support for EGAIN while trying to receive data on gTLS sessionRainer Gerhards2008-06-246-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 librariesRainer Gerhards2008-06-239-1/+28
| | |
* | | changed Rcv-Interface in tcpsrv subsystemRainer Gerhards2008-06-237-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)
* | | disabled in-depth GnuTLS debugging aidRainer Gerhards2008-06-231-0/+2
| | | | | | | | | | | | | | | | | | | | | This is a debug aid, only. Note that it may reveal sensitive information, so it should never be active in production code. Currently, this is a compile-time switch and requires code changes to (de)activate.
* | | added some develop environmet files to .gitignoreRainer Gerhards2008-06-231-0/+7
| | |
* | | added tls server docRainer Gerhards2008-06-231-0/+118
| | |
* | | improved TLS docRainer Gerhards2008-06-203-40/+44
| | | | | | | | | | | | | | | also changed samples to 2048 bit keys, because 1024 will soon no longer be considered secure.
* | | bugfix: some error states were swappedRainer Gerhards2008-06-202-6/+29
| | | | | | | | | | | | | | | | | | | | | | | | ... in gnutls code, resulting in some hard too understand error messages. Also genereally improved certificate error messages a bit. Also, added GnuTLS debugging support.
* | | added doc on how to generate certficatesRainer Gerhards2008-06-195-1/+349
| | | | | | | | | | | | with gnutls for both the CA and individual machines
* | | begun step-by-step guide for TLS protected syslogRainer Gerhards2008-06-1815-55/+209
| | |
* | | updated status to reflect 3.17.4 releaseRainer Gerhards2008-06-162-3/+4
| | |
* | | Merge branch 'beta'Rainer Gerhards2008-06-161-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * | bumped version numberRainer Gerhards2008-06-163-2/+4
| | |
| * | prepared for 3.17.4v3.17.4Rainer Gerhards2008-06-161-1/+1
| | |
* | | added .gitignore for testsRainer Gerhards2008-06-161-0/+3
| | |
* | | begun building a testbenchRainer Gerhards2008-06-1314-20/+336
| | |
* | | bugfix: restored accidently deleted version lineRainer Gerhards2008-06-131-0/+1
| | |
* | | added a few more .gitignore rules to serve my environmentRainer Gerhards2008-06-131-0/+2
| | |
* | | Merge branch 'beta'Rainer Gerhards2008-06-125-10/+19
|\| | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html plugins/imklog/linux.c
| * | bumped version numberRainer Gerhards2008-06-123-3/+3
| | |
| * | changed default for i$KlogSymbolLookup to "off"Rainer Gerhards2008-06-124-8/+18
| | |
| * | finalized 3.17.3v3.17.3Rainer Gerhards2008-05-283-3/+3
| | |
* | | bumped version numberRainer Gerhards2008-06-113-2/+4
| | |
* | | updated statusv3.19.7Rainer Gerhards2008-06-111-4/+4
| | |