summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | keep omlibdbi usable with older libdbi without transaction supportRainer Gerhards2013-03-211-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in that case, omlibdbi gracefully degrades to non-transaction mode but emits a warning message during build, so that one knows an update of libdbi makes sense.
| | * | | | | Fix for glob(3)s that lack GLOB_NOMAGICMartin Carpenter2013-03-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure.ac
| | * | | | | Merge branch 'v7-stable' into tmpRainer Gerhards2013-03-201-1/+1
| | |\| | | |
| | | * | | | require newer libestr due to a bug in itRainer Gerhards2013-03-191-1/+1
| | | | | | |
| | | * | | | preparing for 7.2.6 releasev7.2.6Rainer Gerhards2013-03-051-1/+1
| | | | | | |
| | * | | | | bugfix: solve compile problems on non-Linux platformsRainer Gerhards2013-03-191-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Thanks to Michael Biebl for alerting us on this issue.
| | * | | | | prepare for 7.3.8 releaseRainer Gerhards2013-03-181-1/+1
| | | | | | |
| | * | | | | imrelp: now supports listening to IPv4/v6 only instead of always bothRainer Gerhards2013-03-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | build now requires librelp 1.0.2 closes: http://bugzilla.adiscon.com/show_bug.cgi?id=378
| | * | | | | prepare 7.3.7 releasev7.3.7Rainer Gerhards2013-03-121-1/+1
| | | | | | |
| * | | | | | adjust to corrected libgt pkgconfig nameRainer Gerhards2013-03-121-1/+1
| | | | | | |
| * | | | | | add test/PoC logsigner toolRainer Gerhards2013-02-201-0/+16
| | | | | | |
* | | | | | | imjournal: streamline build system a bitRainer Gerhards2013-03-121-9/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... most importantly the configure switch is no longer --enable-journal but --enable-imjournal (as we now also have omjournal!)
* | | | | | | configure.ac fixMilan Bartos2013-03-051-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | modified: configure.ac
* | | | | | | Add imjournal module for reading messages from systemd journal.Milan Bartos2013-03-051-0/+13
| |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For reading messages with all fields from structured systemd journal log messages. Loading module with $ModLoad imjournal is enough to start pulling messages no other configuration is needed. modified: Makefile.am modified: configure.ac new file: plugins/imjournal/Makefile.am new file: plugins/imjournal/imjournal.c new file: plugins/imjournal/imjournal.h
* | | | | | add initial version of mmanon (anonymoization support)Rainer Gerhards2013-02-281-4/+18
| | | | | |
* | | | | | add support for writing to the Linux Journal (omjournal)Rainer Gerhards2013-02-261-0/+17
|/ / / / /
* | | | | prepare for 7.3.6v7.3.6Rainer Gerhards2013-01-281-1/+1
| | | | |
* | | | | bump version number for experimental releaseRainer Gerhards2013-01-221-1/+1
| | | | |
* | | | | yet another version number bump (experimental version)Rainer Gerhards2013-01-181-1/+1
| | | | |
* | | | | bump version number for experimental buildRainer Gerhards2013-01-181-1/+1
| | | | |
* | | | | push version for private experimental releaseRainer Gerhards2013-01-171-1/+1
| | | | |
* | | | | push version numberRainer Gerhards2013-01-171-1/+1
| | | | |
* | | | | omfile: add stats counters to track dynafile performanceRainer Gerhards2013-01-161-1/+1
| | | | |
* | | | | push version number for private test releaseRainer Gerhards2013-01-151-1/+1
| | | | |
* | | | | 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
| | | | |