Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | removed compile time fixed message size limit (was 2K) | Rainer Gerhards | 2008-09-02 | 1 | -41/+38 | |
| | | | | | | | | | | The limit can now be set via $MaxMessageSize global config directive (finally gotten rid of MAXLINE ;)) | |||||
* | | Merge branch 'beta' | Rainer Gerhards | 2008-08-13 | 1 | -1/+1 | |
|\| | | | | | | | | | | | Conflicts: plugins/imuxsock/imuxsock.c | |||||
| * | Merge branch 'v3-stable' into beta | Rainer Gerhards | 2008-08-13 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html plugins/imuxsock/imuxsock.c | |||||
* | | some very minor cleanup | Rainer Gerhards | 2008-08-12 | 1 | -1/+0 | |
| | | ||||||
* | | added testbed for config errors and fixed a bug | Rainer Gerhards | 2008-07-29 | 1 | -7/+13 | |
| | | | | | | | | | | | | - bugfix: no error was reported if the target of a $IncludeConfig could not be accessed. - added testbed for common config errors | |||||
* | | enhanced configuration file error reporting and verification | Rainer Gerhards | 2008-07-29 | 1 | -97/+174 | |
| | | | | | | | | | | | | | | | | | | | | | | | | - enhanced config file checking - no active actions are detected - added -N rsyslogd command line option for a config validation run (which does not execute actual syslogd code and does not interfere with a running instance) - somewhat improved emergency configuration. It is now also selected if the config contains no active actions - rsyslogd error messages are now reported to stderr by default. can be turned off by the new "$ErrorMessagesToStderr off" directive Thanks to HKS for suggesting these new features. | |||||
* | | begun implementing a diagnostic plugin (not yet completed) | Rainer Gerhards | 2008-07-28 | 1 | -0/+1 | |
|/ | ||||||
* | Merge branch 'v3-stable' into beta | Rainer Gerhards | 2008-07-18 | 1 | -5/+5 | |
| | | | | | | | Conflicts: doc/property_replacer.html tools/syslogd.c | |||||
* | 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 | |
| | ||||||
* | 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. | |||||
* | added (internal) error codes to error messages | Rainer Gerhards | 2008-06-27 | 1 | -20/+31 | |
| | | | | | Also added redirector to web description of error codes closes bug http://bugzilla.adiscon.com/show_bug.cgi?id=20 | |||||
* | 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 | |||||
* | 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 | |||||
* | some cleanup (gotten rid of some more plain chars) | Rainer Gerhards | 2008-05-06 | 1 | -12/+12 | |
| | ||||||
* | Merge branch 'klogd-bug' | Rainer Gerhards | 2008-04-28 | 1 | -6/+5 | |
|\ | ||||||
| * | preparation for bughunt | Rainer Gerhards | 2008-04-28 | 1 | -6/+5 | |
| | | | | | | | | including some cleanups | |||||
* | | -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 | 1 | -5/+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 | |
| | ||||||
* | moved "DisableDNS" variable to global data pool | Rainer Gerhards | 2008-04-17 | 1 | -2/+1 | |
| | ||||||
* | moved "option_DisallowWarning" variable to global data pool | Rainer Gerhards | 2008-04-17 | 1 | -5/+1 | |
| | ||||||
* | moved "bDropMalPTRMsgs" variable to global data pool | Rainer Gerhards | 2008-04-17 | 1 | -5/+2 | |
| | ||||||
* | moved "family" variable to global data pool | Rainer Gerhards | 2008-04-17 | 1 | -3/+2 | |
| | ||||||
* | modularization work | Rainer Gerhards | 2008-04-17 | 1 | -12/+8 | |
| | | | | | cleanup + created an abstract class for global data items and moved glblGetWorkDir to it | |||||
* | prevented segfault during runtime library init phase | Rainer Gerhards | 2008-04-16 | 1 | -3/+3 | |
| | ||||||
* | removed no longer needed things | Rainer Gerhards | 2008-04-16 | 1 | -52/+1 | |
| | | | | | ... and some more cleanup. Also moved a file that I forgot (thanks to Michael Biebl for pointing that out). | |||||
* | some more cleanup | Rainer Gerhards | 2008-04-16 | 1 | -0/+3441 | |
reduced dependencies, moved non-runtime files to its own directory except for some whom's status is unclear |