summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'beta'Rainer Gerhards2009-07-161-2/+2
|\ | | | | | | | | | | Conflicts: runtime/wti.c runtime/wtp.c
| * Merge branch 'v4-beta' into v4-develRainer Gerhards2009-07-161-2/+2
| |\
| | * calls to prctl() need to be based on configure results (cross-platform issue)Rainer Gerhards2009-07-161-2/+2
| | |
* | | Merge branch 'beta'Rainer Gerhards2009-07-151-1/+1
|\| | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * | final touches for 4.5.1v4.5.1Rainer Gerhards2009-07-151-1/+1
| |/
* | Merge branch 'beta'Rainer Gerhards2009-07-131-1/+1
|\|
| * Merge branch 'v3-stable' into v4-betaRainer Gerhards2009-07-131-1/+1
| |\ | | | | | | | | | | | | Conflicts: ChangeLog
| | * better configure error message if mysql-devel is missingRainer Gerhards2009-07-131-1/+1
| | |
| | * preparing for 3.22.1v3.22.1Rainer Gerhards2009-07-021-1/+1
| | |
| * | updating version info to 4.5.0Rainer Gerhards2009-07-021-1/+1
| | |
* | | moved udp spoofing code to its own output module (omudpspoof)Rainer Gerhards2009-07-091-23/+33
| | |
* | | made udp spoofing code compile (but does not necessarily run right now, ↵Rainer Gerhards2009-07-091-0/+22
| | | | | | | | | | | | untested)
* | | finishing touches for 5.1.2v5.1.2Rainer Gerhards2009-07-081-1/+1
| | |
* | | Merge branch 'master' into v5-develRainer Gerhards2009-06-241-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | IMPORTANT: this merge did NOT include the (important) changes to action.c . Consolidating them was too hard (aka "error-prone") because of the large differences in the code base. The fixes will be redone with a later commit. Conflicts: action.c configure.ac doc/manual.html
| * | Merge branch 'omfile'Rainer Gerhards2009-06-241-1/+2
| |\ \ | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| * \ \ Merge branch 'v4-stable' into betaRainer Gerhards2009-06-241-1/+1
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| | * | | preparing for v4-stableRainer Gerhards2009-06-221-1/+1
| | | | |
* | | | | Merge branch 'omfile' into v5-develRainer Gerhards2009-06-221-1/+1
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | reduced memory footprint / "memory leak"Rainer Gerhards2009-06-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Testing has shown that at least the glibc malloc() subsystem returns memory to the OS far too late in our case. So we need to help it a bit, by calling malloc_trim(), which will tell the alloc subsystem to consolidate and return to the OS.
* | | | | Merge branch 'omfile' into v5-develRainer Gerhards2009-06-161-0/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note that this was NOT a trivial merge, and there may be some issues. This needs to be seen when we continue developing. Conflicts: runtime/msg.h runtime/obj.h runtime/queue.c runtime/srUtils.h runtime/stream.c runtime/stream.h runtime/wti.c tests/Makefile.am tools/omfile.c tools/syslogd.c
| * | | | first proof of concept on zipped file writerRainer Gerhards2009-06-031-0/+1
| |/ / / | | | | | | | | | | | | | | | | | | | | This DOES NOT work sufficiently well, I just wanted to verify that zip writing is possible and files are readable. Will be refined soon.
* | | | Merge branch 'master' into v5-develRainer Gerhards2009-06-041-0/+31
|\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog runtime/rsyslog.h
| * | | added config switch --enable-testbench=no to turn off testbenchRainer Gerhards2009-06-031-0/+15
| | | |
| * | | added support for custom modulesRainer Gerhards2009-06-021-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | ... this provides some basic support to integrate extensions that are not direct parts of rsyslog to be built during its build process.
* | | | preparing for 5.1.0 releasev5.1.0Rainer Gerhards2009-05-291-1/+1
| | | |
* | | | Merge branch 'master' into v5-develRainer Gerhards2009-05-281-1/+1
|\| | | | | | | | | | | | | | | | | | | Conflicts: tests/Makefile.am
| * | | Merge branch 'beta' into masterRainer Gerhards2009-05-281-1/+1
| |\| | | | | | | | | | | | | | | | | | Conflicts: tests/Makefile.am
| | * | Merge branch 'v3-stable' into betaRainer Gerhards2009-05-281-1/+1
| | |\| | | | | | | | | | | | | | | | | Conflicts: tests/Makefile.am
| | | * relaxed GnuTLS version requirement to 1.4.0Rainer Gerhards2009-05-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | after confirmation from the field that this version is sufficient. I always thought so (I think I developed under 1.4.x), but had no longer an environment to verify. Most imporantly, this means that Centos users will have much less trouble building rsyslog/tls support.
| | | * preparing for 3.22.0 (move to stable)v3.22.0Rainer Gerhards2009-04-211-1/+1
| | | |
| | * | preparing for 4.1.7v4.1.7Rainer Gerhards2009-04-221-1/+1
| | | |
* | | | fixing an issue during DA mode queue shutdownRainer Gerhards2009-05-281-1/+1
| | | | | | | | | | | | | | | | | | | | also changed DA queue mode in that the regular workers now run concurrently.
* | | | begun rsyslog v5 branch (for ultra-reliable queue)Rainer Gerhards2009-05-281-1/+1
|/ / /
* | | preparing for 4.3.1v4.3.1Rainer Gerhards2009-05-251-1/+1
| | |
* | | Cleanup configure.ac a little for better readabilityMichael Biebl2009-05-191-32/+44
| | | | | | | | | | | | | | | | | | | | | | | | - Use 2 new lines as separator between configure options. - Remove forgotten copy&paste text. - Reorder and move template configure option to the end. Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | | Improve ./configure outputMichael Biebl2009-05-191-28/+38
| | | | | | | | | | | | | | | | | | | | | Improve readability of the ./configure output by grouping relevant entries and indenting them. Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | | Rename want_gssapi_krb5 to enable_gssapi_krb5Michael Biebl2009-05-191-6/+6
| | | | | | | | | | | | | | | | | | | | | Be consistent and rename the configure variable want_gssapi_krb5 to enable_gssapi_krb5. Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | | Do not fail "make check" if omstdout is not enabledMichael Biebl2009-05-191-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Only run omod-if-array.sh and parsertest.sh test if omstdout plugin is enabled. Remove the comment and fix the help output for --enable-stdout (default was "no", not "yes") Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | | Cleanup and typo fixesMichael Biebl2009-05-191-6/+2
| | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | | Add shave supportMichael Biebl2009-05-191-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | shave tranforms the verbose autotools output into a pretty Kbuild-like one which makes it easier to spot warnings. See also http://damien.lespiau.name/blog/2009/02/18/shave-making-the-autotools-output-sane/ git clone git://git.lespiau.name/shave By default, shave is disabled and you have to explicitly enable it via ./configure --enable-shave. Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | | preparing for 4.3.0 releaseRainer Gerhards2009-04-171-1/+1
| | |
* | | Merge branch 'omprog' into nextmasterRainer Gerhards2009-04-141-0/+16
|\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog runtime/rsyslog.h
| * | | initial work on omprog, an output module to send messages to another programRainer Gerhards2009-04-011-0/+16
| | | |
* | | | Merge branch 'nextmaster' into oracleRainer Gerhards2009-04-071-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'beta'Rainer Gerhards2009-04-071-1/+1
| |\ \ \ | | |/ / | |/| / | | |/ | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html doc/rsyslog_conf.html
| | * preparing for 3.21.11v3.21.11Rainer Gerhards2009-04-031-1/+1
| | |
* | | Merge branch 'master' into oracleRainer Gerhards2009-04-021-2/+23
|\| | | | | | | | | | | | | | Conflicts: Makefile.am
| * | fixed some problems with "make check"Demo2009-03-311-1/+3
| | | | | | | | | | | | | | | interestingly, they manifested on Debian, only, but potentially existed on other platforms, too.
| * | Merge branch 'master' into sol-testRainer Gerhards2009-03-311-1/+20
| |\ \ | | | | | | | | | | | | | | | | Conflicts: tests/Makefile.am
| | * | improved testing supportRainer Gerhards2009-03-191-1/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | worked on ways to provide a better test suite: - added -T rsyslogd command line option, enables to specify a directory where to chroot() into on startup. This is NOT a security feature but introduced to support testing. Thus, -T does not make sure chroot() is used in a secure way. (may be removed later) - added omstdout module for testing purposes. Spits out all messages to stdout - no config option, no other features - modified $ModLoad statement so that for modules whom's name starts with a dot, no path is prepended (this enables relative-pathes and should not break any valid current config)