Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed a potential race condition, see link for details: | Rainer Gerhards | 2007-12-11 | 1 | -0/+2 |
| | | | | http://rgerhards.blogspot.com/2007/12/rsyslog-race-condition.html | ||||
* | added expr.c, which has some thoughts on expression implementation | Rainer Gerhards | 2007-12-11 | 1 | -0/+1 |
| | |||||
* | applied patch from Michael Biebl for an even cleaner autotools config in | Rainer Gerhards | 2007-12-04 | 1 | -4/+1 |
| | | | | regard to -ldl. | ||||
* | added Bartosz Kuzma patches for better compatibility with NetBSD - many | Rainer Gerhards | 2007-12-03 | 1 | -1/+4 |
| | | | | thanks for them! | ||||
* | library defintion was missing in build line - thx to Michael Biebl for fix | Rainer Gerhards | 2007-12-03 | 1 | -1/+1 |
| | |||||
* | adding sur5r's postgres module - many thanks for providing it! There are a | Rainer Gerhards | 2007-12-03 | 1 | -0/+4 |
| | | | | | number of patches necessary to core modules, because we need a new formatting function (date-pgsql). | ||||
* | added compile-time switches for -pthread | Rainer Gerhards | 2007-11-30 | 1 | -2/+2 |
| | |||||
* | applied gssapi patch from varmojfekoj - gss-api is now supported | Rainer Gerhards | 2007-11-19 | 1 | -2/+4 |
| | |||||
* | - changed the build system to use a single source tarball again (but | Rainer Gerhards | 2007-10-11 | 1 | -8/+77 |
| | | | | | | | | | | | | | | | | different makefiles for the main project and ommysql) - applied fixes from Michael Biebl: 1.) fix failing compilation of ommysql plugin (s/ommysql-config.h/config.h/) 2.) fix mysql configure check (although the default is no, we did check for the mysql devel files) 3.) Create a separate Makefile.am for the doc files. This cleans up the toplevel Makefile.am considerably and makes it much more readable and maintainable. 3b) Assign the html doc files to html_DATA. This means, they are installed to $(hmtdir), which by autoconf standards is $(prefix)/share/doc/$packagename/. 4.) Reformat the SOURCES line to make it better readable and maintainable. | ||||
* | changed the threading to include one extra thread that runs the mainloop. | Rainer Gerhards | 2007-10-08 | 1 | -2/+2 |
| | | | | | | | | | | This was done to work around a problem with malloc/free. Note that we are still running on two threads - the startup thread just waits for the new one to finish. For a description of the problem I try to work-around, please see: http://rgerhards.blogspot.com/2007/10/could-i-really-reproduce-bug.html Note that this is an experimental change, which will only stay if it proves to fix the segfault issue we are dealing with. | ||||
* | created some support for distributing ommysql together with the main | Rainer Gerhards | 2007-09-27 | 1 | -1/+1 |
| | | | | | | | | | rsyslog package. I need to re-think it in the future, but for the time being the current mode is best. I now simply include one additional tarball for ommysql inside the main distribution. I look forward to user feedback on how this should be done best. In the long term, a separate project should be spawend for ommysql, but I'd like to do that only after the plugin interface is fully stable (what it is not yet). | ||||
* | applied patch provided by varmojfekoj to support building ommysql in its | Rainer Gerhards | 2007-09-26 | 1 | -11/+2 |
| | | | | own way (now also resides in a plugin subdirectory) | ||||
* | applied patches which will be released under 1.19.1, changed doc for 1.19.1v1-19-1 | Michael Meckelein | 2007-08-22 | 1 | -5/+6 |
| | | | | release | ||||
* | - integrated patch from varmojfekoj to make the mysql module a loadable one | Rainer Gerhards | 2007-08-14 | 1 | -3/+11 |
| | | | | many thanks for the patch, MUCH appreciated | ||||
* | - removed debian subdirectory by request of debian packager (this is a | Rainer Gerhards | 2007-08-13 | 1 | -1/+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 new doc files to autotools for make dist | Rainer Gerhards | 2007-08-09 | 1 | -1/+1 |
| | |||||
* | added a database cleanup script based on a suggestion of Michael Mansour. | Rainer Gerhards | 2007-08-08 | 1 | -1/+1 |
| | | | | Michael Meckelein adapted it sligthly for use with rsyslog. | ||||
* | moved action object out of syslogd.c to its own fileset (action.c/h) | Rainer Gerhards | 2007-08-06 | 1 | -1/+1 |
| | |||||
* | - I found out that we finally have problems with the (somewhat recursive) | Rainer Gerhards | 2007-08-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | call to logerror() that many of the modules do. I have not tried it, but I think things will become wild when we compile without pthread support. Threading prevents full recursion, so we have not seen any bad effects so far. However, the problems that I experienced in ommysl (that caused me to re-structure startWorker()) are actually rooted in this issue. I first thought to fix it via a module interace, but I now came to the conclusion that it is not more effort and much cleaner to do an internal error buffering class. This is implemented in errbuf.c/h. - I just noticed that this is not actually an error buf, but the core of an input module for all internal messages. As such, I implement it now as iminternal.c/h. Of course, there is no input module interface yet designed, but that doesn't matter. Worst-case, I need to re-write the im, best case I can use the im (at least partly) to define the interface. - added a few functions to the linkedlist class - error messages during startup are now buffered - so we do no longer need to think about how emergency logging might work. Actually, these are logged to whatever is instatiated in the log file. This enhances the chance that we will be able to drop the error message somewhere it is seen. | ||||
* | added a generic linked list object (files linkedlist.h/c) | Rainer Gerhards | 2007-07-31 | 1 | -1/+1 |
| | |||||
* | - added cfsysline objects - initial set of functions | Rainer Gerhards | 2007-07-30 | 1 | -1/+1 |
| | | | | - fixed bug in OMSRcreate() - always returned SR_RET_OK | ||||
* | fixed a missing file bug - thanks to Andrea Montanari for reporting this | Rainer Gerhards | 2007-07-28 | 1 | -1/+1 |
| | | | | problem | ||||
* | - added omsr object (objomsr.c, objomsr.h) - template request for output | Rainer Gerhards | 2007-07-27 | 1 | -1/+1 |
| | | | | modules | ||||
* | changed output modules to use a template-based code generation system for | Rainer Gerhards | 2007-07-25 | 1 | -1/+1 |
| | | | | standard entry points (implemented via preprocessor) | ||||
* | moved discard functionality to an output module | Rainer Gerhards | 2007-07-24 | 1 | -1/+1 |
| | |||||
* | fixed a very nasty bug in structure creation of struct filed (caused | Rainer Gerhards | 2007-07-23 | 1 | -1/+1 |
| | | | | | omusrmsg to be defunct) - many thanks to maharaja for providing the right idea at the right time ;) | ||||
* | moved file write output module to own set of code files | Rainer Gerhards | 2007-07-22 | 1 | -1/+1 |
| | |||||
* | moved some more modules to their own file sets | Rainer Gerhards | 2007-07-22 | 1 | -1/+1 |
| | |||||
* | moved mysql action to its own code files | Rainer Gerhards | 2007-07-20 | 1 | -1/+1 |
| | |||||
* | moved code for user and wall message action into its own files | Rainer Gerhards | 2007-07-20 | 1 | -1/+1 |
| | |||||
* | moved part of the shell action to its own module | Rainer Gerhards | 2007-07-20 | 1 | -1/+1 |
| | |||||
* | moved message object into its own set of files | Rainer Gerhards | 2007-07-19 | 1 | -1/+1 |
| | |||||
* | fixed a bug which caused install to install program under wrong name | Rainer Gerhards | 2007-07-18 | 1 | -5/+5 |
| | |||||
* | applied patch by redhat, Peter Vrabec | Rainer Gerhards | 2007-07-16 | 1 | -1/+1 |
| | |||||
* | added patch by mildew@gmail.com to support IPv6 in $AllowedSender | Rainer Gerhards | 2007-07-16 | 1 | -1/+1 |
| | |||||
* | added contributor page to doc set | Rainer Gerhards | 2007-07-16 | 1 | -1/+1 |
| | |||||
* | added missing files | Rainer Gerhards | 2007-07-13 | 1 | -4/+4 |
| | |||||
* | made "make dist" work | Rainer Gerhards | 2007-07-13 | 1 | -0/+1 |
| | |||||
* | added man files | Rainer Gerhards | 2007-07-13 | 1 | -0/+2 |
| | |||||
* | - removed some now-unused fields from struct filed | Rainer Gerhards | 2007-07-13 | 1 | -1/+1 |
| | | | | | - move file size limit fields in struct field to the "right spot" (the file writing part of the union - f_un.f_file) | ||||
* | removed SYSV preprocessor macro; replaced with autotools equivalent | Rainer Gerhards | 2007-07-11 | 1 | -1/+1 |
| | |||||
* | upgrading to autotools build system - thank Peter Vrabec for patches and | Rainer Gerhards | 2007-07-10 | 1 | -0/+11 |
the idea |