Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bumped version number | Rainer Gerhards | 2008-09-01 | 1 | -1/+1 |
| | |||||
* | preparing for 3.18.3v3.18.3 | Rainer Gerhards | 2008-08-15 | 1 | -1/+1 |
| | |||||
* | fixed cross-platform compile problem introduced with recent change | Rainer Gerhards | 2008-08-15 | 1 | -1/+1 |
| | | | | ...which fixed the imfile segfault issue. | ||||
* | bugfix: imfile could cause a segfault upon rsyslogd HUP and termination | Rainer Gerhards | 2008-08-14 | 1 | -1/+1 |
| | | | | | Thanks to lperr for an excellent bug report that helped detect this problem. | ||||
* | enhanced ommysql to support custom port to connect to server | Rainer Gerhards | 2008-08-12 | 1 | -1/+1 |
| | | | | | | Port can be set via new $ActionOmmysqlServerPort config directive Note: this was a very minor change and thus deemed appropriate to be done in the stable release. | ||||
* | bugfix: misspelled config directive + bumped version number | Rainer Gerhards | 2008-08-12 | 1 | -1/+1 |
| | | | | | | | | Previously was $MainMsgQueueWorkeTimeoutrThreadShutdown, is now $MainMsgQueueWorkerTimeoutThreadShutdown. Note that the misspelled directive is not preserved - if the misspelled directive was used (which I consider highly unlikely), the config file must be changed. Thanks to lperr for reporting the bug. | ||||
* | bumped version number | Rainer Gerhards | 2008-07-21 | 1 | -1/+1 |
| | |||||
* | preparing for 3.18.1v3.18.1 | Rainer Gerhards | 2008-07-21 | 1 | -1/+1 |
| | |||||
* | bugfix: imklog module was not correctly compiled for GNU/kFreeBSD | Petr Salinger | 2008-07-18 | 1 | -0/+5 |
| | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com> | ||||
* | prepared for 3.18.0 releasev3.18.0 | Rainer Gerhards | 2008-07-11 | 1 | -3/+1 |
| | |||||
* | Merge branch 'v3-stable' into beta | Rainer Gerhards | 2008-07-11 | 1 | -0/+2 |
|\ | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html | ||||
| * | prepared for 3.16.3 release | Rainer Gerhards | 2008-07-11 | 1 | -1/+1 |
| | | |||||
| * | preparing for 3.16.2 releasev3.16.2 | Rainer Gerhards | 2008-06-25 | 1 | -1/+1 |
| | | |||||
| * | fixed a bug in imklog which lead to startup problems | Rainer Gerhards | 2008-05-02 | 1 | -1/+1 |
| | | | | | | | | | | ... (including segfault) on some platforms under some circumsances. Thanks to Vieri for reporting this bug and helping to troubleshoot it. | ||||
| * | new v3-stable based on 3.15.x beta | Rainer Gerhards | 2008-04-16 | 1 | -1/+1 |
| | | | | | | | | | | | | changes due to restructuring in 3.17.2 have big bug potential; beta 3.15.x has almost no bug potential; thus I initiated a shift of devel -> beta -> v3-stable; devel will restart at 3.19.0 | ||||
| * | bumped version number | Rainer Gerhards | 2008-04-11 | 1 | -1/+1 |
| | | |||||
| * | bumped version number | Rainer Gerhards | 2008-04-02 | 1 | -1/+1 |
| | | |||||
| * | added librelp check via PKG_CHECK thanks to Michael Biebl's patch | Rainer Gerhards | 2008-04-02 | 1 | -18/+3 |
| | | |||||
| * | - bugfix: rsyslogd was no longer build by default; man pages are only | Rainer Gerhards | 2008-04-01 | 1 | -1/+1 |
| | | | | | | | | | | installed if corresponding option is selected. Thanks to Michael Biebl for pointing these problems out. | ||||
| * | bumped version number | Rainer Gerhards | 2008-03-31 | 1 | -1/+1 |
| | | |||||
* | | Remove unnecessary openssl configure check. | Michael Biebl | 2008-07-10 | 1 | -37/+0 |
| | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com> | ||||
* | | bumped version number | Rainer Gerhards | 2008-06-16 | 1 | -1/+1 |
| | | |||||
* | | bumped version number | Rainer Gerhards | 2008-06-12 | 1 | -1/+1 |
| | | |||||
* | | finalized 3.17.3v3.17.3 | Rainer Gerhards | 2008-05-28 | 1 | -1/+1 |
| | | |||||
* | | cleaned up version information | Rainer Gerhards | 2008-05-02 | 1 | -1/+1 |
| | | |||||
* | | uncommented dbgprintf's as I think these may be the trouble source | Rainer Gerhards | 2008-04-29 | 1 | -1/+1 |
| | | | | | | | | this callback is somewhat unportable in combination with dlopen() | ||||
* | | perparing for klog debug | Rainer Gerhards | 2008-04-28 | 1 | -1/+1 |
| | | | | | | | | ... and some cleanup | ||||
* | | bumped version number | Rainer Gerhards | 2008-04-15 | 1 | -1/+1 |
| | | |||||
* | | final work for release of v3.17.1v3.17.1 | Rainer Gerhards | 2008-04-15 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'bsd-port' | Rainer Gerhards | 2008-04-15 | 1 | -4/+8 |
|\ \ | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog plugins/imklog/imklog.c | ||||
| * | | Add ENABLE_IMKLOG_LINUX | Michael Biebl | 2008-04-10 | 1 | -3/+5 |
| | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com> | ||||
| * | | Rename ENABLE_IMKLOGD to ENABLE_IMKLOG | Michael Biebl | 2008-04-10 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com> | ||||
| * | | fixed klog platform selection on linux | Rainer Gerhards | 2008-04-09 | 1 | -0/+1 |
| | | | |||||
| * | | implemented klog driver for BSD | Rainer Gerhards | 2008-04-09 | 1 | -1/+1 |
| | | | |||||
| * | | fixed build system for BSD | Rainer Gerhards | 2008-04-09 | 1 | -3/+1 |
| | | | | | | | | | | | | | | | | | | It's a hack, but at least it works now - on BSD. Will check later if it is fine on Linux, too. Any better method of doing things is happily accepted ;) | ||||
| * | | updated build system to detect correct klog driver | Rainer Gerhards | 2008-04-09 | 1 | -2/+5 |
| | | | |||||
| * | | our BSD define conflicted with a BSD system define | Rainer Gerhards | 2008-04-09 | 1 | -1/+1 |
| | | | | | | | | | | | | renamed to OS_BSD | ||||
* | | | removed dependency on MAXHOSTNAMELEN as much as it made sense. | Rainer Gerhards | 2008-04-10 | 1 | -0/+16 |
|/ / | | | | | | | | | | | | | | | | | | | GNU/Hurd does not define it (because it has no limit), and we have taken care for cases where it is undefined now. However, some very few places remain where IMHO it currently is not worth fixing the code. If it is not defined, we have used a generous value of 1K, which is above IETF RFC's on hostname length at all. The memory consumption is no issue, as there are only a handful of this buffers allocated *per run* -- that's also the main reason why we consider it not worth to be fixed any further. | ||||
* | | bumped version number | Rainer Gerhards | 2008-04-08 | 1 | -1/+1 |
| | | |||||
* | | begun work on mail output plugin (open questions on TLS, so I see if I can | Rainer Gerhards | 2008-04-04 | 1 | -0/+15 |
| | | | | | | | | put this in between) - does not the least yet work ;) | ||||
* | | added librelp check via PKG_CHECK thanks to Michael Biebl's patch | Rainer Gerhards | 2008-04-02 | 1 | -18/+3 |
| | | |||||
* | | - bugfix: rsyslogd was no longer build by default; man pages are only | Rainer Gerhards | 2008-04-01 | 1 | -1/+1 |
| | | | | | | | | | | installed if corresponding option is selected. Thanks to Michael Biebl for pointing these problems out. | ||||
* | | added configure checks for openssl | Rainer Gerhards | 2008-03-31 | 1 | -0/+37 |
| | | |||||
* | | bumping version number | Rainer Gerhards | 2008-03-31 | 1 | -1/+1 |
|/ | |||||
* | preparing for 3.13.0-dev0 release | Rainer Gerhards | 2008-03-31 | 1 | -1/+1 |
| | |||||
* | added a --enable/disable-rsyslogd configure option so that source-based | Rainer Gerhards | 2008-03-31 | 1 | -0/+47 |
| | | | | | packaging systems can build plugins without the need to compile rsyslogd | ||||
* | - bugfix: accidently set debug option in 3.12.5 reset to production This | Rainer Gerhards | 2008-03-29 | 1 | -12/+10 |
| | | | | | | | | option prevented dlclose() to be called. It had no real bad effects, as the modules were otherwise correctly deinitialized and dlopen() supports multiple opens of the same module without any memory footprint. - removed --enable-mudflap, added --enable-valgrind ./configure setting | ||||
* | bumped version number | Rainer Gerhards | 2008-03-28 | 1 | -1/+1 |
| | |||||
* | updated v3 compatibility doc to cover new compatibility mode | Rainer Gerhards | 2008-03-27 | 1 | -1/+1 |
| | |||||
* | linking to relp fixed | Rainer Gerhards | 2008-03-25 | 1 | -1/+1 |
| |