Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'v3-stable' into beta | Rainer Gerhards | 2008-07-18 | 2 | -10/+10 |
| | | | | | | | Conflicts: doc/property_replacer.html tools/syslogd.c | ||||
* | Merge branch 'master' into beta | Rainer Gerhards | 2008-07-15 | 1 | -2/+2 |
| | |||||
* | bugfix: UDP syslog forwarding did not work on all platforms | Rainer Gerhards | 2008-07-14 | 1 | -3/+6 |
| | | | | | | 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 Gerhards | 2008-07-14 | 1 | -6/+0 |
| | |||||
* | temporary: some debug instrumentation to help find a segfault on freebsd | Rainer Gerhards | 2008-07-11 | 1 | -0/+6 |
| | |||||
* | minor: enhanced debug output (PRI now included) | Rainer Gerhards | 2008-07-09 | 1 | -1/+1 |
| | |||||
* | rewriten omusrmsg to no longer fork() a new process for sending messages | Rainer Gerhards | 2008-07-04 | 1 | -107/+81 |
| | | | | | this caused some problems with the threading model, e.g. zombies. Also, it was far less optimal than it is now. | ||||
* | bugfix: machine certificate was required for client even in TLS anon mode | Rainer Gerhards | 2008-07-02 | 1 | -1/+0 |
| | | | | | | 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. | ||||
* | Merge branch 'beta' | Rainer Gerhards | 2008-07-01 | 1 | -15/+7 |
| | | | | | | | | | | | | | | | 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. | ||||
* | added (internal) error codes to error messages | Rainer Gerhards | 2008-06-27 | 4 | -38/+49 |
| | | | | | Also added redirector to web description of error codes closes bug http://bugzilla.adiscon.com/show_bug.cgi?id=20 | ||||
* | begun building a testbench | Rainer Gerhards | 2008-06-13 | 1 | -16/+1 |
| | |||||
* | Fix linker flags for librsyslog and rsyslogd | Michael Biebl | 2008-06-11 | 1 | -1/+1 |
| | | | | | | | | | | 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 | 1 | -1/+1 |
| | |||||
* | made rsyslog tickless in the (usual and default) case that repeated | Rainer Gerhards | 2008-06-09 | 1 | -9/+17 |
| | | | | | | 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 | 1 | -1/+6 |
| | | | | | | ...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 | ||||
* | bugfix: removed some memory leaks in TLS code | Rainer Gerhards | 2008-06-04 | 1 | -7/+21 |
| | |||||
* | Merge branch 'ietf-tls' | Rainer Gerhards | 2008-05-27 | 1 | -23/+15 |
|\ | |||||
| * | changed config directive name to reflect different use | Rainer Gerhards | 2008-05-22 | 1 | -23/+15 |
| | | | | | | | | | | | | $ActionSendStreamDriverCertFingerprint is now $ActionSendStreamDriverPermittedPeer and can be used both for fingerprint and name authentication (similar to the input side) | ||||
* | | Merge branch 'ietf-tls' | Rainer Gerhards | 2008-05-21 | 1 | -18/+77 |
|\| | | | | | | | | | | | Conflicts: ChangeLog | ||||
| * | first implementation of TLS server client authentication check | Rainer Gerhards | 2008-05-19 | 1 | -15/+35 |
| | | | | | | | | | | | | | | The TLS server now checks the client fingerprint. This works, but is highly experimental. Needs to be refined for practice. Also: - implemented permittedPeers helper construct to store names - changed omfwd implementation to use new permittedPeers | ||||
| * | regained netstream driver genericity; improved drivers | Rainer Gerhards | 2008-05-17 | 1 | -3/+9 |
| | | | | | | | | | | | | | | | | | | - made action logic pass optional auth params only if they are actually configured - added new authMode and Fingerprint methods to ptcp netstream driver (keeping them once again generic) - added diagnostics messages when invalid auth modes were configured | ||||
| * | added first rough ability to authenticate the server against its certificate | Rainer Gerhards | 2008-05-16 | 1 | -18/+51 |
| | | | | | | | | | | | | | | | | | | | | This is very experimental and needs some more work. It probably even segfaults - but the base code is there and running. The rest is refinement. While working on this, I did these two bugfixes: - bugfix: small mem leak in omfwd on exit (strmdriver name was not freed) - bugfix: $ActionSendStreamDriver had no effect | ||||
* | | bugfix: default syslog port was no longer used if none was configured. | varmojfekoj | 2008-05-21 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com> | ||||
* | added fromhost-ip properties and some bugfixes | Rainer Gerhards | 2008-05-16 | 1 | -6/+19 |
| | | | | | | | | | | - bugfix: TCP input modules did incorrectly set fromhost property (always blank) - bugfix: imklog did not set fromhost property - added "fromhost-ip" property - added "RSYSLOG_DebugFormat" canned template - bugfix: hostname and fromhost were swapped when a persisted message (in queued mode) was read in | ||||
* | added a bit of doc (at least something...) | Rainer Gerhards | 2008-05-08 | 2 | -0/+7 |
| | |||||
* | added tool to show fingerprints | Rainer Gerhards | 2008-05-08 | 1 | -0/+2 |
| | | | | | this is required for IETF I-D syslog-transport-tls-12. This is a very rough first prototype | ||||
* | added simple shell script to support creating self-signed certs | Rainer Gerhards | 2008-05-08 | 1 | -0/+3 |
| | | | | this is necessary to comply to IETF I-D -syslog-transport-tls-12 | ||||
* | fixed problem with man pages thanks to Michael Biebl's help | Rainer Gerhards | 2008-05-06 | 1 | -2/+2 |
| | |||||
* | file dirty.h was missing - thanks to darix for pointing this out | Rainer Gerhards | 2008-05-06 | 1 | -0/+2 |
| | |||||
* | some cleanup (gotten rid of some more plain chars) | Rainer Gerhards | 2008-05-06 | 1 | -12/+12 |
| | |||||
* | Merge branch 'tls' | Rainer Gerhards | 2008-05-06 | 2 | -16/+29 |
|\ | |||||
| * | invalid strdup when no driver name was set caused segfault | Rainer Gerhards | 2008-05-05 | 1 | -1/+2 |
| | | |||||
| * | support for different forwarding stream drivers added | Rainer Gerhards | 2008-05-05 | 2 | -4/+16 |
| | | | | | | | | they can now be set on an action-by-action basis | ||||
| * | added $InputTCPServerStreamDriverMode config directive | Rainer Gerhards | 2008-04-30 | 1 | -1/+1 |
| | | |||||
| * | fixed problem with module unload sequence | Rainer Gerhards | 2008-04-29 | 1 | -12/+6 |
| | | |||||
| * | added $ActionSendStreamDriverMode config directive | Rainer Gerhards | 2008-04-28 | 1 | -0/+6 |
| | | |||||
* | | Merge branch 'klogd-bug' | Rainer Gerhards | 2008-04-28 | 3 | -310/+329 |
|\ \ | |||||
| * | | preparation for bughunt | Rainer Gerhards | 2008-04-28 | 1 | -6/+5 |
| |/ | | | | | | | including some cleanups | ||||
| * | added forgotten file | Rainer Gerhards | 2008-04-24 | 1 | -0/+42 |
| | | |||||
| * | Merge branch 'sock-abstract' into tls | Rainer Gerhards | 2008-04-24 | 1 | -4/+19 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: runtime/Makefile.am runtime/netstrm.c runtime/nsd.h runtime/nsd_ptcp.c runtime/rsyslog.h | ||||
| | * | added new netstrms class | Rainer Gerhards | 2008-04-23 | 1 | -4/+19 |
| | | | | | | | | | | | | netstrms is at the top layer of the socket abstraction | ||||
| * | | Merge branch 'master' into tls | Rainer Gerhards | 2008-04-18 | 1 | -0/+1 |
| |\ \ | | |/ | |/| | |||||
| * | | converted netstrm into generic netstrm and the nsd_pctp driver | Rainer Gerhards | 2008-04-18 | 1 | -0/+2 |
| | | | |||||
| * | | improvements in omfwd and cleanup of omgssapi | Rainer Gerhards | 2008-04-17 | 1 | -4/+30 |
| | | | | | | | | | | | | | | | - some (small) cleanup of omgssapi - optimized omfwed, now loads TCP code only if this is actually necessary | ||||
| * | | modified omfwd to work with netstrm (and also did some cleanup) | Rainer Gerhards | 2008-04-17 | 1 | -303/+238 |
| | | | |||||
* | | | -c option no longer must be the first option | varmojfekoj | 2008-04-24 | 1 | -7/+0 |
| |/ |/| | | | | | | | | | Thanks to varmjofekoj for the patch Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com> | ||||
* | | bugfix: a recent change effectively disabled error messages | Rainer Gerhards | 2008-04-18 | 1 | -0/+1 |
|/ | |||||
* | completed better modularity of runtime | Rainer Gerhards | 2008-04-17 | 2 | -6/+18 |
| | | | | | | | | | | - added the ability to specify an error log function for the runtime - removed dependency of core runtime on dirty.h Note that it is "better" modularity, not perfect. There is still work to do, but I think we can for the time being proceed with other things. | ||||
* | moved "glblModPath" variable inside global data pool | Rainer Gerhards | 2008-04-17 | 1 | -1/+0 |
| | | | | (but still as a variable, not part of glbl object) | ||||
* | moved host/domain-name related variables to global data pool | Rainer Gerhards | 2008-04-17 | 1 | -17/+20 |
| |