summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'v7-stable-libnet-frag'Rainer Gerhards2013-01-141-2/+2
|\ | | | | | | | | Conflicts: ChangeLog
| * added capability to output thread-id-to-function debug infoRainer Gerhards2013-01-131-2/+2
| | | | | | | | This is a useful debug aid, but nothing of concern for regular users.
| * bump version numberRainer Gerhards2013-01-101-1/+1
| |
| * Merge branch 'v7-stable' into v7-stable-libnet-fragRainer Gerhards2013-01-091-1/+3
| |\ | | | | | | | | | | | | Conflicts: ChangeLog
| * \ Merge branch 'v7-stable' into v7-stable-libnet-fragRainer Gerhards2013-01-091-1/+1
| |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac
| * | | version number increase for experimental versionRainer Gerhards2012-12-181-1/+1
| | | |
| * | | omudpspoof: initialize libnet for each messageRainer Gerhards2012-12-181-1/+1
| | | | | | | | | | | | | | | | | | | | This is a brute-force troubleshooting aid. Will later be changed to better code.
| * | | omudpspoof: add support for packets larger than 1472 bytesRainer Gerhards2012-12-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | On Ethernet, they need to be transmitted in multiple fragments. While it is known that fragmentation can cause issues, it is the best choice to be made in that case. Also improved debug output.
* | | | Merge branch 'v7-stable'Rainer Gerhards2013-01-091-1/+3
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | Conflicts: ChangeLog
| * | | Add compatibility libraryRainer Gerhards2013-01-091-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure.ac
| * | | remove no longer necessary configure test for sysinfo()Rainer Gerhards2013-01-091-1/+1
| | | |
| * | | Check that sysinfo(2) can return uptimeMartin Carpenter2013-01-091-0/+1
| | |/ | |/|
| * | prepare for 7.2.5 releasev7.2.5Rainer Gerhards2013-01-081-1/+1
| |/
* | preparing for 7.3.5 releaseRainer Gerhards2012-12-181-1/+1
| |
* | Merge branch 'v7-stable'Rainer Gerhards2012-12-131-21/+6
|\|
| * build: link omelasticsearch against -lmMichael Biebl2012-12-131-0/+1
| | | | | | | | Use LT_LIB_M to find the math library which is needed for pow().
| * build: drop obsolete --enable-pthreads configure switchMichael Biebl2012-12-131-18/+2
| | | | | | | | Building without pthreads support hasn't been support for a while.
| * build: fix uuid configure checkMichael Biebl2012-12-131-3/+3
| |
| * prepare for 7.2.4v7.2.4Rainer Gerhards2012-12-071-1/+1
| |
| * prepare for 7.2.3 releasev7.2.3Rainer Gerhards2012-11-211-1/+1
| |
| * prepare 7.2.2 releasev7.2.2Rainer Gerhards2012-11-161-1/+1
| |
* | prepare 7.3.4 releasev7.3.4Rainer Gerhards2012-11-251-1/+1
| |
* | Merge branch 'v7-stable'Rainer Gerhards2012-11-141-1/+1
|\|
| * bugfix: make rsyslog compile on kfreebsd againGuillem Jover2012-11-141-1/+1
| | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=380
* | Merge branch 'v7-stable'Rainer Gerhards2012-11-091-22/+18
|\|
| * cleanup: remove no longer needed configure settingRainer Gerhards2012-11-091-21/+0
| |
| * enabled to build without libuuid, at loss of uuid functionalityRainer Gerhards2012-11-091-1/+18
| | | | | | | | | | | | this enables smoother builds on older systems that do not support libuuid. Loss of functionality should usually not matter too much as uuid support has only recently been added and is very seldom used.
| * prepare for 7.2.1 releasev7.2.1Rainer Gerhards2012-10-291-1/+1
| |
| * prepare for 7.20 stable release & minor thingsv7.2.0Rainer Gerhards2012-10-221-1/+1
| | | | | | | | | | | | The most important real code chane is the initialization of the epoll control set. This should just be cosmetic (valgrind warnings), as all data we actually use already was properly initialized.
* | prepare for 7.3.3 releasev7.3.3Rainer Gerhards2012-11-071-1/+1
| |
* | prepare for 7.3.2 releasev7.3.2Rainer Gerhards2012-10-301-1/+1
| |
* | move cJSON to omelasticsearchRainer Gerhards2012-10-291-1/+1
| | | | | | | | | | | | the rsyslog runtime itself now uses json-c, but omelasticsearch currently depends on cJSON. We will change this, but not yet. Let's merge as is and see that it works well ;)
* | Merge branch 'beta-jsonrt' into master-esRainer Gerhards2012-10-291-1/+1
|\ \ | | | | | | | | | | | | | | | Conflicts: ChangeLog runtime/rsyslog.h
| * | omelasticsearch: parse JSON response (in regard to data errors)Rainer Gerhards2012-07-251-1/+1
| | | | | | | | | | | | note: bulkmode response processing is still mostly missing
* | | prepare for 7.3.1 releasev7.3.1Rainer Gerhards2012-10-191-1/+1
| | |
* | | Merge branch 'beta'Rainer Gerhards2012-10-181-58/+2
|\ \ \ | | |/ | |/| | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * | preparing for 7.1.12 releasev7.1.12Rainer Gerhards2012-10-181-1/+1
| | |
| * | build: Remove vestiges of the cust1 pluginMichael Biebl2012-10-181-1/+0
| | |
| * | build: Drop unused CNF_LIBS variableMichael Biebl2012-10-181-1/+0
| | |
| * | build: Use pkg-config to check for libcurlMichael Biebl2012-10-181-19/+1
| | | | | | | | | | | | curl has shipped that file since 2004.
| * | build: Use pkg-config to check for libuuidMichael Biebl2012-10-181-16/+1
| | | | | | | | | | | | | | | e2fsprogs resp. util-linux(-ng) have shipped that file since at least 2009.
| * | build: Don't call AC_SUBST for variables defined by PKG_CHECK_MODULESMichael Biebl2012-10-181-21/+0
| | | | | | | | | | | | | | | | | | | | | Newer versions of pkg-config do that already. According to pkg-config upstream this change was made around 2005, so it should be rather safe. This change doesn't affect users building from dist tarballs anyway but only if you are building from a Git checkout.
| * | prepare for version 7.1.11v7.1.11Rainer Gerhards2012-10-161-1/+1
| | |
* | | Merge branch 'beta'Rainer Gerhards2012-10-111-1/+1
|\| | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * | make omruleset non-default in ./configureRainer Gerhards2012-10-111-1/+1
| | | | | | | | | | | | | | | | | | as this module's functionality has been superseeded by the "call" statement. Thanks to Michael Biebl for alerting me on the still-old default.
| * | preparing for 7.1.10 releasev7.1.10Rainer Gerhards2012-10-111-1/+1
| | |
| * | prepare for 7.1.9 releasev7.1.9Rainer Gerhards2012-10-091-1/+1
| | |
* | | preparing for 7.3.0 releasev7.3.0Rainer Gerhards2012-10-081-1/+1
|/ /
* | Merge branch 'v6-stable' into betaRainer Gerhards2012-10-041-16/+0
|\ \ | | | | | | | | | | | | Conflicts: plugins/cust1/Makefile.am
| * \ Merge branch 'v5-stable' into v6-stableRainer Gerhards2012-10-041-17/+0
| |\ \