Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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) | ||||
* | disabled in-depth GnuTLS debugging aid | Rainer Gerhards | 2008-06-23 | 1 | -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 .gitignore | Rainer Gerhards | 2008-06-23 | 1 | -0/+7 |
| | |||||
* | added tls server doc | Rainer Gerhards | 2008-06-23 | 1 | -0/+118 |
| | |||||
* | improved TLS doc | Rainer Gerhards | 2008-06-20 | 3 | -40/+44 |
| | | | | | also changed samples to 2048 bit keys, because 1024 will soon no longer be considered secure. | ||||
* | bugfix: some error states were swapped | Rainer Gerhards | 2008-06-20 | 2 | -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 certficates | Rainer Gerhards | 2008-06-19 | 5 | -1/+349 |
| | | | | with gnutls for both the CA and individual machines | ||||
* | begun step-by-step guide for TLS protected syslog | Rainer Gerhards | 2008-06-18 | 15 | -55/+209 |
| | |||||
* | updated status to reflect 3.17.4 release | Rainer Gerhards | 2008-06-16 | 2 | -3/+4 |
| | |||||
* | Merge branch 'beta' | Rainer Gerhards | 2008-06-16 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html | ||||
| * | bumped version number | Rainer Gerhards | 2008-06-16 | 3 | -2/+4 |
| | | |||||
| * | prepared for 3.17.4v3.17.4 | Rainer Gerhards | 2008-06-16 | 1 | -1/+1 |
| | | |||||
* | | added .gitignore for tests | Rainer Gerhards | 2008-06-16 | 1 | -0/+3 |
| | | |||||
* | | begun building a testbench | Rainer Gerhards | 2008-06-13 | 14 | -20/+336 |
| | | |||||
* | | bugfix: restored accidently deleted version line | Rainer Gerhards | 2008-06-13 | 1 | -0/+1 |
| | | |||||
* | | added a few more .gitignore rules to serve my environment | Rainer Gerhards | 2008-06-13 | 1 | -0/+2 |
| | | |||||
* | | Merge branch 'beta' | Rainer Gerhards | 2008-06-12 | 5 | -10/+19 |
|\| | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html plugins/imklog/linux.c | ||||
| * | bumped version number | Rainer Gerhards | 2008-06-12 | 3 | -3/+3 |
| | | |||||
| * | changed default for i$KlogSymbolLookup to "off" | Rainer Gerhards | 2008-06-12 | 4 | -8/+18 |
| | | |||||
| * | finalized 3.17.3v3.17.3 | Rainer Gerhards | 2008-05-28 | 3 | -3/+3 |
| | | |||||
* | | bumped version number | Rainer Gerhards | 2008-06-11 | 3 | -2/+4 |
| | | |||||
* | | updated statusv3.19.7 | Rainer Gerhards | 2008-06-11 | 1 | -4/+4 |
| | | |||||
* | | preparing for 3.19.7 release | Rainer Gerhards | 2008-06-11 | 1 | -1/+4 |
| | | |||||
* | | Remove .cvsignore files, add .gitignore. | Michael Biebl | 2008-06-11 | 16 | -89/+3 |
| | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com> | ||||
* | | Fix linker flags for librsyslog and rsyslogd | Michael Biebl | 2008-06-11 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | Use $(dl_libs) and $(rt_libs) instead of -ldl and -lrt. This ensures that rsyslog can be successfully built on *BSD. Don't like rsyslogd against $(dl_libs) and $(rt_libs) anymore. This functionality is now in librsyslog. Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com> | ||||
* | | fixed syntax error (typo in var name) and cleaup | Rainer Gerhards | 2008-06-10 | 3 | -9/+5 |
| | | |||||
* | | made rsyslog tickless in the (usual and default) case that repeated | Rainer Gerhards | 2008-06-09 | 3 | -11/+22 |
| | | | | | | | | | | | | message reduction is turned off. More info: http://blog.gerhards.net/2008/06/coding-to-save-environment.html | ||||
* | | somewhat improved plain tcp syslog reliability | Rainer Gerhards | 2008-06-09 | 10 | -13/+94 |
| | | | | | | | | | | | | ...by doing a connection check before sending. Credits to Martin Schuette for providing the idea. Details are available at http://blog.gerhards.net/2008/06/reliable-plain-tcp-syslog-once-again.html | ||||
* | | fixed a bug with the new property replacer option | Rainer Gerhards | 2008-06-07 | 2 | -2/+2 |
| | | | | | | | | | | there was a copy&paste error in the timereported property - thanks to Elizabeth for reporting it | ||||
* | | added new property replacer option "time-subseconds" | Rainer Gerhards | 2008-06-06 | 8 | -2/+80 |
| | | | | | | | | enables to query just the subsecond part of a high-precision timestamp | ||||
* | | added doc on suggested TLS deployment | Rainer Gerhards | 2008-06-06 | 2 | -3/+146 |
| | | | | | | | | (rough picture, actual configuration sample still missing). | ||||
* | | bumping version number | Rainer Gerhards | 2008-06-06 | 4 | -6/+8 |
| | | |||||
* | | preparing 3.19.6v3.19.6 | Rainer Gerhards | 2008-06-06 | 2 | -2/+3 |
| | | |||||
* | | enhanced property replacer to support multiple regex matches | Rainer Gerhards | 2008-06-04 | 5 | -11/+61 |
| | | |||||
* | | bugfix: removed some memory leaks in TLS code | Rainer Gerhards | 2008-06-04 | 3 | -7/+23 |
| | | |||||
* | | bugfix: off-by-one bug during certificate check | Rainer Gerhards | 2008-06-04 | 2 | -2/+5 |
| | | |||||
* | | bugfix: part of permittedPeer structure was not correctly initialized | Rainer Gerhards | 2008-06-03 | 2 | -2/+3 |
| | | | | | | | | thanks to varmojfekoj for spotting this | ||||
* | | bumped version number | Rainer Gerhards | 2008-05-30 | 3 | -2/+4 |
| | | |||||
* | | finalized 3.19.5v3.19.5 | Rainer Gerhards | 2008-05-30 | 2 | -5/+5 |
| | |