summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* updated doc to include pointers to sample config fileRainer Gerhards2007-12-032-2/+6
|
* added sample config provided by Peter Vrabec - thx!Rainer Gerhards2007-12-031-0/+163
|
* library defintion was missing in build line - thx to Michael Biebl for fixRainer Gerhards2007-12-031-1/+1
|
* some code cleanupRainer Gerhards2007-12-034-25/+11
|
* removed no longer necessary function prototype definitionsRainer Gerhards2007-12-032-12/+0
|
* added dependency for plugin interface definitionsRainer Gerhards2007-12-031-1/+1
|
* adding sur5r's postgres module - many thanks for providing it! There are aRainer Gerhards2007-12-038-6/+91
| | | | | number of patches necessary to core modules, because we need a new formatting function (date-pgsql).
* added sur5r's postgres sql output module (many thanks!)Rainer Gerhards2007-12-034-0/+397
|
* adding sur5r's postgres moduleRainer Gerhards2007-12-031-0/+6
|
* added info about releases from other branchRainer Gerhards2007-12-031-0/+8
|
* added compile-time switches for -pthreadRainer Gerhards2007-11-303-5/+7
|
* added .cvsignore files as suggested by Michael BieblRainer Gerhards2007-11-303-0/+29
|
* files do not belong in CVS. Thanks to Michael Biebl for pointing this out.Rainer Gerhards2007-11-302-7876/+0
|
* cosmetic changes - no code changeRainer Gerhards2007-11-271-3/+2
|
* moved syslog PRI code tables to msg.c as this is the only place where theyRainer Gerhards2007-11-273-46/+44
| | | | are still needed
* some cleanupRainer Gerhards2007-11-211-20/+6
|
* - added an identifier to command handler table - need to identify whichRainer Gerhards2007-11-218-13/+188
| | | | | | | | | | command handler entries need to be removed when module is unloaded - added support so that linkedlist key can be used for owner handle - enhanced llExecFunc to support deletion of list elements (on behalf of user function being called, slight interface change) - enhanced linkedlist class so that list elements can now be deleted based on the key value they have - created entry point so that CfSysLine handlers are removed on modExit()
* added support so that linkedlist key can be used for owner handleRainer Gerhards2007-11-212-11/+32
|
* added an identifier to command handler table - need to identify whichRainer Gerhards2007-11-217-42/+70
| | | | command handler entries need to be removed when module is unloaded
* added new modExit() entry point to loadable module interfaceRainer Gerhards2007-11-2113-18/+113
|
* dded user doc for gssapi patch from varmojfekoj - thanks!Rainer Gerhards2007-11-206-9/+97
|
* applied gssapi patch from varmojfekoj - gss-api is now supportedRainer Gerhards2007-11-202-0/+221
|
* applied gssapi patch from varmojfekoj - gss-api is now supportedRainer Gerhards2007-11-197-76/+600
|
* added some debug message to ommysqlRainer Gerhards2007-11-191-0/+1
|
* prepared for the next releaseMichael Meckelein2007-10-192-1/+4
|
* doc patch applied, release docs updatedv1-19-10Michael Meckelein2007-10-193-7/+7
|
* added doc fixes provided by Michael Biebl - thanksRainer Gerhards2007-10-1825-87/+91
|
* undid creation of a separate thread for the main loop -- this did not turnRainer Gerhards2007-10-172-19/+24
| | | | out to be needed or useful, so reduce complexity once again.
* changed link to (new html) rsyslogd man pageRainer Gerhards2007-10-161-1/+1
|
* added new rsyslogd man page in html format (thanks to man2html)Rainer Gerhards2007-10-161-0/+438
|
* fixed issue with (now) invalid startup options (-r 0 must now be -r0)Rainer Gerhards2007-10-152-2/+6
|
* upgraded user doc to cover new module action calling conventionRainer Gerhards2007-10-151-1/+18
|
* added documentation of module interface / module action designator inRainer Gerhards2007-10-151-0/+12
| | | | selector line
* changed ommsyql to allow for ":ommysql:" module specific action call methodRainer Gerhards2007-10-151-3/+13
| | | | instead of ">". This shall facilitate the creation of other plugins.
* bumped version numberRainer Gerhards2007-10-152-1/+3
|
* preparing for 1.19.9v1-19-9Rainer Gerhards2007-10-121-4/+4
|
* preparing for 1.19.9 releaseRainer Gerhards2007-10-121-1/+7
|
* doc folder has now its own MakefileRainer Gerhards2007-10-121-0/+46
|
* integrated patch by varmojfekoj to tweak build system even furtherRainer Gerhards2007-10-111-4/+10
|
* - changed the build system to use a single source tarball again (butRainer Gerhards2007-10-117-126/+6759
| | | | | | | | | | | | | | | | 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.
* bumped version numberRainer Gerhards2007-10-082-1/+3
|
* changed the threading to include one extra thread that runs the mainloop.Rainer Gerhards2007-10-083-60/+98
| | | | | | | | | | 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.
* preparing for 1.19.8 releaseRainer Gerhards2007-09-273-7/+17
|
* created some support for distributing ommysql together with the mainRainer Gerhards2007-09-272-1/+14
| | | | | | | | | 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).
* fixed a bug in cvthname() that lead to message loss if part of the sourceRainer Gerhards2007-09-262-3/+7
| | | | hostname would have been dropped
* applied patch provided by varmojfekoj to support building ommysql in itsRainer Gerhards2007-09-2612-6465/+70
| | | | own way (now also resides in a plugin subdirectory)
* applied contributed patch to improve repeated message processing (seeRainer Gerhards2007-09-251-1/+5
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=303341)
* compile error in rfc3195d fixedRainer Gerhards2007-09-251-0/+1
|
* bumping version numberRainer Gerhards2007-09-252-2/+4
|
* preparing for 1.19.7 releasev1-19-7Rainer Gerhards2007-09-252-5/+11
|