summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* bumped version numberRainer Gerhards2008-07-211-1/+1
|
* preparing for 3.18.1v3.18.1Rainer Gerhards2008-07-211-1/+1
|
* bugfix: imklog module was not correctly compiled for GNU/kFreeBSDPetr Salinger2008-07-181-0/+5
| | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* prepared for 3.18.0 releasev3.18.0Rainer Gerhards2008-07-111-3/+1
|
* Merge branch 'v3-stable' into betaRainer Gerhards2008-07-111-0/+2
|\ | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * prepared for 3.16.3 releaseRainer Gerhards2008-07-111-1/+1
| |
| * preparing for 3.16.2 releasev3.16.2Rainer Gerhards2008-06-251-1/+1
| |
| * fixed a bug in imklog which lead to startup problemsRainer Gerhards2008-05-021-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 betaRainer Gerhards2008-04-161-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 numberRainer Gerhards2008-04-111-1/+1
| |
| * bumped version numberRainer Gerhards2008-04-021-1/+1
| |
| * added librelp check via PKG_CHECK thanks to Michael Biebl's patchRainer Gerhards2008-04-021-18/+3
| |
| * - bugfix: rsyslogd was no longer build by default; man pages are onlyRainer Gerhards2008-04-011-1/+1
| | | | | | | | | | installed if corresponding option is selected. Thanks to Michael Biebl for pointing these problems out.
| * bumped version numberRainer Gerhards2008-03-311-1/+1
| |
* | Remove unnecessary openssl configure check.Michael Biebl2008-07-101-37/+0
| | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | bumped version numberRainer Gerhards2008-06-161-1/+1
| |
* | bumped version numberRainer Gerhards2008-06-121-1/+1
| |
* | finalized 3.17.3v3.17.3Rainer Gerhards2008-05-281-1/+1
| |
* | cleaned up version informationRainer Gerhards2008-05-021-1/+1
| |
* | uncommented dbgprintf's as I think these may be the trouble sourceRainer Gerhards2008-04-291-1/+1
| | | | | | | | this callback is somewhat unportable in combination with dlopen()
* | perparing for klog debugRainer Gerhards2008-04-281-1/+1
| | | | | | | | ... and some cleanup
* | bumped version numberRainer Gerhards2008-04-151-1/+1
| |
* | final work for release of v3.17.1v3.17.1Rainer Gerhards2008-04-151-1/+1
| |
* | Merge branch 'bsd-port'Rainer Gerhards2008-04-151-4/+8
|\ \ | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog plugins/imklog/imklog.c
| * | Add ENABLE_IMKLOG_LINUXMichael Biebl2008-04-101-3/+5
| | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| * | Rename ENABLE_IMKLOGD to ENABLE_IMKLOGMichael Biebl2008-04-101-1/+1
| | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| * | fixed klog platform selection on linuxRainer Gerhards2008-04-091-0/+1
| | |
| * | implemented klog driver for BSDRainer Gerhards2008-04-091-1/+1
| | |
| * | fixed build system for BSDRainer Gerhards2008-04-091-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 driverRainer Gerhards2008-04-091-2/+5
| | |
| * | our BSD define conflicted with a BSD system defineRainer Gerhards2008-04-091-1/+1
| | | | | | | | | | | | renamed to OS_BSD
* | | removed dependency on MAXHOSTNAMELEN as much as it made sense.Rainer Gerhards2008-04-101-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 numberRainer Gerhards2008-04-081-1/+1
| |
* | begun work on mail output plugin (open questions on TLS, so I see if I canRainer Gerhards2008-04-041-0/+15
| | | | | | | | put this in between) - does not the least yet work ;)
* | added librelp check via PKG_CHECK thanks to Michael Biebl's patchRainer Gerhards2008-04-021-18/+3
| |
* | - bugfix: rsyslogd was no longer build by default; man pages are onlyRainer Gerhards2008-04-011-1/+1
| | | | | | | | | | installed if corresponding option is selected. Thanks to Michael Biebl for pointing these problems out.
* | added configure checks for opensslRainer Gerhards2008-03-311-0/+37
| |
* | bumping version numberRainer Gerhards2008-03-311-1/+1
|/
* preparing for 3.13.0-dev0 releaseRainer Gerhards2008-03-311-1/+1
|
* added a --enable/disable-rsyslogd configure option so that source-basedRainer Gerhards2008-03-311-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 ThisRainer Gerhards2008-03-291-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 numberRainer Gerhards2008-03-281-1/+1
|
* updated v3 compatibility doc to cover new compatibility modeRainer Gerhards2008-03-271-1/+1
|
* linking to relp fixedRainer Gerhards2008-03-251-1/+1
|
* disabling librelp entry point check as I don't know how to do itRainer Gerhards2008-03-251-8/+11
| | | | correctly...
* bumping version numberRainer Gerhards2008-03-251-1/+1
|
* librelp header name changeRainer Gerhards2008-03-191-1/+1
|
* bumping version numberRainer Gerhards2008-03-181-1/+1
|
* fixed librelp check (necessary due to ongoing librelp development)Rainer Gerhards2008-03-181-1/+1
|
* cleaned up new relp code files to make them suitable for implementationRainer Gerhards2008-03-131-4/+4
|