Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removed debug code | Rainer Gerhards | 2007-12-11 | 1 | -2/+0 |
| | |||||
* | added recent changes | Rainer Gerhards | 2007-12-11 | 1 | -0/+10 |
| | |||||
* | fixed a potential race condition, see link for details: | Rainer Gerhards | 2007-12-11 | 4 | -24/+50 |
| | | | | http://rgerhards.blogspot.com/2007/12/rsyslog-race-condition.html | ||||
* | added synchronization class to handle mutex-operations in the most portable | Rainer Gerhards | 2007-12-11 | 2 | -0/+130 |
| | | | | way. | ||||
* | added expr.c, which has some thoughts on expression implementation | Rainer Gerhards | 2007-12-11 | 2 | -0/+41 |
| | |||||
* | corrected a debug setting that survived released. Caused TCP connections to | Rainer Gerhards | 2007-12-11 | 1 | -2/+1 |
| | | | | be retried unnecessarily often. | ||||
* | fixed a small memory leak that happend when PostgreSQL date formatting was | Rainer Gerhards | 2007-12-11 | 1 | -0/+2 |
| | | | | used | ||||
* | added new options to man page | Rainer Gerhards | 2007-12-11 | 1 | -1/+12 |
| | |||||
* | When a hostname ACL was provided and DNS resolution for that name failed, | Rainer Gerhards | 2007-12-11 | 1 | -12/+30 |
| | | | | | | ACL processing was stopped at that point. Thanks to mildew for the patch. Fedora Bugzilla: http://bugzilla.redhat.com/show_bug.cgi?id=395911 | ||||
* | bumped version number | Rainer Gerhards | 2007-12-07 | 1 | -1/+1 |
| | |||||
* | removed debug aidv1-20-0 | Rainer Gerhards | 2007-12-07 | 1 | -1/+0 |
| | |||||
* | doc update for 1.20.0 release | Rainer Gerhards | 2007-12-07 | 3 | -7/+21 |
| | |||||
* | updated changelog | Rainer Gerhards | 2007-12-07 | 1 | -3/+6 |
| | |||||
* | code cleanup | Rainer Gerhards | 2007-12-07 | 1 | -0/+1 |
| | |||||
* | fixed some type conversion warnings that appeared on 64 bit machines - | Rainer Gerhards | 2007-12-07 | 3 | -9/+9 |
| | | | | these were in debug statements, so indicated no real problem | ||||
* | fixed some type warnings that appeared on 64 bit machines - these were in | Rainer Gerhards | 2007-12-07 | 1 | -1/+1 |
| | | | | debug statements, so indicated no real problem | ||||
* | applied patch from Michael Biebl to finally fix the -ldl cross-platform | Rainer Gerhards | 2007-12-07 | 1 | -2/+9 |
| | | | | issue | ||||
* | corrected typo: -lrt -ldl were exchanged ;) | Rainer Gerhards | 2007-12-05 | 1 | -2/+2 |
| | |||||
* | applied patch from Michael Biebl to fix compilation problem on NetBSD (it | Rainer Gerhards | 2007-12-05 | 1 | -2/+4 |
| | | | | is missing the -ldl lib, even though it provides dlopen()) | ||||
* | applied patch from Michael Biebl for an even cleaner autotools config in | Rainer Gerhards | 2007-12-04 | 2 | -7/+3 |
| | | | | regard to -ldl. | ||||
* | fixed an off-by-one bug that created problems when :ommysql: syntax was | Rainer Gerhards | 2007-12-04 | 1 | -1/+1 |
| | | | | used. Thanks to sur5r for pointing this out. | ||||
* | small performance improvement | Rainer Gerhards | 2007-12-04 | 1 | -1/+1 |
| | |||||
* | applied patch from Bartosz Kuzma to restore compilation under Linux | Rainer Gerhards | 2007-12-04 | 1 | -2/+3 |
| | |||||
* | added Bartosz Kuzma patches for better compatibility with NetBSD - many | Rainer Gerhards | 2007-12-03 | 8 | -28/+57 |
| | | | | thanks for them! | ||||
* | included postgres sql in featuer list | Rainer Gerhards | 2007-12-03 | 1 | -2/+4 |
| | |||||
* | updated doc to include pointers to sample config file | Rainer Gerhards | 2007-12-03 | 2 | -2/+6 |
| | |||||
* | added sample config provided by Peter Vrabec - thx! | Rainer Gerhards | 2007-12-03 | 1 | -0/+163 |
| | |||||
* | library defintion was missing in build line - thx to Michael Biebl for fix | Rainer Gerhards | 2007-12-03 | 1 | -1/+1 |
| | |||||
* | some code cleanup | Rainer Gerhards | 2007-12-03 | 4 | -25/+11 |
| | |||||
* | removed no longer necessary function prototype definitions | Rainer Gerhards | 2007-12-03 | 2 | -12/+0 |
| | |||||
* | added dependency for plugin interface definitions | 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 | 8 | -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 Gerhards | 2007-12-03 | 4 | -0/+397 |
| | |||||
* | adding sur5r's postgres module | Rainer Gerhards | 2007-12-03 | 1 | -0/+6 |
| | |||||
* | added info about releases from other branch | Rainer Gerhards | 2007-12-03 | 1 | -0/+8 |
| | |||||
* | added compile-time switches for -pthread | Rainer Gerhards | 2007-11-30 | 3 | -5/+7 |
| | |||||
* | added .cvsignore files as suggested by Michael Biebl | Rainer Gerhards | 2007-11-30 | 3 | -0/+29 |
| | |||||
* | files do not belong in CVS. Thanks to Michael Biebl for pointing this out. | Rainer Gerhards | 2007-11-30 | 2 | -7876/+0 |
| | |||||
* | cosmetic changes - no code change | Rainer Gerhards | 2007-11-27 | 1 | -3/+2 |
| | |||||
* | moved syslog PRI code tables to msg.c as this is the only place where they | Rainer Gerhards | 2007-11-27 | 3 | -46/+44 |
| | | | | are still needed | ||||
* | some cleanup | Rainer Gerhards | 2007-11-21 | 1 | -20/+6 |
| | |||||
* | - added an identifier to command handler table - need to identify which | Rainer Gerhards | 2007-11-21 | 8 | -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 handle | Rainer Gerhards | 2007-11-21 | 2 | -11/+32 |
| | |||||
* | added an identifier to command handler table - need to identify which | Rainer Gerhards | 2007-11-21 | 7 | -42/+70 |
| | | | | command handler entries need to be removed when module is unloaded | ||||
* | added new modExit() entry point to loadable module interface | Rainer Gerhards | 2007-11-21 | 13 | -18/+113 |
| | |||||
* | dded user doc for gssapi patch from varmojfekoj - thanks! | Rainer Gerhards | 2007-11-20 | 6 | -9/+97 |
| | |||||
* | applied gssapi patch from varmojfekoj - gss-api is now supported | Rainer Gerhards | 2007-11-20 | 2 | -0/+221 |
| | |||||
* | applied gssapi patch from varmojfekoj - gss-api is now supported | Rainer Gerhards | 2007-11-19 | 7 | -76/+600 |
| | |||||
* | added some debug message to ommysql | Rainer Gerhards | 2007-11-19 | 1 | -0/+1 |
| | |||||
* | prepared for the next release | Michael Meckelein | 2007-10-19 | 2 | -1/+4 |
| |