Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bumped version number | Rainer Gerhards | 2007-09-10 | 2 | -2/+4 |
| | |||||
* | added comments | Rainer Gerhards | 2007-09-10 | 1 | -1/+8 |
| | |||||
* | cleaned up some signed/unsinged char issuesv1-19-5 | Rainer Gerhards | 2007-09-07 | 1 | -10/+10 |
| | |||||
* | preparing for 1.19.5 release | Rainer Gerhards | 2007-09-07 | 2 | -5/+9 |
| | |||||
* | applied patch by varmojfekoj two fix two potential segfault situations | Rainer Gerhards | 2007-09-07 | 2 | -2/+3 |
| | |||||
* | removed misleading debug message (looked like an error, but was normal | Rainer Gerhards | 2007-09-07 | 1 | -1/+1 |
| | | | | state) | ||||
* | added capability to specify absolute module path in $ModLoad | Rainer Gerhards | 2007-09-07 | 1 | -1/+4 |
| | |||||
* | modified $ModLoad so that an absolute path may be specified as module name | Rainer Gerhards | 2007-09-07 | 1 | -1/+5 |
| | | | | (e.g. /rsyslog/ommysql.so) | ||||
* | removed debug aid that sneaked in | Rainer Gerhards | 2007-09-07 | 1 | -1/+0 |
| | |||||
* | added $ModDir config directive | Rainer Gerhards | 2007-09-07 | 3 | -1/+35 |
| | |||||
* | - added eCmdHdlrGetWord command handler | Rainer Gerhards | 2007-09-07 | 4 | -4/+75 |
| | | | | - added $ModDir config directive | ||||
* | added template and info for forwarding messages to sysklogd | Rainer Gerhards | 2007-09-06 | 1 | -0/+7 |
| | |||||
* | - changed part of the CStr interface so that better error tracking is | Rainer Gerhards | 2007-09-05 | 13 | -492/+330 |
| | | | | | | | provided and the calling sequence is more intuitive (there were invalid calls based on a too-weired interface) - (hopefully) fixed some remaining bugs rooted in wrong use of the CStr class. These could lead to program abort. | ||||
* | added a debugging template | Rainer Gerhards | 2007-09-05 | 1 | -0/+3 |
| | |||||
* | removed invalid sample with "fulltime" property replacer option | Rainer Gerhards | 2007-09-05 | 1 | -3/+0 |
| | |||||
* | added some links to in-depth info on the web | Rainer Gerhards | 2007-09-05 | 2 | -32/+42 |
| | |||||
* | bumping version number | Rainer Gerhards | 2007-09-05 | 2 | -2/+4 |
| | |||||
* | changed some calles to CStr class to their "safe" counterpart - they could | Rainer Gerhards | 2007-09-04 | 3 | -15/+19 |
| | | | | case program aborts if the object in question was an empty string | ||||
* | preparing 1.19.4 releasev1-19-4 | Rainer Gerhards | 2007-09-04 | 1 | -4/+4 |
| | |||||
* | - fixed bug: a template like this causes an infinite loop: $template | Rainer Gerhards | 2007-09-04 | 3 | -8/+20 |
| | | | | | | | opts,"%programname:::a,b%" thanks varmojfekoj for the patch - fixed bug: case changing options crash freeing the string pointer because they modify it: $template opts2,"%programname::1:lowercase%" thanks varmojfekoj for the patch | ||||
* | preparing for version 1.19.4 | Rainer Gerhards | 2007-09-04 | 1 | -5/+9 |
| | |||||
* | updated version information | Rainer Gerhards | 2007-09-04 | 1 | -2/+2 |
| | |||||
* | applied patch form varmojfekoj to fix some mem leaks and a check to make | Rainer Gerhards | 2007-09-04 | 3 | -6/+33 |
| | | | | | sure that an empty string (NULL) returned by the CStr class does not cause a program abort. | ||||
* | applied new version from michel samia | Rainer Gerhards | 2007-09-04 | 1 | -12/+557 |
| | |||||
* | prepared for next release | Michael Meckelein | 2007-08-31 | 2 | -2/+5 |
| | |||||
* | patches and docu update for 1.19.3v1-19-3 | Michael Meckelein | 2007-08-31 | 9 | -23/+92 |
| | |||||
* | prepared for next release | Michael Meckelein | 2007-08-28 | 2 | -2/+5 |
| | |||||
* | applied patches for release 1.19.2, update documentationv1-19-2 | Michael Meckelein | 2007-08-28 | 6 | -49/+74 |
| | |||||
* | prepared for next release | Michael Meckelein | 2007-08-22 | 2 | -2/+5 |
| | |||||
* | applied patches which will be released under 1.19.1, changed doc for 1.19.1v1-19-1 | Michael Meckelein | 2007-08-22 | 13 | -217/+455 |
| | | | | release | ||||
* | prepared changelog and configure.ac for the next update | Michael Meckelein | 2007-08-16 | 2 | -2/+5 |
| | |||||
* | Docs updated for v1.19.0 releasev1-19-0 | Michael Meckelein | 2007-08-16 | 2 | -5/+5 |
| | |||||
* | changed mysql doc | Michael Meckelein | 2007-08-14 | 1 | -1/+10 |
| | |||||
* | reflect arrival of dynamically loadable plug-ins (namely MySQL) | Rainer Gerhards | 2007-08-14 | 2 | -8/+9 |
| | |||||
* | described hardcoded plugin path | Rainer Gerhards | 2007-08-14 | 1 | -0/+3 |
| | |||||
* | provided proper credits | Rainer Gerhards | 2007-08-14 | 1 | -1/+1 |
| | |||||
* | removed invalid data in changelog | Rainer Gerhards | 2007-08-14 | 1 | -1/+1 |
| | |||||
* | added some code to support the forward-compatibilty directive $ModLoad | Rainer Gerhards | 2007-08-14 | 1 | -2/+16 |
| | | | | | MySQL - this is now internally translated to the right name Needs to be revisited, but is clean enough for now. | ||||
* | - integrated patch from varmojfekoj to make the mysql module a loadable one | Rainer Gerhards | 2007-08-14 | 9 | -44/+6469 |
| | | | | many thanks for the patch, MUCH appreciated | ||||
* | bumping version numbers | Rainer Gerhards | 2007-08-13 | 2 | -2/+4 |
| | |||||
* | mod /contrib/delete_mysql, prepared docs for releasev1-18-2 | Michael Meckelein | 2007-08-13 | 4 | -19/+25 |
| | |||||
* | improved overall doc quality (some pages were quite old) and linked to more | Rainer Gerhards | 2007-08-13 | 1 | -0/+2 |
| | | | | of the online resources. | ||||
* | improved doc quality, changed some very old text. Also, added more links to | Rainer Gerhards | 2007-08-13 | 4 | -45/+61 |
| | | | | new online resources. | ||||
* | preparing for 1.18.2 release | Rainer Gerhards | 2007-08-13 | 1 | -1/+5 |
| | |||||
* | - removed debian subdirectory by request of debian packager (this is a | Rainer Gerhards | 2007-08-13 | 2 | -95/+1 |
| | | | | | special subdir for debian and there is also no point in maintaining it when there is a debian package available - so I gladly did this) | ||||
* | added important TODO item | Rainer Gerhards | 2007-08-09 | 1 | -0/+2 |
| | |||||
* | added module unload functionality; rsyslogd now unloads modules on exit (of | Rainer Gerhards | 2007-08-09 | 3 | -12/+38 |
| | | | | | | course, with only statically linked modules, there is little current value in this - but it is made towards an upcoming dynaload plugin interface) | ||||
* | added interface API for unloading module (a dummy) | Rainer Gerhards | 2007-08-09 | 1 | -0/+26 |
| | |||||
* | fixed a potential memory leak in modules.c, again, this could not happen in | Rainer Gerhards | 2007-08-09 | 1 | -1/+3 |
| | | | | current code | ||||
* | fixed a bug that would have manifested when module configuration commands | Rainer Gerhards | 2007-08-09 | 1 | -1/+10 |
| | | | | | would have been freed. The current code base, however, never does this, so this is not a real bug fix - it's in preparation of future work |